index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-18
We need to emulate sendmsg/recvmsg to support rtp on Windows. Will do
Pierre Ossman
1
-2
/
+12
2006-04-18
Avoid including non-portable header sys/poll.h.
Pierre Ossman
1
-3
/
+3
2006-04-18
add a jack source module
Lennart Poettering
1
-0
/
+393
2006-04-18
* allow the user to set the jack client name
Lennart Poettering
1
-32
/
+44
2006-04-18
C99 requires explicit marking of integer literals' size.
Pierre Ossman
2
-2
/
+2
2006-04-17
add new JACK sink
Lennart Poettering
2
-1
/
+396
2006-04-16
* add pa_mainloop_wakeup() calls for deferred events
Lennart Poettering
1
-15
/
+22
2006-04-16
add new API to replace the poll() function used by the main loop implementation
Lennart Poettering
2
-1
/
+26
2006-04-16
properly initialize session counter
Lennart Poettering
1
-0
/
+1
2006-04-16
limit number of concurrent RTP streams
Lennart Poettering
1
-0
/
+12
2006-04-16
fix typo in module description
Lennart Poettering
1
-1
/
+1
2006-04-16
change default mcast address once again, to make sure our traffic doesn't lea...
Lennart Poettering
2
-2
/
+2
2006-04-16
rename module-rtp-monitor to module-rtp-send
Lennart Poettering
2
-8
/
+8
2006-04-16
* make sure RTP ports are chosen to be even
Lennart Poettering
1
-1
/
+4
2006-04-16
Fix ALSA fd handling to be compatible with blocking deferred events.
Pierre Ossman
1
-2
/
+4
2006-04-16
Clarify behaviour of deferred events.
Pierre Ossman
1
-1
/
+3
2006-04-16
* deal properly with underruns, overflows and packet losses
Lennart Poettering
1
-5
/
+22
2006-04-16
* increase default MTU
Lennart Poettering
1
-4
/
+5
2006-04-16
replace homegrown endswith() with pa_endswith() from util.h
Lennart Poettering
1
-15
/
+4
2006-04-16
initialize random seed globaly from $RANDOM_DEVICE
Lennart Poettering
2
-6
/
+25
2006-04-16
* add RTP/SAP/SDP reciever module
Lennart Poettering
9
-51
/
+1010
2006-04-15
* change default multicast address
Lennart Poettering
3
-8
/
+9
2006-04-15
correct some types
Lennart Poettering
1
-11
/
+12
2006-04-14
* ignore some more files
Lennart Poettering
1
-3
/
+16
2006-04-14
add an RTP sender module
Lennart Poettering
12
-0
/
+12527
2006-04-14
minor beautification
Lennart Poettering
1
-1
/
+1
2006-04-13
unbreak module-tunnel
Lennart Poettering
1
-9
/
+7
2006-04-13
include in-flux resampled chunk in latency calculations of playback streams
Lennart Poettering
1
-1
/
+7
2006-04-13
fix latency calculations of module-combine
Lennart Poettering
1
-1
/
+3
2006-04-13
hmm, nothing important
Lennart Poettering
1
-1
/
+1
2006-04-13
add code to allow polypaudio dump preloaded modules using "--dump-modules"
Lennart Poettering
1
-3
/
+48
2006-04-13
add new configure option to enable preloading even on architectures that supp...
Lennart Poettering
1
-1
/
+6
2006-04-13
more documentation updates
Lennart Poettering
11
-63
/
+106
2006-04-13
Documentation updates
Lennart Poettering
7
-25
/
+80
2006-04-12
include local record memblockq in latency calculations
Lennart Poettering
2
-2
/
+15
2006-04-12
when storing recording data in file, create file with proper access rights
Lennart Poettering
1
-1
/
+1
2006-04-12
yet anotrher fix for slow links
Lennart Poettering
1
-1
/
+1
2006-04-12
small fix to deal properly with slow links
Lennart Poettering
1
-4
/
+7
2006-04-12
* dispatch defer events in pa_mainloop_dispatch() and not already in pa_mainl...
Lennart Poettering
3
-85
/
+80
2006-04-12
* fix latency calculation where a full playback buffer was erroneously taken ...
Lennart Poettering
1
-10
/
+22
2006-04-12
remove a bunch of log messages
Lennart Poettering
1
-9
/
+8
2006-04-12
beefup pacat a little:
Lennart Poettering
1
-13
/
+46
2006-04-12
* rename "latency correction" to "write index correction"
Lennart Poettering
3
-134
/
+216
2006-04-12
protocol change: don't send stream buffer size in latency update. This data i...
Lennart Poettering
1
-2
/
+0
2006-04-12
proper validity checking for pa_context_is_pending()
Lennart Poettering
1
-1
/
+5
2006-04-12
when flushin a memblockq, set the write index to the read index
Lennart Poettering
1
-0
/
+2
2006-04-10
return the error code and not just -1 when pa_context_is_pending() fails
Lennart Poettering
1
-1
/
+1
2006-04-10
validity checks for pa_context_is_pending()
Lennart Poettering
2
-5
/
+2
2006-04-10
* Beef up latency calculation in module-oss-mmap
Lennart Poettering
1
-21
/
+81
2006-04-10
minor cleanups for OSS module
Lennart Poettering
1
-9
/
+25
[next]