summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Sending translation for Portugueseruigo2009-06-071-14/+69
| |
| * Sending translation for Punjabiaalam2009-06-061-184/+182
| |
| * Sending translation for Punjabijassy2009-05-271-180/+211
| |
| * Sending translation for Punjabijassy2009-05-261-220/+483
| |
| * Sending translation for Portugueseruigo2009-05-241-29/+41
| |
| * Sending translation for Portugueseruigo2009-05-211-255/+211
| |
| * Sending translation for po/LINGUASruigo2009-05-201-0/+2
| |
| * Sending translation for po/pt.poruigo2009-05-201-0/+2117
| |
| * Sending translation for Frenchtroubi512009-05-051-1/+1
| |
| * Sending translation for Frenchtroubi512009-05-051-296/+323
| |
| * Sending translation for Czechpmkovar2009-05-031-453/+481
| |
* | 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-084-4/+12
| | | | | | | | | | | | This should close rhbz #494851, mandriva bz #51234. Probably the same as our own #572, launchpad #352732.
* | rtstutter: increase log level by defaultLennart Poettering2009-06-071-0/+2
| |
* | optimization: Optimized pa_sink_render_full.Jyri Sarha2009-06-071-3/+2
| | | | | | | | This is finally the latest version of the patch.
* | man: document that tsched doesn't use fragment settingsLennart Poettering2009-06-071-1/+2
| |
* | man: document 24bit sample types in man pageLennart Poettering2009-06-071-4/+6
| |
* | man: document log related daemon.conf optionsLennart Poettering2009-06-071-2/+19
| |
* | conf: remove obsolete module-idle-time directive from default config ↵Lennart Poettering2009-06-072-8/+0
| | | | | | | | file/man page
* | daemon: optionally call mlockall() on startupLennart Poettering2009-06-075-12/+37
| |
* | udev: properly initialize userdata to 0Lennart Poettering2009-06-071-1/+1
| |
* | build-sys: bump libsndfile dependencyLennart Poettering2009-06-061-1/+1
| |
* | udev: try to unsuspend devices whenever they are closed by other processesLennart Poettering2009-06-061-12/+121
| |
* | core: monitor sources need to inherit the suspend cause from their sinksLennart Poettering2009-06-061-2/+5
| |
* | core: suppress suspending/resume when we are already in the right stateLennart Poettering2009-06-062-0/+6
| |
* | hashmap: introduce PA_HASHMAP_FOREACH macroLennart Poettering2009-06-062-1/+5
| |
* | hal,udev: deprecate HAL support in favour of udevLennart Poettering2009-06-062-4/+5
| |
* | udev: add module-udev-detect for discovering and configuring devicesLennart Poettering2009-06-062-0/+359
| |
* | rtp: remove gcc warningLennart Poettering2009-06-051-2/+2
| |
* | augment: try to deduce the media role from the menu categoryLennart Poettering2009-06-051-6/+67
| |
* | alsa: monitor device reservation status and resume automatically when device ↵Lennart Poettering2009-06-052-6/+124
| | | | | | | | becomes unused
* | core: add a suspend cause flags fieldLennart Poettering2009-06-0516-40/+83
| |
* | reserve: wrap device reservation monitor reference implementationLennart Poettering2009-06-055-4/+479
| |
* | reserve: update reserve.[ch] from upstream gitLennart Poettering2009-06-052-15/+9
| |
* | tdb: include signal.h before tdb.h for compat reasonsLennart Poettering2009-06-041-0/+3
| |
* | utils: use pa_path_get_filename() where applicableLennart Poettering2009-06-043-24/+6
| |
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-05-281-19/+19
|\ \
| * \ Merge commit 'flameeyes/master'Lennart Poettering2009-05-271-19/+19
| |\ \
| | * | Use the _ONCE variation of AC_CHECKs where applicable.Diego Elio 'Flameeyes' Pettenò2009-05-171-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we're unconditionally looking for a function, or an header file, without particular libraries set, or with found/not-found conditional code, we can save ~1K lines in the final configure script by using the _ONCE variant. This makes sure that for each header of function, the check is done exactly once and never more, reducing the amount of code that has to be generated and executed.
* | | | modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecatedLennart Poettering2009-05-2811-2/+31
| | | |
* | | | modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-2820-44/+227
|/ / /
* | | null: introduce sink_properties= argumentLennart Poettering2009-05-271-7/+14
| | |
* | | simple: set ADJUST_LATENCY by defaultLennart Poettering2009-05-271-31/+40
| | |
* | | modargs: introduce pa_modargs_get_proplist()Lennart Poettering2009-05-273-5/+84
| | |
* | | libpulse: introduce PA_CHECK_VERSION macroLennart Poettering2009-05-261-0/+7
| | |
* | | oss: don't deadlock when we try to resume an OSS device that lacks a mixerLennart Poettering2009-05-261-4/+7
| | |
* | | alsa: fix wording, we are speaking of card profiles, not output profilesLennart Poettering2009-05-261-1/+1
| | |
* | | sndfile: big rework of libsndfile interfacing codeLennart Poettering2009-05-2611-908/+1246
| | | | | | | | | | | | | | | | | | | | | | | | | | | This adds proper channel map handling when reading/writing audio files. This allows surround .WAV files to be played with the right channel setup automatically. This also merges paplay into pacat and adds recording into formatted files to pacat.
* | | core-util: introduce pa_disable_sigpipe()Lennart Poettering2009-05-264-4/+27
| | |
* | | cli: allow easy repeating of commands with '/'Lennart Poettering2009-05-251-0/+13
| | |