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
/
polyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings.
Pierre Ossman
2006-05-24
1
-1
/
+1
*
change return type of pa_cstrerror() to "const char*"
Lennart Poettering
2006-05-23
2
-2
/
+2
*
Fix some warnings.
Pierre Ossman
2006-05-23
1
-0
/
+1
*
Fix TLS on Win32 to something a bit more safe and portable (compiler-wise).
Pierre Ossman
2006-05-22
1
-1
/
+85
*
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
2006-05-22
7
-8
/
+110
*
add missing #include
Lennart Poettering
2006-05-21
1
-0
/
+1
*
add new function pa_usec_to_bytes() as inverse of pa_bytes_to_usec()
Lennart Poettering
2006-05-21
2
-0
/
+9
*
rename pa_simple_get_playback_latency() to pa_simple_get_latency() and allow ...
Lennart Poettering
2006-05-20
2
-4
/
+2
*
Fix some missing headers.
Pierre Ossman
2006-05-19
1
-1
/
+1
*
And functions for convertion to and from current locale and UTF-8.
Pierre Ossman
2006-05-18
2
-0
/
+78
*
PATH_MAX needs limits.h.
Pierre Ossman
2006-05-18
1
-0
/
+1
*
Move timeval calculation functions into their own file.
Pierre Ossman
2006-05-18
7
-146
/
+213
*
fix include line for "core-util.h"
Lennart Poettering
2006-05-17
11
-12
/
+11
*
add C++ macros to utf8.h
Lennart Poettering
2006-05-17
1
-0
/
+6
*
add C++ macros to xmalloc.h
Lennart Poettering
2006-05-17
1
-0
/
+5
*
* add doxygen docs to header file
Lennart Poettering
2006-05-17
2
-18
/
+36
*
include util.h in polypaudio.h
Lennart Poettering
2006-05-17
1
-1
/
+2
*
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
2006-05-17
2
-0
/
+398
*
include more files in polypaudio.h
Lennart Poettering
2006-05-17
1
-2
/
+8
*
add doxygen docs for utf8.h
Lennart Poettering
2006-05-17
1
-0
/
+7
*
* make pa_xfree() a real function
Lennart Poettering
2006-05-17
2
-1
/
+22
*
add new channel map argument to pa_simple_new()
Lennart Poettering
2006-05-17
2
-4
/
+9
*
fix svn tag
Lennart Poettering
2006-05-17
1
-1
/
+1
*
Move utf8 to the public part (libpolyp).
Pierre Ossman
2006-05-17
2
-0
/
+192
*
Move xmalloc to the public side (libpolyp).
Pierre Ossman
2006-05-17
16
-14
/
+207
*
increase PA_CHANNELS_MAX to 32
Lennart Poettering
2006-05-17
2
-1
/
+17
*
add new channel mapping standard PA_CHANNEL_MAP_OSS
Lennart Poettering
2006-05-17
2
-3
/
+39
*
Update documentation to contain the UTF-8 requirement.
Pierre Ossman
2006-05-17
1
-0
/
+5
*
Documentation for the threaded main loop API.
Pierre Ossman
2006-05-17
3
-5
/
+215
*
Add Microsoft's WAVEFORMWATEEXTENSIBLE channel mapping.
Pierre Ossman
2006-05-17
2
-0
/
+60
*
* modify pa_channel_map_init_auto() to take an extra argument specifying the ...
Lennart Poettering
2006-05-16
3
-40
/
+101
*
use the new latency update callback to be notified when latency data becomes
Lennart Poettering
2006-05-16
1
-4
/
+21
*
add notification callback which is called when new latency data becomes avail...
Lennart Poettering
2006-05-15
3
-1
/
+19
*
* add new parameter to pa_open_config_file() to specify open mode
Lennart Poettering
2006-05-14
1
-1
/
+1
*
remove superfluous log message
Lennart Poettering
2006-05-13
1
-2
/
+0
*
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
2
-9
/
+21
*
Remove some debug code that wasn't supposed to be committed.
Pierre Ossman
2006-05-11
1
-5
/
+1
*
Handle pipes on platforms where they are non-existant of broken.
Pierre Ossman
2006-05-11
2
-78
/
+17
*
Include log header to get rid of warnings.
Pierre Ossman
2006-05-11
1
-0
/
+1
*
Do WSAStartup() in the DLL entry routine instead of at context creation.
Pierre Ossman
2006-05-11
1
-11
/
+0
*
fix handling of timing status requests
Lennart Poettering
2006-05-09
1
-2
/
+1
*
Add stubs for the threaded main loop so that we can compile it on
Pierre Ossman
2006-05-09
1
-4
/
+46
*
rework the simple API to make use of the new threaded mainloop implementation
Lennart Poettering
2006-05-06
1
-226
/
+226
*
* optionally, make pa_threaded_mainloop_signal() wait until the main thread t...
Lennart Poettering
2006-05-06
2
-4
/
+39
*
remove bogus check that disallowed latency interpolation and stuff for record...
Lennart Poettering
2006-05-06
1
-1
/
+0
*
allow signalling from event loop thread
Lennart Poettering
2006-05-06
1
-3
/
+0
*
Windows doesn't have POSIX thread. ifdef out things for now.
Pierre Ossman
2006-05-02
1
-2
/
+17
[next]