summaryrefslogtreecommitdiffstats
path: root/src/polyp/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Explicitly check version number when determining which fields are in a streamPierre Ossman2006-05-261-19/+10
* * add new API function pa_stream_get_buffer_attr().Lennart Poettering2006-05-251-2/+45
* Fix warnings.Pierre Ossman2006-05-241-1/+1
* Fix some missing headers.Pierre Ossman2006-05-191-1/+1
* fix include line for "core-util.h"Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-1/+1
* add notification callback which is called when new latency data becomes avail...Lennart Poettering2006-05-151-1/+14
* fix handling of timing status requestsLennart Poettering2006-05-091-2/+1
* remove bogus check that disallowed latency interpolation and stuff for record...Lennart Poettering2006-05-061-1/+0
* * rework reference counting in the client libraries: now refcounting goesLennart Poettering2006-04-241-28/+44
* * fix ref counting of pa_stream: strictly refcount from context to stream and...Lennart Poettering2006-04-231-7/+0
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-181-1/+1
* include local record memblockq in latency calculationsLennart Poettering2006-04-121-0/+11
* remove a bunch of log messagesLennart Poettering2006-04-121-9/+8
* * rename "latency correction" to "write index correction"Lennart Poettering2006-04-121-118/+188
* validity checks for pa_context_is_pending()Lennart Poettering2006-04-101-2/+0
* * implement PA_STREAM_AUTO_TIMING_UPDATELennart Poettering2006-04-101-4/+8
* * enable write_index correction and timing interpolation only for playback (a...Lennart Poettering2006-04-071-39/+46
* * update docs for reworked latency APILennart Poettering2006-04-071-43/+43
* rework latency querying API (this needs more testing)Lennart Poettering2006-04-071-169/+256
* We no longer guarantee that an operation object is returned. Need to tweakPierre Ossman2006-03-111-9/+26
* The extra stream ref actually did some good. Re-add it, but with some morePierre Ossman2006-03-071-2/+16
* We've already set an initial reference count of 1 so don't count it up again.Pierre Ossman2006-03-071-1/+1
* The tag argument is no longer unused.Pierre Ossman2006-03-021-1/+1
* Fix warnings on 64-bit systems.Pierre Ossman2006-03-021-3/+3
* Handle the new latency protocol. This is just a quick fix and does notPierre Ossman2006-03-021-2/+22
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-2/+2
* simplify tagstruct creationLennart Poettering2006-02-231-24/+24
* * modify pa_context_exit_daemon() to return a pa_operation objectLennart Poettering2006-02-201-78/+139
* * a lot of doxygen updatesLennart Poettering2006-02-201-5/+12
* 1) Add flexible seeking support (including absolute) for memory block queues ...Lennart Poettering2006-02-201-108/+258
* Properly clear members during init.Pierre Ossman2006-02-171-0/+5
* Have a memblock queue on the client side during recording. This makes thePierre Ossman2006-02-171-1/+60
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-171-1/+2
* drop polyplib- prefix from client library filesLennart Poettering2006-02-161-0/+807