[FFmpeg-devel] [PATCH 1/3] libavutil: AVEncodeInfo data structures

Michael Niedermayer michael at niedermayer.cc
Sun Aug 25 23:53:55 EEST 2019


On Sat, Aug 24, 2019 at 02:37:49PM +0200, Nicolas George wrote:
> Juan De León (12019-08-23):
> > AVEncodeInfoFrame data structure to store as AVFrameSideData of type
> > AV_FRAME_DATA_ENCODE_INFO.
> > The structure stores quantization index for each plane, DC/AC deltas
> > for luma and chroma planes, and an array of AVEncodeInfoBlock type
> > denoting position, size, and delta quantizer for each block in the
> > frame.
> > Can be extended to support extraction of other block information.
> > 
> > Signed-off-by: Juan De León <juandl at google.com>
> > ---
> >  libavutil/Makefile      |   2 +
> >  libavutil/encode_info.c |  72 ++++++++++++++++++++++++++
> >  libavutil/encode_info.h | 110 ++++++++++++++++++++++++++++++++++++++++
> >  libavutil/frame.c       |   1 +
> >  libavutil/frame.h       |   7 +++
> >  5 files changed, 192 insertions(+)
> >  create mode 100644 libavutil/encode_info.c
> >  create mode 100644 libavutil/encode_info.h
> 
> I have no more comments. Thanks for you efforts.

+1

Thanks

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Elect your leaders based on what they did after the last election, not
based on what they say before an election.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190825/2c7931e2/attachment.sig>


More information about the ffmpeg-devel mailing list