index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
protocol-simple.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-13
/
+13
2013-06-24
protocol-esound/http/simple: Make sure callers can handle iochannel_write cha...
David Henningsson
1
-3
/
+7
2013-06-14
iochannel: Avoid unnecessary wakeup after successful write
David Henningsson
1
-4
/
+0
2013-02-16
idxset: Use pa_free_cb_t instead of pa_free2_cb_t
Tanu Kaskinen
1
-1
/
+1
2011-10-01
memblockq: Improve debuggability by storing a name and a sample spec.
Tanu Kaskinen
1
-2
/
+4
2011-08-25
More spelling fixes
Maarten Bosmans
1
-1
/
+1
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-2
/
+0
2011-06-22
capture: Add the passthrough format negotiation to capture streams.
Colin Guthrie
1
-1
/
+1
2011-05-02
core: Add extended stream API to support compressed formats
Arun Raghavan
1
-1
/
+1
2010-02-23
esd,simple: use pa_memblockq_pop_missing()
Lennart Poettering
1
-1
/
+1
2010-02-09
core: make sure we always return a valid memblock in sink_input_pop() callbacks
Lennart Poettering
1
-1
/
+5
2009-09-08
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
1
-1
/
+1
2009-08-28
core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...
Lennart Poettering
1
-2
/
+2
2009-08-28
Fix checking for NULL after usage
Andy Shevchenko
1
-2
/
+1
2009-08-21
object: speed up type verification by not relying on strcmp()
Lennart Poettering
1
-2
/
+1
2009-04-29
simple-protocol: don't hit an assert when we call connection_unlink() early
Lennart Poettering
1
-1
/
+1
2009-03-04
Fix a NULL pointer access when sutting down esound/simple connections
Lennart Poettering
1
-0
/
+3
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-03
make a couple of functions return proper error codes
Lennart Poettering
1
-2
/
+2
2009-01-15
kill autoload stuff as planned
Lennart Poettering
1
-2
/
+2
2009-01-15
convert pa_client instantiation to use a pa_client_new_data struct and add ho...
Lennart Poettering
1
-5
/
+13
2009-01-15
add new dont_rewind_render flag to allow quick starts of newly created streams
Lennart Poettering
1
-1
/
+1
2008-10-02
make simple protocol not crash when allocating a memory block
Lennart Poettering
1
-4
/
+8
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-8
/
+8
2008-08-03
make all protocol objects global singletons
Lennart Poettering
1
-79
/
+139
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2008-05-27
never hand out more data from a sink input than requested. Otherwise the resa...
Lennart Poettering
1
-0
/
+2
2008-05-15
merge glitch-free branch back into trunk
Lennart Poettering
1
-58
/
+118
2007-11-13
Completely rework ALSA device selection code: choose the device to open depen...
Lennart Poettering
1
-2
/
+2
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-113
/
+255
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+2
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-27
/
+27
2006-11-06
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
1
-17
/
+5
2006-09-26
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
1
-5
/
+17
2006-08-18
remove all occurences of
Lennart Poettering
1
-9
/
+9
2006-08-18
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
1
-5
/
+3
2006-08-13
implement hook_source_ouput_new. For this I modified the pa_source_output_new...
Lennart Poettering
1
-10
/
+9
2006-08-13
allow hooking into the process of creating playback streams. To implement thi...
Lennart Poettering
1
-9
/
+10
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-0
/
+494