summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
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 Decina3-12/+12
2009-09-22matroskamux: Don't get stuck in an infinite loop with DiracJan Schmidt1-2/+7
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-21avi: add some performance measurementsWim Taymans1-4/+38
2009-09-18avidemux: some logging cleanup to help understanding the index parsing overheadStefan Kost1-14/+38
2009-09-15rtpg729pay: Fix adapter leakOlivier Crête1-1/+1
2009-09-13multifilesink: Add next-file propertyDavid Schleef2-17/+131
2009-09-11wavparse: treat a zero-sized data chunk as extending to the end of the file.Michael Smith1-2/+7
2009-09-11spectrum: add post-messages propertyWim Taymans2-8/+25
2009-09-11multifilesink: rename silent to post-messagesWim Taymans2-16/+16
2009-09-11multifilesink: post messages for each bufferWim Taymans2-64/+187
2009-09-11rtph263pay: Allocate Boundry structs on the stack instead of the heap to avoi...Olivier Crête1-63/+47
2009-09-10docs: fix gtk-doc warningsStefan Kost2-4/+4
2009-09-09videobox: Fix AYUV->I420 conversionSebastian Dröge1-2/+2
2009-09-08multipartmux: mark data buffer as delta-unitMarc-André Lureau1-0/+1
2009-09-08rtpbin: add ignore-pt parameterMarc Leeman2-28/+79
2009-09-08rtpbin: propagate payload-type-change signal from demuxerHåvard Graff2-1/+39
2009-09-08jitterbuffer: change severity of clock-rate change debugHavard Graff1-1/+7
2009-09-08jitterbuffer: avoid throwing reordered buffers with same timestampsHåvard Graff1-3/+3
2009-09-08rtpjpegdepay: add missing math.h includeHavard Graff1-0/+1
2009-09-08rtspsrc: fix memory leakArnout Vandecappelle1-0/+1
2009-09-08rtpbin: make free_session() remove stream referencesStig Sandnes1-0/+36
2009-09-08rtpbin: use locked state on internal binsHavard Graff1-0/+6
2009-09-05y4menc: Add interlaced supportZaheer Merali2-5/+29
2009-09-05Remove Ronald Bultje from Authors fieldDavid Schleef9-9/+3
2009-09-04qtdemux: prevent a spurious debug warningMark Nauwelaerts1-2/+1