summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-1627-191/+237
* bump version number to 0.9Lennart Poettering2006-05-163-3/+3
* * add new configure option --with-module-dir=Lennart Poettering2006-05-161-50/+48
* * remove .a files from the modules directory after installationLennart Poettering2006-05-161-23/+24
* instead of kicking clients with invalid UTF8 stream names, filter invalid cha...Lennart Poettering2006-05-161-14/+26
* add new test programme utf8-test.cLennart Poettering2006-05-162-1/+33
* add double include protectionLennart Poettering2006-05-161-0/+5
* * remove "const" from return type of pa_utf8_filter() since it desn't make an...Lennart Poettering2006-05-162-5/+5
* use the new latency update callback to be notified when latency data becomesLennart Poettering2006-05-161-4/+21
* downgrade a log messageLennart Poettering2006-05-161-2/+1
* * fix segfault in pa_utf8_validate()Lennart Poettering2006-05-161-5/+11
* add notification callback which is called when new latency data becomes avail...Lennart Poettering2006-05-153-1/+19
* Add function to filter a string of any invalid UTF-8 sequences. User mustPierre Ossman2006-05-152-8/+54
* undo r868Lennart Poettering2006-05-151-3/+3
* Clean up the UTF-8 validation code.Pierre Ossman2006-05-151-78/+76
* remove regex.h from include, since it is actually not usedLennart Poettering2006-05-151-1/+0
* module-volume-restore uses regexp() so make sure it's only built on systemsPierre Ossman2006-05-151-3/+3
* Include utf8.h for the validation function.Pierre Ossman2006-05-151-0/+1
* add utf8 validity checking to esound protocolLennart Poettering2006-05-141-0/+8
* remove superfluous log lineLennart Poettering2006-05-141-2/+0
* 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