gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers
He Junyan 7589647c13 av1parse: Do not return error when expectedFrameId mismatch
According to the SPEC:
  The frame id numbers (represented in display_frame_id, current_frame_id,
  and RefFrameId[ i ]) are not needed by the decoding process, but allow
  decoders to spot when frames have been missed and take an appropriate action.

So we should just print out warning and should not return error in parser when
mismatching. The decoder itself is already robust to handle the reference missing.

Fixes #3622

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7047>
2024-06-18 09:03:41 +00:00
..
codecparsers-prelude.h
dboolhuff.AUTHORS
dboolhuff.c
dboolhuff.h
dboolhuff.LICENSE
dboolhuff.PATENTS
gstav1bitwriter.c codecparsers: Implement the AV1 bit code writer 2024-01-30 08:24:25 +00:00
gstav1bitwriter.h codecparsers: av1bitwriter: fix Since marker 2024-02-06 16:37:13 +00:00
gstav1parser.c av1parse: Do not return error when expectedFrameId mismatch 2024-06-18 09:03:41 +00:00
gstav1parser.h codecparsers: av1: add ref_global_motion_params in frame header 2024-01-30 08:24:25 +00:00
gsth264bitwriter.c codecparsers: h264bitwriter: Fix trace typo 2023-11-14 14:41:37 -05:00
gsth264bitwriter.h
gsth264parser.c h264parser: Add gst_h264_parser_identify_and_split_nalu_avc() method 2024-01-17 14:57:57 +00:00
gsth264parser.h h264parser: maintain API changes 2024-04-07 15:25:23 +00:00
gsth265bitwriter.c gstutils: add gst_util_ceil_log2 2024-01-09 15:34:10 +00:00
gsth265bitwriter.h
gsth265parser.c codecparsers: add slice type name for h265 2024-01-11 13:17:43 +01:00
gsth265parser.h codecparsers: document new GstH265Level and GstH264Level enums 2024-02-06 16:37:13 +00:00
gstjpeg2000sampling.c
gstjpeg2000sampling.h
gstjpegparser.c
gstjpegparser.h
gstmpeg4parser.c
gstmpeg4parser.h
gstmpegvideometa.c
gstmpegvideometa.h
gstmpegvideoparser.c codecparsers: Fix MPEG-1 aspect ratio table 2023-09-06 12:24:37 +00:00
gstmpegvideoparser.h
gstvc1parser.c
gstvc1parser.h
gstvp8parser.c
gstvp8parser.h
gstvp8rangedecoder.c
gstvp8rangedecoder.h
gstvp9bitwriter.c vp9bitwriter: Fix several hotdoc related format issues 2024-03-27 10:17:45 +08:00
gstvp9bitwriter.h vp9bitwriter: Fix several hotdoc related format issues 2024-03-27 10:17:45 +08:00
gstvp9parser.c
gstvp9parser.h
meson.build vp9bitwriter: Add the VP9 bit writer helper functions 2024-03-20 08:53:11 +00:00
nalutils.c gstutils: add gst_util_ceil_log2 2024-01-09 15:34:10 +00:00
nalutils.h gstutils: add gst_util_ceil_log2 2024-01-09 15:34:10 +00:00
parserutils.c
parserutils.h
vp8utils.c
vp8utils.h
vp9utils.c
vp9utils.h