summaryrefslogtreecommitdiffstats
path: root/src/pulse/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up some double spacesMaarten Bosmans2011-03-181-1/+1
* Fixup #include directives according to Coding StyleMaarten Bosmans2011-03-111-2/+2
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* client: Don't update smoother while corkedArun Raghavan2011-01-151-2/+2
* AC3 passthrough supportPierre-Louis Bossart2010-08-121-1/+9
* native: rework handling of seeks that depend on variables the client does not...Lennart Poettering2010-02-091-0/+5
* client: implement $PULSE_LATENCY_MSECLennart Poettering2010-02-091-6/+31
* client: detect forking in sample cache API, tooLennart Poettering2010-02-091-0/+1
* native: fix request counter miscalculationsLennart Poettering2010-02-091-0/+4
* libpulse: Store pa_stream pointers to hashmaps instead of dynarrays.Tanu Kaskinen2009-12-031-10/+10
* pulse: ask for timing updates both *before* and *after* triggering a stream s...Lennart Poettering2009-11-201-2/+36
* pulse: delay smoother update only when unpausing, not when pausing, since we ...Lennart Poettering2009-11-201-17/+19
* pulse: try to fix inaccuracy with uncork timing for streams that are created ...Lennart Poettering2009-11-201-1/+16
* libpulse: introduce PA_STREAM_RELATIVE_VOLUMELennart Poettering2009-10-291-1/+9
* pulse: even in case of record stream, let's initialize req_bytes to 0Marc-André Lureau2009-08-151-1/+1
* client: limit block size for zero-copy operations to mempool block sizeLennart Poettering2009-07-241-0/+11
* client: make volume struct constLennart Poettering2009-07-241-1/+1
* alsa: throw timing data away after device resumeLennart Poettering2009-07-241-1/+1
* client: allow zero-copy writing to the streamLennart Poettering2009-07-201-37/+108
* Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-10/+3
* pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-1/+2
* perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-4/+4
* don't try to outsmart the transportLennart Poettering2009-04-051-8/+0
* Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-051-9/+13
* properly account for seeks in the requested_bytes counterLennart Poettering2009-04-011-10/+10
* increase timing update interval exponentiallyLennart Poettering2009-04-011-4/+13
* notify clients about tlength changesLennart Poettering2009-03-301-1/+91
* minimal reorderingLennart Poettering2009-03-241-1/+1
* pulse: check context (do not user pstream when NULL)Marc-André Lureau2009-03-231-0/+1
* try to detect when stupid clients forks and refuse all service from then onLennart Poettering2009-03-051-0/+65
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* allow sending meta/policy events to clientsLennart Poettering2009-02-121-0/+59
* implement PA_STREAM_FAIL_ON_SUSPEND logicLennart Poettering2009-02-031-1/+3
* don't use PA_STREAM_NOT_MONOTONOUS anymoreLennart Poettering2009-02-021-2/+2
* Add support for 24bit samples encoded in the LSB of 32 bit wordsLennart Poettering2009-01-161-0/+1
* add support for 24bit packed samplesLennart Poettering2009-01-161-0/+1
* Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering2008-10-261-1/+11
* properly parse response to pa_stream_set_buffer_attr() calls. closes #370Lennart Poettering2008-10-021-1/+14
* fix pa_stream_set_nameOmair Majid2008-09-111-1/+1
* stream_started_callback userdata bugArthur Taylor2008-09-101-1/+1
* fix S32 validity checkLennart Poettering2008-09-101-1/+1
* Implement "early requests" mode.Lennart Poettering2008-09-031-7/+11
* Fix error code in pa_stream_get_timing_info()Lennart Poettering2008-08-261-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-24/+24
* allow clients to not specify the volume for their streamsLennart Poettering2008-08-181-0/+12
* make gcc shut upLennart Poettering2008-08-091-1/+3
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-11/+11
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...Lennart Poettering2008-06-271-6/+11
* rework logic to request automatic timing updates a bitLennart Poettering2008-06-261-29/+34
* reorder a few things to get rid of an uneeded comparisonLennart Poettering2008-06-261-17/+10