summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* take the filename specified on the command line as default stream nameLennart Poettering2006-05-141-7/+11
* check for valid utf8 strings Lennart Poettering2006-05-141-20/+24
* add utf8 validity checking APILennart Poettering2006-05-143-1/+145
* update todoLennart Poettering2006-05-141-3/+4
* add new module module-volume-restore which saves and restores volume of playb...Lennart Poettering2006-05-142-2/+371
* * add new parameter to pa_open_config_file() to specify open modeLennart Poettering2006-05-1415-34/+43
* modify argument order of pa_client_new() to actually match how it is usually ...Lennart Poettering2006-05-142-2/+2
* fix esound sample cache namesLennart Poettering2006-05-131-1/+2
* * set default fragment metrics depending on the sample specs of the device in...Lennart Poettering2006-05-133-15/+21
* first set buffer size, and afterwards period sizeLennart Poettering2006-05-131-1/+1
* don't hit an assert when trying to resample data for 6channel audioLennart Poettering2006-05-131-1/+2
* fix fragment size calculation for module-alsa-sourceLennart Poettering2006-05-131-5/+9
* use default alsa channel map for alsa devicesLennart Poettering2006-05-134-2/+74
* remove superfluous log messageLennart Poettering2006-05-131-2/+0
* fix hangup detection for recording streamsLennart Poettering2006-05-111-5/+7
* fix iochannel for hangup signalsLennart Poettering2006-05-111-1/+1
* Windows support for the threaded API.Pierre Ossman2006-05-111-14/+202
* update doxygen docsLennart Poettering2006-05-111-7/+20
* don't signal the accept_cond automatically when waiting for a signal eventLennart Poettering2006-05-111-1/+0
* split of signal releasing into its own function and name it pa_threaded_mainl...Lennart Poettering2006-05-113-10/+24
* Remove some debug code that wasn't supposed to be committed.Pierre Ossman2006-05-111-5/+1
* pa_write() should use a const pointer.Pierre Ossman2006-05-112-2/+2
* Handle pipes on platforms where they are non-existant of broken.Pierre Ossman2006-05-118-106/+248
* Include log header to get rid of warnings.Pierre Ossman2006-05-111-0/+1
* ANSI codes aren't supported on Windows terminals.Pierre Ossman2006-05-111-1/+4
* Do WSAStartup() in the DLL entry routine instead of at context creation.Pierre Ossman2006-05-112-15/+13
* fix handling of timing status requestsLennart Poettering2006-05-091-2/+1
* Add stubs for the threaded main loop so that we can compile it onPierre Ossman2006-05-092-11/+48
* Use pa_msleep() to get platform independence.Pierre Ossman2006-05-091-1/+1
* rework the simple API to make use of the new threaded mainloop implementationLennart Poettering2006-05-061-226/+226
* * optionally, make pa_threaded_mainloop_signal() wait until the main thread t...Lennart Poettering2006-05-063-6/+42
* add support for reading audio data from a file instead of plain STDIN in paca...Lennart Poettering2006-05-061-0/+18
* remove bogus check that disallowed latency interpolation and stuff for record...Lennart Poettering2006-05-061-1/+0
* allow signalling from event loop threadLennart Poettering2006-05-061-3/+0
* Fix control flow in pa_oss_open(). Also fall back to half duplex when device ...Pierre Ossman2006-05-021-2/+6
* We need to read the cookie in binary mode for things to work correctly.Pierre Ossman2006-05-021-2/+7
* Windows doesn't have POSIX thread. ifdef out things for now.Pierre Ossman2006-05-022-3/+23
* add new threaded main loop implementation (with test/example)Lennart Poettering2006-04-304-0/+342
* * make sure the wakeup fd is polled on wven when no other fd is registered fo...Lennart Poettering2006-04-301-8/+10
* When a control is removed, all bits are set so we need to test for that first.Pierre Ossman2006-04-282-0/+6
* Zero the fd list since we do a memcmp on it later.Pierre Ossman2006-04-281-1/+1
* ouch!Lennart Poettering2006-04-272-3/+2
* Clarify how the automatic channel map is generated.Pierre Ossman2006-04-271-1/+3
* Channel map argument support for solaris.Pierre Ossman2006-04-271-4/+15
* Channel map argument support for waveout.Pierre Ossman2006-04-271-4/+16
* fail if the channel map doesn't match the sample specsLennart Poettering2006-04-261-0/+5
* allow the user to specify an alternative channel map in paplay tooLennart Poettering2006-04-261-4/+25
* fix volume range printed on --helpLennart Poettering2006-04-261-2/+1
* if a sample is not yet loaded, don't print rubbish about its channel mapLennart Poettering2006-04-261-1/+1
* it was a bad idea to require that a channel map doesn't contain the same posi...Lennart Poettering2006-04-261-6/+0