summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/play-memblockq.c
Commit message (Expand)AuthorAgeFilesLines
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* remove soft volume from pa_sink_input_new_info since it should be handled int...Lennart Poettering2009-02-041-1/+1
* make a couple of functions return proper error codesLennart Poettering2009-02-031-1/+1
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-1/+1
* add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering2009-01-151-1/+1
* don't hit an assert if when process_rewind() is called with nbytes=0Lennart Poettering2008-08-041-1/+0
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* never hand out more data from a sink input than requested. Otherwise the resa...Lennart Poettering2008-05-271-0/+1
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-37/+80
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-43/+151
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-9/+9
* allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering2006-08-131-9/+18
* free the memblockq if we decide not to play itLennart Poettering2006-07-291-2/+6
* introduce pa_play_memblockq() which creates a playback stream and passes the ...Lennart Poettering2006-07-281-0/+113