Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | sample-util: fix iteration loop when adjusting volume of s24 samples | Lennart Poettering | 2009-05-01 | 1 | -4/+4 |
| | |||||
* | sample-util: properly allocate silence block for s24-32 formats | Lennart Poettering | 2009-05-01 | 1 | -0/+4 |
| | |||||
* | endian: fix LE/BE order for 24 bit accessor functions | Lennart Poettering | 2009-05-01 | 1 | -4/+4 |
| | |||||
* | headers: minor cleanups | Lennart Poettering | 2009-04-30 | 2 | -4/+6 |
| | |||||
* | http: export information about currently active server strings | Lennart Poettering | 2009-04-30 | 2 | -2/+33 |
| | |||||
* | strlist: add new calls pa_strlist_{next|data}() | Lennart Poettering | 2009-04-30 | 2 | -0/+18 |
| | |||||
* | parseaddr: add new call pa_is_ip_address() | Lennart Poettering | 2009-04-30 | 2 | -0/+17 |
| | |||||
* | http: split out mime type handling calls | Lennart Poettering | 2009-04-29 | 3 | -154/+221 |
| | |||||
* | protocol-http: allow listening into sinks/sources via HTTP | Lennart Poettering | 2009-04-29 | 1 | -111/+394 |
| | |||||
* | ioline: add new calls pa_ioline_detach_iochannel() and pa_ioline_is_drained() | Lennart Poettering | 2009-04-29 | 2 | -2/+31 |
| | |||||
* | ioline: add callback that can be called when the ioline object is fully drained | Lennart Poettering | 2009-04-29 | 2 | -1/+25 |
| | |||||
* | simple-protocol: don't hit an assert when we call connection_unlink() early | Lennart Poettering | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | protocol-http: substantial modernizations | Lennart Poettering | 2009-04-29 | 1 | -103/+394 |
| | |||||
* | protocol-native,proplist-util: port to pa_get_{user|host}_name_malloc() | Lennart Poettering | 2009-04-29 | 2 | -13/+19 |
| | |||||
* | core-util: introduce pa_get_host_name_malloc() and pa_get_user_name_malloc() | Lennart Poettering | 2009-04-29 | 2 | -19/+49 |
| | |||||
* | memtrap: implicitly page align memory areas | Lennart Poettering | 2009-04-29 | 1 | -4/+6 |
| |