Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core-util: rework pa_strlcpy() to not rely on strncpy() | Lennart Poettering | 2009-08-01 | 1 | -2/+10 |
| | | | | | strncpy() is very slow since it resets the entire destination buffer. Replace usage of strncpy by memcpy(). | ||||
* | pipe: replace PIPE_BUF macro pa pa_pipe_buf call | Lennart Poettering | 2009-08-01 | 2 | -0/+19 |
| | | | | | | | This should help portability to platforms that lack PIPE_BUF. Based on a patch from Samuel Thibault. See ticket #546 | ||||
* | alsa: throw timing data away after device resume | Lennart Poettering | 2009-07-24 | 2 | -22/+21 |
| | |||||
* | memblock: try to hit an assert earlier when ref counting doesn't work | Lennart Poettering | 2009-07-24 | 1 | -9/+14 |
| | |||||
* | daemon: replace colons by dash in per-machine directory names for compat ↵ | Lennart Poettering | 2009-07-23 | 1 | -2/+2 |
| | | | | with weird filesystems | ||||
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-07-23 | 2 | -3/+3 |
|\ | | | | | | | | | Conflicts: src/daemon/main.c | ||||
| * | Merge commit 'flameeyes/osx' | Lennart Poettering | 2009-07-23 | 1 | -2/+2 |
| |\ | |||||
| | * | Again make sure that the wait() definition is not shadowed. | Diego Elio 'Flameeyes' Pettenò | 2009-07-17 | 1 | -2/+2 |
| | | | | | | | | | | | | Rename the parameter in pa_asyncmsgq_get() to wait_op. | ||||
| * | | protocol-native: use the right samplerate | Wim Taymans | 2009-07-23 | 1 | -1/+1 |
| |/ | | | | | | | | | The render_memblockq is expressed in the sample_spec of the sink, not of the particular stream before resampling. | ||||
* / | memtrap: clarify that we are not interested in the return value of write() | Lennart Poettering | 2009-07-20 | 1 | -1/+1 |
|/ | |||||
* | memtrap: properly lock access to memtrap changer | Lennart Poettering | 2009-07-01 | 1 | -0/+20 |
| | |||||
* | memblock: rearrange locking order | Lennart Poettering | 2009-07-01 | 1 | -17/+21 |
| | |||||
* | native: don't hit assert when user uploads zero-sized sample | Lennart Poettering | 2009-07-01 | 1 | -1/+3 |
| | |||||
* | Add missing headers includes for FreeBSD. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+1 |
| | | | | This removes the implicit declarations of send() and pthread_sigmask(). | ||||
* | Rename the flock variable to f_lock. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -8/+8 |
| | | | | flock() is a function on FreeBSD, and the variable shadowed its definition. | ||||
* | Only declare saved_errno when it's going to be used (on Linux). | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -2/+1 |
| | |||||
* | Rename the wait parameter to wait_op, to avoid shadowing wait(). | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 2 | -13/+13 |
| | |||||
* | Also alias MAP_ANONYMOUS to MAP_ANON in shm.c, for FreeBSD. | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+5 |
| | |||||
* | sndfile: fix build on BE archsv0.9.16-test1 | Lennart Poettering | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | rtclock: make use of constants when converting between nsec and usec | Lennart Poettering | 2009-06-23 | 1 | -3/+3 |
| | |||||
* | rtclock: fix type of PA_TIMEVAL_RTCLOCK | Lennart Poettering | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | Merge most of elmarco/rtclock2 | Lennart Poettering | 2009-06-22 | 18 | -101/+163 |
|\ | | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043' | ||||
| * | rtclock: fix issues found by Lennart | Marc-André Lureau | 2009-06-20 | 1 | -0/+3 |
| | | |||||
| * | Base mainloop on pa_rtclock_now() | Marc-André Lureau | 2009-06-20 | 15 | -84/+149 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 5 | -12/+6 |
| | | |||||
| * | perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'` | Marc-André Lureau | 2009-06-19 | 5 | -7/+7 |
| | | |||||
* | | core: get rid of rt sig/timer handling since modern Linux' ppooll() is ↵ | Lennart Poettering | 2009-06-19 | 4 | -345/+4 |
| | | | | | | | | finally fixed for granularity | ||||
* | | core: use rtkit to acquire high-priority scheduling | Lennart Poettering | 2009-06-19 | 2 | -107/+46 |
| | | |||||
* | | core: ask RealtimeKit for RT scheduling | Lennart Poettering | 2009-06-19 | 3 | -18/+329 |
|/ | |||||
* | alsa,core: include mapping name in description strings | Lennart Poettering | 2009-06-18 | 1 | -15/+20 |
| | |||||
* | core: be a bit more verbose when registering a sink/source fails | Lennart Poettering | 2009-06-18 | 2 | -0/+2 |
| | |||||
* | native-protocol: allow enumerating ports | Lennart Poettering | 2009-06-17 | 1 | -0/+35 |
| | |||||
* | native: implement command to change sink/source port | Lennart Poettering | 2009-06-17 | 2 | -2/+69 |
| | |||||
* | alsa: rework mixer logic | Lennart Poettering | 2009-06-17 | 8 | -50/+425 |
| | | | | | | | | | | | | Completely rework mixer logic. This now allows controlling a full set of elements from a single sink's volume slider/mute button. This also introduces sink and source "ports" that can be used to choose different input or output ports with the UI. (i.e. "mic"/"line-in" or "speaker"/"headphones". The mixer paths and device maps are now configered in external configuration files and can be tweaked as necessary. | ||||
* | pdispatch: fix s/recieve/receive/ typos | Lennart Poettering | 2009-06-17 | 1 | -2/+2 |
| | |||||
* | pstream: fix s/recieve/receive/ typos | Lennart Poettering | 2009-06-17 | 1 | -4/+4 |
| | |||||
* | gdbm: set default block size to 1K | Lennart Poettering | 2009-06-17 | 1 | -2/+5 |
| | |||||
* | card: get rid of description field which is unused | Lennart Poettering | 2009-06-17 | 1 | -2/+1 |
| | |||||
* | card: make sure to always hand failure code back in some calls | Lennart Poettering | 2009-06-17 | 1 | -10/+19 |
| | |||||
* | card: some modernizations | Lennart Poettering | 2009-06-17 | 2 | -10/+8 |
| | |||||
* | core-util: implement pa_maybe_prefix_path() | Lennart Poettering | 2009-06-17 | 2 | -0/+11 |
| | |||||
* | core-util: implement pa_split_spaces_strv() | Lennart Poettering | 2009-06-17 | 2 | -0/+26 |
| | |||||
* | core-util: implement pa_xstrfreev() | Lennart Poettering | 2009-06-17 | 2 | -0/+18 |
| | |||||
* | conf-parse: implement .include directive | Lennart Poettering | 2009-06-17 | 1 | -7/+43 |
| | |||||
* | channelmap: define a couple of standard channel masks | Lennart Poettering | 2009-06-17 | 1 | -0/+59 |
| | |||||
* | hashmap: implement pa_hashmap_last() | Lennart Poettering | 2009-06-17 | 2 | -0/+12 |
| | |||||
* | hashmap: implement api to iterate a hashmap backwards | Lennart Poettering | 2009-06-17 | 2 | -1/+42 |
| | |||||
* | idxset: implement pa_idxset_copy() | Lennart Poettering | 2009-06-17 | 2 | -0/+17 |
| | |||||
* | sample: fix build on BE archs | Lennart Poettering | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property | Lennart Poettering | 2009-06-08 | 4 | -0/+20 |
| |