summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Collapse)AuthorAgeFilesLines
* alsa: throw timing data away after device resumeLennart Poettering2009-07-242-22/+21
|
* memblock: try to hit an assert earlier when ref counting doesn't workLennart Poettering2009-07-241-9/+14
|
* daemon: replace colons by dash in per-machine directory names for compat ↵Lennart Poettering2009-07-231-2/+2
| | | | with weird filesystems
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-07-232-3/+3
|\ | | | | | | | | Conflicts: src/daemon/main.c
| * Merge commit 'flameeyes/osx'Lennart Poettering2009-07-231-2/+2
| |\
| | * Again make sure that the wait() definition is not shadowed.Diego Elio 'Flameeyes' Pettenò2009-07-171-2/+2
| | | | | | | | | | | | Rename the parameter in pa_asyncmsgq_get() to wait_op.
| * | protocol-native: use the right samplerateWim Taymans2009-07-231-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 Poettering2009-07-201-1/+1
|/
* memtrap: properly lock access to memtrap changerLennart Poettering2009-07-011-0/+20
|
* memblock: rearrange locking orderLennart Poettering2009-07-011-17/+21
|
* native: don't hit assert when user uploads zero-sized sampleLennart Poettering2009-07-011-1/+3
|
* Add missing headers includes for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-291-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-291-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-291-2/+1
|
* Rename the wait parameter to wait_op, to avoid shadowing wait().Diego Elio 'Flameeyes' Pettenò2009-06-292-13/+13
|
* Also alias MAP_ANONYMOUS to MAP_ANON in shm.c, for FreeBSD.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+5
|
* sndfile: fix build on BE archsv0.9.16-test1Lennart Poettering2009-06-231-1/+1
|
* rtclock: make use of constants when converting between nsec and usecLennart Poettering2009-06-231-3/+3
|
* rtclock: fix type of PA_TIMEVAL_RTCLOCKLennart Poettering2009-06-231-1/+1
|
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-2218-101/+163
|\ | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043'
| * rtclock: fix issues found by LennartMarc-André Lureau2009-06-201-0/+3
| |
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-2015-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 pulsecommonMarc-André Lureau2009-06-205-12/+6
| |
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-195-7/+7
| |
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is ↵Lennart Poettering2009-06-194-345/+4
| | | | | | | | finally fixed for granularity
* | core: use rtkit to acquire high-priority schedulingLennart Poettering2009-06-192-107/+46
| |
* | core: ask RealtimeKit for RT schedulingLennart Poettering2009-06-193-18/+329
|/
* alsa,core: include mapping name in description stringsLennart Poettering2009-06-181-15/+20
|
* core: be a bit more verbose when registering a sink/source failsLennart Poettering2009-06-182-0/+2
|
* native-protocol: allow enumerating portsLennart Poettering2009-06-171-0/+35
|
* native: implement command to change sink/source portLennart Poettering2009-06-172-2/+69
|
* alsa: rework mixer logicLennart Poettering2009-06-178-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/ typosLennart Poettering2009-06-171-2/+2
|
* pstream: fix s/recieve/receive/ typosLennart Poettering2009-06-171-4/+4
|
* gdbm: set default block size to 1KLennart Poettering2009-06-171-2/+5
|
* card: get rid of description field which is unusedLennart Poettering2009-06-171-2/+1
|
* card: make sure to always hand failure code back in some callsLennart Poettering2009-06-171-10/+19
|
* card: some modernizationsLennart Poettering2009-06-172-10/+8
|
* core-util: implement pa_maybe_prefix_path()Lennart Poettering2009-06-172-0/+11
|
* core-util: implement pa_split_spaces_strv()Lennart Poettering2009-06-172-0/+26
|
* core-util: implement pa_xstrfreev()Lennart Poettering2009-06-172-0/+18
|
* conf-parse: implement .include directiveLennart Poettering2009-06-171-7/+43
|
* channelmap: define a couple of standard channel masksLennart Poettering2009-06-171-0/+59
|
* hashmap: implement pa_hashmap_last()Lennart Poettering2009-06-172-0/+12
|
* hashmap: implement api to iterate a hashmap backwardsLennart Poettering2009-06-172-1/+42
|
* idxset: implement pa_idxset_copy()Lennart Poettering2009-06-172-0/+17
|
* sample: fix build on BE archsLennart Poettering2009-06-081-1/+1
|
* prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES propertyLennart Poettering2009-06-084-0/+20
|
* core: replace tabs by spacesLennart Poettering2009-06-081-31/+31
|
* core: make sure soft mute status stays in sync with hw mute statusLennart Poettering2009-06-082-2/+10
| | | | | | This should close rhbz #494851, mandriva bz #51234. Probably the same as our own #572, launchpad #352732.