summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add new configure option to enable preloading even on architectures that supp...Lennart Poettering2006-04-131-1/+6
* 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
* when storing recording data in file, create file with proper access rightsLennart Poettering2006-04-121-1/+1
* yet anotrher fix for slow linksLennart Poettering2006-04-121-1/+1
* small fix to deal properly with slow linksLennart Poettering2006-04-121-4/+7
* * dispatch defer events in pa_mainloop_dispatch() and not already in pa_mainl...Lennart Poettering2006-04-123-85/+80
* * fix latency calculation where a full playback buffer was erroneously taken ...Lennart Poettering2006-04-121-10/+22
* remove a bunch of log messagesLennart Poettering2006-04-121-9/+8
* beefup pacat a little: Lennart Poettering2006-04-121-13/+46
* * rename "latency correction" to "write index correction"Lennart Poettering2006-04-123-134/+216
* protocol change: don't send stream buffer size in latency update. This data i...Lennart Poettering2006-04-121-2/+0
* proper validity checking for pa_context_is_pending()Lennart Poettering2006-04-121-1/+5
* when flushin a memblockq, set the write index to the read indexLennart Poettering2006-04-121-0/+2
* 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
* * Beef up latency calculation in module-oss-mmapLennart Poettering2006-04-101-21/+81
* minor cleanups for OSS moduleLennart Poettering2006-04-101-9/+25
* when using record mode, allow file to save data to to be passed on the comman...Lennart Poettering2006-04-101-17/+17
* * 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
* clip volume at PA_VOLUME_NORM for alsa devicesLennart Poettering2006-04-082-4/+25
* add proper volume clipping support for OSS devicesLennart Poettering2006-04-081-3/+8
* when doing software volume adjustments, don't use the volume value as linear ...Lennart Poettering2006-04-081-29/+15
* * show flags value when dumping sink/source info in pactl. Lennart Poettering2006-04-071-7/+15
* add new introspection data field for sinks/sources: a flags field which speci...Lennart Poettering2006-04-074-2/+26
* minor cleanupsLennart Poettering2006-04-071-4/+6
* * enable write_index correction and timing interpolation only for playback (a...Lennart Poettering2006-04-071-39/+46
* Some memcpy arithmetic that wasn't removed when doing the redesign to updatePierre Ossman2006-04-071-1/+1
* * update docs for reworked latency APILennart Poettering2006-04-076-94/+142
* update simple API for new latency APILennart Poettering2006-04-071-5/+6
* update pacat.c for new latency APILennart Poettering2006-04-071-6/+34
* rework latency querying API (this needs more testing)Lennart Poettering2006-04-074-220/+323
* remove queue length field from latency request (server side)Lennart Poettering2006-04-071-6/+2
* * really pass the ipv6 socket server to protocol_new in case of ipv6. Lennart Poettering2006-04-061-22/+15
* change pa_gettimeofday() to return a pointer to the struct timeval*, instead ...Lennart Poettering2006-04-062-16/+18
* s/index/idx/, to avoid gcc warningLennart Poettering2006-04-061-2/+2
* * set IPV6_V6ONLY for IPv6 sockets, to avoid warning when both ipv6 and the i...Lennart Poettering2006-04-061-3/+12
* remove some GCC warnings introduced by improperly casting to (char*) instead ...Lennart Poettering2006-04-061-13/+13
* Fix some warnings caused by size_t having varying size.Pierre Ossman2006-03-314-5/+5
* We no longer guarantee that an operation object is returned. Need to tweakPierre Ossman2006-03-111-9/+26
* Remember to store the struct with module info.Pierre Ossman2006-03-111-0/+2
* We filled the volume with the wrong channel count (we used the input, notPierre Ossman2006-03-081-4/+3
* 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
* Trying to listen on an IPv6 socket by default and only do IPv4 if that failsPierre Ossman2006-03-073-58/+143