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>
Showing
- doc/APIchanges 4 additions, 0 deletionsdoc/APIchanges
- libavutil/Makefile 4 additions, 1 deletionlibavutil/Makefile
- libavutil/frame.c 1 addition, 0 deletionslibavutil/frame.c
- libavutil/frame.h 5 additions, 0 deletionslibavutil/frame.h
- libavutil/version.h 1 addition, 1 deletionlibavutil/version.h
- libavutil/video_enc_params.c 79 additions, 0 deletionslibavutil/video_enc_params.c
- libavutil/video_enc_params.h 135 additions, 0 deletionslibavutil/video_enc_params.h
Loading
Please register or sign in to comment