summaryrefslogtreecommitdiff
path: root/src/pulse/stream.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-08stream: Remove a volume channel validity checkTanu Kaskinen1-1/+0
2013-12-15Add pa_sample_rate_valid()Tanu Kaskinen1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-85/+85
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-4/+0
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)1-2/+1
2013-03-25stream: Make it easier to enable debug outputArun Raghavan1-6/+20
2012-11-08pulse: Fix hole handling in pa_stream_peek().Tanu Kaskinen1-4/+16
2012-09-21stream: Allow record streams to start mutedArun Raghavan1-1/+0
2012-03-28stream: Fix sample spec initialisation for extended APIArun Raghavan1-1/+1
2012-02-19pulse: Fix old bug in stream_freeMaarten Lankhorst1-2/+3
2011-12-12stream: Fix commentsPeter Meerwald1-3/+3
2011-11-14stream: Fix upload samples' cleanupAntti-Ville Jansson1-1/+1
2011-10-01memblockq: Improve debuggability by storing a name and a sample spec.Tanu Kaskinen1-1/+2
2011-09-14stream: Relax assert for extended APIArun Raghavan1-1/+1
2011-08-25More spelling fixesMaarten Bosmans1-4/+4
2011-08-02protocol-native: Allow clients to know at what index underrun occurredDavid Henningsson1-2/+24
2011-07-14Fix two comment typos.Ralph Giles1-1/+1
2011-06-24win32: Make some unused-variable warnings go awayMaarten Bosmans1-5/+4
2011-06-22capture: Implement per-stream volume control for capture streams.Colin Guthrie1-16/+22
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie1-18/+12
2011-06-19stream: Simplify passing of formats in extended APIArun Raghavan1-9/+9
2011-06-19stream: Fix a couple of format_info leaksArun Raghavan1-1/+4
2011-05-15protocol-native: Stop auto timing updates if connected to suspended sink or s...Jyri Sarha1-4/+24
2011-05-15sink-input: Provide more information to client when format is lostArun Raghavan1-0/+8
2011-05-02stream: Add API to get a stream's pa_format_infoArun Raghavan1-0/+10
2011-05-02core: Fix some FIXMEs for the extended APIArun Raghavan1-6/+17
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan1-19/+104
2011-03-18Fix up some double spacesMaarten Bosmans1-1/+1
2011-03-11Fixup #include directives according to Coding StyleMaarten Bosmans1-2/+2
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-1/+1
2011-01-15client: Don't update smoother while corkedArun Raghavan1-2/+2
2010-08-12AC3 passthrough supportPierre-Louis Bossart1-1/+9
2010-02-09native: rework handling of seeks that depend on variables the client does not...Lennart Poettering1-0/+5
2010-02-09client: implement $PULSE_LATENCY_MSECLennart Poettering1-6/+31
2010-02-09client: detect forking in sample cache API, tooLennart Poettering1-0/+1
2010-02-09native: fix request counter miscalculationsLennart Poettering1-0/+4
2009-12-03libpulse: Store pa_stream pointers to hashmaps instead of dynarrays.Tanu Kaskinen1-10/+10
2009-11-20pulse: ask for timing updates both *before* and *after* triggering a stream s...Lennart Poettering1-2/+36
2009-11-20pulse: delay smoother update only when unpausing, not when pausing, since we ...Lennart Poettering1-17/+19
2009-11-20pulse: try to fix inaccuracy with uncork timing for streams that are created ...Lennart Poettering1-1/+16
2009-10-29libpulse: introduce PA_STREAM_RELATIVE_VOLUMELennart Poettering1-1/+9
2009-08-15pulse: even in case of record stream, let's initialize req_bytes to 0Marc-André Lureau1-1/+1
2009-07-24client: limit block size for zero-copy operations to mempool block sizeLennart Poettering1-0/+11
2009-07-24client: make volume struct constLennart Poettering1-1/+1
2009-07-24alsa: throw timing data away after device resumeLennart Poettering1-1/+1
2009-07-20client: allow zero-copy writing to the streamLennart Poettering1-37/+108
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-10/+3
2009-06-20pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau1-1/+2
2009-06-19perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau1-4/+4
2009-04-05don't try to outsmart the transportLennart Poettering1-8/+0