summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost8-0/+8
2009-10-07equalizer: use shelfing filters for first and last bandStefan Kost1-55/+145
2009-10-05equalizer: fix filter history usage. Fixes #597397Stefan Kost1-17/+15
2009-10-05rtpbin: use locking around the sessionsWim Taymans1-0/+2
2009-10-05qtdemux: make sure compatible brands buffer exists before dereferencing itTim-Philipp Müller1-1/+3
2009-10-05qtdemux: fix printf warnings on OSXRobert Swain1-2/+3
2009-10-05qtdemux: remove internal genre tableTim-Philipp Müller1-38/+12
2009-10-03Fix printf formats to avoid warnings in avidemux. Fixes #597214Robert Swain1-11/+11
2009-10-03matroskademux: Change one GST_WARNING to a GST_DEBUGSebastian Dröge1-1/+1
2009-10-03flvdemux: If there's no audio stream after 6 seconds of video signal no-more-...Sebastian Dröge3-0/+45
2009-10-03flvdemux: Make sure to only signal no-more-pads a single timeSebastian Dröge3-3/+21
2009-10-02rtp: add missing include to fix the buildStefan Kost1-0/+1
2009-10-02videofilter: add G_OBJECT_WARN_INVALID_PROPERTY_ID to property setterStefan Kost2-0/+2
2009-10-02level: don't give wrong number of fields in the message docsStefan Kost1-1/+1
2009-10-01jitterbuffer: cache latency in nanosecondsWim Taymans1-3/+6
2009-10-01jitterbuffer: handle -1 input timestampsWim Taymans1-5/+4
2009-10-01avi: don't misues perf-category and remove unused ext categoryStefan Kost1-8/+4
2009-09-30rtpg729pay/depay: Demote per-buffer debug messages to log levelOlivier Crête2-4/+4
2009-09-30rtpg729pay: Don't leak incoming buffers after subbuffering themOlivier Crête1-2/+1
2009-09-30rtpg729pay/depay: Add debug categoriesOlivier Crête2-0/+13
2009-09-30rtpg729pay: Remove long unneeded define replacementOlivier Crête1-6/+0
2009-09-28avi: small cleanupsWim Taymans1-16/+23
2009-09-28avi: fix timestamping in some audio streamsWim Taymans1-96/+95
2009-09-28avi: add support for ODML indexes againWim Taymans1-238/+165
2009-09-28avi: implement index scanningWim Taymans2-748/+297
2009-09-28avi: fix reverse playbackWim Taymans1-31/+55
2009-09-28avi: fix prev keyframe search and cleanupsWim Taymans1-36/+34
2009-09-28avi: remove code that got convertedWim Taymans1-404/+0
2009-09-28avi: more cleanupsWim Taymans2-100/+155
2009-09-28avidemux: small cleanupsWim Taymans2-24/+30
2009-09-28avi: fix read offset and cleanupsWim Taymans1-25/+27
2009-09-28avi: rewrite index playbackWim Taymans2-388/+628
2009-09-28avidemux: add new index parsing codeWim Taymans2-0/+211
2009-09-25qtdemux: some optional QT specified stsd MPEG-4 atoms also apply to H264Mark Nauwelaerts1-0/+10
2009-09-25qtdemux: only send tag events downstream after newsegmentMark Nauwelaerts1-16/+63
2009-09-25rtspsrc: if transport protocol unsupported, try another oneMark Nauwelaerts1-7/+35
2009-09-25qtdemux: add durations modulo 1<<32Wim Taymans1-1/+2
2009-09-24qtdemux: small cleanupWim Taymans1-9/+11
2009-09-24qtdemux: don't use core API that doesn't exist yetTim-Philipp Müller1-1/+7
2009-09-24qtdemux: map some atomparser functions to their new bytereader equivalentsTim-Philipp Müller1-79/+27
2009-09-24qtdemux: add qt_atom_parser_has_chunks() and fix indentationTim-Philipp Müller3-22/+33
2009-09-24qtdemux: bail out instead of trying to alloc silly index sizesTim-Philipp Müller1-3/+20
2009-09-24qtdemux: error out correctly if we don't even have enough bytes for an atom h...Tim-Philipp Müller1-4/+14
2009-09-24qtdemux: init fourcc to 0 as well to avoid invalid reads when printf'ing erro...Tim-Philipp Müller1-1/+1
2009-09-24qtdemux: add qt_atom_parse_has_remaining() to avoid overflows with _get_remai...Tim-Philipp Müller3-23/+30
2009-09-23qtdemux: use GstByteReader when parsing tkhd atomTim-Philipp Müller1-9/+16
2009-09-23qtdemux: use unsigned ints for node length and do more sanity checking of the...Tim-Philipp Müller1-10/+23
2009-09-23qtdemux: use GstByteReader for atom dumping and fix a few bugsTim-Philipp Müller4-305/+455
2009-09-23qtdemux: move stco, stts, stss and stps atom parsing over to GstByteReaderTim-Philipp Müller1-121/+155
2009-09-23qtdemux: use bytereader to parse stsz and stsc atomsTim-Philipp Müller1-32/+99