summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* pcapparse: don't crash on 0-sized packetsTim-Philipp Müller2015-12-231-1/+5
* assrender, dvbsuboverlay: fix example pipelines in docsTim-Philipp Müller2015-12-191-1/+1
* pnmenc: Fix wrong logic leading to memory mishandlingVineeth TM2015-12-171-2/+2
* videoparsers: Check for NULL return value of gst_pad_get_current_caps()Dave Craig2015-12-168-15/+79
* ivtc: Fix value memory leakVineeth TM2015-12-161-2/+2
* combdetect: Fix value memory leakVineeth TM2015-12-161-2/+2
* pnmdec: Fix scanner memory leakVineeth TM2015-12-161-0/+1
* pnmdec: Fix buffer memory leakVineeth TM2015-12-161-0/+4
* pnmenc: Fix string memory leakVineeth TM2015-12-161-1/+2
* gdppay: Fix buffer memory leakVineeth TM2015-12-161-0/+2
* yadif: Fix illegal memory accessVineeth TM2015-12-161-4/+7
* yadif: Fix gvalue memory leakVineeth TM2015-12-161-2/+2
* geometrictransform: add headers with example launch linesLuis de Bethencourt2015-12-1516-0/+223
* plugins-bad: Fix example pipelinesVineeth TM2015-12-1565-99/+99
* videoframe-audiolevel: Fix possible division by zeroVivia Nikolaidou2015-12-141-2/+4
* mxfdemux: Only pre-set position for exactly the same essence trackSebastian Dröge2015-12-101-2/+1
* mxfdemux: Only pre-set the track position if it's for the same body/index SIDSebastian Dröge2015-12-101-4/+7
* mxfdemux: Only access the index table if it has enough elementsSebastian Dröge2015-12-091-1/+1
* mxfdemux: Use keyframe information from index table segments if availableSebastian Dröge2015-12-091-1/+32
* mxfdemux: Collect all index table segments after finding the random index packSebastian Dröge2015-12-091-1/+14
* mxfdemux: Fix handling of IndexTableSegmentsSebastian Dröge2015-12-093-133/+275
* mxftypes: Fix parsing of index table segmentsSebastian Dröge2015-12-081-7/+6
* mxfmux: Handle aggregation with NULL buffers without crashingSebastian Dröge2015-12-081-2/+2
* mxfmux: Add FIXME about enforcing that all tracks in a source package have th...Sebastian Dröge2015-12-081-0/+4
* mxfmux: Write index table segmentsSebastian Dröge2015-12-082-3/+81
* mxfmetadata: Fix static local tag for index sidSebastian Dröge2015-12-081-1/+1
* mxftypes: Add function to serialize an index table segment to a bufferSebastian Dröge2015-12-082-0/+121
* mxfmux: Index table segments must not use the primer packSebastian Dröge2015-12-083-16/+8
* mxfmux: Remove more dead codeEdward Hervey2015-12-071-9/+0
* h26xparse: Resend PPS/SPS after seekNicolas Dufresne2015-12-052-1/+2
* mxfmux: Don't copy input buffers, just append them to the headerSebastian Dröge2015-12-041-14/+10
* tsdemux: Expose DVB Subpicture as subpicturesEdward Hervey2015-12-021-2/+2
* tsdemux: Push GAP events *after* deactivating old programsEdward Hervey2015-12-021-8/+18
* tsdemux: Make sure old streams are drained before switchingEdward Hervey2015-12-021-1/+12
* mpegtsdemux: Allow deactivation of programs to be delayedEdward Hervey2015-12-024-7/+68
* videoframe-audiolevel: Fix compilation of static plugin and some compiler war...Sebastian Dröge2015-12-021-4/+6
* alevel: New audio/video level elementVivia Nikolaidou2015-12-023-0/+867
* pcapparse: Forward FLUSH_STOP events downstream tooPaolo Pettinato2015-12-011-1/+2
* tsmux: fix wrong log message levelTim-Philipp Müller2015-12-011-1/+1
* id3mux: write private data tagRavi Kiran K N2015-11-271-1/+53
* spu-pgs: Fix array memory leakVineeth T M2015-11-241-0/+2
* audiomixer: register function name for debugging just onceTim-Philipp Müller2015-11-241-1/+5
* mxfmux: Error out if we get a timeout during live mixingSebastian Dröge2015-11-211-0/+7
* mxfmpeg: Use the correct sound essence compression UL for MP3Sebastian Dröge2015-11-211-4/+4
* mxfmpeg: Set the essence container UL byte 13 to 0x10 for h264Sebastian Dröge2015-11-211-0/+1
* docs: update gst-launch-0.10 linesLuis de Bethencourt2015-11-194-4/+4
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-186-18/+9
* autoconvert: Add support for bufferlistsOlivier Crête2015-11-161-0/+40
* autoconvert: Always give a valid reply to internal caps queriesOlivier Crête2015-11-131-1/+25
* mpegtsdemux: fix section_data leakNicolas Huet2015-11-131-2/+1