summaryrefslogtreecommitdiff
path: root/gst/mxf
Commit message (Expand)AuthorAgeFilesLines
* mxfdemux: Fix query memory leakJimmy Ohn2016-03-211-0/+2
* mxfmux: Fix typo in JPEG2000 colorspaceSebastian Dröge2016-03-161-1/+1
* 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
* 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
* 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
* 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
* plugins-bad: Fix example pipelinesVineeth TM2015-12-152-2/+2
* 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
* mxfmux: Don't copy input buffers, just append them to the headerSebastian Dröge2015-12-041-14/+10
* 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
* mxfmux: Remove some dead code that could never be calledSebastian Dröge2015-10-271-6/+1
* mxfmux: Remove empty set/get_property()Sebastian Dröge2015-10-231-32/+0
* mxfmux: Port to GstAggregatorSebastian Dröge2015-10-233-288/+327
* mxfmux: Set GC essence element UL version to 0x01Sebastian Dröge2015-10-231-2/+1
* mxf: Reorder CFLAGS and LIBSSebastian Dröge2015-10-231-3/+9
* mxfmux: Set KAG size to 1Sebastian Dröge2015-10-211-1/+1
* mxfmux: Don't let the header partition's prev_partition point forward to the ...Sebastian Dröge2015-10-211-1/+1
* mxftypes: Fix generation of operational pattern ULSebastian Dröge2015-10-211-4/+4
* mxfmpeg: h264 is always byte-stream inside MXFSebastian Dröge2015-10-211-5/+6
* mxfmux: Don't leak SEEK events when dropping themSebastian Dröge2015-10-211-0/+1
* mxfvc3: The wrapping is the 15th byte of the essence container UL, not the 16thSebastian Dröge2015-10-211-1/+1
* mxfdemux: If seeking to the remaining parts of the file fails on EOS, conside...Sebastian Dröge2015-10-211-0/+3
* mxf: Re-enable mxfmux elementSebastian Dröge2015-10-211-2/+3