summaryrefslogtreecommitdiff
path: root/src/pulsecore/sound-file-stream.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-1/+1
2010-02-09core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering1-1/+4
2009-10-30use cloexec wrappers wherever applicableLennart Poettering1-5/+1
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering1-1/+1
2009-08-28Fix checking for NULL after usageAndy Shevchenko1-2/+1
2009-08-21object: speed up type verification by not relying on strcmp()Lennart Poettering1-2/+1
2009-05-26sndfile: big rework of libsndfile interfacing codeLennart Poettering1-31/+20
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-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-5/+5
2008-08-04don't hit an assert if when process_rewind() is called with nbytes=0Lennart Poettering1-3/+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-7/+5
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-86/+110
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-59/+190
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-14/+14
2006-11-06Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman1-7/+2
2006-09-26rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering1-2/+7
2006-08-18remove all occurences of Lennart Poettering1-2/+2
2006-08-18Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering1-1/+1
2006-08-13allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering1-5/+19
2006-06-19big s/polyp/pulse/gLennart Poettering1-0/+192