Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property | Lennart Poettering | 2009-06-08 | 7 | -0/+28 |
| | |||||
* | core: replace tabs by spaces | Lennart Poettering | 2009-06-08 | 1 | -31/+31 |
| | |||||
* | core: make sure soft mute status stays in sync with hw mute status | Lennart Poettering | 2009-06-08 | 4 | -4/+12 |
| | | | | | | This should close rhbz #494851, mandriva bz #51234. Probably the same as our own #572, launchpad #352732. | ||||
* | rtstutter: increase log level by default | Lennart Poettering | 2009-06-07 | 1 | -0/+2 |
| | |||||
* | optimization: Optimized pa_sink_render_full. | Jyri Sarha | 2009-06-07 | 1 | -3/+2 |
| | | | | This is finally the latest version of the patch. | ||||
* | 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 |
| | |||||
* | udev: properly initialize userdata to 0 | Lennart Poettering | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | udev: try to unsuspend devices whenever they are closed by other processes | Lennart Poettering | 2009-06-06 | 1 | -12/+121 |
| | |||||
* | core: monitor sources need to inherit the suspend cause from their sinks | Lennart Poettering | 2009-06-06 | 1 | -2/+5 |
| | |||||
* | core: suppress suspending/resume when we are already in the right state | Lennart Poettering | 2009-06-06 | 2 | -0/+6 |
| | |||||
* | hashmap: introduce PA_HASHMAP_FOREACH macro | Lennart Poettering | 2009-06-06 | 2 | -1/+5 |
| | |||||
* | hal,udev: deprecate HAL support in favour of udev | Lennart Poettering | 2009-06-06 | 2 | -4/+5 |
| | |||||
* | udev: add module-udev-detect for discovering and configuring devices | Lennart Poettering | 2009-06-06 | 2 | -0/+359 |
| | |||||
* | rtp: remove gcc warning | Lennart Poettering | 2009-06-05 | 1 | -2/+2 |
| | |||||
* | augment: try to deduce the media role from the menu category | Lennart Poettering | 2009-06-05 | 1 | -6/+67 |
| | |||||
* | alsa: monitor device reservation status and resume automatically when device ↵ | Lennart Poettering | 2009-06-05 | 2 | -6/+124 |
| | | | | becomes unused | ||||
* | core: add a suspend cause flags field | Lennart Poettering | 2009-06-05 | 16 | -40/+83 |
| | |||||
* | reserve: wrap device reservation monitor reference implementation | Lennart Poettering | 2009-06-05 | 5 | -4/+479 |
| | |||||
* | reserve: update reserve.[ch] from upstream git | Lennart Poettering | 2009-06-05 | 2 | -15/+9 |
| | |||||
* | tdb: include signal.h before tdb.h for compat reasons | Lennart Poettering | 2009-06-04 | 1 | -0/+3 |
| | |||||
* | utils: use pa_path_get_filename() where applicable | Lennart Poettering | 2009-06-04 | 3 | -24/+6 |
| | |||||
* | modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated | Lennart Poettering | 2009-05-28 | 11 | -2/+31 |
| | |||||
* | modules: add {sink|source|card}_properties argument to all modules | Lennart Poettering | 2009-05-28 | 20 | -44/+227 |
| | |||||
* | null: introduce sink_properties= argument | Lennart Poettering | 2009-05-27 | 1 | -7/+14 |
| | |||||
* | simple: set ADJUST_LATENCY by default | Lennart Poettering | 2009-05-27 | 1 | -31/+40 |
| | |||||
* | modargs: introduce pa_modargs_get_proplist() | Lennart Poettering | 2009-05-27 | 3 | -5/+84 |
| | |||||
* | libpulse: introduce PA_CHECK_VERSION macro | Lennart Poettering | 2009-05-26 | 1 | -0/+7 |
| | |||||
* | oss: don't deadlock when we try to resume an OSS device that lacks a mixer | Lennart Poettering | 2009-05-26 | 1 | -4/+7 |
| | |||||
* | alsa: fix wording, we are speaking of card profiles, not output profiles | Lennart Poettering | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | sndfile: big rework of libsndfile interfacing code | Lennart Poettering | 2009-05-26 | 11 | -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 Poettering | 2009-05-26 | 4 | -4/+27 |
| | |||||
* | cli: allow easy repeating of commands with '/' | Lennart Poettering | 2009-05-25 | 1 | -0/+13 |
| | |||||
* | volume: implement pa_cvolume_{scale|max|avg}_mask() | Lennart Poettering | 2009-05-25 | 3 | -11/+101 |
| | |||||
* | map-file: add missing channel map/cvolume position functions | Lennart Poettering | 2009-05-25 | 1 | -0/+3 |
| | |||||
* | proplist: add two new generic properties, media.copyright and media.software | Lennart Poettering | 2009-05-25 | 1 | -0/+6 |
| | |||||
* | channelmap: introduce pa_channel_map_mask() and pa_channel_position_mask_t | Lennart Poettering | 2009-05-25 | 3 | -0/+22 |
| | |||||
* | sample: introduce pa_proplist_setp() | Lennart Poettering | 2009-05-25 | 3 | -0/+24 |
| | |||||
* | sample: introduce pa_sample_format_is_{le,be,ne,re}() | Lennart Poettering | 2009-05-25 | 3 | -0/+55 |
| | |||||
* | upnp: s/org.Rygel./org.gnome.UPnP/ following the newest version of the spec | Lennart Poettering | 2009-05-25 | 1 | -32/+32 |
| | |||||
* | channelmap: document how apple's/microsoft's channel names map to ours | Lennart Poettering | 2009-05-24 | 1 | -21/+25 |
| | |||||
* | core-util: fall back to sysconf(_SC_OPEN_MAX) to find maximum file descriptor | Lennart Poettering | 2009-05-22 | 1 | -4/+6 |
| | |||||
* | tests: show dB in volume-ui.py | Lennart Poettering | 2009-05-22 | 1 | -3/+26 |
| | |||||
* | volume: change pa_volume_t mapping to cubic | Lennart Poettering | 2009-05-22 | 2 | -15/+33 |
| | |||||
* | upnp: s/url/URL/ in GetAll() D-Bus call | Lennart Poettering | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | Add missing headers' include to build on FreeBSD 7.1. | Diego Elio 'Flameeyes' Pettenò | 2009-05-15 | 2 | -0/+2 |
| | |||||
* | Add missing include directory path for OSS modules. | Diego Elio 'Flameeyes' Pettenò | 2009-05-15 | 1 | -0/+2 |
| | |||||
* | When MAP_ANONYMOUS is missing, fallback to MAP_ANON. | Diego Elio 'Flameeyes' Pettenò | 2009-05-15 | 1 | -0/+5 |
| | | | | | | While the latter is deprecated on modern systems like glibc-based ones, FreeBSD (and probably others) still use it, so make sure it falls back if the new one is missing. | ||||
* | upnp: update to newest spec | Lennart Poettering | 2009-05-15 | 1 | -119/+189 |
| | |||||
* | shm: rework alignment when punching memory | Lennart Poettering | 2009-05-14 | 1 | -18/+26 |
| |