gstreamer/gst-libs/gst/codecs
Seungha Yang ba07768ca4 h264decoder: Don't handle gap frame num for the first picture
If the first picture is not IDR, it would have non-zero frame_num
but it's not gap. We should skip gap frame handling in that case
2020-04-20 13:55:49 +00:00
..
codecs-prelude.h Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth264decoder.c h264decoder: Don't handle gap frame num for the first picture 2020-04-20 13:55:49 +00:00
gsth264decoder.h codecs: Change output_picture() to mandatory implementation 2020-03-05 15:27:42 +00:00
gsth264picture.c h264decoder: Add some debug messages 2020-04-20 13:55:49 +00:00
gsth264picture.h codecs: h264picture: typo in GstH264PictureField enum 2020-04-19 18:40:12 +02:00
gsth265decoder.c codecs: Add minimal state validation 2020-04-09 19:33:56 +00: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 codecs: Add minimal state validation 2020-04-09 19:33:56 +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 codecs: Add basic documentation stubs 2020-04-08 08:47:46 -04:00