summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* conf-parse: implement .include directiveLennart Poettering2009-06-171-7/+43
|
* volume,channelmap: reimplement a couple of calls based on channel masksLennart Poettering2009-06-172-121/+24
|
* channelmap: define a couple of standard channel masksLennart Poettering2009-06-171-0/+59
|
* malloc: implement pa_xrenew()Lennart Poettering2009-06-171-1/+12
|
* channelmap: make sure a mask is generated is 64 bit intLennart Poettering2009-06-171-1/+1
|
* version: fix prefix in PA_CHECK_VERSION macroLennart Poettering2009-06-171-2/+2
|
* channelmap: implement pa_channel_position_from_string()Lennart Poettering2009-06-173-22/+30
|
* volume: implement functions for multiplicating a cvolume with a scalarLennart Poettering2009-06-173-3/+47
|
* 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
|
* daemon: write a warning blurb to syslog when folks use --system modeLennart Poettering2009-06-171-0/+5
|
* alsa: fix bad memory access for devices that lack a mixerLennart Poettering2009-06-101-1/+3
|
* sample: fix build on BE archsLennart Poettering2009-06-081-1/+1
|
* udev: reshuffle the properties we read from udev a bitLennart Poettering2009-06-081-5/+18
|
* prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES propertyLennart Poettering2009-06-087-0/+28
|
* 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.
* conf: remove obsolete module-idle-time directive from default config ↵Lennart Poettering2009-06-071-1/+0
| | | | file/man page
* daemon: optionally call mlockall() on startupLennart Poettering2009-06-074-12/+29
|
* udev: properly initialize userdata to 0Lennart Poettering2009-06-071-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
|
* 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
|
* volume: implement pa_cvolume_{scale|max|avg}_mask()Lennart Poettering2009-05-253-11/+101
|
* map-file: add missing channel map/cvolume position functionsLennart Poettering2009-05-251-0/+3
|