gstreamer/gst-libs/gst/codecs
Seungha Yang ba3430a059 h265decoder: Fix for output and removal picture from DPB
See C.5.2.2 Output and removal of pictures from the DPB.

If the number of pictures in the DPB is greater than or equal to
sps_max_dec_pic_buffering_minus1[HighestTid] + 1, then the picture
should be outputted.
2020-03-07 12:20:03 +09:00
..
codecs-prelude.h Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth264decoder.c h264decoder: Rename some internals 2020-03-05 15:27:42 +00:00
gsth264decoder.h codecs: Change output_picture() to mandatory implementation 2020-03-05 15:27:42 +00:00
gsth264picture.c Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth264picture.h h264picture: Add system_frame_num 2020-03-05 03:06:16 +00:00
gsth265decoder.c h265decoder: Fix for output and removal picture from DPB 2020-03-07 12:20:03 +09:00
gsth265decoder.h codecs: Change output_picture() to mandatory implementation 2020-03-05 15:27:42 +00: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