index
:
pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
rtpoll
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
protocol-esound.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
2009-09-08
1
-3
/
+1
*
core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...
Lennart Poettering
2009-08-28
1
-2
/
+2
*
object: speed up type verification by not relying on strcmp()
Lennart Poettering
2009-08-21
1
-2
/
+1
*
Base mainloop on pa_rtclock_now()
Marc-André Lureau
2009-06-20
1
-9
/
+6
*
core: add a suspend cause flags field
Lennart Poettering
2009-06-05
1
-2
/
+2
*
core: introduce new 'reference' volume for sinks
Lennart Poettering
2009-04-13
1
-2
/
+3
*
fix misplace _ref() calls that should have been _assert_ref()
Lennart Poettering
2009-03-25
1
-3
/
+4
*
trivial simplification
Lennart Poettering
2009-03-25
1
-2
/
+1
*
Fix a NULL pointer access when sutting down esound/simple connections
Lennart Poettering
2009-03-04
1
-0
/
+3
*
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
2009-03-03
1
-1
/
+1
*
fix handling of stereo
Lennart Poettering
2009-02-23
1
-2
/
+3
*
it's probably more appropriate to return the configured latency instead of th...
Lennart Poettering
2009-02-23
1
-1
/
+1
*
complete esd suspend/resume implementation
Lennart Poettering
2009-02-23
1
-6
/
+35
*
implement esd sample panning. closes #428
Lennart Poettering
2009-02-23
1
-5
/
+63
*
set esound.byte_order property
Lennart Poettering
2009-02-23
1
-0
/
+3
*
a couple of boring updates
Lennart Poettering
2009-02-22
1
-16
/
+19
*
protocol-esound: don't accept a request of PROTOCOL_MAX
Marc-André Lureau
2009-02-19
1
-1
/
+1
*
make a couple of functions return proper error codes
Lennart Poettering
2009-02-03
1
-2
/
+2
*
when changing volume, store whether it is worth remembering or no
Lennart Poettering
2009-01-27
1
-1
/
+1
*
make proplist inheritance scheme automatic and implicit
Lennart Poettering
2009-01-15
1
-2
/
+0
*
kill autoload stuff as planned
Lennart Poettering
2009-01-15
1
-6
/
+6
*
convert pa_client instantiation to use a pa_client_new_data struct and add ho...
Lennart Poettering
2009-01-15
1
-6
/
+16
*
add new dont_rewind_render flag to allow quick starts of newly created streams
Lennart Poettering
2009-01-15
1
-1
/
+1
*
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
2008-08-19
1
-32
/
+36
*
initialize IP ACLs properly
Lennart Poettering
2008-08-11
1
-1
/
+1
*
don't use PA_GCC_UNUSED anymore
Lennart Poettering
2008-08-09
1
-8
/
+8
*
make all protocol objects global singletons
Lennart Poettering
2008-08-03
1
-81
/
+188
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
1
-2
/
+0
*
fix esound proto to not crash
Lennart Poettering
2008-05-27
1
-1
/
+3
*
merge glitch-free branch back into trunk
Lennart Poettering
2008-05-15
1
-71
/
+112
*
Double maximum sample size for some overly huge samples some distros ship
Lennart Poettering
2008-03-27
1
-1
/
+1
*
Completely rework ALSA device selection code: choose the device to open depen...
Lennart Poettering
2007-11-13
1
-1
/
+1
*
merge 'lennart' branch back into trunk.
Lennart Poettering
2007-10-28
1
-233
/
+407
*
Allow a formatted string in the validation warning.
Pierre Ossman
2007-02-14
1
-4
/
+4
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
1
-0
/
+3
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
1
-76
/
+76
*
Check correct variable for return value. Closes #37.
Pierre Ossman
2006-11-08
1
-1
/
+1
*
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
2006-11-06
1
-30
/
+8
*
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
2006-09-26
1
-8
/
+30
*
If a client leaves the sink/source for a stream unspecified by passing NULL as
Lennart Poettering
2006-08-19
1
-8
/
+13
*
remove all occurences of
Lennart Poettering
2006-08-18
1
-18
/
+18
*
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
2006-08-18
1
-6
/
+4
*
implement hook_source_ouput_new. For this I modified the pa_source_output_new...
Lennart Poettering
2006-08-13
1
-11
/
+15
*
allow hooking into the process of creating playback streams. To implement thi...
Lennart Poettering
2006-08-13
1
-4
/
+11
*
implement "auth-ip-acl=" in the native and esound protocols
Lennart Poettering
2006-07-20
1
-7
/
+34
*
increase the maxium number of concurrent esd and native connections
Lennart Poettering
2006-06-21
1
-1
/
+1
*
big s/polyp/pulse/g
Lennart Poettering
2006-06-19
1
-0
/
+1253