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
Commit message (
Expand
)
Author
Age
Files
Lines
*
also port over JACK source to new core
Lennart Poettering
2007-10-22
3
-152
/
+166
*
enable jack sink in Makefile
Lennart Poettering
2007-10-22
1
-12
/
+12
*
Port JACK sink module over from old core
Lennart Poettering
2007-10-22
1
-152
/
+196
*
minor fixup
Lennart Poettering
2007-10-22
1
-1
/
+1
*
add interleaving/deinterleaving APIs
Lennart Poettering
2007-10-22
2
-0
/
+60
*
Properly handle if ALSA sends us an POLLERR event, this should allow us to su...
Lennart Poettering
2007-10-17
3
-10
/
+66
*
add missing poll.h inclusion
Lennart Poettering
2007-10-07
1
-6
/
+7
*
add missing poll.h inclusion
Lennart Poettering
2007-10-07
1
-14
/
+15
*
add missing poll.h inclusion
Lennart Poettering
2007-10-07
1
-0
/
+1
*
s/timespec/timeval
Lennart Poettering
2007-10-07
1
-16
/
+17
*
fix build
Lennart Poettering
2007-10-07
1
-4
/
+14
*
add new API function pa_timeval_store()
Lennart Poettering
2007-10-07
2
-2
/
+14
*
Fix build; change return value of pa_rtclock_hrtimer() to pa_bool
Lennart Poettering
2007-10-07
2
-8
/
+9
*
fix poll.h check, bad boy ossman broke
Lennart Poettering
2007-10-04
1
-1
/
+1
*
Don't call pa_rtsig_configure() when we lack the necessary defines.
Pierre Ossman
2007-10-03
1
-0
/
+2
*
module_ladspa used libltdl so make sure it links against it.
Pierre Ossman
2007-10-03
1
-1
/
+1
*
Platform dependent semaphore implementation for Windows.
Pierre Ossman
2007-10-03
1
-0
/
+65
*
Assorted minor Windows compatibility fixes for recent code updates.
Pierre Ossman
2007-10-03
13
-24
/
+82
*
Add stubs when RT signals aren't available.
Pierre Ossman
2007-10-03
1
-0
/
+20
*
Adapt rtpoll and friends to Windows by replacing timespec with timeval and
Pierre Ossman
2007-10-03
6
-149
/
+79
*
Replace all references to sys/poll.h with poll.h as that's what POSIX defines.
Pierre Ossman
2007-10-03
2
-4
/
+4
*
update native protocol to make use of pa_memblockq_pop_missing
Lennart Poettering
2007-10-01
1
-88
/
+89
*
Move request size handling into pa_memblockq, function pa_memblockq_pop_missi...
Lennart Poettering
2007-10-01
2
-31
/
+108
*
Fix race condition between IO thread creation and pa_sink_put(). Move activat...
Lennart Poettering
2007-10-01
7
-102
/
+158
*
fix trivial typo
Lennart Poettering
2007-10-01
1
-1
/
+1
*
fix silence initializer for alaw and ulaw
Lennart Poettering
2007-10-01
1
-2
/
+4
*
Fixed PA_GCC_CONST definition.
Tanu Kaskinen
2007-09-30
1
-2
/
+2
*
Update module-solaris to new structure.
Pierre Ossman
2007-09-28
2
-307
/
+395
*
treat timer_enabled like a real, grown-up boolean variable
Lennart Poettering
2007-09-28
1
-3
/
+3
*
rework module-combine once again. We now run the data generation always in a ...
Lennart Poettering
2007-09-28
1
-336
/
+208
*
Move the poll() call outside the #ifdef checking for ppoll, since we want the...
Lennart Poettering
2007-09-28
1
-61
/
+60
*
use the full range of RTSIGS for our stuff
Lennart Poettering
2007-09-28
1
-10
/
+10
*
Allocate rtsigs from back to front, to avoid clashes with other libraries mak...
Lennart Poettering
2007-09-28
1
-12
/
+13
*
only do IO if we are RUNNING or IDLE, but not when we are in INIT
Lennart Poettering
2007-09-28
1
-2
/
+2
*
Incorrectly used str2sig() instead of sig2str().
Pierre Ossman
2007-09-28
1
-1
/
+1
*
don't free silence memblocks that don't exist
Lennart Poettering
2007-09-28
1
-3
/
+4
*
speed up semaphore allocation with an flist
Lennart Poettering
2007-09-28
1
-7
/
+14
*
Use Linux eventfd() if kernel supports it
Lennart Poettering
2007-09-26
1
-19
/
+100
*
fix build with compilers that lack __thread
Lennart Poettering
2007-09-26
1
-1
/
+1
*
make sure when can shutdown PA cleanly without segfault
Lennart Poettering
2007-09-25
1
-1
/
+1
*
work around newest open() magic in fedora glibc
Lennart Poettering
2007-09-25
1
-24
/
+35
*
fix make dist
Lennart Poettering
2007-09-25
1
-2
/
+2
*
fix suspending in module-combine.c
Lennart Poettering
2007-09-24
1
-4
/
+4
*
* decouple suspending of monitor sources and their sinks
Lennart Poettering
2007-09-24
1
-13
/
+48
*
only post data into the monitor source when it is not suspended
Lennart Poettering
2007-09-24
1
-2
/
+2
*
* add new state changed hook for streams
Lennart Poettering
2007-09-24
3
-0
/
+18
*
fix IDLE vs. RUNNING state handling of sinks/sources when changing cork statu...
Lennart Poettering
2007-09-24
2
-0
/
+10
*
rework zeroconf service publishing, to use synchronous hooks instead of async...
Lennart Poettering
2007-09-24
1
-340
/
+198
*
add hooks for name/description changes of sinks/source and streams
Lennart Poettering
2007-09-24
5
-6
/
+22
*
fix stream corking: ignore pa_sink_input() when we are in corked state
Lennart Poettering
2007-09-24
1
-1
/
+4
[next]