summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* multifile: Fix plugin descriptionJan Schmidt2009-10-071-1/+1
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-0714-0/+14
* equalizer: use shelfing filters for first and last bandStefan Kost2009-10-071-55/+145
* pulsesrc: guard fragment size with a lower limit based on latency-timeRené Stadler2009-10-061-2/+5
* jpegdec: comment/logging cleanups and more branch guidesStefan Kost2009-10-061-7/+11
* equalizer: fix filter history usage. Fixes #597397Stefan Kost2009-10-051-17/+15
* rtpbin: use locking around the sessionsWim Taymans2009-10-051-0/+2
* qtdemux: make sure compatible brands buffer exists before dereferencing itTim-Philipp Müller2009-10-051-1/+3
* qtdemux: fix printf warnings on OSXRobert Swain2009-10-051-2/+3
* qtdemux: remove internal genre tableTim-Philipp Müller2009-10-051-38/+12
* Fix printf formats to avoid warnings in avidemux. Fixes #597214Robert Swain2009-10-031-11/+11
* matroskademux: Change one GST_WARNING to a GST_DEBUGSebastian Dröge2009-10-031-1/+1
* flvdemux: If there's no audio stream after 6 seconds of video signal no-more-...Sebastian Dröge2009-10-033-0/+45
* flvdemux: Make sure to only signal no-more-pads a single timeSebastian Dröge2009-10-033-3/+21
* pulse: rename pa_buffer_attr variablesRené Stadler2009-10-022-43/+43
* rtp: add missing include to fix the buildStefan Kost2009-10-021-0/+1
* videofilter: add G_OBJECT_WARN_INVALID_PROPERTY_ID to property setterStefan Kost2009-10-022-0/+2
* level: don't give wrong number of fields in the message docsStefan Kost2009-10-021-1/+1
* jitterbuffer: cache latency in nanosecondsWim Taymans2009-10-011-3/+6
* jitterbuffer: handle -1 input timestampsWim Taymans2009-10-011-5/+4
* avi: don't misues perf-category and remove unused ext categoryStefan Kost2009-10-011-8/+4
* rtpg729pay/depay: Demote per-buffer debug messages to log levelOlivier Crête2009-09-302-4/+4
* rtpg729pay: Don't leak incoming buffers after subbuffering themOlivier Crête2009-09-301-2/+1
* rtpg729pay/depay: Add debug categoriesOlivier Crête2009-09-302-0/+13
* rtpg729pay: Remove long unneeded define replacementOlivier Crête2009-09-301-6/+0
* Update makefile with missing header fileChristian F.K. Schaller2009-09-301-1/+1
* rtp: Use autoaudio{sink,src} instead of alsa in the examplesSebastian Dröge2009-09-307-13/+13
* jpegdec: don't leak output buffers on decoding errorsStefan Kost2009-09-301-1/+9
* jpegdec: fix 'unused variable' compiler warning when compiling with GST_DISAB...Tim-Philipp Müller2009-09-291-5/+8
* avi: small cleanupsWim Taymans2009-09-281-16/+23
* avi: fix timestamping in some audio streamsWim Taymans2009-09-281-96/+95
* avi: add support for ODML indexes againWim Taymans2009-09-281-238/+165
* avi: implement index scanningWim Taymans2009-09-282-748/+297
* avi: fix reverse playbackWim Taymans2009-09-281-31/+55
* avi: fix prev keyframe search and cleanupsWim Taymans2009-09-281-36/+34
* avi: remove code that got convertedWim Taymans2009-09-281-404/+0
* avi: more cleanupsWim Taymans2009-09-282-100/+155
* avidemux: small cleanupsWim Taymans2009-09-282-24/+30
* avi: fix read offset and cleanupsWim Taymans2009-09-281-25/+27
* avi: rewrite index playbackWim Taymans2009-09-282-388/+628
* avidemux: add new index parsing codeWim Taymans2009-09-282-0/+211
* jpeg: handle more libjpeg return values, add some more branch hintsStefan Kost2009-09-281-34/+50
* qtdemux: some optional QT specified stsd MPEG-4 atoms also apply to H264Mark Nauwelaerts2009-09-251-0/+10
* qtdemux: only send tag events downstream after newsegmentMark Nauwelaerts2009-09-251-16/+63
* rtspsrc: if transport protocol unsupported, try another oneMark Nauwelaerts2009-09-251-7/+35
* qtdemux: add durations modulo 1<<32Wim Taymans2009-09-251-1/+2
* qtdemux: small cleanupWim Taymans2009-09-241-9/+11
* qtdemux: don't use core API that doesn't exist yetTim-Philipp Müller2009-09-241-1/+7
* qtdemux: map some atomparser functions to their new bytereader equivalentsTim-Philipp Müller2009-09-241-79/+27
* qtdemux: add qt_atom_parser_has_chunks() and fix indentationTim-Philipp Müller2009-09-243-22/+33