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
*
fix pa_memchunk_make_writable(), make memchunk functions return the memchunk ...
Lennart Poettering
2007-08-30
2
-6
/
+11
*
add an assert()
Lennart Poettering
2007-08-30
1
-1
/
+1
*
add pa_timespec_reset()
Lennart Poettering
2007-08-30
2
-0
/
+8
*
make passing a code pointer to pa_asyncmsgq_get() optional
Lennart Poettering
2007-08-30
1
-3
/
+3
*
make floating point speex resampler the default
Lennart Poettering
2007-08-25
1
-7
/
+2
*
enable -ffast-math for gcc
Lennart Poettering
2007-08-25
1
-10
/
+15
*
make ffmpeg resampler actually work
Lennart Poettering
2007-08-25
1
-19
/
+81
*
add makefiles to speex/ and ffmpeg/ to easy compilation from emacs
Lennart Poettering
2007-08-24
6
-12
/
+117
*
Copy resampler from ffmpeg into our sources
Lennart Poettering
2007-08-24
3
-0
/
+396
*
big resampler rework: support integer-only resampling, support speex resampler
Lennart Poettering
2007-08-23
8
-430
/
+711
*
fix a bad memory access when destructing pa_memimports
Lennart Poettering
2007-08-23
1
-3
/
+4
*
add a small speex wrapper so that we can include both the fp and the fixed-po...
Lennart Poettering
2007-08-23
1
-0
/
+48
*
add a copy of the speex resampler to our sources
Lennart Poettering
2007-08-23
4
-0
/
+1745
*
support absolute, relative and periodic timers in pa_rtpoll
Lennart Poettering
2007-08-22
2
-17
/
+101
*
add convenience functions to hook up pa_fdsem and pa_asyncmsgq to an pa_rtpol...
Lennart Poettering
2007-08-22
2
-2
/
+91
*
add missing include
Lennart Poettering
2007-08-22
1
-0
/
+1
*
make pa_make_power_of_two() and pa_is_power_of_two() inline functions
Lennart Poettering
2007-08-22
2
-20
/
+17
*
add missing #include
Lennart Poettering
2007-08-22
1
-0
/
+1
*
add new option to pa_core stating whether we are running as high prio process
Lennart Poettering
2007-08-22
2
-4
/
+5
*
add new realtime event loop abstraction which precise time keeping by using h...
Lennart Poettering
2007-08-22
2
-0
/
+525
*
add facility for managing realtime signals
Lennart Poettering
2007-08-22
2
-0
/
+155
*
add monotonic clock abstraction pa_rtclock
Lennart Poettering
2007-08-22
2
-0
/
+201
*
rename a few things in a macro to make name collisions less likely
Lennart Poettering
2007-08-22
1
-12
/
+12
*
make use of new public function pa_is_power_of_two()
Lennart Poettering
2007-08-22
1
-5
/
+1
*
add pa_is_power_of_two() and pa_make_power_of_two() functions
Lennart Poettering
2007-08-22
2
-0
/
+21
*
add macro for creating static TLS objects
Lennart Poettering
2007-08-22
1
-0
/
+26
*
add more PA_PTR_TO_XXX macros
Lennart Poettering
2007-08-22
1
-1
/
+8
*
seperately get high nice level and acquire realtime sched
Lennart Poettering
2007-08-16
2
-64
/
+32
*
add pa_truncate_utf8() function for truncating a string and guaranteeing it s...
Lennart Poettering
2007-08-16
2
-0
/
+20
*
fix an awful race condition when handling data requests
Lennart Poettering
2007-08-15
1
-14
/
+22
*
set CLOEXEC on more fds
Lennart Poettering
2007-08-15
1
-0
/
+3
*
add protocol support for muting sink inputs and suspending sinks/sources
Lennart Poettering
2007-08-15
2
-3
/
+88
*
use pa_source_suspend_all/pa_sink_suspend_all for suspending all sinks/sources
Lennart Poettering
2007-08-15
1
-7
/
+6
*
fix muting for sink inputs
Lennart Poettering
2007-08-15
1
-2
/
+8
*
actually mute sinks when asked for i, add new function pa_sink_suspend_all
Lennart Poettering
2007-08-15
2
-0
/
+16
*
actually mute sinks when asked for i, add new function pa_sink_suspend_all
Lennart Poettering
2007-08-15
2
-0
/
+16
*
a couple of build fixes
Lennart Poettering
2007-08-13
2
-11
/
+11
*
64 bit fixes and minor gcc shut ups
Lennart Poettering
2007-08-12
8
-11
/
+10
*
Resurrect ability to move streams between sinks
Lennart Poettering
2007-08-11
4
-172
/
+239
*
add comments describing the context these functions are called from
Lennart Poettering
2007-08-11
1
-0
/
+2
*
modernize pa_play_memblockq() and add a new function pa_memblockq_sink_input_...
Lennart Poettering
2007-08-11
2
-43
/
+163
*
minor cleanup
Lennart Poettering
2007-08-11
1
-2
/
+0
*
restore the ability move record streams between sources
Lennart Poettering
2007-08-11
2
-42
/
+56
*
use single array for storing pa_core hook lists, add sink state changed hook,...
Lennart Poettering
2007-08-11
8
-77
/
+48
*
deal with messages properly which are recieved after destruction of a stream
Lennart Poettering
2007-08-11
1
-0
/
+9
*
add proper refcounting to pa_asyncmsgq objects, to allow destruction from the...
Lennart Poettering
2007-08-11
3
-18
/
+43
*
allow destruction of pa_fdsem object that are still in 'poll' state
Lennart Poettering
2007-08-11
1
-6
/
+3
*
modernization
Lennart Poettering
2007-08-11
1
-7
/
+24
*
add default fragment settings variables to pa_core
Lennart Poettering
2007-08-11
2
-0
/
+4
*
move pstream item allocation to pa_flist
Lennart Poettering
2007-08-11
1
-6
/
+14
[next]