summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-05-09mxfmux: Fix EOS logic againSebastian Dröge1-2/+3
2009-05-09mxfmux: Don't unref NULL buffers if pushing a buffer after the first failedSebastian Dröge1-1/+1
2009-05-08mpegtsdemux: Add initial naive seeking support and fix duration query.Zaheer Merali2-117/+341
2009-05-08deinterlace2: Add a disabled mode for passthrough operationSebastian Dröge2-12/+21
2009-05-07Add ranks to various muxers and encoders in -badChristian Schaller3-3/+4
2009-05-05mpeg4videoparse: don't leak the config dataArnout Vandecappelle1-0/+8
2009-05-05rtpssrcdemux: drop unexpected RTCP packetsWim Taymans1-1/+7
2009-05-04mpegtsparse: Remember pids that are meant to be stream pids.Zaheer Abbas Merali2-0/+15
2009-05-03mpegtsparse: Ignore subtable extension when parsing PATVincent Genieux3-5/+23
2009-05-03mpegtsparse: make safe changing the program-numbers property dynamicallyVincent Genieux2-24/+25
2009-05-03baseparse: fix (regression in) newsegment handlingMark Nauwelaerts3-42/+24
2009-05-01docs: make fpsdisplaysink show up in the docsTim-Philipp Müller1-1/+1
2009-05-01fpsdisplaysink: move private struct into plugin struct and use Gst namespaceTim-Philipp Müller2-138/+124
2009-05-01fpsdisplaysink: rename plugin (not element) to debugutilsbadTim-Philipp Müller3-22/+48
2009-04-30qtmux: changes caps of src pads to video/quicktime, variant=somethingThiago Santos1-3/+4
2009-04-30fpsdisplaysink: init variable to NULL to avoid compiler warningTristan Matthews1-1/+1
2009-04-30dvdspu: do some basic clippingWim Taymans2-13/+54
2009-04-30dvdspu: don't EOS when the subtitle got EOSWim Taymans1-0/+6
2009-04-30fpsdisplay: code cleanup and plug overlay as neededStefan Kost1-28/+57
2009-04-29flvmux: init variable to NULL to fix compiler warningTristan Matthews1-1/+1
2009-04-29flv: Set/require the framed/parsed fields of the audio/mpeg caps to TRUESebastian Dröge2-3/+3
2009-04-29flv: Always write at least the minimal tags and write the PAR as tagsSebastian Dröge1-8/+49
2009-04-29flv: Add support for muxing some tagsSebastian Dröge2-8/+227
2009-04-29flv: Add support for title tagSebastian Dröge1-1/+3
2009-04-29flv: Fix parsing of tags and add new mappingsSebastian Dröge1-48/+81
2009-04-28rtpmux: Reject wrong capsOlivier Crête1-5/+3
2009-04-28rtpmux: Fix leakOlivier Crête1-2/+7
2009-04-28rtpmux: Fix leakOlivier Crête1-3/+4
2009-04-27rtpsouce: make WARNING into LOGOlivier Crete1-1/+3
2009-04-27rtpsession: notify when SSRC changesOlivier Crete1-0/+7
2009-04-27Add new plugin to spec file and add missing header to gst/dccp/Makefile.amChristian Schaller1-2/+2
2009-04-24mp4mux: Changes src caps to application/x-iso-mp4Thiago Santos1-2/+1
2009-04-23fpsdisplay: more cleanupsStefan Kost1-11/+15
2009-04-23fpsdisplay: use a nicer font familyStefan Kost1-1/+1
2009-04-23fpsdisplay: various cleanups, docs and commentsStefan Kost1-67/+54
2009-04-23fpsdisplay: remove iface proxyStefan Kost1-71/+1
2009-04-23input-selector: Forward segment events for the active pad immediately.Jan Schmidt1-5/+10
2009-04-22rtpmux: Fix warningOlivier Crête1-1/+1
2009-04-22rtpmux: Set different caps depending on the inputOlivier Crête1-2/+10
2009-04-22rtpmux: Only free pad private when pad is disposedOlivier Crête1-14/+9
2009-04-22flv: Add documentation to flvmux and flvdemuxSebastian Dröge4-0/+30
2009-04-22mxf: Mark most fields of the instance struct as privateSebastian Dröge1-0/+2
2009-04-22deinterlace2: Add documentation and integrate into the build systemSebastian Dröge2-0/+110
2009-04-22mxf: Add documentation to mxfmux and update the docsSebastian Dröge1-0/+13
2009-04-21Add interlaced support to videoparseDavid Schleef4-3/+58
2009-04-21Merge branch 'rtpmux-fixes'Olivier Crête3-79/+20
2009-04-21mpegdemux: Only error out at EOS push failure if we don't have any streams.Edward Hervey1-6/+21
2009-04-21mpegtsdemux: add hack specific for itvhdZaheer Abbas Merali1-4/+3
2009-04-21mpegtsparse: detect AC3 streams in PMT tableZaheer Abbas Merali1-0/+12
2009-04-21itv hd hackZaheer Abbas Merali1-0/+2821