summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sound-file-stream.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-2/+0
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-021-1/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering2010-02-091-1/+4
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-5/+1
* core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering2009-08-281-1/+1
* Fix checking for NULL after usageAndy Shevchenko2009-08-281-2/+1
* object: speed up type verification by not relying on strcmp()Lennart Poettering2009-08-211-2/+1
* sndfile: big rework of libsndfile interfacing codeLennart Poettering2009-05-261-31/+20
* 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
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-5/+5
* don't hit an assert if when process_rewind() is called with nbytes=0Lennart Poettering2008-08-041-3/+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-7/+5
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-86/+110
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-59/+190
* 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-14/+14
* 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-2/+2
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-1/+1
* allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering2006-08-131-5/+19
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+192