]> git.sesse.net Git - ffmpeg/commit
libavutil: add API for exporting video frame quantizers
authorJuan De León <juandl-at-google.com@ffmpeg.org>
Sat, 29 Feb 2020 12:21:56 +0000 (13:21 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 12 May 2020 07:37:47 +0000 (09:37 +0200)
commit991d41769290bcb01894fe35677d43ee06f1d00b
tree3ee4fc6c4e487ad994d05336e277d70b7950f5df
parentd8de9d46f290c6626e1246ba8e7b4a1219894d07
libavutil: add API for exporting video frame quantizers

This is intended to replace the deprecated the AV_FRAME_DATA_QP_TABLE*
API and extend it to a wider range of codecs.

In the future, it may also be extended to support other encoding
parameters such as motion vectors.

Additional changes by Anton Khirnov <anton@khirnov.net> with suggestions
by Lynne <dev@lynne.ee>.

Signed-off-by: Juan De León <juandl@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
doc/APIchanges
libavutil/Makefile
libavutil/frame.c
libavutil/frame.h
libavutil/version.h
libavutil/video_enc_params.c [new file with mode: 0644]
libavutil/video_enc_params.h [new file with mode: 0644]