summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2014-04-18ivfparse: detect and propagate resolution changes.Gwenole Beauchesne2-15/+72
2014-04-18ivfparse: avoid possible division-by-zero when calculating PTS.Gwenole Beauchesne2-25/+17
2014-04-18ivfparse: port to baseparse.Gwenole Beauchesne2-161/+195
2014-04-18mpegtspacketizer: Improve ts_to_offset codeEdward Hervey1-11/+34
2014-04-18tsdemux: Fix scaling macrosEdward Hervey1-2/+2
2014-04-18mpegtsbase: Don't hard-flush the packetizer on discont buffersEdward Hervey1-1/+1
2014-04-16mxfdemux: Fix copy/paste errorEdward Hervey1-2/+2
2014-04-16mxf: Handle fraction parsing failureEdward Hervey1-1/+3
2014-04-16mxf: Remove useless checkEdward Hervey1-2/+0
2014-04-16mxf: avoid dereferencing NULL mapping data pointerVincent Penquerc'h1-1/+9
2014-04-11jp2kdecimator: fix maybe-uninitialized compiler errorAndoni Morales Alastruey1-1/+1
2014-04-11mpegtsmux: Remove unneeded unrefEdward Hervey1-2/+0
2014-04-10liveadder: fix memory leak querying sink capsSantiago Carot-Nemesio1-0/+1
2014-04-09Revert "tsmux: catch alloc failure"Vincent Penquerc'h1-3/+1
2014-04-09asfmux: remove unnecessary testVincent Penquerc'h1-5/+3
2014-04-09asfmux: remove stray gst_buffer_unmap on error pathVincent Penquerc'h1-2/+0
2014-04-09autoconvert: remove dead codeVincent Penquerc'h1-10/+0
2014-04-09camerabin2: remove unneeded checkVincent Penquerc'h1-2/+2
2014-04-09compare: special case empty regions with 1 SSIM to avoid dividing by 0Vincent Penquerc'h1-0/+8
2014-04-09inter: remove dead codeVincent Penquerc'h1-7/+0
2014-04-09liveadder: remove dead codeVincent Penquerc'h1-4/+0
2014-04-09mpegtsdemux: catch prev-not-found when inserting in the group listVincent Penquerc'h1-6/+12
2014-04-09mpegtsmux: guard against _dispose being called mutiple timesVincent Penquerc'h1-6/+10
2014-04-09tsmux: prevent possible double free on error pathVincent Penquerc'h1-0/+1
2014-04-09tsmux: catch alloc failureVincent Penquerc'h1-1/+3
2014-04-09speed: make duration query able to convert bytes to timeVincent Penquerc'h1-2/+6
2014-04-09camerabin: add any feature to viewfinderbin static pad templateMohammed Sameer1-1/+1
2014-04-09camerabin: report an error if we fail to link vfsrc and viewfinder queueMohammed Sameer1-2/+7
2014-04-08mxfdemux: guard against NULL material trackTim-Philipp Müller1-2/+3
2014-04-09dvbsuboverlay: Avoid infinite loops on short dataJan Schmidt1-3/+5
2014-04-08mxfdemux: implement simple KEY_UNIT seekingTim-Philipp Müller1-2/+16
2014-04-08mxfdemux: fix seeking, send data starting from a key unitTim-Philipp Müller1-3/+8
2014-04-08festival: fix fd leakVincent Penquerc'h1-0/+2
2014-04-08speed: Clarify passthrough in switch statementEdward Hervey1-1/+1
2014-04-08mpegtsmux: Initialize helper mpegts libraryEdward Hervey1-0/+1
2014-04-07mxf: fix stop date parsing using the wrong inputVincent Penquerc'h1-1/+1
2014-04-07jp2kdecimator: fix copy/paste errors in expressionsVincent Penquerc'h1-3/+3
2014-04-02mpegtsmux: Require parsed/framed input for most of the supported formatsSebastian Dröge1-2/+8
2014-03-29mpegtspacketizer: Fix typo in debug outputSebastian Dröge1-1/+1
2014-03-29h264parse: Copy over DISCONT flag from input buffersSebastian Dröge2-0/+14
2014-03-29tsdemux: Push next buffer after a discont with the DISCONT flagSebastian Dröge1-0/+13
2014-03-29tsdemux: Drain remaining data on discontsSebastian Dröge3-1/+44
2014-03-29mpegtsbase: Flush if we receive a discont bufferSebastian Dröge1-0/+6
2014-03-29tsdemux: Don't dereference NULL if flushed before a program was selectedSebastian Dröge1-0/+3
2014-03-29tsdemux: Ensure that all pending data is pushed even if the stream was not ac...Sebastian Dröge1-1/+1
2014-03-29mpegtsbase: Fix pull mode scanning for PCR on small filesSebastian Dröge1-3/+11
2014-03-25dvbsuboverlay: Clarify confusing debug messageJan Schmidt1-1/+1
2014-03-25tsdemux: Fix mpegts_packetizer_set_current_pcr_offset()Jan Schmidt1-7/+7
2014-03-25dvbsuboverlay: Remove warning for 2-bit and 8-bit subpicturesJan Schmidt1-16/+0
2014-03-25dvbsuboverlay: Fix 8-bit subpicture rendering.Jan Schmidt1-2/+5