summaryrefslogtreecommitdiffstats
path: root/src/polyp
Commit message (Expand)AuthorAgeFilesLines
* 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
* add new threaded main loop implementation (with test/example)Lennart Poettering2006-04-302-0/+261
* * make sure the wakeup fd is polled on wven when no other fd is registered fo...Lennart Poettering2006-04-301-8/+10
* Clarify how the automatic channel map is generated.Pierre Ossman2006-04-271-1/+3
* it was a bad idea to require that a channel map doesn't contain the same posi...Lennart Poettering2006-04-261-6/+0
* * make a validity check of parsed channel maps before rteurning themeLennart Poettering2006-04-261-17/+25
* don't allow channel positions to be specified twice in the same channelmapLennart Poettering2006-04-261-1/+10
* * add new function pa_channel_map_parse()Lennart Poettering2006-04-262-37/+122
* * rework reference counting in the client libraries: now refcounting goesLennart Poettering2006-04-249-109/+161
* small optimizationLennart Poettering2006-04-231-6/+3
* fix sample uploadingLennart Poettering2006-04-231-1/+2
* * fix ref counting of pa_stream: strictly refcount from context to stream and...Lennart Poettering2006-04-231-7/+0
* introduce a new error PA_ERR_TOOLARGELennart Poettering2006-04-232-0/+2
* fix multiplication of software pa_cvolumesLennart Poettering2006-04-231-1/+1
* Win32 needs to have the socket subsystem initialised.Pierre Ossman2006-04-191-0/+11
* Having constant deferred events isn't allowed and causes problems. Use timersPierre Ossman2006-04-191-8/+16
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-184-4/+4
* Avoid including non-portable header sys/poll.h.Pierre Ossman2006-04-181-3/+3
* * add pa_mainloop_wakeup() calls for deferred eventsLennart Poettering2006-04-161-15/+22
* add new API to replace the poll() function used by the main loop implementationLennart Poettering2006-04-162-1/+26
* Clarify behaviour of deferred events.Pierre Ossman2006-04-161-1/+3
* more documentation updatesLennart Poettering2006-04-1311-63/+106
* Documentation updatesLennart Poettering2006-04-137-25/+80
* include local record memblockq in latency calculationsLennart Poettering2006-04-122-2/+15
* * dispatch defer events in pa_mainloop_dispatch() and not already in pa_mainl...Lennart Poettering2006-04-123-85/+80