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 posix_fadvise to avoid page faults when reading audio files from disk
Lennart Poettering
2007-08-05
1
-8
/
+34
|
|
*
|
play memchunks completely
Lennart Poettering
2007-08-05
1
-1
/
+1
|
|
*
|
initialize method pointers properly
Lennart Poettering
2007-08-05
1
-15
/
+8
|
|
*
|
follow rename of pstream_close() to pstream_unlink()
Lennart Poettering
2007-08-05
1
-2
/
+2
|
|
*
|
typesafe casts
Lennart Poettering
2007-08-05
2
-4
/
+4
|
|
*
|
Modernize pstream.[ch], reintroduce defer event to make things actually work
Lennart Poettering
2007-08-05
2
-66
/
+90
|
|
*
|
modernize play-memchunk and port it to the new core
Lennart Poettering
2007-08-05
1
-48
/
+116
|
|
*
|
minor cleanups
Lennart Poettering
2007-08-05
1
-17
/
+22
|
|
*
|
merge compat changes from trunk
Lennart Poettering
2007-08-04
2
-2
/
+3
|
|
*
|
Don't stop hardware on buffer underruns. Instead continue playing to guarante...
Lennart Poettering
2007-08-03
4
-49
/
+91
|
|
*
|
Remove unnecessary snd_pcm_hwsync()
Lennart Poettering
2007-08-03
2
-2
/
+0
|
|
*
|
On recommendation of Takashi Iwai prefer Master volume control over PCM and d...
Lennart Poettering
2007-08-03
2
-2
/
+2
|
|
*
|
rename pa_source_output_new_data::corked to start_corked to match pa_sink_inp...
Lennart Poettering
2007-07-31
4
-3
/
+4
|
|
*
|
A lot of updates, all necessary to get the native protocol ported:
Lennart Poettering
2007-07-31
27
-763
/
+1222
|
|
*
|
port module-alsa-source to new lock-free core
Lennart Poettering
2007-07-28
2
-247
/
+559
|
|
*
|
minor cleanups
Lennart Poettering
2007-07-28
1
-18
/
+11
|
|
*
|
fix suspending logic
Lennart Poettering
2007-07-28
1
-60
/
+89
|
|
*
|
drop data from inputs only when in running state
Lennart Poettering
2007-07-28
1
-2
/
+4
|
|
*
|
It is now allowed to call pa_sink_get_volume() from thread context
Lennart Poettering
2007-07-28
1
-3
/
+2
|
|
*
|
Fix suspending/resuming
Lennart Poettering
2007-07-28
1
-52
/
+58
|
|
*
|
add PA_SINK_OPENED/PA_SOURCE_OPENED macros for easier checking for _IDLE or _...
Lennart Poettering
2007-07-28
2
-1
/
+9
|
|
*
|
restore proper mixer volume control
Lennart Poettering
2007-07-28
1
-165
/
+152
|
|
*
|
reload OSS volume after unsuspend
Lennart Poettering
2007-07-28
1
-0
/
+5
|
|
*
|
bring back alsa fd list managemet, since we need it for proper mixer change n...
Lennart Poettering
2007-07-28
2
-12
/
+201
|
|
*
|
port module-alsa-sink to new lock-free core. also add mmmap'ing support while...
Lennart Poettering
2007-07-28
5
-574
/
+718
|
|
*
|
minor modernizations
Lennart Poettering
2007-07-28
1
-6
/
+5
|
|
*
|
Disable memory mapping if we open the device in O_WRONLY. Unfortunately we ca...
Lennart Poettering
2007-07-26
1
-1
/
+6
|
|
*
|
Fix channel remapping in resample; other modernizations
Lennart Poettering
2007-07-26
1
-77
/
+78
|
|
*
|
remove some log messages
Lennart Poettering
2007-07-26
1
-6
/
+0
|
|
*
|
remove debug messages; don't queue request messages like nothing when send fi...
Lennart Poettering
2007-07-26
1
-11
/
+9
|
|
*
|
properly free memblocks when skipping over them
Lennart Poettering
2007-07-26
1
-1
/
+4
|
|
*
|
make valgrind shut up regarding non-freed ident strings. other modernizations
Lennart Poettering
2007-07-26
1
-5
/
+15
|
|
*
|
reverse order flist destruction and mempool allocation warning
Lennart Poettering
2007-07-26
1
-1
/
+2
|
|
*
|
Increase ref counter of sink input as long as it is included in the sink idxset
Lennart Poettering
2007-07-26
2
-2
/
+4
|
|
*
|
properly deref sink_input/source_output objects when removing them from a sin...
Lennart Poettering
2007-07-26
2
-7
/
+10
|
|
*
|
Add fdsem to makefile
Lennart Poettering
2007-07-26
1
-0
/
+1
|
|
*
|
reverse order of printf and push to make output more readable
Lennart Poettering
2007-07-26
1
-1
/
+1
|
|
*
|
port asyncq to make use of new fdsem object
Lennart Poettering
2007-07-26
1
-171
/
+36
|
|
*
|
add abstracted file descriptor based semaphore object that is lock-free in th...
Lennart Poettering
2007-07-26
2
-0
/
+238
|
|
*
|
Store strings directly in strlst elements, other modernizations
Lennart Poettering
2007-07-25
1
-16
/
+23
|
|
*
|
fix some alignment issues and modernize file a little bit
Lennart Poettering
2007-07-25
1
-15
/
+28
|
|
*
|
Convert most snprintf() calls to pa_snprintf()
Lennart Poettering
2007-07-25
30
-67
/
+79
|
|
*
|
Modernize things a little bith more
Lennart Poettering
2007-07-25
1
-14
/
+24
|
|
*
|
Modernize things a little
Lennart Poettering
2007-07-25
1
-25
/
+41
|
|
*
|
add our own implementation for pa_snprintf() because NUL termination is appar...
Lennart Poettering
2007-07-25
2
-1
/
+21
|
|
*
|
Simplify implementation of pa_assert_se()
Lennart Poettering
2007-07-25
1
-4
/
+5
|
|
*
|
drop chunk argument from various drop() functions, since it doesn't make any ...
Lennart Poettering
2007-07-25
14
-219
/
+343
|
|
*
|
update static free list usage in asyncmsgq
Lennart Poettering
2007-07-25
1
-1
/
+1
|
|
*
|
update static free list usage in hashmap
Lennart Poettering
2007-07-25
1
-1
/
+1
|
|
*
|
destruct freelists properly, by using gcc destructors. we do this only to mak...
Lennart Poettering
2007-07-25
1
-14
/
+21
[prev]
[next]