summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* mxftypes: Generate UUIDs according to RFC4122 version 4 (aka random)Sebastian Dröge2016-01-291-1/+2
* mxfmetadata: Properly write video line map data as an array of 32 bit integersSebastian Dröge2016-01-291-2/+4
* mxfmetadata: DMSchemes in the Preface is a required fieldSebastian Dröge2016-01-291-13/+11
* mxful: Fix Content Storage ULSebastian Dröge2016-01-291-2/+2
* mxfmetadata: Best effort values must be written and if unset must contain the...Sebastian Dröge2016-01-291-147/+120
* mxful: Add missing OperationalPattern UL, which fixes an off-by-one with the ...Sebastian Dröge2016-01-291-0/+3
* mxfmux: Our body partition is always complete and closedSebastian Dröge2016-01-291-0/+2
* mxfmux: Use IndexSID of 2 instead of 1Sebastian Dröge2016-01-291-1/+1
* mxfmux: Rewrite body partition pack on EOS and mark it as complete/closedSebastian Dröge2016-01-291-0/+23
* videoparse: initialize update_size to FALSE when updating infoAurélien Zanelli2016-01-281-1/+1
* videoparse: Fix framesize calculationNicolas Dufresne2016-01-281-3/+6
* gdpdepay: Add ts-offset property to adjust buffer timestampsSebastian Dröge2016-01-282-0/+62
* mxfmpeg: Write the correct essence container UL for all codecsSebastian Dröge2016-01-281-1/+13
* mxfmpeg: Write version number into the picture essence coding ULSebastian Dröge2016-01-281-0/+4
* mxfmux: Write a timecode track into the source package tooSebastian Dröge2016-01-281-13/+90
* videoparse: use decide_allocation to check if downstream supports videometaAurélien Zanelli2016-01-282-3/+32
* rawparse: add 'decide_allocation' vfunc to let subclass parse an allocation q...Aurélien Zanelli2016-01-282-0/+17
* rawparse: use size of buffer we got from adapterAurélien Zanelli2016-01-281-2/+4
* videoparse: add properties to set framesize, strides and planes offsetsAurélien Zanelli2016-01-282-1/+317
* rawparse: rename 'set_buffer_flags' vfunc to 'pre_push_buffer'Aurélien Zanelli2016-01-283-6/+6
* videoparse: cache video info in instanceAurélien Zanelli2016-01-282-27/+23
* 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