gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecs
He Junyan 3d56f133f8 codecs: av1decoder: Add the highest_spatial_layer field.
As SPEC says, when multi spatial layer exists, we should only output
one frame with the highest spatial id from each TU. We now store the
highest spatial layer information in the base class in order to let
the sub class handle different layers easily.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2382>
2022-09-16 09:45:00 +00:00
..
codecs-prelude.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstav1decoder.c codecs: av1decoder: Add the highest_spatial_layer field. 2022-09-16 09:45:00 +00:00
gstav1decoder.h codecs: av1decoder: Add the highest_spatial_layer field. 2022-09-16 09:45:00 +00:00
gstav1picture.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstav1picture.h av1decoder: Hold OBU temporal and spatial id in picture struct 2022-05-04 01:23:11 +09:00
gsth264decoder.c h264decoder: Use newly added avcC data parsing API 2022-06-15 19:58:59 +00:00
gsth264decoder.h codecs: Stop claiming constness for refcounted object 2022-02-06 17:17:22 +00:00
gsth264picture.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gsth264picture.h codecs: h264: Save the field_pic_flag 2022-03-25 21:40:28 +00:00
gsth265decoder.c h265decoder: Update SpsMaxLatencyPictures properly 2022-08-22 19:48:53 +00:00
gsth265decoder.h codecs: h265decoder: Fix documentation. 2022-04-28 11:58:20 +00:00
gsth265picture.c h265decoder: Remove unused pts variable 2022-03-15 21:08:06 +00:00
gsth265picture.h h265decoder: Drain decoder on new_sequence() 2022-03-15 21:08:06 +00:00
gstmpeg2decoder.c codecs: Signal required DPB size for AV1,MPEG2,VP8, and VP9 via new_sequence() 2022-05-03 14:17:49 +00:00
gstmpeg2decoder.h codecs: Signal required DPB size for AV1,MPEG2,VP8, and VP9 via new_sequence() 2022-05-03 14:17:49 +00:00
gstmpeg2picture.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstmpeg2picture.h codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstvp8decoder.c codecs: Signal required DPB size for AV1,MPEG2,VP8, and VP9 via new_sequence() 2022-05-03 14:17:49 +00:00
gstvp8decoder.h codecs: Signal required DPB size for AV1,MPEG2,VP8, and VP9 via new_sequence() 2022-05-03 14:17:49 +00:00
gstvp8picture.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstvp8picture.h codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstvp9decoder.c codecs: Signal required DPB size for AV1,MPEG2,VP8, and VP9 via new_sequence() 2022-05-03 14:17:49 +00:00
gstvp9decoder.h codecs: Signal required DPB size for AV1,MPEG2,VP8, and VP9 via new_sequence() 2022-05-03 14:17:49 +00:00
gstvp9picture.c codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstvp9picture.h codecs: Rename picture clear functions 2022-03-11 20:20:17 +00:00
gstvp9statefulparser.c codecs: gstvp9{decoder|statefulparser}: optionally parse compressed headers 2021-11-29 17:41:19 +00:00
gstvp9statefulparser.h codecs: gstvp9{decoder|statefulparser}: optionally parse compressed headers 2021-11-29 17:41:19 +00:00
meson.build meson: Namespace the plugins_doc_dep/libraries variables 2022-09-01 21:17:35 +00:00