index
:
~jonny/pulseaudio
doc-fix
master
le pulseaudio
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
protocol-native.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-12
AC3 passthrough support
Pierre-Louis Bossart
1
-2
/
+14
2010-02-23
various modernizations
Lennart Poettering
1
-1
/
+1
2010-02-22
native: improve logging for buffer_attrs
Lennart Poettering
1
-0
/
+18
2010-02-09
native: rework handling of seeks that depend on variables the client does not...
Lennart Poettering
1
-1
/
+5
2010-02-09
native: fix request counter miscalculations
Lennart Poettering
1
-2
/
+5
2009-11-10
protocol: use the right sample rate for sources
Wim Taymans
1
-1
/
+1
2009-10-29
libpulse: introduce PA_STREAM_RELATIVE_VOLUME
Lennart Poettering
1
-3
/
+14
2009-10-28
protocol-native: if a client set volume/mute/device store it since it is user...
Lennart Poettering
1
-2
/
+8
2009-10-28
protocol-native: declare that user configured volumes are always absolute
Lennart Poettering
1
-1
/
+3
2009-09-10
native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to clients...
Lennart Poettering
1
-13
/
+15
2009-09-08
protocol-native: log explicitly when someone asks us to quit
Lennart Poettering
1
-0
/
+2
2009-09-08
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
1
-2
/
+1
2009-08-31
core: always allow volume setting with single-channel pa_cvolume
Lennart Poettering
1
-3
/
+3
2009-08-29
native: make sure clients cannot trigger an assert by sending us invalid volu...
Lennart Poettering
1
-1
/
+6
2009-08-29
protocol-native: replace use of pa_namereg_is_valid_name() by pa_namereg_is_v...
Lennart Poettering
1
-10
/
+15
2009-08-28
core: move 'flags' field into 'pa_sink_input_new_data' structure so that hook...
Lennart Poettering
1
-2
/
+4
2009-08-27
protocol-native: print more volume change debug messages to easy tracking dow...
Lennart Poettering
1
-6
/
+20
2009-08-27
protocol-native: compare uint64_t variable with (uint64_t) -1 instead of (siz...
Lennart Poettering
1
-1
/
+2
2009-08-21
object: speed up type verification by not relying on strcmp()
Lennart Poettering
1
-10
/
+5
2009-08-19
sink: volume handling rework, new flat volume logic
Lennart Poettering
1
-2
/
+2
2009-08-15
native-protocol: downgrade volume change log messages
Lennart Poettering
1
-3
/
+9
2009-08-15
log: place more rate limit invocations
Lennart Poettering
1
-1
/
+3
2009-08-15
core: split of FAIL_ON_SUSPEND into KILL_ON_SUSPEND and NO_CREATE_ON_SUSPEND
Lennart Poettering
1
-2
/
+2
2009-08-15
native: handle moving() callback with NULL destination properly
Lennart Poettering
1
-1
/
+7
2009-08-14
protocol-native: log explicitly each time a client triggers a volume change
Lennart Poettering
1
-3
/
+12
2009-07-23
protocol-native: use the right samplerate
Wim Taymans
1
-1
/
+1
2009-07-01
native: don't hit assert when user uploads zero-sized sample
Lennart Poettering
1
-1
/
+3
2009-06-20
Base mainloop on pa_rtclock_now()
Marc-André Lureau
1
-10
/
+7
2009-06-17
native-protocol: allow enumerating ports
Lennart Poettering
1
-0
/
+35
2009-06-17
native: implement command to change sink/source port
Lennart Poettering
1
-2
/
+65
2009-06-17
alsa: rework mixer logic
Lennart Poettering
1
-4
/
+4
2009-06-05
core: add a suspend cause flags field
Lennart Poettering
1
-4
/
+4
2009-04-29
protocol-native,proplist-util: port to pa_get_{user|host}_name_malloc()
Lennart Poettering
1
-3
/
+9
2009-04-13
core: introduce new 'reference' volume for sinks
Lennart Poettering
1
-4
/
+5
2009-04-10
protocol-native: downgrade message if we receive pcm block for dead stream
Lennart Poettering
1
-1
/
+1
2009-04-10
protocol-native: print underrun message only once for each underrun
Lennart Poettering
1
-1
/
+2
2009-04-06
Make sure we don't get stuck when prebuf is too high
Lennart Poettering
1
-3
/
+6
2009-04-05
Fix a couple of races in native protocol
Lennart Poettering
1
-42
/
+97
2009-04-01
properly account for seeks in the requested_bytes counter
Lennart Poettering
1
-13
/
+16
2009-04-01
pass destination source/sink when moving streams so that we can access them
Lennart Poettering
1
-10
/
+10
2009-03-31
be a bit more verbose about max_request changes
Lennart Poettering
1
-5
/
+14
2009-03-31
Log underruns
Lennart Poettering
1
-1
/
+1
2009-03-30
notify clients about tlength changes
Lennart Poettering
1
-202
/
+204
2009-03-30
document more often the context certain functions are called in
Lennart Poettering
1
-1
/
+22
2009-03-30
Trigger move callback a little bit earlier so that no IO thread is running
Lennart Poettering
1
-6
/
+6
2009-03-23
only store card profile if flagged for that
Lennart Poettering
1
-1
/
+1
2009-03-19
fix a comment
Lennart Poettering
1
-1
/
+1
2009-03-03
Merge commit 'coling/lgpl21'
Lennart Poettering
1
-1
/
+1
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-03-03
pass profile priority value to clients
Lennart Poettering
1
-0
/
+1
[next]