summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rtspsrc: mark discont on the streams as was said the debug lineJosep Torra2009-04-181-0/+5
* rtspsrc: map GST_RTSP_EEOF to EOS on server requestsJosep Torra2009-04-181-4/+28
* rtptheoradepay: Fix build on macosx.Edward Hervey2009-04-181-3/+5
* pulsesink: fix sample offset calculation againWim Taymans2009-04-161-2/+3
* sunaudio: fix broken indentation of variable declarationsTim-Philipp Müller2009-04-151-13/+0
* sunaudio: remove some unused variables and goto labelsJames Andrewartha2009-04-152-9/+0
* rtph263pay: fix compilation on big-endianJames Andrewartha2009-04-152-3/+3
* qtdemux: implement 3GPP (TS 26.244 V8.0.0) Asset metadata handling, Fixes #13...Marco Ballesio2009-04-155-2/+145
* debugutils: Use G_BEGIN_DECLS/G_END_DECLS.Peter Kjellerstedt2009-04-151-25/+17
* debug: rename debug to debugutils to avoid clash with --disable-debug. Fixes ...Stefan Kost2009-04-1525-4/+4
* debug: indent before renamingStefan Kost2009-04-158-71/+58
* g726depay: add property for aal2 forceWim Taymans2009-04-151-0/+50
* g726depay: implement RFC3551 packingWim Taymans2009-04-152-20/+154
* rtph263pay: fix buildWim Taymans2009-04-151-2/+0
* h263pay: various fixesYouness Alaoui2009-04-141-20/+27
* h263pay: Fix the payloaderJanin Kolenc2009-04-142-186/+1987
* avidemux: don't push EOS in streaming modeWim Taymans2009-04-141-4/+2
* Add initial support for muxing/demuxing Speex audioSebastian Dröge2009-04-133-0/+134
* pulsesink: handle NULL timing infoWim Taymans2009-04-101-11/+15
* pulse: make it work on 0.9.12Stefan Kost2009-04-102-12/+22
* pulsesink: handle server disconnect in get_timeWim Taymans2009-04-101-0/+11
* pulsesink: bps is signed int to avoid overflowWim Taymans2009-04-101-2/+1
* avidemux: add convert query, fix duration queryLRN2009-04-101-1/+31
* pulsesink: check for a streamWim Taymans2009-04-091-19/+8
* pulsesink: fix compilation for newer pulseaudioWim Taymans2009-04-091-2/+2
* pulsesink: uncork fixes and use prebuf = 0Wim Taymans2009-04-091-77/+69
* pulsesink: handle write errorsWim Taymans2009-04-091-3/+14
* pulsesink: write silence on underflowWim Taymans2009-04-091-0/+38
* pulsesink: handle pull-based schedulingWim Taymans2009-04-091-118/+11
* pulsesink: add beginnings of pull-based schedulingWim Taymans2009-04-091-19/+116
* pulsesink: keep track of clock resetWim Taymans2009-04-091-41/+63
* pulsesink: rewrite pulsesinkWim Taymans2009-04-092-770/+1269
* pulse: remove some stray debug linesWim Taymans2009-04-091-8/+0
* jpegdec: use slightly more adaptive formula for QoSTim-Philipp Müller2009-04-092-6/+24
* wavparse: don't leak pad-templateStefan Kost2009-04-071-0/+1
* Automatic update of common submoduleFelipe Contreras2009-04-041-0/+0
* add pending_samples so that we only update segment's last stop after really s...Thomas Vander Stichele2009-04-042-1/+9
* add debug and an assertThomas Vander Stichele2009-04-041-1/+7
* add debuggingThomas Vander Stichele2009-04-041-0/+2
* add a test to check that we get all decoded bytesThomas Vander Stichele2009-04-043-1/+206
* clipping should also work if it's done on the first buffer starting at 0Thomas Vander Stichele2009-04-041-1/+1
* Automatic update of common submoduleEdward Hervey2009-04-041-0/+0
* Fix grammar.Zaheer Merali2009-04-031-1/+1
* rtspsrc: allow http:// on the proxy settingWim Taymans2009-04-021-2/+6
* rtspsrc: don't leak the udpsrc padWim Taymans2009-04-021-8/+1
* rtptheorapay: fix length encoding in packed headers.Michael Smith2009-04-011-1/+4
* rtpvorbispay: in packed headers, properly flag multibyte lengths.Michael Smith2009-04-011-1/+4
* id3v2mux: write RVA2 frames containing peak/gain volume dataJonathan Matthew2009-04-022-8/+106
* jpegdec: demote some log message from DEBUG to LOGTim-Philipp Müller2009-04-022-9/+12
* jpegdec: implement basic QoSTim-Philipp Müller2009-04-012-3/+129