summaryrefslogtreecommitdiffstats
path: root/src/pulse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-245-55/+58
|\
| * Merge commit 'wtay/optimize'Lennart Poettering2009-08-231-25/+24
| |\
| | * sample: manually inline table lookupsWim Taymans2009-08-201-25/+24
| * | core: Add thread-safe group info functions with dynamic buffersTed Percival2009-08-221-27/+25
| |/
| * Modification of the thread-mainloop doc to ensure that nobody frees the api a...Xabier Rodriguez Calvar2009-08-201-1/+3
| * Modification of the mainloop doc to ensure that nobody frees the api as it is...Xabier Rodriguez Calvar2009-08-201-1/+3
| * Modification of the glib-mainloop doc to ensure that nobody frees the api as ...Xabier Rodriguez Calvar2009-08-201-1/+3
* | proplist: A couple of documentation fixes.Tanu Kaskinen2009-08-241-2/+3
* | proplist: Return early from pa_proplist_equal() if the pointers are equal.Tanu Kaskinen2009-08-241-0/+3
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-195-20/+166
|\|
| * volume: introduce pa_cvolume_{inc|dec}()Lennart Poettering2009-08-192-0/+42
| * volume: use PA_VOLUME_MAX instead of (pa_volume_t) -1Lennart Poettering2009-08-191-4/+4
| * volume: round properly when showing human readable volume percentagesLennart Poettering2009-08-191-2/+2
| * volume: simplify volume multiplifactions, do them in integer onlyLennart Poettering2009-08-191-4/+6
| * volume: introduce pa_cvolume_min() and pa_cvolume_min_mask()Lennart Poettering2009-08-192-2/+49
| * volume: document when arguments of certain functions may overlapLennart Poettering2009-08-171-4/+8
| * libpulse: some minor optimizations when checking equalityLennart Poettering2009-08-173-0/+16
| * channelmap: minor doxygen fixLennart Poettering2009-08-171-4/+14
| * channelmap: document where the WAVEX channelmap is documentedLennart Poettering2009-08-171-0/+2
| * channelmap: adjust RFC3551 channel maps to follow spec more closelyLennart Poettering2009-08-171-4/+4
| * volume: add pa_cvolume_merge() callLennart Poettering2009-08-172-0/+23
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-1613-190/+413
|\|
| * pulse: even in case of record stream, let's initialize req_bytes to 0Marc-André Lureau2009-08-151-1/+1
| * volume: guarantee dB/linear conversion is reversibleLennart Poettering2009-08-141-1/+4
| * context: document why we only do minimal cleanups before the autospawn exec()Lennart Poettering2009-08-121-1/+4
| * conf: invert all negative boolean configuration optionLennart Poettering2009-08-122-11/+12
| * Correctly deal with events in the past in calc_next_timeoutMaxim Levitsky2009-08-101-7/+6
| * simple: check for == RUNNING instead of != DONE when waiting for operationsLennart Poettering2009-08-051-2/+2
| * simple: split data/length validity checks into twoLennart Poettering2009-08-051-2/+4
| * simple: call pa_context_disconnect() just to be sureLennart Poettering2009-08-051-1/+3
| * simple: always loop around pa_threaded_mainloop_wait() to handle spurious wak...Lennart Poettering2009-08-051-11/+28
| * simple: use pa_xnew0 instead of manual reset to 0Lennart Poettering2009-08-051-5/+1
| * simple: use PA_xxx_IS_GOOD for state checksLennart Poettering2009-08-051-2/+2
| * client: extend documentation on pa_operation_cancel() a bitLennart Poettering2009-08-031-1/+5
| * client: documented that pa_stream_drain() may only have a single operation ac...Lennart Poettering2009-07-311-1/+3
| * client: fix documentation for threaded mainloopLennart Poettering2009-07-311-5/+9
| * threaded-mainloop: loop around pa_cond_wait() invocation in pa_threaded_mainl...Lennart Poettering2009-07-302-4/+13
| * client: minor modernizationsLennart Poettering2009-07-251-7/+4
| * client: if a child we created was already reaped, assume that it was successfulLennart Poettering2009-07-251-3/+10
| * client: limit block size for zero-copy operations to mempool block sizeLennart Poettering2009-07-242-6/+18
| * client: make volume struct constLennart Poettering2009-07-242-2/+2
| * alsa: throw timing data away after device resumeLennart Poettering2009-07-241-1/+1
| * autospawn: refuse autospawning if process disabled waitpid()Lennart Poettering2009-07-241-2/+15
| * Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-07-231-1/+9
| |\
| | * introspect: Fix two memory issues in port handling code.Colin Guthrie2009-07-121-1/+9
| * | client: allow zero-copy writing to the streamLennart Poettering2009-07-203-44/+176
| |/
| * libpulse: minor cleanupsLennart Poettering2009-07-011-11/+19
| * introspect: Fix a bug in sink/source info protocol handling related to ports.Colin Guthrie2009-06-291-60/+64
* | proplist: New function: pa_proplist_equal()Tanu Kaskinen2009-08-092-0/+29
* | Merge branch 'master' into dbus-workTanu Kaskinen2009-06-291-0/+4
|\|