summaryrefslogtreecommitdiff
path: root/src/pulsecore/play-memblockq.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-28fix the ever-popular 'the the' typoPeter Meerwald1-1/+1
2011-06-22Remove unnecessary #includesMaarten Bosmans1-3/+0
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-1/+1
2011-04-28core: Drop empty gaps in the memblockq when playing data from it.Antti-Ville Jansson1-5/+8
2011-02-26virtual-sink: Fix a crash when moving the sink to a new master right after se...Tanu Kaskinen1-0/+6
2010-02-21scache: when playing a sample from the cache make sure not queue them up when...Lennart Poettering1-2/+5
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering1-1/+1
2009-08-21object: speed up type verification by not relying on strcmp()Lennart Poettering1-2/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-04remove soft volume from pa_sink_input_new_info since it should be handled int...Lennart Poettering1-1/+1
2009-02-03make a couple of functions return proper error codesLennart Poettering1-1/+1
2009-01-27move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering1-1/+1
2009-01-15add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering1-1/+1
2008-08-04don't hit an assert if when process_rewind() is called with nbytes=0Lennart Poettering1-1/+0
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-27never hand out more data from a sink input than requested. Otherwise the resa...Lennart Poettering1-0/+1
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-37/+80
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-43/+151
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-9/+9
2006-08-13allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering1-9/+18
2006-07-29free the memblockq if we decide not to play itLennart Poettering1-2/+6
2006-07-28introduce pa_play_memblockq() which creates a playback stream and passes the ...Lennart Poettering1-0/+113