summaryrefslogtreecommitdiff
path: root/gst/videoparsers
Commit message (Expand)AuthorAgeFilesLines
* jpeg2000parse + openjpeg: Switch striped mode to its own capsStéphane Cerveau2021-09-201-54/+42
* videoparseutils: Fix for wrong CEA708 minimum size checkSeungha Yang2021-09-021-1/+5
* videoparsers: vp9: Need to process the first frame even not key.He Junyan2021-07-231-1/+21
* vp9parse: Skip parsing decode-only frameSeungha Yang2021-07-141-1/+2
* 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
* 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
* jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau2021-06-141-2/+7
* Use gst_buffer_new_memdup()Tim-Philipp Müller2021-05-242-5/+5
* Use new gst_buffer_new_copy()Tim-Philipp Müller2021-05-232-5/+5
* vp9parse: Manually fixate codec-alpha fieldNicolas Dufresne2021-05-111-0/+8
* h265parse: don't invalidate the last PPS when parsing a new SPSNirbheek Chauhan2021-05-051-1/+1
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-1115-40/+137
* jpeg2000parse: fix critical log when play one gray colorspace videoHaihua Hu2021-04-081-1/+3
* mpegvideoparse: do not clip the frameStéphane Cerveau2021-03-111-3/+0
* h264parse: don't invalidate the last PPS when parsing a new SPSMichael Olbrich2021-02-171-1/+1
* h265parse: Detect height change on field-based interlaced filesVivia Nikolaidou2021-02-171-2/+4
* h265parse: Fix FPS/duration for interlaced filesVivia Nikolaidou2021-02-171-43/+61
* h264parse: fix timestamping of interlaced fields in outputMathieu Duponchelle2021-02-161-3/+100
* h265parse: Support for alternate-field interlacingVivia Nikolaidou2021-02-032-4/+35
* h264/h265parse: Add VideoTimeCodeMeta to the outgoing bufferJan Alexander Steffens (heftig)2021-02-022-17/+17
* av1parse: set the default alignment for input and output.He Junyan2021-01-261-6/+7
* av1parse: Reset the annex_b when meet TU inside a buffer.He Junyan2021-01-261-0/+3
* av1parse: Output each OBU when output is aligned to obu.He Junyan2021-01-261-41/+42
* av1parse: Always copy the OBU to cache.He Junyan2021-01-261-40/+44
* av1parse: Improve the logic when to drop the OBU.He Junyan2021-01-261-15/+9
* av1parse: Fix some issues in the src caps.He Junyan2021-01-231-17/+26
* vp9parse: Fix the subsampling_x/y to chroma format mapping.He Junyan2021-01-231-2/+2
* videoparsers: av1: Add the AV1 parse.He Junyan2021-01-194-0/+1743
* h264parse: try harder to update timecodeMathieu Duponchelle2020-11-131-3/+3
* h264parse: fix installing of update-timecode propertyMathieu Duponchelle2020-11-121-2/+2
* jpeg2000parse: sub-sampling parse should take component into accountAaron Boxer2020-10-271-11/+14
* jpeg2000parse: no pts interpolation with subframe.Stéphane Cerveau2020-10-271-0/+4
* jpeg2000parse: support frame and stripe alignment in capsAaron Boxer2020-10-271-1/+54
* h265parse: Don't enable passthrough by defaultSeungha Yang2020-10-151-0/+6
* h265parse: set interlace-mode=interleaved on interlaced contentGuillaume Desmottes2020-10-091-2/+2
* h265parse: recognize more HEVC extension streamsHaihao Xiang2020-09-161-1/+2
* videoparsers: Add vp9parse elementSeungha Yang2020-09-104-0/+828
* gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-072-2/+2
* Correct typos in gsth264parse.cFelix Yan2020-08-121-2/+2
* h264parse: Add new H.264 levelsNicolas Dufresne2020-08-121-0/+4
* docs: fix element names in section headersTim-Philipp Müller2020-07-101-1/+1
* videoparseutils: Only add a single closed caption metaVivia Nikolaidou2020-07-031-3/+8
* videoparsers: Fix parsing ATSC bar dataJan Alexander Steffens (heftig)2020-07-011-3/+4
* videoparsers: Fix parsing of ATSC AFD dataJan Alexander Steffens (heftig)2020-07-011-1/+0
* videoparsers: Give gstvideoparseutils.c a debug categoryJan Alexander Steffens (heftig)2020-07-012-0/+8
* Revert "h264parse: Include `interlace-mode` in caps"Vivia Nikolaidou2020-06-221-12/+0
* h264/h265parse: Fix initial skipNicolas Dufresne2020-05-072-2/+6
* h265parse: Ensure correct timestampsNicolas Dufresne2020-05-071-0/+4