]> code.delx.au - pulseaudio/history - src/modules/echo-cancel
rygel: Fix introspection XML for MediaItem2
[pulseaudio] / src / modules / echo-cancel /
2011-07-20 Colin Guthriealsa: Reinitialise the mixer on port change.
2011-07-20 Colin Guthriedevices: Set certain sink/source flags automatically.
2011-07-19 Colin Guthriedevices: Use wrapper functions to set the *_volume...
2011-07-09 Arun Raghavanecho-cancel: Set sane defaults for module initialisation
2011-06-22 Maarten BosmansRemove unnecessary #includes
2011-06-22 Colin Guthriecapture: Implement per-stream volume control for captur...
2011-06-22 Colin Guthriecapture: Add the passthrough format negotiation to...
2011-06-13 Arun Raghavanecho-cancel: More preprocessing fixes
2011-06-13 Arun Raghavanecho-cancel: Fix preprocessor initialisation
2011-05-28 Arun Raghavanecho-cancel: Fix a crash is speex cleanup
2011-05-28 Bart Cerneelsecho-cancel: Fix echo suppression, add some knobs
2011-05-28 Bart Cerneelsecho-cancel: Speex preprocessor has to run *after*...
2011-05-24 Arun Raghavanecho-cancel: Add speex preprocessing
2011-05-20 Arun Raghavanecho-cancel: Remove extraneous debug message
2011-05-16 Arun Raghavanecho-cancel: Don't overpad variable
2011-05-15 Colin GuthrieMerge branch 'passthrough'
2011-05-11 Arun Raghavanecho-cancel: Remove unnecessary noalign attribute
2011-05-11 Arun Raghavanecho-cancel: Handle alignment requirement manually
2011-05-03 Arun Raghavanfilter-apply: Mark modules as being autoloaded
2011-05-02 Arun Raghavancore: Add extended stream API to support compressed...
2011-05-02 Arun Raghavanfilter-apply: Mark modules as being autoloaded
2011-04-23 Arun Raghavanecho-cancel: Play nice with module-filter-*
2011-03-24 Colin GuthrieMerge remote-tracking branch 'zonique/osx'
2011-03-20 Colin Guthrieecho-cancel: Fix warning/typo
2011-03-20 Maarten BosmansGet rid of some warnings
2011-03-20 Colin GuthrieMerge remote-tracking branch 'mkbosmans/mingw32-build'
2011-03-18 Maarten BosmansFix up some double spaces
2011-03-11 Maarten BosmansFix up according to Coding Style
2011-02-25 Colin GuthrieMerge remote-tracking branch 'mkbosmans/mingw32-build'
2011-02-22 Tanu Kaskinencore: Link virtual sinks and sources to their streams.
2011-02-01 Arun Raghavanecho-cancel: Make Orc file names less silly
2011-02-01 Arun Raghavanbuild: Simplify Orc-related make rules
2010-12-02 Arun Raghavanecho-cancel: Fix source may_move_to function
2010-09-27 Arun Raghavanecho-cancel: Use S16NE for adrian module
2010-09-23 Arun Raghavanecho-cancel: Ensure correct handling of endianness
2010-09-23 Arun Raghavanecho-cancel: orc-ify some bits for optimisation
2010-09-23 Arun Raghavanecho-cancel: Add SSE optimisation to the adrian module
2010-09-09 Wim Taymansecho-cancel: pause timer when echo canceling is off
2010-09-09 Wim Taymansecho-cancel: improve accuracy
2010-09-09 Wim Taymansecho-cancel: rework alignment code
2010-09-07 Arun Raghavanecho-cancel: Mark immutable parameters as const in...
2010-09-07 Arun Raghavanecho-cancel: Make blocksize a module-wide parameter
2010-09-07 Arun Raghavanecho-cancel: Allow selection of AEC method using modargs
2010-09-07 Arun Raghavanecho-cancel: Add alternative echo-cancellation implemen...
2010-09-07 Arun Raghavanecho-cancel: Let AEC module determine source/sink spec
2010-09-07 Arun Raghavanecho-cancel: Pass arguments to the specific canceller...
2010-09-07 Arun Raghavanecho-cancel: Split out speex code from the core module
2010-09-07 Arun Raghavanecho-cancel: Move the module into it's own directory