Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a missing sys/stat.h include for FreeBSD to declare umask(). | Diego Elio 'Flameeyes' Pettenò | 2009-06-29 | 1 | -0/+1 |
| | |||||
* | rtclock: fix build after merge | Lennart Poettering | 2009-06-22 | 1 | -1/+0 |
| | |||||
* | Merge most of elmarco/rtclock2 | Lennart Poettering | 2009-06-22 | 2 | -5/+7 |
|\ | | | | | | | Merge commit 'e4d914c945c13d23b131d7ba75fbdd03cb6d0043' | ||||
| * | Base mainloop on pa_rtclock_now() | Marc-André Lureau | 2009-06-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -2/+3 |
| | | |||||
| * | perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'` | Marc-André Lureau | 2009-06-19 | 1 | -2/+2 |
| | | |||||
* | | daemon: enable module-intended-roles by default | Lennart Poettering | 2009-06-22 | 1 | -0/+3 |
| | | |||||
* | | core: get rid of rt sig/timer handling since modern Linux' ppooll() is ↵ | Lennart Poettering | 2009-06-19 | 1 | -6/+0 |
| | | | | | | | | finally fixed for granularity | ||||
* | | daemon: enable real-time by default | Lennart Poettering | 2009-06-19 | 2 | -2/+2 |
| | | |||||
* | | daemon: strip all special suid/caps log from our startup code, we'll now ↵ | Lennart Poettering | 2009-06-19 | 3 | -269/+30 |
|/ | | | | rely on RealtimeKit for all high-priority/RT scheduling policy issues | ||||
* | daemon: write a warning blurb to syslog when folks use --system mode | Lennart Poettering | 2009-06-17 | 1 | -0/+5 |
| | |||||
* | conf: remove obsolete module-idle-time directive from default config ↵ | Lennart Poettering | 2009-06-07 | 1 | -1/+0 |
| | | | | file/man page | ||||
* | daemon: optionally call mlockall() on startup | Lennart Poettering | 2009-06-07 | 4 | -12/+29 |
| | |||||
* | hal,udev: deprecate HAL support in favour of udev | Lennart Poettering | 2009-06-06 | 1 | -3/+3 |
| | |||||
* | utils: use pa_path_get_filename() where applicable | Lennart Poettering | 2009-06-04 | 1 | -8/+3 |
| | |||||
* | modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated | Lennart Poettering | 2009-05-28 | 1 | -0/+2 |
| | |||||
* | core-util: introduce pa_disable_sigpipe() | Lennart Poettering | 2009-05-26 | 1 | -3/+1 |
| | |||||
* | start-pulseaudio-x11: don't start a local sound server if a remote sound ↵ | Lennart Poettering | 2009-04-22 | 1 | -0/+2 |
| | | | | server is configured | ||||
* | memtrap: hook up core to memtrap system | Lennart Poettering | 2009-04-21 | 1 | -0/+3 |
| | |||||
* | explcitly ignore return values of some functions marked with gcc's ↵ | Lennart Poettering | 2009-04-14 | 1 | -1/+1 |
| | | | | warn_unused_result attribute | ||||
* | print session id when starting up | Lennart Poettering | 2009-04-13 | 1 | -0/+5 |
| | |||||
* | Downgrade default log level to NOTICE to follow documentation | Lennart Poettering | 2009-04-10 | 1 | -1/+1 |
| | | | | Closes #527 | ||||
* | make sure we keep a reference of the bus connection during the whole runtime ↵ | Lennart Poettering | 2009-04-06 | 1 | -9/+27 |
| | | | | if we manage to acquire the bus name | ||||
* | various spelling fixes | Maarten Bosmans | 2009-04-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio | Lennart Poettering | 2009-04-03 | 1 | -2/+2 |
|\ | |||||
| * | load bt discover module only when installed | Lennart Poettering | 2009-04-01 | 1 | -2/+2 |
| | | |||||
* | | downgrade a few messages | Lennart Poettering | 2009-04-03 | 1 | -3/+3 |
|/ | |||||
* | take org.pulseaudio.Server instead of org.pulseaudio to match the interface ↵ | Lennart Poettering | 2009-03-30 | 1 | -3/+3 |
| | | | | name already used in the HAL module | ||||
* | daemon: take org.pulseaudio | Marc-André Lureau | 2009-03-30 | 1 | -0/+32 |
| | |||||
* | enable bluetooth default by support | Lennart Poettering | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | introduce pa_assert_fp() for fast path assertions | Lennart Poettering | 2009-03-20 | 1 | -0/+8 |
| | |||||
* | revive solaris module | Finn Thain | 2009-03-03 | 3 | -4/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi All, This patch fixes the solaris audio device source and sink, and fixes some portability issues that break the build on solaris. Questions and comments welcomed. I've tested this patch only with OpenSolaris Express snv 103. Eventually I hope to be able to test a few older releases and older hardware (though it is hard to say whether there is much interest in those). This is my first brush with pulseaudio and so I read the wiki docs and some of the source code but I'm still unsure of a few things. In particular I'm wondering about rewind processing, corking and what (if anything) the module needs for those. I'm also unclear on the implications of thread_info.buffer_size, .fragment_size and .max_request, and whether my code is correct or not. This patch disables link map/library versioning unless ld is GNU ld. Another approach for solaris would be to use that linker's -M option, but I couldn't make that work (due to undefined mainloop, browse and simple symbols when linking pacat. I can post the errors if anyone is intested.) Thanks, Finn Thain | ||||
* | Use LGPL 2.1 on all files previously using LGPL 2 | Colin Guthrie | 2009-03-03 | 15 | -15/+15 |
| | |||||
* | update gitignore | Lennart Poettering | 2009-02-24 | 1 | -0/+2 |
| | |||||
* | Make .desktop and .policy file in src/daemon translatable | Kelemen Gábor | 2009-02-24 | 2 | -60/+0 |
| | |||||
* | Make pulseaudio.desktop and org.pulseaudio.policy translatable. | Kelemen Gábor | 2009-02-24 | 2 | -0/+60 |
| | |||||
* | rework logging to make it more modular | Lennart Poettering | 2009-02-21 | 1 | -6/+9 |
| | |||||
* | make string translatable (fixes #483) | Lennart Poettering | 2009-02-21 | 1 | -2/+3 |
| | |||||
* | fix wording, closes #484 | Lennart Poettering | 2009-02-21 | 1 | -3/+3 |
| | |||||
* | introduce default channel map in addition to the default sample spec | Lennart Poettering | 2009-02-21 | 4 | -126/+104 |
| | |||||
* | daemon-conf: make sure c->log_level < LEVEL_MAX | Marc-André Lureau | 2009-02-19 | 1 | -1/+1 |
| | |||||
* | main: remove unused lf variable | Marc-André Lureau | 2009-02-19 | 1 | -4/+0 |
| | |||||
* | allow pa to be run in a chroot() environment tht lacks /proc | Lennart Poettering | 2009-02-18 | 1 | -2/+5 |
| | |||||
* | add a module that forwards cork/uncork requests to X11 as fake pause/resume ↵ | Lennart Poettering | 2009-02-13 | 1 | -0/+1 |
| | | | | key events | ||||
* | implement a module that corks music/video streams automatically when a phone ↵ | Lennart Poettering | 2009-02-12 | 1 | -0/+3 |
| | | | | call is active | ||||
* | add new module-augment-properties module for augmenting properties from ↵ | Lennart Poettering | 2009-02-05 | 1 | -0/+4 |
| | | | | .desktop files | ||||
* | parse ini-style sections properly | Lennart Poettering | 2009-02-05 | 1 | -60/+60 |
| | |||||
* | Load module gconf earlier | Sjoerd Simons | 2009-02-03 | 1 | -9/+9 |
| | | | | | | | This makes sure that module-default-device-restore can actually work when GConf enables additional sinks. Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | store the default sink/source in proper pa_sink*/pa_source* pointers instead ↵ | Lennart Poettering | 2009-01-28 | 1 | -5/+0 |
| | | | | of a string | ||||
* | move flat volume logic into the core. while doing so add n_volume_steps ↵ | Lennart Poettering | 2009-01-27 | 4 | -1/+9 |
| | | | | field to sinks/sources |