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
/
pulse
/
stream.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-12
stream: Support extended API with PULSE_LATENCY_MSEC if possible
Arun Raghavan
1
-1
/
+9
2015-06-12
stream: Check sample spec validity before abiding PULSE_LATENCY_MSEC
David Henningsson
1
-3
/
+5
2015-01-14
update FSF addresses to FSF web page
Ondrej Holecek
1
-3
/
+1
2014-10-24
stream: Fail on client submitting non-frame-aligned memblocks
David Henningsson
1
-0
/
+2
2014-09-10
Client API: Add pa_stream_write_ext_free() function.
Lukasz Marek
1
-3
/
+15
2014-01-08
stream: Remove a volume channel validity check
Tanu Kaskinen
1
-1
/
+0
2013-12-15
Add pa_sample_rate_valid()
Tanu Kaskinen
1
-1
/
+1
2013-07-04
Remove pa_bool_t and replace it with bool.
poljar (Damir Jelić)
1
-85
/
+85
2013-06-24
Whitespace cleanup: Remove all multiple newlines
poljar (Damir Jelić)
1
-4
/
+0
2013-06-24
Style fix: Remove new lines from opening brackets
poljar (Damir Jelić)
1
-2
/
+1
2013-03-25
stream: Make it easier to enable debug output
Arun Raghavan
1
-6
/
+20
2012-11-08
pulse: Fix hole handling in pa_stream_peek().
Tanu Kaskinen
1
-4
/
+16
2012-09-21
stream: Allow record streams to start muted
Arun Raghavan
1
-1
/
+0
2012-03-28
stream: Fix sample spec initialisation for extended API
Arun Raghavan
1
-1
/
+1
2012-02-19
pulse: Fix old bug in stream_free
Maarten Lankhorst
1
-2
/
+3
2011-12-12
stream: Fix comments
Peter Meerwald
1
-3
/
+3
2011-11-14
stream: Fix upload samples' cleanup
Antti-Ville Jansson
1
-1
/
+1
2011-10-01
memblockq: Improve debuggability by storing a name and a sample spec.
Tanu Kaskinen
1
-1
/
+2
2011-09-14
stream: Relax assert for extended API
Arun Raghavan
1
-1
/
+1
2011-08-25
More spelling fixes
Maarten Bosmans
1
-4
/
+4
2011-08-02
protocol-native: Allow clients to know at what index underrun occurred
David Henningsson
1
-2
/
+24
2011-07-14
Fix two comment typos.
Ralph Giles
1
-1
/
+1
2011-06-24
win32: Make some unused-variable warnings go away
Maarten Bosmans
1
-5
/
+4
2011-06-22
capture: Implement per-stream volume control for capture streams.
Colin Guthrie
1
-16
/
+22
2011-06-22
capture: Add the passthrough format negotiation to capture streams.
Colin Guthrie
1
-18
/
+12
2011-06-19
stream: Simplify passing of formats in extended API
Arun Raghavan
1
-9
/
+9
2011-06-19
stream: Fix a couple of format_info leaks
Arun Raghavan
1
-1
/
+4
2011-05-15
protocol-native: Stop auto timing updates if connected to suspended sink or s...
Jyri Sarha
1
-4
/
+24
2011-05-15
sink-input: Provide more information to client when format is lost
Arun Raghavan
1
-0
/
+8
2011-05-02
stream: Add API to get a stream's pa_format_info
Arun Raghavan
1
-0
/
+10
2011-05-02
core: Fix some FIXMEs for the extended API
Arun Raghavan
1
-6
/
+17
2011-05-02
core: Add extended stream API to support compressed formats
Arun Raghavan
1
-19
/
+104
2011-03-18
Fix up some double spaces
Maarten Bosmans
1
-1
/
+1
2011-03-11
Fixup #include directives according to Coding Style
Maarten Bosmans
1
-2
/
+2
2011-03-11
Fix up according to Coding Style
Maarten Bosmans
1
-1
/
+1
2011-01-15
client: Don't update smoother while corked
Arun Raghavan
1
-2
/
+2
2010-08-12
AC3 passthrough support
Pierre-Louis Bossart
1
-1
/
+9
2010-02-09
native: rework handling of seeks that depend on variables the client does not...
Lennart Poettering
1
-0
/
+5
2010-02-09
client: implement $PULSE_LATENCY_MSEC
Lennart Poettering
1
-6
/
+31
2010-02-09
client: detect forking in sample cache API, too
Lennart Poettering
1
-0
/
+1
2010-02-09
native: fix request counter miscalculations
Lennart Poettering
1
-0
/
+4
2009-12-03
libpulse: Store pa_stream pointers to hashmaps instead of dynarrays.
Tanu Kaskinen
1
-10
/
+10
2009-11-20
pulse: ask for timing updates both *before* and *after* triggering a stream s...
Lennart Poettering
1
-2
/
+36
2009-11-20
pulse: delay smoother update only when unpausing, not when pausing, since we ...
Lennart Poettering
1
-17
/
+19
2009-11-20
pulse: try to fix inaccuracy with uncork timing for streams that are created ...
Lennart Poettering
1
-1
/
+16
2009-10-29
libpulse: introduce PA_STREAM_RELATIVE_VOLUME
Lennart Poettering
1
-1
/
+9
2009-08-15
pulse: even in case of record stream, let's initialize req_bytes to 0
Marc-André Lureau
1
-1
/
+1
2009-07-24
client: limit block size for zero-copy operations to mempool block size
Lennart Poettering
1
-0
/
+11
2009-07-24
client: make volume struct const
Lennart Poettering
1
-1
/
+1
2009-07-24
alsa: throw timing data away after device resume
Lennart Poettering
1
-1
/
+1
[next]