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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Use pa_read, pa_write and pa_poll instead of system functions
Maarten Bosmans
2011-02-17
4
-14
/
+14
|
*
tests/rtstutter: Use pa_rtclock
Maarten Bosmans
2011-02-17
1
-22
/
+11
|
*
Use pa_* instead of generic functions to improve portability
Maarten Bosmans
2011-02-17
4
-14
/
+15
|
*
Give module-waveout a configure switch
Maarten Bosmans
2011-02-17
2
-5
/
+48
|
*
module-waveout: Adapted to updated API
Maarten Bosmans
2011-02-17
2
-177
/
+235
|
*
win32: Implement pa_random
Maarten Bosmans
2011-02-17
1
-1
/
+16
|
*
win32: Implement rtclock based on QueryPerformanceCounter
Maarten Bosmans
2011-02-17
9
-19
/
+36
|
*
win32: flush stderr after log output
Maarten Bosmans
2011-02-17
1
-0
/
+3
|
*
Implement some functions for win32
Maarten Bosmans
2011-02-17
4
-17
/
+71
|
*
Repair some typos
Maarten Bosmans
2011-02-17
3
-6
/
+6
|
*
Add AM_LDFLAGS more consistently to all commands
Maarten Bosmans
2011-02-17
1
-14
/
+14
|
*
Fix dependencies and include necessary headers
Maarten Bosmans
2011-02-17
8
-1
/
+15
|
*
Use PCRE if POSIX regex.h is not available
Maarten Bosmans
2011-02-17
3
-5
/
+18
|
*
Apply #ifdefs around functionality not available on win32
Maarten Bosmans
2011-02-17
20
-13
/
+120
|
*
Adapt win32 specific code to current API
Maarten Bosmans
2011-02-17
3
-5
/
+29
|
*
Use <pulsecore/socket.h> instead of <sys/socket.h>
Maarten Bosmans
2011-02-17
30
-108
/
+52
|
*
Clean up <poll.h> includes
Maarten Bosmans
2011-02-17
10
-20
/
+8
|
*
Use setenv instead of putenv
Maarten Bosmans
2011-02-17
1
-1
/
+1
*
|
sconv_sse: Exclude SSE optimizations for Mac OS X
Edward Rudd
2011-02-22
1
-2
/
+2
*
|
solaris: update call of pa_thread_new to new prototype
Edward Rudd
2011-02-22
1
-1
/
+1
*
|
coreaudio: Fix call to pa_thread_new
Edward Rudd
2011-02-22
1
-1
/
+1
*
|
Allow read-only or non-existing sink input volume.
Tanu Kaskinen
2011-02-22
9
-62
/
+155
*
|
dbusiface-stream: Send the Device property in the GetAll handler.
Tanu Kaskinen
2011-02-22
1
-0
/
+1
*
|
core: Link virtual sinks and sources to their streams.
Tanu Kaskinen
2011-02-22
14
-3
/
+34
*
|
build-sys: Correct typos in configure
Paul Menzel
2011-02-22
1
-6
/
+6
*
|
src/Makefile.am: add missing space to fix build using uClibc
Henning Heinold
2011-02-22
1
-1
/
+1
*
|
Correct wav file creation for 24/32 and 24 bits sample formats HSD=3669357
Vincent Becker
2011-02-22
1
-2
/
+11
*
|
PulseAudio: added IT block to fix thumb conditional instruction build error m...
Kurt Taylor
2011-02-21
1
-0
/
+1
|
/
*
alsa: disable period wakeups in tsched mode if possible
Pierre-Louis Bossart
2011-02-01
1
-0
/
+28
*
echo-cancel: Make Orc file names less silly
Arun Raghavan
2011-02-01
3
-4
/
+4
*
build: Simplify Orc-related make rules
Arun Raghavan
2011-02-01
5
-371
/
+47
*
build: Move orc.mak out of build/
Arun Raghavan
2011-01-31
2
-1
/
+1
*
build: Remove unnecessary flags in AM_CFLAGS
Maarten Bosmans
2011-01-31
1
-15
/
+9
*
build: Don't include empty Makefile.am in subdirs
Maarten Bosmans
2011-01-31
21
-401
/
+0
*
build: Generate module symdefs in src/modules directory
Maarten Bosmans
2011-01-31
1
-104
/
+88
*
Merge remote branch 'mkbosmans/rate-adjustment'
Colin Guthrie
2011-01-31
3
-60
/
+103
|
\
|
*
module-rtp-recv: Request proper rewind after underrun
Maarten Bosmans
2011-01-16
1
-1
/
+3
|
*
module-rtp-recv: Remove smoother from write index
Maarten Bosmans
2011-01-16
1
-21
/
+3
|
*
module-rtp-recv: Average the estimated real sample rate
Maarten Bosmans
2011-01-16
1
-4
/
+22
|
*
module-rtp-recv: Use new algorithm for adjusting sample rate
Maarten Bosmans
2011-01-16
1
-15
/
+29
|
*
Limit rate adjustments to small, inaudible jumps
Maarten Bosmans
2011-01-16
3
-26
/
+52
|
*
module-loopback: Add adjust_time to valid args
Maarten Bosmans
2011-01-16
1
-0
/
+1
*
|
Fighting rewinds: Reduce calls to handle_seek
David Henningsson
2011-01-31
1
-30
/
+26
*
|
Fighting rewinds: Seek and write data in the same message
David Henningsson
2011-01-31
1
-8
/
+12
*
|
ratelimit: fix log levels of log suppression messages
Lennart Poettering
2011-01-31
13
-18
/
+19
*
|
Core: Fix incorrect check of return value
Scott Reeves
2011-01-23
1
-2
/
+2
*
|
build: Use MODULE_LIBADD in Makefile.am
Maarten Bosmans
2011-01-23
1
-84
/
+86
*
|
Merge commit 'e4979ab5cff84ef64c88bba3a1b6b4c5e02f7777'
Colin Guthrie
2011-01-17
3
-10
/
+16
|
\
\
|
*
|
bluetooth: detect when bitpool has changed on sbc codec
Luiz Augusto von Dentz
2010-12-23
1
-2
/
+6
|
*
|
bluetooth: fix build for libdbus < 1.3
Luiz Augusto von Dentz
2010-12-23
1
-0
/
+2
[prev]
[next]