| Commit message (Expand) | Author | Age | Files | Lines |
| * | modify module-volume-restore to change the initial volume of a sink input fro... | Lennart Poettering | 2006-08-13 | 1 | -7/+28 |
| * | allow hooking into the process of creating playback streams. To implement thi... | Lennart Poettering | 2006-08-13 | 16 | -138/+296 |
| * | fix bad printf() | Lennart Poettering | 2006-08-13 | 1 | -1/+1 |
| * | rework hook list stuff once again: change the callback prototype to recieve t... | Lennart Poettering | 2006-08-13 | 3 | -18/+27 |
| * | rework hook list stuff again, and replace macros with real functins. We loose... | Lennart Poettering | 2006-08-13 | 4 | -96/+149 |
| * | update hook list test | Lennart Poettering | 2006-08-12 | 1 | -2/+0 |
| * | reall add type safe hook list | Lennart Poettering | 2006-08-12 | 1 | -0/+117 |
| * | implement typeafe hook chain | Lennart Poettering | 2006-08-12 | 3 | -1/+47 |
| * | extend maximum sink/source name length, because HAL UDIs can get ridiculously... | Lennart Poettering | 2006-08-12 | 1 | -1/+1 |
| * | test if sink->monitor_source is set before making use of it | Lennart Poettering | 2006-08-12 | 2 | -3/+3 |
| * | make use of pa_sink_used_by()/pa_source_used_by() wherever applicable | Lennart Poettering | 2006-08-12 | 9 | -25/+15 |
| * | add pa_sink_used_by()/pa_source_used_by() | Lennart Poettering | 2006-08-12 | 4 | -1/+24 |
| * | name the sink/source after the device file, just like we already do for the n... | Lennart Poettering | 2006-08-12 | 1 | -5/+28 |
| * | generate default sink/source names from the device files they belong to | Lennart Poettering | 2006-08-12 | 3 | -9/+56 |
| * | handle hot-remeving of OSS devices properly | Lennart Poettering | 2006-08-12 | 2 | -35/+81 |
| * | print the device capabilities after opening the device | Lennart Poettering | 2006-08-12 | 1 | -5/+50 |
| * | when the requested sample format is not available for OSS devices, print a ni... | Lennart Poettering | 2006-08-12 | 1 | -5/+25 |
| * | there's no need to queue subscription events if noone is listening, hence don... | Lennart Poettering | 2006-08-12 | 1 | -0/+4 |
| * | * only load an OSS driver for the first device of a sound card, similar to wh... | Lennart Poettering | 2006-08-12 | 1 | -7/+14 |
| * | fix a segfault in module-oss | Lennart Poettering | 2006-08-12 | 1 | -1/+1 |
| * | fix pa_gettimeofday() return value testing | Lennart Poettering | 2006-08-12 | 1 | -1/+1 |
| * | clean up event generation a little: suppress unnecessary events and generate ... | Lennart Poettering | 2006-08-12 | 4 | -1/+22 |
| * | rework subscription code: try to drop redundant queued events | Lennart Poettering | 2006-08-12 | 4 | -97/+129 |
| * | fix a compiler warning | Lennart Poettering | 2006-08-12 | 1 | -1/+1 |
| * | add new macro PA_LLIST_INSERT_AFTER | Lennart Poettering | 2006-08-12 | 1 | -1/+18 |
| * | increase module argument buffer size to prevent truncating names | Shahms E. King | 2006-08-12 | 1 | -2/+2 |
| * | allow setting the null sink description by a module parameter | Lennart Poettering | 2006-08-12 | 1 | -3/+5 |
| * | don't set the sink/source descriptions manually, use the new functions pa_{si... | Lennart Poettering | 2006-08-11 | 15 | -41/+69 |
| * | comment which values in pa_{sink,source,sink_input,source_output} structures ... | Lennart Poettering | 2006-08-11 | 4 | -34/+37 |
| * | * introduce new functions pa_sink_set_description() and pa_source_set_descrip... | Lennart Poettering | 2006-08-11 | 4 | -10/+69 |
| * | shorten sink/source device descriptions a little | Lennart Poettering | 2006-08-11 | 4 | -6/+6 |
| * | use the HAL UDI for naming input/output devices | Lennart Poettering | 2006-08-11 | 1 | -4/+17 |
| * | do not export name validity checking routes and apply them only to sink/sourc... | Lennart Poettering | 2006-08-11 | 2 | -9/+6 |
| * | fix bad memory access and a leak when detructing ALSA fd lists | Lennart Poettering | 2006-08-11 | 1 | -2/+1 |
| * | rework name register a litle to only allow "valid" names. | Lennart Poettering | 2006-08-11 | 2 | -33/+101 |
| * | remove OSS specific code from module-hal-detect if HAVE_OSS is not set. Same ... | Lennart Poettering | 2006-08-11 | 1 | -10/+30 |
| * | ALSA: handle write()/read() errors properly by unloading the driver module. T... | Lennart Poettering | 2006-08-11 | 2 | -50/+104 |
| * | change order of the ALSA event dispatch code to make sure that the code survi... | Lennart Poettering | 2006-08-11 | 1 | -2/+2 |
| * | use the copied udi string as hash key for the device table, because the tempo... | Lennart Poettering | 2006-08-11 | 1 | -1/+1 |
| * | add HAL support for OSS devices and capability changes | Shahms E. King | 2006-08-08 | 1 | -60/+115 |
| * | clean up hal patch to use pa_xnew and timeval compatibility wrappers | Shahms E. King | 2006-08-07 | 2 | -74/+28 |
| * | try to reduce volume updates in the ALSA sinks/sources: only touch the shadow... | Lennart Poettering | 2006-08-07 | 2 | -22/+32 |
| * | * add SVN $Id$ tags | Lennart Poettering | 2006-08-06 | 3 | -1/+7 |
| * | merge HAL support from Shams E. King | Lennart Poettering | 2006-08-06 | 4 | -0/+903 |
| * | implement "pactl move-source-output" | Lennart Poettering | 2006-08-03 | 1 | -4/+20 |
| * | implement pa_context_move_source_output_by_{name,index}() | Lennart Poettering | 2006-08-03 | 2 | -0/+56 |
| * | wrap pa_source_output_move_to() in the native protocol | Lennart Poettering | 2006-08-03 | 1 | -14/+35 |
| * | add new CLI command move-source-output as wrapper around pa_source_output_mov... | Lennart Poettering | 2006-08-03 | 1 | -1/+41 |
| * | Implement pa_source_input_move_to() for moving record streams between sources | Lennart Poettering | 2006-08-03 | 2 | -3/+77 |
| * | - don't call pa_sink_notify in pa_sink_input_new() because the virtual method... | Lennart Poettering | 2006-08-03 | 1 | -4/+6 |