summaryrefslogtreecommitdiffstats
path: root/src/polyp
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove a bunch of log messagesLennart Poettering2006-04-121-9/+8
* * rename "latency correction" to "write index correction"Lennart Poettering2006-04-123-134/+216
* proper validity checking for pa_context_is_pending()Lennart Poettering2006-04-121-1/+5
* return the error code and not just -1 when pa_context_is_pending() failsLennart Poettering2006-04-101-1/+1
* validity checks for pa_context_is_pending()Lennart Poettering2006-04-102-5/+2
* * implement PA_STREAM_AUTO_TIMING_UPDATELennart Poettering2006-04-101-4/+8
* add new PA_STREAM_AUTO_TIMING_UPDATELennart Poettering2006-04-101-13/+24
* unbreak last commit from ossmanLennart Poettering2006-04-101-1/+1
* Use the modern Ki/Mi/Gi prefixes to clarify that 1024 is the base.Pierre Ossman2006-04-092-5/+5
* Big documentation update. Describe the client API in a more tutorial likePierre Ossman2006-04-0912-52/+757
* add new introspection data field for sinks/sources: a flags field which speci...Lennart Poettering2006-04-073-2/+24
* * 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-075-89/+138
* update simple API for new latency APILennart Poettering2006-04-071-5/+6
* rework latency querying API (this needs more testing)Lennart Poettering2006-04-074-220/+323
* 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
* Negotiate protocol version between server and client. Will allow smootherPierre Ossman2006-03-026-0/+38
* 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-023-2/+27
* add support for authentication using SCM_CREDENTIALSLennart Poettering2006-02-242-6/+6
* Some new additions were mislabeled as '\since 0.9'.Pierre Ossman2006-02-231-7/+7
* Mute switch for sinks and sources. This is independent of the volumePierre Ossman2006-02-232-0/+108
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-237-28/+28
* simplify tagstruct creationLennart Poettering2006-02-236-127/+74
* revive howl supportLennart Poettering2006-02-222-57/+81