summaryrefslogtreecommitdiffstats
path: root/src/polyp
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings.Pierre Ossman2006-05-241-1/+1
* change return type of pa_cstrerror() to "const char*"Lennart Poettering2006-05-232-2/+2
* Fix some warnings.Pierre Ossman2006-05-231-0/+1
* Fix TLS on Win32 to something a bit more safe and portable (compiler-wise).Pierre Ossman2006-05-221-1/+85
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-227-8/+110
* add missing #includeLennart Poettering2006-05-211-0/+1
* add new function pa_usec_to_bytes() as inverse of pa_bytes_to_usec()Lennart Poettering2006-05-212-0/+9
* rename pa_simple_get_playback_latency() to pa_simple_get_latency() and allow ...Lennart Poettering2006-05-202-4/+2
* Fix some missing headers.Pierre Ossman2006-05-191-1/+1
* And functions for convertion to and from current locale and UTF-8.Pierre Ossman2006-05-182-0/+78
* PATH_MAX needs limits.h.Pierre Ossman2006-05-181-0/+1
* Move timeval calculation functions into their own file.Pierre Ossman2006-05-187-146/+213
* fix include line for "core-util.h"Lennart Poettering2006-05-1711-12/+11
* add C++ macros to utf8.hLennart Poettering2006-05-171-0/+6
* add C++ macros to xmalloc.hLennart Poettering2006-05-171-0/+5
* * add doxygen docs to header fileLennart Poettering2006-05-172-18/+36
* include util.h in polypaudio.hLennart Poettering2006-05-171-1/+2
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-172-0/+398
* include more files in polypaudio.hLennart Poettering2006-05-171-2/+8
* add doxygen docs for utf8.hLennart Poettering2006-05-171-0/+7
* * make pa_xfree() a real functionLennart Poettering2006-05-172-1/+22
* add new channel map argument to pa_simple_new()Lennart Poettering2006-05-172-4/+9
* fix svn tagLennart Poettering2006-05-171-1/+1
* Move utf8 to the public part (libpolyp).Pierre Ossman2006-05-172-0/+192
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-1716-14/+207
* increase PA_CHANNELS_MAX to 32Lennart Poettering2006-05-172-1/+17
* add new channel mapping standard PA_CHANNEL_MAP_OSSLennart Poettering2006-05-172-3/+39
* Update documentation to contain the UTF-8 requirement.Pierre Ossman2006-05-171-0/+5
* Documentation for the threaded main loop API.Pierre Ossman2006-05-173-5/+215
* Add Microsoft's WAVEFORMWATEEXTENSIBLE channel mapping.Pierre Ossman2006-05-172-0/+60
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-163-40/+101
* use the new latency update callback to be notified when latency data becomesLennart Poettering2006-05-161-4/+21
* add notification callback which is called when new latency data becomes avail...Lennart Poettering2006-05-153-1/+19
* * add new parameter to pa_open_config_file() to specify open modeLennart Poettering2006-05-141-1/+1
* remove superfluous log messageLennart Poettering2006-05-131-2/+0
* 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-112-9/+21
* Remove some debug code that wasn't supposed to be committed.Pierre Ossman2006-05-111-5/+1
* Handle pipes on platforms where they are non-existant of broken.Pierre Ossman2006-05-112-78/+17
* Include log header to get rid of warnings.Pierre Ossman2006-05-111-0/+1
* Do WSAStartup() in the DLL entry routine instead of at context creation.Pierre Ossman2006-05-111-11/+0
* 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-091-4/+46
* 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-062-4/+39
* 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
* Windows doesn't have POSIX thread. ifdef out things for now.Pierre Ossman2006-05-021-2/+17