summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | remove another item from the todo listLennart Poettering2006-04-071-2/+0
* | | * 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
* | | todo updateLennart Poettering2006-04-071-2/+0
* | | minor cleanupsLennart Poettering2006-04-071-4/+6
* | | remove item from TODO list, since it requires the SNDCTL_DSP_GETERROR ioctl()...Lennart Poettering2006-04-071-1/+0
* | | todo updateLennart Poettering2006-04-071-0/+2
* | | * enable write_index correction and timing interpolation only for playback (a...Lennart Poettering2006-04-071-39/+46
* | | fix pkg-config filesLennart Poettering2006-04-072-2/+2
* | | Some memcpy arithmetic that wasn't removed when doing the redesign to updatePierre Ossman2006-04-071-1/+1
* | | remove yet another item from the todo listLennart Poettering2006-04-071-1/+0
* | | hdie some moreLennart Poettering2006-04-070-0/+0
* | | * 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
* | | Large file support. Polypaudio probably doesn't need it, but it causes warningsPierre Ossman2006-03-311-0/+4
* | | update todoPierre Ossman2006-03-171-0/+2
* | | 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
* | | update todoPierre Ossman2006-03-051-1/+0
* | | Fetch sound card name into sink/source description.Pierre Ossman2006-03-052-2/+22
* | | update todoPierre Ossman2006-03-051-1/+0
* | | Volume support in tunnel module.Pierre Ossman2006-03-051-1/+260
* | | It's safer to set buffer size than to try setting number of periods.Pierre Ossman2006-03-051-1/+3
* | | Return the proper error code so that we get a correct error message.Pierre Ossman2006-03-051-12/+12
* | | Tried to get the volume information even upon init failure.Pierre Ossman2006-03-052-8/+8
* | | Update module-tunnel to the new protocol.Pierre Ossman2006-03-041-5/+26
* | | Fix warning caused by missing return in main().Pierre Ossman2006-03-042-0/+4
* | | update todoPierre Ossman2006-03-041-1/+0
* | | Alignment safe protocol handling in esound module.Pierre Ossman2006-03-041-126/+174
* | | Negotiate protocol version between server and client. Will allow smootherPierre Ossman2006-03-028-3/+55
* | | 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-024-2/+28