summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pulse: immediately trigger EIO when connection is droppedHEADmasterLennart Poettering2009-08-051-1/+8
* pulse: rework object destruction paths a bitLennart Poettering2009-08-042-14/+12
* pulse: unify stream/context state checksLennart Poettering2009-08-042-67/+95
* pulse: get rid of redundant state variableLennart Poettering2009-08-042-17/+3
* pulse: move a couple of PCM related functions from pulse.c to pcm_pulse.cLennart Poettering2009-08-043-82/+95
* pulse: replace manual mainloop by pa_mainloop_iterate()Lennart Poettering2009-08-041-9/+1
* pulse: call pa_threaded_mainloop_wait() to handle spurious wakeupsLennart Poettering2009-08-031-3/+10
* pulse: unify destruction of snd_pulse_tLennart Poettering2009-08-031-19/+12
* pulse: use PA_CONTEXT_IS_GOOD where applicableLennart Poettering2009-08-032-4/+3
* pulse: get rid of a number of assert()sLennart Poettering2009-08-033-36/+112
* oss - Add missing initialization of fragmentsTakashi Iwai2009-07-171-0/+1
* alsa-plugins/pulse: Implement 'pause'.Troy Moure2009-06-181-0/+25
* speex - Add echo-cancelling option to speexdsp pluginTakashi Iwai2009-06-162-10/+85
* Add PCM rates query support for PCM rate pluginsTakashi Iwai2009-06-023-6/+87
* Release v1.0.20Jaroslav Kysela2009-05-061-1/+1
* arcam_av: Refactor event callback to facilitate addition of "numid" optimisationPeter Stokes2009-03-022-76/+52
* arcam_av: Refactor control specifications to facilitate addition of "numid" o...Peter Stokes2009-02-231-101/+91
* arcam_av: Remove incorrect usage of the static SHM ID variablePeter Stokes2009-02-231-38/+20
* oss: Add numid check in ctl pluginTakashi Iwai2009-02-171-1/+15
* pulse: Add numid check in ctl pluginTakashi Iwai2009-02-171-0/+5
* Clean up Makefile.amTakashi Iwai2009-01-221-9/+8
* Add arcam-av pluginPeter Stokes2009-01-228-2/+1884
* Add missing continue in config parser of pcm-upmix plugin (again)Takashi Iwai2009-01-221-0/+1
* Add Speex pre-processing pluginTakashi Iwai2009-01-216-3/+358
* Fix build of pph plugin with speex-1.2rc1Takashi Iwai2009-01-213-10/+12
* Add missing continue in config parser of pcm-upmix pluginTakashi Iwai2009-01-211-0/+1
* Add missing -lm to pph pluginTakashi Iwai2009-01-211-0/+1
* Release v1.0.19Jaroslav Kysela2009-01-191-1/+1
* Added m4/attributes.m4 to extra dist.Jaroslav Kysela2009-01-051-1/+1
* Mark as static the functions not used outside their unit.Diego E. 'Flameeyes' Pettenò2008-11-214-7/+7
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-215-18/+18
* [RFC] Don't use pow() for calculating a power of 2, use shift instead.Diego E. 'Flameeyes' Pettenò2008-11-212-3/+3
* Cleanup flags in maemo/Makefile.amDiego E. 'Flameeyes' Pettenò2008-11-211-4/+4
* Check for --no-undefined linker flag and use it.Diego E. 'Flameeyes' Pettenò2008-11-2111-10/+12
* Add the attributes.m4 macro file from xine/lscube.Diego E. 'Flameeyes' Pettenò2008-11-214-0/+318
* Allow opt-out from jack, pulseaudio and avcodec dependencies.Diego 'Flameeyes' Pettenò2008-11-131-5/+26
* Release v1.0.18Jaroslav Kysela2008-10-291-1/+1
* pulse - Fix capture problemTakashi Iwai2008-10-151-7/+4
* pulse - Fix destruction logic on failed constructionLennart Poettering2008-09-261-0/+6
* pulse - Fix destruction order on failureLennart Poettering2008-09-261-5/+2
* pulse - fix minor memory leakLennart Poettering2008-09-261-0/+1
* pulse - Start PA event loop after we have created the contextLennart Poettering2008-09-261-3/+3
* Release v1.0.18rc3Jaroslav Kysela2008-09-091-1/+1
* A bag of clean-ups for pcm_ctl.cLennart Poettering2008-09-031-95/+184
* Remove our own poll handler implementation entirelyLennart Poettering2008-09-032-27/+0
* Don't implement our own poll handlers, we can use the default onesLennart Poettering2008-09-031-43/+3
* Add const to our snd_pcm_ioplug_callback_t instancesLennart Poettering2008-09-031-2/+2
* Use S32/FLOAT32 only where available in the PA libsLennart Poettering2008-09-031-0/+8
* Use PA_STREAM_EARLY_REQUESTS if availableLennart Poettering2008-09-031-3/+10
* Make sure we always have a sensible channel mappingLennart Poettering2008-09-031-12/+13