summaryrefslogtreecommitdiff
path: root/src/pulsecore/protocol-simple.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-2/+4
2011-08-25More spelling fixesMaarten Bosmans1-1/+1
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie1-1/+1
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-1/+1
2010-02-23esd,simple: use pa_memblockq_pop_missing()Lennart Poettering1-1/+1
2010-02-09core: make sure we always return a valid memblock in sink_input_pop() callbacksLennart Poettering1-1/+5
2009-09-08llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering1-1/+1
2009-08-28core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...Lennart Poettering1-2/+2
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-04-29simple-protocol: don't hit an assert when we call connection_unlink() earlyLennart Poettering1-1/+1
2009-03-04Fix a NULL pointer access when sutting down esound/simple connectionsLennart Poettering1-0/+3
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-03make a couple of functions return proper error codesLennart Poettering1-2/+2
2009-01-15kill autoload stuff as plannedLennart Poettering1-2/+2
2009-01-15convert pa_client instantiation to use a pa_client_new_data struct and add ho...Lennart Poettering1-5/+13
2009-01-15add new dont_rewind_render flag to allow quick starts of newly created streamsLennart Poettering1-1/+1
2008-10-02make simple protocol not crash when allocating a memory blockLennart Poettering1-4/+8
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-8/+8
2008-08-03make all protocol objects global singletonsLennart Poettering1-79/+139
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/+2
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-58/+118
2007-11-13Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering1-2/+2
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-113/+255
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-27/+27
2006-11-06Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman1-17/+5
2006-09-26rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering1-5/+17
2006-08-18remove all occurences of Lennart Poettering1-9/+9
2006-08-18Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering1-5/+3
2006-08-13implement hook_source_ouput_new. For this I modified the pa_source_output_new...Lennart Poettering1-10/+9
2006-08-13allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering1-9/+10
2006-06-19big s/polyp/pulse/gLennart Poettering1-0/+494