summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Don't try to compile the rtkit sources when dbus is not enabled.Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+3
| | | | | | | | | | | | This change only affects the buildsystem: source code was correct already.
* | | Implement mix-test for s24le and s24be sample formats.Diego Elio 'Flameeyes' Pettenò2009-06-291-0/+29
| | |
* | | Use static constants to keep the generated sample blocks.Diego Elio 'Flameeyes' Pettenò2009-06-291-46/+20
| | |
* | | Ignore IPv6 tests, if IPv6 was built in but the system doesn't have it.Diego Elio 'Flameeyes' Pettenò2009-06-291-2/+4
| | | | | | | | | | | | | | | This removes a test failure when an IPv6-enabled PulseAudio is tested on a system where IPv6 is not enabled in kernel.
* | | Use the new CC_CHECK_CFLAGS_APPEND macro instead of a manual for.Diego Elio 'Flameeyes' Pettenò2009-06-291-5/+1
| | |
* | | Properly link module-zeroconf-publish against libnative-protocol.Diego Elio 'Flameeyes' Pettenò2009-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Without this change, undefined symbols will be found in the module and the link will be rejected (thanks to the just-made change to reject outstanding undefined symbols). Also, in -test1, without this change it would have caused the module to not load because of missing symbols.
* | | Check for and use flags to reject undefined symbols in libraries.Diego Elio 'Flameeyes' Pettenò2009-06-292-1/+6
| | | | | | | | | | | | | | | | | | Make sure that all the PulseAudio modules are built properly without outstanding undefined symbols: if the undefined symbols are found, reject link.
* | | Update attributes.m4 file from xine-lib.Diego Elio 'Flameeyes' Pettenò2009-06-291-3/+56
| | |
* | | Make it more clear that PulseAudio needs libtool 2.2.Diego Elio 'Flameeyes' Pettenò2009-06-291-1/+1
| | | | | | | | | | | | | | | | | | The error message was way too generic, as it was very possible that libltdl _is_ in the system but is not found because too old. Disambiguate this by explicitly stating that the version 2 of the library is not found.
* | | sndfile: fix build on BE archsv0.9.16-test1Lennart Poettering2009-06-231-1/+1
| | |
* | | build-sys: don't make pulseaudio binary suid on install anymoreLennart Poettering2009-06-231-1/+0
| | |
* | | build-sys: properly drop '-' from major/minor/micro stringsLennart Poettering2009-06-231-3/+3
| | |
* | | build-sys: teacch git versioning script to not kill - in version stringsLennart Poettering2009-06-231-1/+2
| | |
* | | build-sys: drop compat with old git versions so that tarballs for -test1 ↵Lennart Poettering2009-06-231-12/+12
| | | | | | | | | | | | style evrsions are properly created
* | | intended-roles: drop quite a few unnecessary includesLennart Poettering2009-06-231-12/+1
| | |
* | | modules: pass properly initialized userdata pointers to various hooksLennart Poettering2009-06-233-6/+6
| | |
* | | intended-roles: properly initialize split stateLennart Poettering2009-06-231-1/+1
| | |
* | | rtclock: make use of constants when converting between nsec and usecLennart Poettering2009-06-231-3/+3
| | |
* | | intended-roles: fix symdef header inclusionLennart Poettering2009-06-231-1/+1
| | |
* | | build-sys: use pax tar format to allow longer file namesLennart Poettering2009-06-231-1/+1
| | |
* | | builds-sys: work around automake 1.11 borkageLennart Poettering2009-06-231-2/+2
| | | | | | | | | | | | | | | | | | As suggested on: http://lists.gnu.org/archive/html/automake/2009-06/msg00059.html
* | | build-sys: bump udev revision to pull in new rules filesLennart Poettering2009-06-231-1/+1
| | |
* | | rtclock: fix type of PA_TIMEVAL_RTCLOCKLennart Poettering2009-06-231-1/+1
| | |
* | | timeval: don't create the wrong illusion that nsecs should be stored in ↵Lennart Poettering2009-06-231-3/+3
| | | | | | | | | | | | pa_usec_t
* | | rtclock: document that we fallback to wallclock time if monotonic time is ↵Lennart Poettering2009-06-231-2/+4
| | | | | | | | | | | | not supported
* | | rtclock: enable rtclock for our own mainloop implementationsLennart Poettering2009-06-223-4/+14
| | |
* | | rtclock: fix build after mergeLennart Poettering2009-06-222-1/+1
| | |
* | | Merge most of elmarco/rtclock2Lennart Poettering2009-06-2256-335/+510
|\ \ \ | | | | | | | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043'
| * | | rtclock: fix issues found by LennartMarc-André Lureau2009-06-204-12/+26
| | | |
| * | | Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-2042-233/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2023-39/+121
| | | |
| * | | perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-1918-66/+66
| | | |
* | | | build-sys: dropo shave support, depend on automake's new silent build ↵Lennart Poettering2009-06-227-239/+5
| | | | | | | | | | | | | | | | support instead
* | | | daemon: enable module-intended-roles by defaultLennart Poettering2009-06-221-0/+3
| | | |
* | | | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-06-2256-927/+1020
|\ \ \ \
| * | | | core: get rid of rt sig/timer handling since modern Linux' ppooll() is ↵Lennart Poettering2009-06-1921-372/+4
| | | | | | | | | | | | | | | | | | | | finally fixed for granularity
| * | | | daemon: enable real-time by defaultLennart Poettering2009-06-192-2/+2
| | | | |
| * | | | mergoLennart Poettering2009-06-191-54/+0
| | | | |
| * | | | daemon: strip all special suid/caps log from our startup code, we'll now ↵Lennart Poettering2009-06-194-285/+31
| | | | | | | | | | | | | | | | | | | | rely on RealtimeKit for all high-priority/RT scheduling policy issues
| * | | | core: use rtkit to acquire high-priority schedulingLennart Poettering2009-06-192-107/+46
| | | | |
| * | | | core: ask RealtimeKit for RT schedulingLennart Poettering2009-06-194-18/+335
| |/ / /
| * | | alsa: synthesize volume values more sensibly for channels that are not ↵Lennart Poettering2009-06-191-3/+21
| | | | | | | | | | | | | | | | controllable in hw
| * | | alsa: document alsa mixer path/profile sets a bit moreLennart Poettering2009-06-192-3/+23
| | | |
| * | | alsa: add copyright blobs and comments to all mixer paths/profile setsLennart Poettering2009-06-1919-62/+430
| | | |
| * | | alsa: move udev rules file behind the other sound related rulesLennart Poettering2009-06-182-2/+2
| | | |
| * | | alsa: move mixer config files to subdir in /usr/shareLennart Poettering2009-06-181-2/+2
| | | |
| * | | alsa: document default profile set a bit betterLennart Poettering2009-06-181-17/+39
| | | |
| * | | alsa: add profile set for Native Instruments 4 DJLennart Poettering2009-06-183-0/+92
| | | |
| * | | alsa: unify alsa log handling and snd_config_update_free_global() handling ↵Lennart Poettering2009-06-187-20/+13
| | | | | | | | | | | | | | | | in one place
* | | | rescue: make sure module-rescue-streams is used only as last fallbackLennart Poettering2009-06-221-2/+4
| | | |