summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* mxfmux: Write This Generation UID into the Identification metadataSebastian Dröge2016-01-283-0/+15
* mxfmetadata: Add workaround for ffmpeg only writing one Video Line Map valueSebastian Dröge2016-01-281-4/+14
* videoaggregator: don't do caps processing that is not overridableMatthew Waters2016-01-271-26/+62
* h265parse: Fix buffer leak when sps is not presentVineeth TM2016-01-251-3/+4
* h265parse: Fix buffer memory leak.Vineeth TM2016-01-251-1/+1
* audio: Move audioaggregator base class to a librarySebastian Dröge2016-01-225-1567/+5
* mpegtsmux: set non-0 payload length in PES header if video ES packet is small...Hyunjun Ko2016-01-191-5/+10
* mpegtsmux: reset pes_bytes_written when starting to write new PES packetHyunjun Ko2016-01-191-1/+3
* mpegtsmux: add support for H.265/HEVC videoTim-Philipp Müller2016-01-193-0/+6
* rtph265depay: fix unneeded sub-buffer creationLuis de Bethencourt2016-01-151-16/+8
* rtph265pay: add "send VPS/SPS/PPS with every key frame" modeLuis de Bethencourt2016-01-151-40/+46
* rtph265pay: change config-interval property type from uint to intLuis de Bethencourt2016-01-152-5/+5
* videosegmentclip: fail to set_caps if problem in caps structureLuis de Bethencourt2016-01-151-2/+2
* frei0rmixer: replace accept-caps with caps queryThiago Santos2016-01-111-1/+5
* mpegtsmux: fix reserve bits so they are 1'sBob Holcomb2016-01-091-3/+3
* mxftypes: Don't store pointers in stack allocated guintsSebastian Dröge2016-01-071-4/+3
* mxfmetadata: Initialize boolean to FALSE to fix valgrind warningSebastian Dröge2016-01-071-1/+1
* sdpdemux: replace duplicated codes to call new base sdp apisHyunjun Ko2015-12-311-248/+1
* 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