summaryrefslogtreecommitdiff
path: root/gst/mxf
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-055-6/+6
* mxf: Handle D10 "picture only" variantEdward Hervey2021-07-271-1/+1
* mxfvc3: Also accept clip-wrapped vc-3Edward Hervey2021-07-271-2/+2
* mxfdemux: Handle EOS with non-frame wrappingEdward Hervey2021-07-271-2/+13
* mxfdemux: More granular interleaved content handlingEdward Hervey2021-07-271-4/+6
* mxfdemux: Make gst-indent on the CI happyEdward Hervey2021-07-211-4/+4
* mxfdemux: Handle non-frame wrappingEdward Hervey2021-07-212-112/+332
* mxfdemux: Use KLV for position/content trackingEdward Hervey2021-07-212-344/+460
* mxfdemux: Output the topology of the file in debug logsEdward Hervey2021-07-211-0/+144
* mxfdemux: Refactor pull seekEdward Hervey2021-07-211-23/+198
* mxfaes-bwf: Handle new custom-constant-sized variantEdward Hervey2021-07-212-5/+13
* mxfmpeg: Fix essence coding detectionEdward Hervey2021-07-211-14/+13
* mxfdemux: Refactor index table and offset handlingEdward Hervey2021-07-214-402/+1089
* mxfdemux: Drop duplicate seek eventsEdward Hervey2021-07-211-0/+5
* mxf: Improve index entry debug logEdward Hervey2021-07-211-9/+13
* mxf: Demote error message when resolving valid empty referenceEdward Hervey2021-07-211-0/+11
* mxfdemux: Handle temporal reordering shiftEdward Hervey2021-07-212-3/+64
* mxfdemux: Check validity of interleaved File PackageEdward Hervey2021-07-053-0/+34
* mxfvanc: Handle empty ANC essenceEdward Hervey2021-07-012-2/+33
* mxf: check EOS cond with any segment's flagStéphane Cerveau2021-05-041-2/+1
* mxfdemux: fix keyframe detection in indexStéphane Cerveau2021-05-041-2/+7
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-116-53/+131
* gst: don't use volatile to mean atomicMatthew Waters2021-03-221-1/+1
* mxfvanc: document new sink pad templateMathieu Duponchelle2020-06-251-0/+6
* mxfdemux/mux: Add support for CEA-708 CDP from S436 essence tracksSebastian Dröge2020-06-254-0/+454
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
* mxfdemux: add support for Apple ProResTim-Philipp Müller2020-01-154-0/+239
* bad: Avoid using deprecated APIEdward Hervey2019-11-081-4/+4
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-50/+0
* mxfdemux: Also allow picture essence element type 0x05 for VC-3Sebastian Dröge2019-08-121-1/+2
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* mxfdemux: Avoid possible NULL caps 'dereferencing'Thibault Saunier2019-03-211-2/+4
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* mxfmux: instantiate adapter at the correct placeMathieu Duponchelle2018-02-281-1/+1
* Update for renamed aggregator pad APITim-Philipp Müller2018-01-231-7/+7
* mxfdemux: Remove useless checkEdward Hervey2018-01-111-3/+0
* Remove GstAggregator from -bad, moved to coreTim-Philipp Müller2017-12-022-2/+1
* aggregator: Remove klass->sinkpads_typeMathieu Duponchelle2017-11-221-2/+2
* all: Fix left-shift undefined behaviourEdward Hervey2017-11-201-3/+1
* mxfdemux: Fix memory leak in error casePonnam Srinivas2017-10-061-0/+1
* mxfvc3: Use correct wrapping byte valueSebastian Dröge2017-08-101-2/+2
* mxfdemux: Fix compilation with gcc 4.8.4Sebastian Dröge2017-07-251-1/+1
* mxfdemux: Correctly consider frame reordering for timecode calculationSebastian Dröge2017-07-241-4/+20
* mxfdemux: Use material track edit rate for component PTS offsettingSebastian Dröge2017-07-241-2/+2
* mxfdemux: Output timecodes for video streamsSebastian Dröge2017-07-242-0/+69
* mxfdemux: Keep track of component start positions and material track positionsSebastian Dröge2017-07-242-37/+60
* mxfdemux: Create index table arrays with a big enough sizeSebastian Dröge2017-07-111-2/+2
* mxfdemux: Initialize index table entries completely in all casesSebastian Dröge2017-07-111-0/+3