summaryrefslogtreecommitdiff
path: root/src/modules/module-equalizer-sink.c
Commit message (Expand)AuthorAgeFilesLines
* equalizer: Handle underlying sink going away better when autoloadedArun Raghavan2015-06-121-3/+6
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* module-equalizer-sink: remove erroneous fixmeJason Newton2014-12-081-2/+0
* module-equalizer-sink: use fftwf_free in all the right placesJason Newton2014-12-081-8/+8
* Warn on loading module-equalizer-sinkAlexander E. Patrakov2014-12-081-0/+4
* modules: Fix )== typosPeter Meerwald2014-10-281-1/+1
* modules: Add assertion in equalizer-sinkPeter Meerwald2013-12-201-1/+1
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-34/+34
* Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)2013-06-241-2/+0
* Style fix: Add a space between the closing/opening bracketpoljar (Damir Jelić)2013-06-241-112/+112
* Style fix: Add a space betwen the if statement and the opening bracketpoljar (Damir Jelić)2013-06-241-39/+39
* equalizer: Fix compiler warning due use of 'signal'Arun Raghavan2013-04-161-33/+33
* equalizer: Don't cleanup u->sink in sink_input_kill_cb yetMatthijs Kooijman2012-09-251-2/+2
* memblock: Add pa_memblock_acquire_chunk().Tanu Kaskinen2012-08-221-1/+1
* Add comments referring to bug #53709.Tanu Kaskinen2012-08-191-0/+5
* Correct spelling of PulseAudioPaul Menzel2012-05-111-1/+1
* fix the ever-popular 'the the' typoPeter Meerwald2012-01-281-2/+2
* filters: Fix the master source/sink when autoloadedArun Raghavan2011-11-241-0/+3
* Squash unused variable compiler warningMaarten Bosmans2011-11-141-2/+2
* memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen2011-10-011-2/+2
* equalizer: Use volume sharing by defaultArun Raghavan2011-09-141-5/+16
* module-equalizer-sink: Use correct limit in loopMaarten Bosmans2011-09-031-1/+1
* module-equalizer-sink: Use = in initialising variablesMaarten Bosmans2011-09-031-13/+13
* module-equalizer-sink: Use %z for printf of size_t variablesMaarten Bosmans2011-09-031-5/+5
* equalizer: Comment out unused functionArun Raghavan2011-08-291-0/+2
* More spelling fixesMaarten Bosmans2011-08-251-11/+11
* Move i18n.[ch] to src/pulsecoreMaarten Bosmans2011-08-111-1/+1
* alsa: Reinitialise the mixer on port change.Colin Guthrie2011-07-201-1/+1
* devices: Set certain sink/source flags automatically.Colin Guthrie2011-07-201-1/+1
* devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie2011-07-191-2/+2
* Remove unnecessary #includesMaarten Bosmans2011-06-221-4/+0
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* filter-apply: Mark modules as being autoloadedArun Raghavan2011-05-021-1/+12
* equalizer: Use sink_master as the module argument rather than just master.Colin Guthrie2011-04-181-3/+3
* Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans2011-03-181-1/+3
* core: Link virtual sinks and sources to their streams.Tanu Kaskinen2011-02-221-1/+3
* equalizer: various smaller cleanups for m-e-sLennart Poettering2010-02-251-198/+204
* module-equalizer-sink: add latency of output_q and input_q to get latency cal...Jason Newton2009-11-201-2/+3
* module-equalizer-sink: switch back to reference dsp implementation - cpu usag...Jason Newton2009-11-201-1/+1
* module-equalizer-sink: (re)added output memblockq commented out timing debug ...Jason Newton2009-11-201-19/+61
* module-equalizer-sink:Jason Newton2009-10-291-4/+4
* module-equalizer-sink: try to limit buffering to mempool's max_block_size and...Jason Newton2009-10-291-9/+18
* drop redundant alloc callJason Newton2009-10-291-1/+0
* module-equalizer-sink: drop source executable permissions configure.ac: add e...Jason Newton2009-10-191-0/+0
* module-equalizer-sink:Jason Newton2009-10-181-96/+90
* module-equalizer-sink: fixed equalizer state save/restoreJason Newton2009-10-181-27/+29
* module-equalizer-sink: disable active profile name restoration as something i...Jason Newton2009-10-021-7/+7
* module-equalizer-sink: *added client initiated sync support for filter state ...Jason Newton2009-10-021-24/+35
* module-equalizer-sink: resyncing with head and fix invalid writesJason Newton2009-10-021-105/+108
* module-equalizer-sink: resync with ladspa parent sinkJason Newton2009-09-291-3/+5