summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* qtdemux: bail out instead of trying to alloc silly index sizesTim-Philipp Müller2009-09-241-3/+20
* qtdemux: error out correctly if we don't even have enough bytes for an atom h...Tim-Philipp Müller2009-09-241-4/+14
* qtdemux: init fourcc to 0 as well to avoid invalid reads when printf'ing erro...Tim-Philipp Müller2009-09-241-1/+1
* qtdemux: add qt_atom_parse_has_remaining() to avoid overflows with _get_remai...Tim-Philipp Müller2009-09-243-23/+30
* qtdemux: use GstByteReader when parsing tkhd atomTim-Philipp Müller2009-09-231-9/+16
* qtdemux: use unsigned ints for node length and do more sanity checking of the...Tim-Philipp Müller2009-09-231-10/+23
* qtdemux: use GstByteReader for atom dumping and fix a few bugsTim-Philipp Müller2009-09-234-305/+455
* qtdemux: move stco, stts, stss and stps atom parsing over to GstByteReaderTim-Philipp Müller2009-09-231-121/+155
* qtdemux: use bytereader to parse stsz and stsc atomsTim-Philipp Müller2009-09-231-32/+99
* qtdemux: add qt_atom_parser_get_offset() and optimise _peek_sub()Tim-Philipp Müller2009-09-231-2/+28
* qtdemux: add QtAtomParser, an inlined GstByteReader variantTim-Philipp Müller2009-09-233-0/+127
* matroskademux: use proper order for no-more-pads and newsegment and tag sendingMark Nauwelaerts2009-09-232-12/+48
* matroskademux: sprinkle a few branch prediction macrosMark Nauwelaerts2009-09-231-8/+7
* Fix compile warnings with gcc 4.0.1.Alessandro Decina2009-09-223-12/+12
* matroskamux: Don't get stuck in an infinite loop with DiracJan Schmidt2009-09-221-2/+7
* videomixer: fix up Makefile some moreTim-Philipp Müller2009-09-221-1/+1
* videomixer: Add $(GST_PLUGINS_BASE_LIBS) to LDFLAGS for linking libgstvideoBrian Cameron2009-09-221-1/+1
* avi: fix timestamps in push modeWim Taymans2009-09-211-6/+8