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
/
pulsecore
Commit message (
Expand
)
Author
Age
Files
Lines
*
add callbacks for the revoke/release stuff, so that we can make this thing th...
Lennart Poettering
2007-08-10
2
-8
/
+61
*
if no thread-mq is attached to the current thread, return an error, don't hit...
Lennart Poettering
2007-08-10
1
-4
/
+1
*
make use of pa_thread_mq everywhere
Lennart Poettering
2007-08-10
7
-57
/
+25
*
minor update
Lennart Poettering
2007-08-10
1
-1
/
+2
*
Wrap two pa_asyncmsq in a new pa_thread_mq object for bidirectional, lock-fre...
Lennart Poettering
2007-08-10
2
-0
/
+168
*
Rename pa_once_t to pa_once
Lennart Poettering
2007-08-10
3
-7
/
+7
*
move pa_queue to an implementation based on pa_flist
Lennart Poettering
2007-08-10
1
-20
/
+31
*
do not acces playback pa_messagq from main thread
Lennart Poettering
2007-08-10
1
-9
/
+26
*
* drop redundant pa_core argument from module initialization functions
Lennart Poettering
2007-08-10
6
-101
/
+159
*
protect memimpors with a recursive mutex to avoid deadlock when shutting down
Lennart Poettering
2007-08-09
1
-1
/
+1
*
add a couple of additional hooks for modules to use
Lennart Poettering
2007-08-09
6
-13
/
+75
*
add new function pa_scache_play_item_by_name
Lennart Poettering
2007-08-09
2
-0
/
+14
*
Remove warning when client is too slow to handle our data
Lennart Poettering
2007-08-08
1
-1
/
+1
*
don't print error on socket read/write failure
Lennart Poettering
2007-08-08
1
-3
/
+7
*
add global suspend command to cli
Lennart Poettering
2007-08-07
1
-1
/
+28
*
port esound protocol to new lock-free core
Lennart Poettering
2007-08-06
1
-203
/
+352
*
minor fixes and cleanups
Lennart Poettering
2007-08-06
2
-19
/
+21
*
fix playback status querying
Lennart Poettering
2007-08-06
1
-1
/
+1
*
fix a memory leak
Lennart Poettering
2007-08-06
1
-5
/
+10
*
fix playback over native protocol
Lennart Poettering
2007-08-06
1
-10
/
+25
*
initialize 'length' properly
Lennart Poettering
2007-08-06
1
-1
/
+2
*
make sure to handle disconnecting our own connection properly
Lennart Poettering
2007-08-05
1
-0
/
+5
*
minor optimization for cacheing in of samples by using posix_fadvise
Lennart Poettering
2007-08-05
1
-1
/
+18
*
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
*
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
*
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
19
-698
/
+1152
*
drop data from inputs only when in running state
Lennart Poettering
2007-07-28
1
-2
/
+4
*
add PA_SINK_OPENED/PA_SOURCE_OPENED macros for easier checking for _IDLE or _...
Lennart Poettering
2007-07-28
2
-1
/
+9
*
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
*
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
15
-35
/
+41
*
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
[next]