gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/codecs
Marek Olejnik 02359dd251 h265decoder: Do not abort when failed to prepare ref pic set
Currently the element calls abort when failed to prepare reference
picture set. This can happent when the input stream is somehow
corrupted, like a rtsp strem with lost packets. Now it will only
return with GST_FLOW_ERROR instead of terminating whole process.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3505>
2022-12-07 13:01:35 +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 av1decoder: Clear highest_spatial_layer per sequence header 2022-11-19 11:58:01 +00:00
gstav1decoder.h codecs: av1decoder: Add the highest_spatial_layer field. 2022-09-16 09:45:00 +00:00
gstav1picture.c codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gstav1picture.h codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gsth264decoder.c codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gsth264decoder.h codecs: Stop claiming constness for refcounted object 2022-02-06 17:17:22 +00:00
gsth264picture.c codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gsth264picture.h codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gsth265decoder.c h265decoder: Do not abort when failed to prepare ref pic set 2022-12-07 13:01:35 +00:00
gsth265decoder.h codecs: h265decoder: Fix documentation. 2022-04-28 11:58:20 +00:00
gsth265picture.c codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gsth265picture.h codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gstmpeg2decoder.c codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +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: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gstmpeg2picture.h codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gstvp8decoder.c codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +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 codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gstvp8picture.h codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gstvp9decoder.c codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gstvp9decoder.h codecs: Add/fix various annotations 2022-10-18 13:51:17 +03:00
gstvp9picture.c codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +00:00
gstvp9picture.h codecs: Keep track of non-decoding-essential input state change 2022-11-16 13:12:38 +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