summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-30Update makefile with missing header fileChristian F.K. Schaller1-1/+1
2009-09-30rtp: Use autoaudio{sink,src} instead of alsa in the examplesSebastian Dröge7-13/+13
2009-09-30jpegdec: don't leak output buffers on decoding errorsStefan Kost1-1/+9
2009-09-29jpegdec: fix 'unused variable' compiler warning when compiling with GST_DISAB...Tim-Philipp Müller1-5/+8
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-28jpeg: handle more libjpeg return values, add some more branch hintsStefan Kost1-34/+50
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
2009-09-23qtdemux: add qt_atom_parser_get_offset() and optimise _peek_sub()Tim-Philipp Müller1-2/+28
2009-09-23qtdemux: add QtAtomParser, an inlined GstByteReader variantTim-Philipp Müller3-0/+127
2009-09-23matroskademux: use proper order for no-more-pads and newsegment and tag sendingMark Nauwelaerts2-12/+48
2009-09-23matroskademux: sprinkle a few branch prediction macrosMark Nauwelaerts1-8/+7
2009-09-22Fix compile warnings with gcc 4.0.1.Alessandro Decina4-13/+13
2009-09-22matroskamux: Don't get stuck in an infinite loop with DiracJan Schmidt1-2/+7
2009-09-22Update .gitignoreTim-Philipp Müller1-0/+2
2009-09-22videomixer: fix up Makefile some moreTim-Philipp Müller1-1/+1
2009-09-22videomixer: Add $(GST_PLUGINS_BASE_LIBS) to LDFLAGS for linking libgstvideoBrian Cameron1-1/+1
2009-09-21avi: fix timestamps in push modeWim Taymans1-6/+8
2009-09-21jpegdec: add a G_UNLIKELY and put perf-cat log to code path that copiesStefan Kost1-1/+6
2009-09-21avi: add some performance measurementsWim Taymans1-4/+38
2009-09-18speexdec: allow for unknown varying number of frames per bufferMark Nauwelaerts1-3/+4
2009-09-18speexdec: use correct sample size in conversionsMark Nauwelaerts1-4/+4
2009-09-18speexenc: fix buffer time and duration for multiple frames per packetMark Nauwelaerts1-4/+5
2009-09-18avidemux: some logging cleanup to help understanding the index parsing overheadStefan Kost1-14/+38