gstreamer/gst-libs/gst/codecs
Nicolas Dufresne b79c949789 codecs: h264: Fix DPB size calculation
As per specification in A.3.1 h) and A.3.2 f), the maximum size of the DPB is
16. Fix the maximum in the fine and fix the formula to use MIN instead of MAX
so that we no longer always use the maximum for the profile/level.
2020-04-07 07:53:27 +00:00
..
codecs-prelude.h Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth264decoder.c codecs: h264: Fix DPB size calculation 2020-04-07 07:53:27 +00:00
gsth264decoder.h codecs: Change output_picture() to mandatory implementation 2020-03-05 15:27:42 +00:00
gsth264picture.c codecs: h264dpb: Don't leak pic_list GArray 2020-03-31 09:34:05 -04:00
gsth264picture.h codecs: h264: Fix DPB size calculation 2020-04-07 07:53:27 +00:00
gsth265decoder.c h265decoder: Pass max_dpb_size to new_sequence vfunc 2020-03-08 16:11:35 +09:00
gsth265decoder.h h265decoder: Pass max_dpb_size to new_sequence vfunc 2020-03-08 16:11:35 +09:00
gsth265picture.c Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth265picture.h h264picture: Add system_frame_num 2020-03-05 03:06:16 +00:00
gstvp9decoder.c vp9decoder: Update document 2020-03-05 15:27:42 +00:00
gstvp9decoder.h vp9decoder: Update document 2020-03-05 15:27:42 +00:00
gstvp9picture.c Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gstvp9picture.h h264picture: Add system_frame_num 2020-03-05 03:06:16 +00:00
meson.build meson: codecs: Don't install header 2020-03-06 16:44:01 +09:00