summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* audiobuffersplit: Remove unneeded buffer_clip wrapperNicolas Dufresne2021-09-221-10/+1
* mpegtsmux, mpegpsmux: remove GPL from choice of licenses and add SPDX license...Tim-Philipp Müller2021-09-2224-361/+67
* jpeg2000parse + openjpeg: Switch striped mode to its own capsStéphane Cerveau2021-09-201-54/+42
* mpegtsmux: Require frame alignment for JPEG 2000Olivier Crête2021-09-201-2/+2
* mpegtspacketizer: memcmp potentially seen_before dataVivia Nikolaidou2021-09-201-3/+14
* videoparseutils: Fix for wrong CEA708 minimum size checkSeungha Yang2021-09-021-1/+5
* errorignore: Add ignore-eos modeVivia Nikolaidou2021-08-272-0/+20
* timecodestamper: add support for closedcaption inputMathieu Duponchelle2021-08-262-74/+90
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-0510-13/+16
* timecodestamper: Fix latency calculationSebastian Dröge2021-08-051-3/+5
* tsdemux: Notify when ignore_pcr is setJan Alexander Steffens (heftig)2021-07-281-0/+1
* debugutils: Only proxy the properties onceNicolas Dufresne2021-07-272-2/+26
* 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
* debugutils: De-duplicate proxy_properties function to a new utils modulePhilippe Normand2021-07-265-199/+161
* audiolatency: Expose samplesperbuffer propertySeungha Yang2021-07-262-3/+30
* videoparsers: vp9: Need to process the first frame even not key.He Junyan2021-07-231-1/+21
* audiolatency: Handle audio buffers with invalid durationNirbheek Chauhan2021-07-231-9/+18
* tsdemux: Handle PCR-less streamsEdward Hervey2021-07-221-3/+30
* 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
* mpegtsmux: Quieten "missed PCR" warnings in VBR mode.Jan Schmidt2021-07-151-1/+1
* rtmp2src: workaround a GLib race when destroying a GMainContext/GSourceMatthew Waters2021-07-151-1/+4
* vp9parse: Skip parsing decode-only frameSeungha Yang2021-07-141-1/+2
* interlace: Push the reconfigure event in the right directionJan Alexander Steffens (heftig)2021-07-061-1/+1
* mxfdemux: Check validity of interleaved File PackageEdward Hervey2021-07-053-0/+34
* h265parse: Add special profile case for profile_idc 0.He Junyan2021-07-021-0/+19
* h265parse: Map -intra profiles to non-intra compatible profiles.He Junyan2021-07-021-0/+100
* mxfvanc: Handle empty ANC essenceEdward Hervey2021-07-012-2/+33
* avwait: Don't consider it a segment change if the segment is the same except ...Sebastian Dröge2021-06-231-8/+10
* tsmux: When selecting random PIDs, name the pads according to those PIDsSebastian Dröge2021-06-231-1/+7
* tsmux: Recheck existing pad PIDs when requesting a new pad with a random pidSebastian Dröge2021-06-231-1/+23
* h264parse,h265parse: Push parameter set NAL units again per segment-doneSeungha Yang2021-06-162-0/+2
* h265parse: Fix a typo in get_compatible_profile_caps().He Junyan2021-06-161-1/+2
* alphadecodebin: Fix stall due to QoSNicolas Dufresne2021-06-141-0/+5
* jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau2021-06-141-2/+7
* debugutils: Introduce videocodectestsinkNicolas Dufresne2021-06-075-12/+473
* tsdemux: Clear all streams when rewindingEdward Hervey2021-06-031-4/+21