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
...
*
|
|
* remove .a files from the modules directory after installation
Lennart Poettering
2006-05-16
1
-23
/
+24
*
|
|
tell svn to ignore the utf8-test binary
Lennart Poettering
2006-05-16
0
-0
/
+0
*
|
|
instead of kicking clients with invalid UTF8 stream names, filter invalid cha...
Lennart Poettering
2006-05-16
1
-14
/
+26
*
|
|
add new test programme utf8-test.c
Lennart Poettering
2006-05-16
2
-1
/
+33
*
|
|
add svn:keywords property
Lennart Poettering
2006-05-16
0
-0
/
+0
*
|
|
add double include protection
Lennart Poettering
2006-05-16
1
-0
/
+5
*
|
|
* remove "const" from return type of pa_utf8_filter() since it desn't make an...
Lennart Poettering
2006-05-16
2
-5
/
+5
*
|
|
use the new latency update callback to be notified when latency data becomes
Lennart Poettering
2006-05-16
1
-4
/
+21
*
|
|
downgrade a log message
Lennart Poettering
2006-05-16
1
-2
/
+1
*
|
|
* fix segfault in pa_utf8_validate()
Lennart Poettering
2006-05-16
1
-5
/
+11
*
|
|
add notification callback which is called when new latency data becomes avail...
Lennart Poettering
2006-05-15
3
-1
/
+19
*
|
|
Add function to filter a string of any invalid UTF-8 sequences. User must
Pierre Ossman
2006-05-15
2
-8
/
+54
*
|
|
undo r868
Lennart Poettering
2006-05-15
1
-3
/
+3
*
|
|
Clean up the UTF-8 validation code.
Pierre Ossman
2006-05-15
1
-78
/
+76
*
|
|
remove regex.h from include, since it is actually not used
Lennart Poettering
2006-05-15
1
-1
/
+0
*
|
|
module-volume-restore uses regexp() so make sure it's only built on systems
Pierre Ossman
2006-05-15
1
-3
/
+3
*
|
|
Include utf8.h for the validation function.
Pierre Ossman
2006-05-15
1
-0
/
+1
*
|
|
update TODO
Lennart Poettering
2006-05-14
1
-1
/
+1
*
|
|
add utf8 validity checking to esound protocol
Lennart Poettering
2006-05-14
1
-0
/
+8
*
|
|
remove superfluous log line
Lennart Poettering
2006-05-14
1
-2
/
+0
*
|
|
take the filename specified on the command line as default stream name
Lennart Poettering
2006-05-14
1
-7
/
+11
*
|
|
check for valid utf8 strings
Lennart Poettering
2006-05-14
1
-20
/
+24
*
|
|
add utf8 validity checking API
Lennart Poettering
2006-05-14
3
-1
/
+145
*
|
|
update todo
Lennart Poettering
2006-05-14
2
-3
/
+5
*
|
|
add new module module-volume-restore which saves and restores volume of playb...
Lennart Poettering
2006-05-14
2
-2
/
+371
*
|
|
* add new parameter to pa_open_config_file() to specify open mode
Lennart Poettering
2006-05-14
15
-34
/
+43
*
|
|
modify argument order of pa_client_new() to actually match how it is usually ...
Lennart Poettering
2006-05-14
2
-2
/
+2
*
|
|
fix esound sample cache names
Lennart Poettering
2006-05-13
1
-1
/
+2
*
|
|
* set default fragment metrics depending on the sample specs of the device in...
Lennart Poettering
2006-05-13
3
-15
/
+21
*
|
|
first set buffer size, and afterwards period size
Lennart Poettering
2006-05-13
1
-1
/
+1
*
|
|
don't hit an assert when trying to resample data for 6channel audio
Lennart Poettering
2006-05-13
1
-1
/
+2
*
|
|
fix fragment size calculation for module-alsa-source
Lennart Poettering
2006-05-13
1
-5
/
+9
*
|
|
use default alsa channel map for alsa devices
Lennart Poettering
2006-05-13
4
-2
/
+74
*
|
|
remove superfluous log message
Lennart Poettering
2006-05-13
1
-2
/
+0
*
|
|
fix hangup detection for recording streams
Lennart Poettering
2006-05-11
1
-5
/
+7
*
|
|
fix iochannel for hangup signals
Lennart Poettering
2006-05-11
1
-1
/
+1
*
|
|
Windows support for the threaded API.
Pierre Ossman
2006-05-11
1
-14
/
+202
*
|
|
update doxygen docs
Lennart Poettering
2006-05-11
1
-7
/
+20
*
|
|
don't signal the accept_cond automatically when waiting for a signal event
Lennart Poettering
2006-05-11
1
-1
/
+0
*
|
|
split of signal releasing into its own function and name it pa_threaded_mainl...
Lennart Poettering
2006-05-11
3
-10
/
+24
*
|
|
add thread-mainloop.h to doxygen docs
Lennart Poettering
2006-05-11
1
-1
/
+1
*
|
|
Remove some debug code that wasn't supposed to be committed.
Pierre Ossman
2006-05-11
1
-5
/
+1
*
|
|
pa_write() should use a const pointer.
Pierre Ossman
2006-05-11
2
-2
/
+2
*
|
|
Handle pipes on platforms where they are non-existant of broken.
Pierre Ossman
2006-05-11
9
-107
/
+249
*
|
|
Include log header to get rid of warnings.
Pierre Ossman
2006-05-11
1
-0
/
+1
*
|
|
ANSI codes aren't supported on Windows terminals.
Pierre Ossman
2006-05-11
1
-1
/
+4
*
|
|
Do WSAStartup() in the DLL entry routine instead of at context creation.
Pierre Ossman
2006-05-11
2
-15
/
+13
*
|
|
fix handling of timing status requests
Lennart Poettering
2006-05-09
1
-2
/
+1
*
|
|
update todo
Lennart Poettering
2006-05-09
1
-3
/
+4
*
|
|
Add stubs for the threaded main loop so that we can compile it on
Pierre Ossman
2006-05-09
2
-11
/
+48
[prev]
[next]