summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.c
Commit message (Expand)AuthorAgeFilesLines
* fix a compiler warningLennart Poettering2008-05-021-1/+1
* Yes, yet another evil all-in-one commit of intervowen changes. I suck.Lennart Poettering2008-05-011-67/+103
* - Change meaning of special values of latency request: 0 -> "minimal latency,...Lennart Poettering2008-04-221-4/+2
* rename sink_input->rewind to process_rewind() and set_max_rewind to update_ma...Lennart Poettering2008-04-201-8/+8
* Big pile of dependant changes:Lennart Poettering2008-04-201-82/+142
* the pointer to rewind() may actually be NULLLennart Poettering2008-04-141-3/+2
* s/pulsecore\/gccmacro.h/pulse\/gccmacro.h/Lennart Poettering2008-04-111-0/+1
* export both min and max latency that is configured for a sink; add API for qu...Lennart Poettering2008-04-091-3/+11
* fix bug where we silently dropped data that didn't fit into one mempool tileLennart Poettering2008-04-071-18/+27
* - deprecate autoload stuffLennart Poettering2008-04-031-3/+10
* commit glitch-free workLennart Poettering2008-03-151-212/+288
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-131-1/+1
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-6/+40
* add a simple fully-automatic fully-linearupmixer/downmixer and enable it by d...Lennart Poettering2007-11-111-2/+2
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-274/+558
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-50/+50
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-7/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-2/+7
* remove all occurences of Lennart Poettering2006-08-181-6/+6
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-6/+6
* split a validity check into twoLennart Poettering2006-08-131-1/+2
* remove pa_sink_input::variable_rate field since it has been folded into pa_si...Lennart Poettering2006-08-131-1/+1
* allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering2006-08-131-56/+104
* clean up event generation a little: suppress unnecessary events and generate ...Lennart Poettering2006-08-121-0/+6
* - don't call pa_sink_notify in pa_sink_input_new() because the virtual method...Lennart Poettering2006-08-031-4/+6
* * implement "hot" moving of playback streams between sinks (pa_sink_input_mov...Lennart Poettering2006-07-291-5/+226
* fold the seperate variable pa_sink_input::playing into pa_sink_input::state a...Lennart Poettering2006-07-281-10/+14
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+386