Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | volume: use PA_VOLUME_MAX instead of (pa_volume_t) -1 | Lennart Poettering | 2009-08-19 | 1 | -4/+4 | |
| | | ||||||
| * | volume: round properly when showing human readable volume percentages | Lennart Poettering | 2009-08-19 | 1 | -2/+2 | |
| | | ||||||
| * | volume: simplify volume multiplifactions, do them in integer only | Lennart Poettering | 2009-08-19 | 1 | -4/+6 | |
| | | ||||||
| * | volume: introduce pa_cvolume_min() and pa_cvolume_min_mask() | Lennart Poettering | 2009-08-19 | 2 | -2/+49 | |
| | | ||||||
| * | volume: document when arguments of certain functions may overlap | Lennart Poettering | 2009-08-17 | 1 | -4/+8 | |
| | | ||||||
| * | libpulse: some minor optimizations when checking equality | Lennart Poettering | 2009-08-17 | 3 | -0/+16 | |
| | | ||||||
| * | channelmap: minor doxygen fix | Lennart Poettering | 2009-08-17 | 1 | -4/+14 | |
| | | ||||||
| * | channelmap: document where the WAVEX channelmap is documented | Lennart Poettering | 2009-08-17 | 1 | -0/+2 | |
| | | ||||||
| * | channelmap: adjust RFC3551 channel maps to follow spec more closely | Lennart Poettering | 2009-08-17 | 1 | -4/+4 | |
| | | ||||||
| * | volume: add pa_cvolume_merge() call | Lennart Poettering | 2009-08-17 | 2 | -0/+23 | |
| | | ||||||
* | | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work | Tanu Kaskinen | 2009-08-16 | 13 | -190/+413 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/Makefile.am src/daemon/daemon-conf.c src/daemon/daemon.conf.in src/modules/module-stream-restore.c src/pulse/client-conf.c src/pulsecore/namereg.c | |||||
| * | pulse: even in case of record stream, let's initialize req_bytes to 0 | Marc-André Lureau | 2009-08-15 | 1 | -1/+1 | |
| | | ||||||
| * | volume: guarantee dB/linear conversion is reversible | Lennart Poettering | 2009-08-14 | 1 | -1/+4 | |
| | | ||||||
| * | context: document why we only do minimal cleanups before the autospawn exec() | Lennart Poettering | 2009-08-12 | 1 | -1/+4 | |
| | | ||||||
| * | conf: invert all negative boolean configuration option | Lennart Poettering | 2009-08-12 | 2 | -11/+12 | |
| | | ||||||
| * | Correctly deal with events in the past in calc_next_timeout | Maxim Levitsky | 2009-08-10 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | pa_usec_t is unsigned, thus it will always be >= 0 This makes gstreamer pulse mixer work again This fixes a gstreamer mixer regression, when it can't control the volume, after few changes. | |||||
| * | simple: check for == RUNNING instead of != DONE when waiting for operations | Lennart Poettering | 2009-08-05 | 1 | -2/+2 | |
| | | ||||||
| * | simple: split data/length validity checks into two | Lennart Poettering | 2009-08-05 | 1 | -2/+4 | |
| | | ||||||
| * | simple: call pa_context_disconnect() just to be sure | Lennart Poettering | 2009-08-05 | 1 | -1/+3 | |
| | | ||||||
| * | simple: always loop around pa_threaded_mainloop_wait() to handle spurious ↵ | Lennart Poettering | 2009-08-05 | 1 | -11/+28 | |
| | | | | | | | | wakeups properly | |||||
| * | simple: use pa_xnew0 instead of manual reset to 0 | Lennart Poettering | 2009-08-05 | 1 | -5/+1 | |
| | | ||||||
| * | simple: use PA_xxx_IS_GOOD for state checks | Lennart Poettering | 2009-08-05 | 1 | -2/+2 | |
| | | ||||||
| * | client: extend documentation on pa_operation_cancel() a bit | Lennart Poettering | 2009-08-03 | 1 | -1/+5 | |
| | | ||||||
| * | client: documented that pa_stream_drain() may only have a single operation ↵ | Lennart Poettering | 2009-07-31 | 1 | -1/+3 | |
| | | | | | | | | | | | | active at a time Closes #552. | |||||
| * | client: fix documentation for threaded mainloop | Lennart Poettering | 2009-07-31 | 1 | -5/+9 | |
| | | | | | | | | Closes #553 | |||||
| * | threaded-mainloop: loop around pa_cond_wait() invocation in ↵ | Lennart Poettering | 2009-07-30 | 2 | -4/+13 | |
| | | | | | | | | pa_threaded_mainloop_signal() | |||||
| * | client: minor modernizations | Lennart Poettering | 2009-07-25 | 1 | -7/+4 | |
| | | ||||||
| * | client: if a child we created was already reaped, assume that it was successful | Lennart Poettering | 2009-07-25 | 1 | -3/+10 | |
| | | ||||||
| * | client: limit block size for zero-copy operations to mempool block size | Lennart Poettering | 2009-07-24 | 2 | -6/+18 | |
| | | ||||||
| * | client: make volume struct const | Lennart Poettering | 2009-07-24 | 2 | -2/+2 | |
| | | ||||||
| * | alsa: throw timing data away after device resume | Lennart Poettering | 2009-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | autospawn: refuse autospawning if process disabled waitpid() | Lennart Poettering | 2009-07-24 | 1 | -2/+15 | |
| | | ||||||
| * | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-07-23 | 1 | -1/+9 | |
| |\ | | | | | | | | | | | | | Conflicts: src/daemon/main.c | |||||
| | * | introspect: Fix two memory issues in port handling code. | Colin Guthrie | 2009-07-12 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | First one is a simple typo on an error condition that would have likely caused issues if it ever cropped up. Second issue is that port information is never actually freed if everything works fine. | |||||
| * | | client: allow zero-copy writing to the stream | Lennart Poettering | 2009-07-20 | 3 | -44/+176 | |
| |/ | ||||||
| * | libpulse: minor cleanups | Lennart Poettering | 2009-07-01 | 1 | -11/+19 | |
| | | ||||||
| * | introspect: Fix a bug in sink/source info protocol handling related to ports. | Colin Guthrie | 2009-06-29 | 1 | -60/+64 | |
| | | | | | | | | | | | | Previously the active_profile was extracted from the tagstruct regardless of the protocol version which caused errors while speaking to older version servers. | |||||
* | | proplist: New function: pa_proplist_equal() | Tanu Kaskinen | 2009-08-09 | 2 | -0/+29 | |
| | | ||||||
* | | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-06-29 | 1 | -0/+4 | |
|\| | ||||||
| * | Add missing headers includes for FreeBSD. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+4 | |
| | | | | | | | | This removes the implicit declarations of send() and pthread_sigmask(). | |||||
* | | Merge branch 'master' into dbus-work | Tanu Kaskinen | 2009-06-29 | 19 | -211/+549 | |
|\| | | | | | | | | | | | | | | | Conflicts: src/daemon/daemon-conf.c src/daemon/daemon-conf.h src/daemon/main.c src/pulsecore/dbus-util.h | |||||
| * | timeval: don't create the wrong illusion that nsecs should be stored in ↵ | Lennart Poettering | 2009-06-23 | 1 | -3/+3 | |
| | | | | | | | | pa_usec_t | |||||
| * | rtclock: document that we fallback to wallclock time if monotonic time is ↵ | Lennart Poettering | 2009-06-23 | 1 | -2/+4 | |
| | | | | | | | | not supported | |||||
| * | rtclock: enable rtclock for our own mainloop implementations | Lennart Poettering | 2009-06-22 | 3 | -4/+14 | |
| | | ||||||
| * | rtclock: fix issues found by Lennart | Marc-André Lureau | 2009-06-20 | 2 | -12/+22 | |
| | | ||||||
| * | Base mainloop on pa_rtclock_now() | Marc-André Lureau | 2009-06-20 | 7 | -36/+90 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the mainloop to monotonic based time events. Introduces 4 helper functions: pa_{context,core}_rttime_{new,restart}(), that fill correctly a timeval with the rtclock flag set if the mainloop supports it. Both mainloop-test and mainloop-test-glib works with rt and timeval based time events. PulseAudio and clients should be fully functional. This patch has received several iterations, and this one as been largely untested. Signed-off-by: Marc-André Lureau <marca-andre.lureau@nokia.com> | |||||
| * | pulse: move pa_rtclock_now in pulsecommon | Marc-André Lureau | 2009-06-20 | 3 | -1/+76 | |
| | | ||||||
| * | perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'` | Marc-André Lureau | 2009-06-19 | 1 | -4/+4 | |
| | | ||||||
| * | native-protocol: allow enumerating ports | Lennart Poettering | 2009-06-17 | 2 | -13/+121 | |
| | | ||||||
| * | libpulse: implement client side for sink/source port selection commands | Lennart Poettering | 2009-06-17 | 2 | -0/+112 | |
| | |