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
...
|
|
*
|
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
|
|
*
|
wrap destructor gcc attribute in macro
Lennart Poettering
2007-07-25
1
-0
/
+6
|
|
*
|
change order of munmap and freeing of memblocks
Lennart Poettering
2007-07-25
1
-9
/
+9
|
|
*
|
Fix a couple of typos in the resampler code
Lennart Poettering
2007-07-14
1
-3
/
+5
|
|
*
|
Fix typo in pa_memblock_release() call; s/assert/pa_assert/
Lennart Poettering
2007-07-13
1
-12
/
+12
|
|
*
|
s/assert/pa_assert/g; make use of static flist for memblock allocation where ...
Lennart Poettering
2007-07-13
1
-107
/
+122
|
|
*
|
Minor clarification
Lennart Poettering
2007-07-13
1
-1
/
+2
|
|
*
|
Make use of static flist for hashmap entry alllocation
Lennart Poettering
2007-07-13
1
-2
/
+9
|
|
*
|
Actually make the static flist static
Lennart Poettering
2007-07-13
1
-1
/
+1
|
|
*
|
Port module-sine to the new lock-free core
Lennart Poettering
2007-07-13
1
-24
/
+33
|
|
*
|
Reenable a couple of more modules
Lennart Poettering
2007-07-13
1
-3
/
+3
|
|
*
|
Remove a superfluous pa_memblock_release(); properly handle buf4 allocation
Lennart Poettering
2007-07-13
1
-5
/
+1
|
|
*
|
Fix concurrency bug when turning memblock into a local memblock
Lennart Poettering
2007-07-13
1
-3
/
+3
|
|
*
|
Fix off-by-one in mixing code
Lennart Poettering
2007-07-13
1
-1
/
+2
|
|
*
|
Replace a couple of assert()s by pa_assert()s
Lennart Poettering
2007-07-13
1
-6
/
+5
|
|
*
|
Remove module-oss-mmap, since it is now merged into module-oss
Lennart Poettering
2007-07-13
2
-643
/
+0
|
|
*
|
Merge module-oss-mmap into module-oss and make suspending working properly
Lennart Poettering
2007-07-13
1
-206
/
+653
|
|
*
|
Make pa_sink_render_* and pa_source_post work only when in RUNNING state, to ...
Lennart Poettering
2007-07-13
2
-2
/
+5
|
|
*
|
Properly initialize all revents on EINTR
Lennart Poettering
2007-07-12
2
-2
/
+7
|
|
*
|
Make sure pollfd[POLLFD_ASYNCQ].revents is properly initialized on signal
Lennart Poettering
2007-07-12
1
-1
/
+8
|
|
*
|
fix segfault when recording with module-oss.c
Lennart Poettering
2007-07-12
1
-1
/
+1
|
|
*
|
Port module-oss to the new lock-free core
Lennart Poettering
2007-06-25
1
-15
/
+23
|
|
*
|
remove pa_memblockq_is_writable() (because it is stupid and not used anywhere...
Lennart Poettering
2007-06-25
2
-59
/
+46
|
|
*
|
make sure we don't free the same connection twice
Lennart Poettering
2007-06-25
1
-1
/
+2
|
|
*
|
Limit silence buffer size for pa_sink_render()
Lennart Poettering
2007-06-24
1
-0
/
+4
|
|
*
|
Track the 'missing' variable safely between the threads
Lennart Poettering
2007-06-24
1
-7
/
+7
|
|
*
|
rework the logic of pa_asyncq
Lennart Poettering
2007-06-24
1
-88
/
+113
|
|
*
|
Make sure the returned pa_msgobject object has a valid refcnt before returnin...
Lennart Poettering
2007-06-24
1
-4
/
+10
|
|
*
|
Include assert.h, since we use assert() for our pa_assert() macro
Lennart Poettering
2007-06-24
1
-0
/
+1
|
|
*
|
Fix length calculation in pa_silence_memblock_new() and make use of pa_assert...
Lennart Poettering
2007-06-24
1
-21
/
+26
|
|
*
|
Make use of dbus_watch_get_unix_fd() instead of dbus_watch_get_fd() because o...
Lennart Poettering
2007-06-24
1
-2
/
+2
|
|
*
|
Update OSS driver for new lock-free core
Lennart Poettering
2007-06-23
2
-239
/
+523
|
|
*
|
remove underrun condition in pa_sinks. Instead return silence in pa_sink_rend...
Lennart Poettering
2007-06-23
2
-55
/
+81
|
|
*
|
don't handle underrun special
Lennart Poettering
2007-06-23
1
-32
/
+27
|
|
*
|
drop silence generation from sink drivers
Lennart Poettering
2007-06-23
1
-8
/
+4
|
|
*
|
fix a typo and some minor optimizations
Lennart Poettering
2007-06-23
1
-8
/
+7
|
|
*
|
minor cleanups and optimizations
Lennart Poettering
2007-06-23
1
-20
/
+20
|
|
*
|
Fix minor typo
Lennart Poettering
2007-06-23
1
-1
/
+1
|
|
*
|
Port module-pipe-source to the new threaded design
Lennart Poettering
2007-06-14
1
-89
/
+187
|
|
*
|
Fix another ugly typo, which made source outputs unusable
Lennart Poettering
2007-06-14
1
-1
/
+1
|
|
*
|
use pa_memblockq_push_align() instead of pa_memblockq_push() to deal with una...
Lennart Poettering
2007-06-14
1
-2
/
+5
[prev]
[next]