summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtstutter: increase log level by defaultLennart Poettering2009-06-071-0/+2
* optimization: Optimized pa_sink_render_full.Jyri Sarha2009-06-071-3/+2
* conf: remove obsolete module-idle-time directive from default config file/man...Lennart Poettering2009-06-071-1/+0
* 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
* 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
* 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
* proplist: add two new generic properties, media.copyright and media.softwareLennart Poettering2009-05-251-0/+6
* channelmap: introduce pa_channel_map_mask() and pa_channel_position_mask_tLennart Poettering2009-05-253-0/+22
* sample: introduce pa_proplist_setp()Lennart Poettering2009-05-253-0/+24
* sample: introduce pa_sample_format_is_{le,be,ne,re}()Lennart Poettering2009-05-253-0/+55
* upnp: s/org.Rygel./org.gnome.UPnP/ following the newest version of the specLennart Poettering2009-05-251-32/+32
* channelmap: document how apple's/microsoft's channel names map to oursLennart Poettering2009-05-241-21/+25
* core-util: fall back to sysconf(_SC_OPEN_MAX) to find maximum file descriptorLennart Poettering2009-05-221-4/+6
* tests: show dB in volume-ui.pyLennart Poettering2009-05-221-3/+26