]> code.delx.au - pulseaudio/history - src/modules/module-waveout.c
zeroconf-publish: Don't assume any particular defer event ordering
[pulseaudio] / src / modules / module-waveout.c
2013-07-04 poljar (Damir Jelić)Remove pa_bool_t and replace it with bool.
2013-06-28 Tanu Kaskinenwaveout: Simplify setting the device description
2012-11-16 Arun Raghavanmodules: Micro-optimisation for rewind_requested paths
2012-11-16 Tanu Kaskinensink: Process rewind requests also when suspended.
2011-07-19 Colin Guthriedevices: Use wrapper functions to set the *_volume...
2011-07-03 Maarten Bosmansmodule-waveout: Correctly handle mono volume controls...
2011-06-22 Maarten BosmansRemove unnecessary #includes
2011-03-24 Colin GuthrieMerge remote-tracking branch 'zonique/osx'
2011-03-20 Colin GuthrieMerge remote-tracking branch 'mkbosmans/mingw32-build'
2011-03-19 Maarten Bosmansmodule-waveout: Fix record/playback args
2011-03-19 Maarten Bosmansmodule-waveout: Move thread creation
2011-03-19 Maarten Bosmansmodule-waveout: Query device for supported samplerate
2011-03-18 Maarten BosmansUpdate PA_MODULE_USAGE to be in line with actual implem...
2011-03-15 Maarten Bosmansmodule-waveout: Add device_name parameter
2011-02-25 Colin GuthrieMerge remote-tracking branch 'mkbosmans/mingw32-build'
2011-02-17 Maarten Bosmansmodule-waveout: Adapted to updated API
2010-10-14 Arun Raghavanvolume: Clamp volume to PA_VOLUME_MAX
2009-07-23 Lennart PoetteringMerge branch 'master-tx'
2009-06-29 Tanu KaskinenMerge branch 'master' into dbus-work
2009-06-22 Lennart PoetteringMerge most of elmarco/rtclock2
2009-06-20 Marc-André LureauBase mainloop on pa_rtclock_now()
2009-03-05 Lennart PoetteringMerge commit 'origin/master-tx'
2009-03-04 Lennart PoetteringMerge branch 'master' of ssh://rootserver/home/lennart...
2009-03-03 Lennart PoetteringMerge commit 'coling/lgpl21'
2009-03-03 Colin GuthrieUse LGPL 2.1 on all files previously using LGPL 2
2008-06-23 CJ van den BergMerge dead branch 'glitch-free'
2008-06-23 CJ van den BergMerge dead branch 'lennart'
2008-06-23 CJ van den BergMerge dead branch 'lockfree'
2008-06-23 CJ van den BergMerge dead branch 'ossman'
2008-06-23 CJ van den BergMerge dead branch 'liboil-test'
2008-06-23 CJ van den BergMerge dead branch 'prepare-0.9.10'
2008-06-18 Lennart Poetteringget rid of svn $ keywords
2008-03-15 Lennart Poetteringreally create glitch-free branch
2007-10-29 Lennart Poetteringwe don't want to include assert.h anymore
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-02-12 Pierre OssmanAllow specification of device number.
2007-01-04 Pierre OssmanHuge trailing whitespace cleanup. Let's keep the tree...
2006-08-22 Pierre OssmanRemove silence generation in waveout module.
2006-08-22 Pierre OssmanFix memory leak in waveout module.
2006-08-22 Pierre OssmanLog when there is a problem opening the waveOut/waveIn...
2006-08-22 Pierre OssmanFix typo.
2006-08-22 Pierre OssmanAdd missing header.
2006-08-22 Pierre OssmanFix call to pa_memblock_new().
2006-08-18 Lennart Poetteringremove all occurences of
2006-08-12 Lennart Poetteringmake use of pa_sink_used_by()/pa_source_used_by() where...
2006-08-11 Lennart Poetteringdon't set the sink/source descriptions manually, use...
2006-07-16 Lennart Poetteringset is_hardware flag for a few hw plugins
2006-06-19 Lennart Poetteringbig s/polyp/pulse/g
2006-05-17 Lennart Poetteringsplit polypcore/util.[ch] into polypcore/core-util...
2006-05-17 Pierre OssmanMove xmalloc to the public side (libpolyp).
2006-05-17 Pierre OssmanSet default channel map system for waveout module.
2006-04-27 Pierre OssmanChannel map argument support for waveout.
2006-04-19 Pierre OssmanWaveOut needs to have rather large chunks. This is...
2006-02-23 Pierre OssmanUpdate hardware volume to a correct initial value.
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-21 Pierre OssmanHardware volume support on Windows.
2006-02-20 Pierre OssmanRemove a debug fprintf that was left in.
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...