Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | native: implement command to change sink/source port | Lennart Poettering | 2009-06-17 | 2 | -2/+69 |
| | |||||
* | alsa: rework mixer logic | Lennart Poettering | 2009-06-17 | 8 | -50/+425 |
| | | | | | | | | | | | | Completely rework mixer logic. This now allows controlling a full set of elements from a single sink's volume slider/mute button. This also introduces sink and source "ports" that can be used to choose different input or output ports with the UI. (i.e. "mic"/"line-in" or "speaker"/"headphones". The mixer paths and device maps are now configered in external configuration files and can be tweaked as necessary. | ||||
* | pdispatch: fix s/recieve/receive/ typos | Lennart Poettering | 2009-06-17 | 1 | -2/+2 |
| | |||||
* | pstream: fix s/recieve/receive/ typos | Lennart Poettering | 2009-06-17 | 1 | -4/+4 |
| | |||||
* | gdbm: set default block size to 1K | Lennart Poettering | 2009-06-17 | 1 | -2/+5 |
| | |||||
* | card: get rid of description field which is unused | Lennart Poettering | 2009-06-17 | 1 | -2/+1 |
| | |||||
* | card: make sure to always hand failure code back in some calls | Lennart Poettering | 2009-06-17 | 1 | -10/+19 |
| | |||||
* | card: some modernizations | Lennart Poettering | 2009-06-17 | 2 | -10/+8 |
| | |||||
* | core-util: implement pa_maybe_prefix_path() | Lennart Poettering | 2009-06-17 | 2 | -0/+11 |
| | |||||
* | core-util: implement pa_split_spaces_strv() | Lennart Poettering | 2009-06-17 | 2 | -0/+26 |
| | |||||
* | core-util: implement pa_xstrfreev() | Lennart Poettering | 2009-06-17 | 2 | -0/+18 |
| | |||||
* | conf-parse: implement .include directive | Lennart Poettering | 2009-06-17 | 1 | -7/+43 |
| | |||||
* | channelmap: define a couple of standard channel masks | Lennart Poettering | 2009-06-17 | 1 | -0/+59 |
| | |||||
* | hashmap: implement pa_hashmap_last() | Lennart Poettering | 2009-06-17 | 2 | -0/+12 |
| | |||||
* | hashmap: implement api to iterate a hashmap backwards | Lennart Poettering | 2009-06-17 | 2 | -1/+42 |
| | |||||
* | idxset: implement pa_idxset_copy() | Lennart Poettering | 2009-06-17 | 2 | -0/+17 |
| | |||||
* | sample: fix build on BE archs | Lennart Poettering | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | prop: introduce new PA_PROP_DEVICE_INTENDED_ROLES property | Lennart Poettering | 2009-06-08 | 4 | -0/+20 |
| | |||||
* | 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 | 2 | -2/+10 |
| | | | | | | This should close rhbz #494851, mandriva bz #51234. Probably the same as our own #572, launchpad #352732. | ||||
* | optimization: Optimized pa_sink_render_full. | Jyri Sarha | 2009-06-07 | 1 | -3/+2 |
| | | | | This is finally the latest version of the patch. | ||||
* | 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 |
| | |||||
* | core: add a suspend cause flags field | Lennart Poettering | 2009-06-05 | 11 | -24/+67 |
| | |||||
* | tdb: include signal.h before tdb.h for compat reasons | Lennart Poettering | 2009-06-04 | 1 | -0/+3 |
| | |||||
* | modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated | Lennart Poettering | 2009-05-28 | 6 | -1/+21 |
| | |||||
* | modargs: introduce pa_modargs_get_proplist() | Lennart Poettering | 2009-05-27 | 2 | -5/+70 |
| | |||||
* | sndfile: big rework of libsndfile interfacing code | Lennart Poettering | 2009-05-26 | 6 | -113/+586 |
| | | | | | | | | | 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 | 2 | -0/+23 |
| | |||||
* | cli: allow easy repeating of commands with '/' | Lennart Poettering | 2009-05-25 | 1 | -0/+13 |
| | |||||
* | core-util: fall back to sysconf(_SC_OPEN_MAX) to find maximum file descriptor | Lennart Poettering | 2009-05-22 | 1 | -4/+6 |
| | |||||
* | Add missing headers' include to build on FreeBSD 7.1. | Diego Elio 'Flameeyes' Pettenò | 2009-05-15 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | shm: rework alignment when punching memory | Lennart Poettering | 2009-05-14 | 1 | -18/+26 |
| | |||||
* | macro: include string.h because we need it for memset | Lennart Poettering | 2009-05-14 | 1 | -0/+1 |
| | |||||
* | database: add tdb backend | Lennart Poettering | 2009-05-14 | 1 | -0/+224 |
| | |||||
* | database: add gdbm backend | Lennart Poettering | 2009-05-14 | 1 | -0/+246 |
| | |||||
* | database: add abstracted database API | Lennart Poettering | 2009-05-14 | 1 | -0/+61 |
| | |||||
* | core: automatically add icons for headsets/headphones/speakers for devices | Lennart Poettering | 2009-05-13 | 1 | -0/+15 |
| | |||||
* | http: fix segfault on connection termination | Lennart Poettering | 2009-05-12 | 1 | -1/+4 |
| | |||||
* | mime: drop additional whitespace from mime types | Lennart Poettering | 2009-05-11 | 1 | -1/+4 |
| | |||||
* | core: Take samples from silence cache rather than write zeros | Jyri Sarha | 2009-05-09 | 1 | -10/+22 |
| | | | | | | If the only stream to render from is muted take samples from the silence cache. This should shrink memory/cache bandwidth. Again the gain was not what I hoped for. | ||||
* | core: optimize pa_sink_render_full() | Jyri Sarha | 2009-05-08 | 1 | -5/+73 |
| | | | | | I have used this fix for quite a while and I am pretty confident about it. However, the performance gain was not what I expected. | ||||
* | core: liberalize 99a6a4 a bit | Lennart Poettering | 2009-05-08 | 2 | -9/+17 |
| | | | | | | While flags should generally be initialized by passing them to pa_{sink|source}_new() we make an exception for the volume related flags which may be initilized afterwards, but before _put(). | ||||
* | core: cache requested latency only when we are running, not while we are ↵ | Lennart Poettering | 2009-05-08 | 2 | -4/+10 |
| | | | | still constructing | ||||
* | core: make sure we fix up flags/monitor flags already in pa_sink_new() ↵ | Lennart Poettering | 2009-05-08 | 3 | -36/+26 |
| | | | | instead of pa_sink_put() | ||||
* | core: introduce pa_{sink,source}_set_fixed_latency() | Lennart Poettering | 2009-05-08 | 4 | -0/+33 |
| | | | | | This allows us to forward the fixed latency directly from the sink to the monitor source withut having to wait for pa_sink_put(). | ||||
* | macro: add macros for initializing memory | Lennart Poettering | 2009-05-08 | 1 | -0/+3 |
| | |||||
* | sconv: fix a few minor conversion issues | Lennart Poettering | 2009-05-01 | 2 | -6/+6 |
| |