index
:
~jonny/pulseaudio
doc-fix
master
le pulseaudio
jonny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-11
position-event-sounds: apply volume factor after, not before resampling
v0.9.17
Lennart Poettering
1
-6
/
+6
2009-09-11
core: add an additional volume factor that is applied after resampling took p...
Lennart Poettering
2
-10
/
+56
2009-09-11
position-event-sounds: honour window position if set, position both verticall...
Lennart Poettering
1
-11
/
+44
2009-09-11
proplist: define properties for storing window position
Lennart Poettering
1
-0
/
+18
2009-09-11
doxygen: don't confuse doxygen with spurious ..
Lennart Poettering
1
-1
/
+1
2009-09-11
doxygen: add rtclock.h to documentation
Lennart Poettering
1
-7
/
+9
2009-09-11
doxygen: drop references to pacat.c and paplay.c as examples since tehy are n...
Lennart Poettering
1
-6
/
+0
2009-09-11
alsa: properly report suspension error codes
Lennart Poettering
2
-18
/
+27
2009-09-11
alsa: properly convert sample buffer sizes
Lennart Poettering
1
-3
/
+3
2009-09-11
libpulse: add new error code PA_ERR_BUSY
Lennart Poettering
2
-1
/
+4
2009-09-10
libpulse: don't support pa_context_get_card_info_list() on servers that canno...
v0.9.16
Lennart Poettering
1
-0
/
+2
2009-09-10
native: send PA_COMMAND_PLAYBACK_BUFFER_ATTR_CHANGED messages only to clients...
Lennart Poettering
1
-13
/
+15
2009-09-09
alsa: disable tsched for software devices before we configure the buffer metr...
Lennart Poettering
3
-11
/
+4
2009-09-09
alsa: when probing for profiles configure buffer/period sizes since some brok...
Lennart Poettering
3
-5
/
+22
2009-09-09
alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same wa...
Lennart Poettering
2
-2
/
+2
2009-09-09
alsa: rework buffer/period configuration
Lennart Poettering
4
-130
/
+217
2009-09-09
simd: be more precise which SIMD optimizations we activate
Lennart Poettering
5
-16
/
+28
2009-09-09
sample-util: add pa_convert_size() call for converting sizes between two samp...
Lennart Poettering
2
-0
/
+12
2009-09-09
udev: ratelimit device initializations
Lennart Poettering
1
-6
/
+41
2009-09-09
ratelimit: allow non-static ratelimit structs
Lennart Poettering
1
-4
/
+14
2009-09-08
padsp: properly return return values (llvm-clang-analyzer)
Lennart Poettering
1
-3
/
+3
2009-09-08
pacat: don't convert stream name twice (llvm-clang-analyzer)
Lennart Poettering
1
-1
/
+0
2009-09-08
stripnul: initialize 'found' bool properly (llvm-clang-analyzer)
Lennart Poettering
1
-1
/
+1
2009-09-08
protocol-native: log explicitly when someone asks us to quit
Lennart Poettering
1
-0
/
+2
2009-09-08
core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-a...
Lennart Poettering
1
-1
/
+1
2009-09-08
conf-parser: properly initialize variable we free() later (llvm-clang-analyzer)
Lennart Poettering
1
-1
/
+1
2009-09-08
cli-command: don't necessarily ovveride failure code of files (llvm-clang-ana...
Lennart Poettering
1
-2
/
+0
2009-09-08
cli-command: modernizations
Lennart Poettering
1
-16
/
+16
2009-09-08
utf8: minor simplification
Lennart Poettering
1
-4
/
+1
2009-09-08
rtsp: document that rtsp_exec() needs fixing (llvm-clang-analyzer)
Lennart Poettering
1
-0
/
+2
2009-09-08
hal: check properly for failure of libhal_find_device_by_capability() (llvm-c...
Lennart Poettering
1
-1
/
+1
2009-09-08
blueooth: actually honour 'room' variable (llvm-clang-analyzer)
Lennart Poettering
1
-3
/
+6
2009-09-08
alsa-sink: init after_avail earlier (llvm-clang-analyzer)
Lennart Poettering
1
-1
/
+1
2009-09-08
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
20
-59
/
+49
2009-09-07
i18n: move \r out of translatable string
Lennart Poettering
1
-1
/
+2
2009-09-07
Merge remote branch 'wtay/optimize'
Lennart Poettering
3
-9
/
+12
2009-09-07
libpulse: allow invocation of pa_context_play_sample_with_proplist() with NUL...
Lennart Poettering
1
-2
/
+8
2009-09-07
vector: don't try to build vector stuff on altivec
Lennart Poettering
1
-1
/
+2
2009-09-07
volume: if pa_cvolume_set_{balance|fade}() is called with invalid fade/balanc...
Lennart Poettering
1
-8
/
+4
2009-09-07
volume: when passing NULL as channel map to pa_cvolume_scale_mask() handle th...
Lennart Poettering
1
-1
/
+5
2009-09-07
volume: drop some redundant but expensive validity checks
Lennart Poettering
1
-7
/
+1
2009-09-07
volume: add a couple of validity checks for pa_volume_t arguments
Lennart Poettering
1
-0
/
+16
2009-09-07
volume: fix definition of PA_VOLUME_MAX and introduce PA_VOLUME_INVALID and u...
Lennart Poettering
5
-14
/
+17
2009-09-07
x86: also call see init for SSE2
Wim Taymans
1
-1
/
+1
2009-09-07
x86: only install some functions when SSE2
Wim Taymans
2
-8
/
+11
2009-09-06
introspect: rearrange order of functions a bit
Lennart Poettering
1
-6
/
+6
2009-09-06
libpulse: introduce PA_BYTES_SNPRINT_MAX and make use of it wherever applicable
Lennart Poettering
6
-11
/
+17
2009-09-04
daemon: disable CPU load limiter by default
Lennart Poettering
2
-2
/
+2
2009-09-04
always-sink: rename null sink created to 'dummy sink' and make it translatable
Lennart Poettering
1
-2
/
+4
2009-09-04
null: make name of null sink translatable
Lennart Poettering
1
-2
/
+3
[prev]
[next]