summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2021-09-22audiobuffersplit: Remove unneeded buffer_clip wrapperNicolas Dufresne1-10/+1
2021-09-22mpegtsmux, mpegpsmux: remove GPL from choice of licenses and add SPDX license...Tim-Philipp Müller24-361/+67
2021-09-20jpeg2000parse + openjpeg: Switch striped mode to its own capsStéphane Cerveau1-54/+42
2021-09-20mpegtsmux: Require frame alignment for JPEG 2000Olivier Crête1-2/+2
2021-09-20mpegtspacketizer: memcmp potentially seen_before dataVivia Nikolaidou1-3/+14
2021-09-02videoparseutils: Fix for wrong CEA708 minimum size checkSeungha Yang1-1/+5
2021-08-27errorignore: Add ignore-eos modeVivia Nikolaidou2-0/+20
2021-08-26timecodestamper: add support for closedcaption inputMathieu Duponchelle2-74/+90
2021-08-05Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller10-13/+16
2021-08-05timecodestamper: Fix latency calculationSebastian Dröge1-3/+5
2021-07-28tsdemux: Notify when ignore_pcr is setJan Alexander Steffens (heftig)1-0/+1
2021-07-27debugutils: Only proxy the properties onceNicolas Dufresne2-2/+26
2021-07-27mxf: Handle D10 "picture only" variantEdward Hervey1-1/+1
2021-07-27mxfvc3: Also accept clip-wrapped vc-3Edward Hervey1-2/+2
2021-07-27mxfdemux: Handle EOS with non-frame wrappingEdward Hervey1-2/+13
2021-07-27mxfdemux: More granular interleaved content handlingEdward Hervey1-4/+6
2021-07-26debugutils: De-duplicate proxy_properties function to a new utils modulePhilippe Normand5-199/+161
2021-07-26audiolatency: Expose samplesperbuffer propertySeungha Yang2-3/+30
2021-07-23videoparsers: vp9: Need to process the first frame even not key.He Junyan1-1/+21
2021-07-23audiolatency: Handle audio buffers with invalid durationNirbheek Chauhan1-9/+18
2021-07-22tsdemux: Handle PCR-less streamsEdward Hervey1-3/+30
2021-07-21mxfdemux: Make gst-indent on the CI happyEdward Hervey1-4/+4
2021-07-21mxfdemux: Handle non-frame wrappingEdward Hervey2-112/+332
2021-07-21mxfdemux: Use KLV for position/content trackingEdward Hervey2-344/+460
2021-07-21mxfdemux: Output the topology of the file in debug logsEdward Hervey1-0/+144
2021-07-21mxfdemux: Refactor pull seekEdward Hervey1-23/+198
2021-07-21mxfaes-bwf: Handle new custom-constant-sized variantEdward Hervey2-5/+13
2021-07-21mxfmpeg: Fix essence coding detectionEdward Hervey1-14/+13
2021-07-21mxfdemux: Refactor index table and offset handlingEdward Hervey4-402/+1089
2021-07-21mxfdemux: Drop duplicate seek eventsEdward Hervey1-0/+5
2021-07-21mxf: Improve index entry debug logEdward Hervey1-9/+13
2021-07-21mxf: Demote error message when resolving valid empty referenceEdward Hervey1-0/+11
2021-07-21mxfdemux: Handle temporal reordering shiftEdward Hervey2-3/+64
2021-07-15mpegtsmux: Quieten "missed PCR" warnings in VBR mode.Jan Schmidt1-1/+1
2021-07-15rtmp2src: workaround a GLib race when destroying a GMainContext/GSourceMatthew Waters1-1/+4
2021-07-14vp9parse: Skip parsing decode-only frameSeungha Yang1-1/+2
2021-07-06interlace: Push the reconfigure event in the right directionJan Alexander Steffens (heftig)1-1/+1
2021-07-05mxfdemux: Check validity of interleaved File PackageEdward Hervey3-0/+34
2021-07-02h265parse: Add special profile case for profile_idc 0.He Junyan1-0/+19
2021-07-02h265parse: Map -intra profiles to non-intra compatible profiles.He Junyan1-0/+100
2021-07-01mxfvanc: Handle empty ANC essenceEdward Hervey2-2/+33
2021-06-23avwait: Don't consider it a segment change if the segment is the same except ...Sebastian Dröge1-8/+10
2021-06-23tsmux: When selecting random PIDs, name the pads according to those PIDsSebastian Dröge1-1/+7
2021-06-23tsmux: Recheck existing pad PIDs when requesting a new pad with a random pidSebastian Dröge1-1/+23
2021-06-16h264parse,h265parse: Push parameter set NAL units again per segment-doneSeungha Yang2-0/+2
2021-06-16h265parse: Fix a typo in get_compatible_profile_caps().He Junyan1-1/+2
2021-06-14alphadecodebin: Fix stall due to QoSNicolas Dufresne1-0/+5
2021-06-14jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau1-2/+7
2021-06-07debugutils: Introduce videocodectestsinkNicolas Dufresne5-12/+473
2021-06-03tsdemux: Clear all streams when rewindingEdward Hervey1-4/+21