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
...
*
Make sure we print the file name we actually use.
Pierre Ossman
2006-06-30
2
-2
/
+2
*
increase the maxium number of concurrent esd and native connections
Lennart Poettering
2006-06-21
2
-2
/
+2
*
include config.h in browser.c (closes #20)
Lennart Poettering
2006-06-21
1
-0
/
+4
*
only interpolate when the last timing info told us the stream is indeed playing
Lennart Poettering
2006-06-21
1
-1
/
+1
*
bump version number
Lennart Poettering
2006-06-20
2
-2
/
+2
*
fix segfault when module-alsa-source fails to load
Lennart Poettering
2006-06-20
2
-2
/
+2
*
Fix handling of the io flags in duplex mode.
Pierre Ossman
2006-06-20
1
-17
/
+21
*
Warn when applications use SNDCTL_DSP_GET[IO]PTR even when they shouldn't.
Pierre Ossman
2006-06-20
1
-1
/
+10
*
Make fix_metrics() exit early so that it doesn't spam the output needlessly.
Pierre Ossman
2006-06-20
1
-0
/
+7
*
Make sure we do not use pthread_yield() on platforms that do not have them.
Pierre Ossman
2006-06-20
1
-1
/
+1
*
Check for pthread_yield() as not all platforms have that.
Pierre Ossman
2006-06-20
1
-0
/
+11
*
Make interpol-test build on Win32 and non-pthread systems.
Pierre Ossman
2006-06-20
1
-0
/
+9
*
Fix the final few occurences of polyp.
Pierre Ossman
2006-06-20
6
-16
/
+16
*
s/POLYP/PULSE/g
Lennart Poettering
2006-06-19
12
-88
/
+88
*
update docs
Lennart Poettering
2006-06-19
5
-127
/
+133
*
* more s/pulseaudio/PulseAudio/ replacements
Lennart Poettering
2006-06-19
18
-37
/
+37
*
update references to the pkg-config files in the docs
Lennart Poettering
2006-06-19
1
-4
/
+4
*
name the pkg-config files after the library names
Lennart Poettering
2006-06-19
5
-16
/
+15
*
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
Lennart Poettering
2006-06-19
20
-53
/
+53
*
hide pulseadudio binary from SVN
Lennart Poettering
2006-06-19
1
-1
/
+1
*
rename polypaudio.h to pulseaudio.h
Lennart Poettering
2006-06-19
1
-0
/
+0
*
big s/polyp/pulse/g
Lennart Poettering
2006-06-19
303
-2742
/
+2747
*
unhide padsp
Lennart Poettering
2006-06-19
0
-0
/
+0
*
hide interpol-test
Lennart Poettering
2006-06-19
0
-0
/
+0
*
Handle clients that just want to set fragment size (and not count).
Pierre Ossman
2006-06-19
1
-1
/
+5
*
* rework latency interpolation to make it smoother
Lennart Poettering
2006-06-19
2
-19
/
+12
*
minor cleanups
Lennart Poettering
2006-06-19
1
-2
/
+2
*
add new test "interpol-test"
Lennart Poettering
2006-06-19
2
-0
/
+174
*
* add new argument 'exit_on_eof' to module-cli and make use of it if "-C" is ...
Lennart Poettering
2006-06-18
4
-14
/
+51
*
* implement volume adjusting and mixing for S16RE
Lennart Poettering
2006-06-17
1
-3
/
+83
*
* make hw param settings easier to debug by splitting up long if
Lennart Poettering
2006-06-17
1
-6
/
+18
*
/dev/dsp should default to U8, not mulaw.
Pierre Ossman
2006-06-16
1
-1
/
+1
*
Creating a stream might take some time, so check that it's in the right state
Pierre Ossman
2006-06-16
1
-2
/
+2
*
Record support.
Pierre Ossman
2006-06-16
1
-132
/
+435
*
if S16NE is not supported, fall back to S16RE. If FLOAT32NE is not supported,...
Lennart Poettering
2006-06-16
1
-14
/
+70
*
update todo
Lennart Poettering
2006-06-15
1
-0
/
+3
*
Make debug output in padsp a bit less verbose. Specifying -d twice will give
Pierre Ossman
2006-06-15
2
-118
/
+146
*
Make a copy of the va_list as vsnprintf() is free to change it.
Pierre Ossman
2006-06-13
1
-1
/
+7
*
Catch the access() system call as some applications do this to test if they
Pierre Ossman
2006-06-13
1
-0
/
+28
*
Make sure our inet_ntop() implementation gets linked into the new users.
Pierre Ossman
2006-06-13
1
-1
/
+4
*
Tweak the printing of client connections a bit so that it's more apparent
Pierre Ossman
2006-06-13
3
-3
/
+10
*
Handle pretty printing of IPv6 socket names.
Pierre Ossman
2006-06-13
1
-0
/
+17
*
Use AM_ICONV to determine what needs to be done for iconv support. (closes #19)
Pierre Ossman
2006-06-12
3
-7
/
+12
*
Fix AC_CHECK_DEFINE so that we can look in different files for the same
Pierre Ossman
2006-06-12
1
-2
/
+2
*
Also look in winsock2.h for INADDR_NONE. (solves #18)
Pierre Ossman
2006-06-12
1
-1
/
+2
*
Properly escape the m4 macros and make the code a bit more readable.
Pierre Ossman
2006-06-12
1
-37
/
+207
*
Add all the preopen libs to the polypaudio binary's dependency list as they
Pierre Ossman
2006-06-11
1
-0
/
+2
*
rework ioline EOF handling to actually work properly
Lennart Poettering
2006-06-03
1
-32
/
+55
*
fix pa_xstrndup() implementation to not access potentially uninitialized memory
Lennart Poettering
2006-06-03
1
-10
/
+9
*
actually build cpulimit support if SIGXCPU is available
Lennart Poettering
2006-06-02
2
-4
/
+8
[prev]
[next]