summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-16osxaudio: link against GST_BASE_LIBSDavid Schleef1-0/+1
2009-09-15rtpg729pay: Fix adapter leakOlivier Crête1-1/+1
2009-09-15pulsesrc: Don't dereference NULL pointersSebastian Dröge1-0/+5
2009-09-15pulsesink: Don't dereference NULL pointersDavid Henningsson1-0/+4
2009-09-14pulsesink: handle stream eventsWim Taymans1-0/+33
2009-09-13multifilesink: Add next-file propertyDavid Schleef2-17/+131
2009-09-13dvdemux: Use values from decoder structure directlyDavid Schleef2-11/+7
2009-09-13dvdemux: Add code to parse SMPTE time codesDavid Schleef4-0/+393
2009-09-13dvdemux: Fix detection of new mediaDavid Schleef2-1/+33
2009-09-12dvdemux: Set DISCONT flag on buffers when REC_ST flag is set.Edward Hervey1-6/+10
2009-09-12check: Fix a couple of tests.Jan Schmidt2-2/+2
2009-09-11wavparse: treat a zero-sized data chunk as extending to the end of the file.Michael Smith1-2/+7
2009-09-11v4l2src: add a function pointer for get_frame function and optimize a bitStefan Kost2-8/+18
2009-09-11v4l2: log buffer copies on queue underrun in perf categoryStefan Kost2-0/+7
2009-09-11pulsesink: Implement GstStreamVolume interfaceSebastian Dröge1-0/+8