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
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert pa_client instantiation to use a pa_client_new_data struct and add ho...
Lennart Poettering
2009-01-15
7
-30
/
+106
*
add new dont_rewind_render flag to allow quick starts of newly created streams
Lennart Poettering
2009-01-15
7
-15
/
+25
*
don't rely on PA_SINK_RUNNING vs. PA_SINK_IDLE for optimizations since it mig...
Lennart Poettering
2009-01-15
2
-12
/
+4
*
fix a potential format string vulnerability
Lennart Poettering
2009-01-15
1
-1
/
+1
*
make pa_asyncq_push() fail under no circumstances.
Lennart Poettering
2009-01-14
1
-6
/
+7
*
build: fix few warnings
Marc-André Lureau
2009-01-13
1
-0
/
+1
*
cli: add missing update-*-proplist
Marc-André Lureau
2009-01-13
1
-0
/
+122
*
core: add source, si, so proplist_update
Marc-André Lureau
2009-01-13
5
-4
/
+38
*
cli: update-sink-proplist
Marc-André Lureau
2009-01-13
1
-1
/
+35
*
core: report remaining shared objects when cleanup
Marc-André Lureau
2009-01-13
1
-1
/
+8
*
core: add pa_source_update_proplist
Marc-André Lureau
2009-01-13
2
-0
/
+16
*
core: add pa_sink_update_proplist
Marc-André Lureau
2009-01-13
2
-0
/
+16
*
add new API function pa_memchunk_sine()
Lennart Poettering
2009-01-12
2
-0
/
+36
*
Extend command name lookup tables to cover complete protocol
Lennart Poettering
2009-01-12
1
-9
/
+83
*
Fix suspending of all sinks/sources
Lennart Poettering
2009-01-12
1
-1
/
+5
*
fix version check
Lennart Poettering
2009-01-12
1
-2
/
+2
*
show maximum usable slot size
Lennart Poettering
2009-01-10
1
-2
/
+3
*
Add new pa_reduce() and pa_gcd() functions
Lennart Poettering
2009-01-10
2
-0
/
+27
*
make things compile again
Lennart Poettering
2009-01-08
1
-1
/
+2
*
add a few missing parens
Lennart Poettering
2009-01-08
1
-9
/
+9
*
Add new debuuging API pa_memchunk_dump_to_file()
Lennart Poettering
2009-01-08
2
-0
/
+29
*
Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flags
Lennart Poettering
2008-12-24
2
-3
/
+11
*
Add "base volume" field to sinks/sources
Lennart Poettering
2008-12-24
6
-5
/
+38
*
Add APIs to pass pa_volume_t fields in a tagstruct
Lennart Poettering
2008-12-24
2
-2
/
+42
*
make sure we don't hit an assert when we issue two rewind requests in a
Lennart Poettering
2008-12-21
1
-17
/
+25
*
introduce new function pa_module_unload_request_by_index
Lennart Poettering
2008-12-17
2
-2
/
+14
*
Don't hit an assert when checking for idleness
Lennart Poettering
2008-12-17
4
-5
/
+18
*
Don't mix front-center into rear channels
Lennart Poettering
2008-12-17
1
-3
/
+93
*
Check if environ is actually set before we use it
Lennart Poettering
2008-12-16
1
-14
/
+21
*
make shm marker architecture independant, patch from michich, closes #401
Lennart Poettering
2008-11-01
1
-4
/
+4
*
a bit of pa_bool_t'ization
Lennart Poettering
2008-11-01
2
-6
/
+7
*
Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTED
Lennart Poettering
2008-10-26
7
-9
/
+104
*
make sure to use 64bit rounding even on 32bit machines when converting to pa_...
Lennart Poettering
2008-10-24
1
-3
/
+3
*
make the debug trap macro a proper macro in macro.h
Lennart Poettering
2008-10-21
1
-0
/
+6
*
support changing logging parameters during runtime using the CLI
Lennart Poettering
2008-10-21
1
-0
/
+104
*
Support showing a backtrace on log messages
Lennart Poettering
2008-10-21
2
-16
/
+124
*
include log.h near the end so that macro.h can be included in log.h and defin...
Lennart Poettering
2008-10-21
1
-1
/
+3
*
add pa_config_parse_unsigned()
Lennart Poettering
2008-10-21
2
-0
/
+19
*
convert argument to boolean int in PA_UNLIKELY, too
Lennart Poettering
2008-10-21
1
-1
/
+1
*
fix return value of pa_frame_aligned()
Lennart Poettering
2008-10-21
2
-2
/
+2
*
add new virtual function may_move_to to sink inputs/source outputs to allow m...
Lennart Poettering
2008-10-21
4
-22
/
+73
*
fix invalid validity check
Lennart Poettering
2008-10-21
1
-2
/
+2
*
always check for libtool prefix binary name to avoid confusion when using bot...
Lennart Poettering
2008-10-19
1
-2
/
+2
*
Fix a potential C++/C99 ism, add a log message on error condition
Colin Guthrie
2008-10-08
1
-2
/
+5
*
add a comment that pa_sink_input_set_volume and module-flat-volume.c are related
Lennart Poettering
2008-10-08
1
-0
/
+4
*
after calling PA_CORE_HOOK_SINK_SET_VOLUME hook, check again whether the volu...
Lennart Poettering
2008-10-07
1
-2
/
+6
*
additional validity checks
Lennart Poettering
2008-10-07
1
-0
/
+2
*
if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the ...
Lennart Poettering
2008-10-07
1
-2
/
+3
*
use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as cha...
Lennart Poettering
2008-10-07
2
-2
/
+2
*
modernize a few checks
Lennart Poettering
2008-10-07
2
-5
/
+8
[next]