gstreamer/gst-libs/gst/codecs
Nicolas Dufresne c6b8157dd6 codecs: Pass the max_dpb_size to new_segment virtual
On new_segment, the decoder is expected to negotiate. The decoder may want to
pre-allocate the needed buffers. Pass the max_dpb_size as this is needed to
determin how many buffers should be allocated.
2020-03-05 03:06:16 +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: Pass the max_dpb_size to new_segment virtual 2020-03-05 03:06:16 +00:00
gsth264decoder.h codecs: Pass the max_dpb_size to new_segment virtual 2020-03-05 03:06:16 +00:00
gsth264picture.c Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth264picture.h codecs: Add missing auto cleanup funcs 2020-03-05 03:06:16 +00:00
gsth265decoder.c Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth265decoder.h codecs: Add missing auto cleanup funcs 2020-03-05 03:06:16 +00:00
gsth265picture.c Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gsth265picture.h codecs: Add missing auto cleanup funcs 2020-03-05 03:06:16 +00:00
gstvp9decoder.c Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gstvp9decoder.h codecs: Add missing auto cleanup funcs 2020-03-05 03:06:16 +00:00
gstvp9picture.c Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00
gstvp9picture.h codecs: Add missing auto cleanup funcs 2020-03-05 03:06:16 +00:00
meson.build Move CODEC base classes into it's own library 2020-03-05 03:06:16 +00:00