Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace cleanup | Lennart Poettering | 2009-02-02 | 1 | -1/+0 |
| | |||||
* | fix soft_mute handling | Lennart Poettering | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | reset rewind_requested when we enter suspend mode | Lennart Poettering | 2009-02-02 | 1 | -0/+4 |
| | |||||
* | shortcut pa_sink_process_rewind() when no rewind is happenning and none was ↵ | Lennart Poettering | 2009-02-02 | 1 | -0/+5 |
| | | | | requested | ||||
* | Fix a few sink/source calls when they are called in suspended state. | Lennart Poettering | 2009-02-02 | 2 | -16/+43 |
| | |||||
* | set PA_PROP_WINDOW_X11_DISPLAY from :0.0 and initialize ↵ | Lennart Poettering | 2009-02-02 | 1 | -0/+19 |
| | | | | PA_PROP_APPLICATION_PROCESS_MACHINE_ID properly | ||||
* | try to use glib's g_get_application_name() to set PA_PROP_APPLICATION_NAME | Lennart Poettering | 2009-02-02 | 1 | -10/+24 |
| | |||||
* | when determining the minimum volume of all sink inputs make sure to handle ↵ | Lennart Poettering | 2009-02-02 | 1 | -0/+13 |
| | | | | the case when there are no sink inputs correctly | ||||
* | work around dlsym() return value mistyping as suggested in POSIX | Lennart Poettering | 2009-02-02 | 1 | -2/+4 |
| | |||||
* | use uintpr_t when casting between pointers and integers | Lennart Poettering | 2009-02-02 | 1 | -8/+8 |
| | |||||
* | check for NULL before accessing the name | Lennart Poettering | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | dump properties when we create a new sink or source | Lennart Poettering | 2009-01-30 | 2 | -4/+12 |
| | |||||
* | suppress lines made up only of whitespace | Lennart Poettering | 2009-01-30 | 1 | -1/+2 |
| | |||||
* | get rid of nonsensical late initialization of namereg/scache and things | Lennart Poettering | 2009-01-29 | 9 | -102/+41 |
| | |||||
* | store the default sink/source in proper pa_sink*/pa_source* pointers instead ↵ | Lennart Poettering | 2009-01-28 | 9 | -85/+118 |
| | | | | of a string | ||||
* | when changing volume, store whether it is worth remembering or no | Lennart Poettering | 2009-01-27 | 11 | -33/+62 |
| | |||||
* | move flat volume logic into the core. while doing so add n_volume_steps ↵ | Lennart Poettering | 2009-01-27 | 14 | -219/+434 |
| | | | | field to sinks/sources | ||||
* | fix size calculation | Lennart Poettering | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | allow samples to be played with 'default' (i.e. unspecified) volume. | Lennart Poettering | 2009-01-27 | 4 | -13/+33 |
| | |||||
* | swap argument order of pa_cvolume_get_balance() to be a bit more systematic | Lennart Poettering | 2009-01-27 | 1 | -4/+4 |
| | |||||
* | invert an ill-placed assert | Lennart Poettering | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | show pretty channel map name if possible | Lennart Poettering | 2009-01-27 | 1 | -5/+30 |
| | |||||
* | store requested resampling method in a seperate field and use it when create ↵ | Lennart Poettering | 2009-01-27 | 4 | -13/+12 |
| | | | | a new resampler after a move | ||||
* | add a bitset implementation | Lennart Poettering | 2009-01-27 | 2 | -0/+104 |
| | |||||
* | rate limit a warning | Lennart Poettering | 2009-01-24 | 1 | -1/+2 |
| | |||||
* | add pa_log_rate_limit() | Lennart Poettering | 2009-01-23 | 2 | -0/+10 |
| | |||||
* | add generic rate limiting implementation | Lennart Poettering | 2009-01-23 | 2 | -0/+121 |
| | |||||
* | add support for static mutexes | Lennart Poettering | 2009-01-23 | 2 | -0/+27 |
| | |||||
* | add functions to move all inputs of a sink away/similar for source outputs | Lennart Poettering | 2009-01-23 | 4 | -0/+116 |
| | |||||
* | move sink input/source output move functions into two parts so that we can ↵ | Lennart Poettering | 2009-01-23 | 5 | -104/+209 |
| | | | | start the move, delete the original sink, create a new sink, finish the move; similar for source outputs | ||||
* | in most cases we can use i->core instead of i->sink->core and o->coure ↵ | Lennart Poettering | 2009-01-23 | 2 | -32/+32 |
| | | | | instead of o->source->core | ||||
* | include list of sinks/source in card dump | Lennart Poettering | 2009-01-23 | 1 | -3/+17 |
| | |||||
* | maintain a pa_core state variable | Lennart Poettering | 2009-01-23 | 2 | -0/+13 |
| | |||||
* | allow sample spec/channel map to be queried for pa_resampler objects | Lennart Poettering | 2009-01-23 | 2 | -0/+28 |
| | |||||
* | Merge commit 'flameeyes/flameeyes' | Lennart Poettering | 2009-01-23 | 1 | -1/+1 |
|\ | |||||
| * | Use #ifdef to avoid warning about undefined macro. | Diego E. 'Flameeyes' Pettenò | 2009-01-22 | 1 | -1/+1 |
| | | |||||
* | | add a simple abstraction for SIMD operations | Lennart Poettering | 2009-01-23 | 1 | -0/+97 |
| | | |||||
* | | don't overflow when we do digital amplification of 16 bit samples | Lennart Poettering | 2009-01-23 | 1 | -31/+71 |
|/ | |||||
* | add API pa_ncpus() | Lennart Poettering | 2009-01-22 | 2 | -0/+14 |
| | |||||
* | NetBSD doesn't know getgrnam_r()/getpwnam_r() | Jared D. McNeill | 2009-01-22 | 1 | -9/+39 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | It is more portable to assume that SO_RCVBUF/SO_SNDBUF takes and int instead ↵ | Jared D. McNeill | 2009-01-22 | 1 | -2/+6 |
| | | | | | | of a size_t Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | NetBSD specific atomic operation implementation | Jared D. McNeill | 2009-01-22 | 1 | -0/+73 |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | ||||
* | make gcc shut up | Lennart Poettering | 2009-01-22 | 1 | -2/+2 |
| | |||||
* | add new function pa_strna | Lennart Poettering | 2009-01-22 | 1 | -1/+4 |
| | |||||
* | add new function pa_card_suspend() | Lennart Poettering | 2009-01-22 | 2 | -0/+19 |
| | |||||
* | don't include full path in driver name. | Lennart Poettering | 2009-01-22 | 6 | -6/+12 |
| | |||||
* | implement PA_COMMAND_SET_CARD_PROFILE | Lennart Poettering | 2009-01-21 | 1 | -0/+40 |
| | |||||
* | make pa_card_new_data::active_profile a string | Lennart Poettering | 2009-01-21 | 2 | -11/+26 |
| | |||||
* | when changing profiles do the actual assignment in the generic implementation | Lennart Poettering | 2009-01-21 | 1 | -1/+5 |
| | |||||
* | remove bogus pa_core_check_idle() call | Lennart Poettering | 2009-01-21 | 1 | -2/+0 |
| |