Re: [FFmpeg-devel] [PATCH 1/9] libavutil: add API for exporting video frame quantizers

2020-05-11 Thread Anton Khirnov
Quoting Thierry Foucu (2020-05-07 21:14:15) > On Sat, Apr 18, 2020 at 5:02 AM Lynne wrote: > > > Apr 18, 2020, 11:14 by an...@khirnov.net: > > > > > From: Juan De León > > > > > > This is intended to replace the deprecated the AV_FRAME_DATA_QP_TABLE* > > > API and extend it to a wider range of

Re: [FFmpeg-devel] [PATCH 1/9] libavutil: add API for exporting video frame quantizers

2020-05-07 Thread Thierry Foucu
On Sat, Apr 18, 2020 at 5:02 AM Lynne wrote: > Apr 18, 2020, 11:14 by an...@khirnov.net: > > > From: Juan De León > > > > 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

Re: [FFmpeg-devel] [PATCH 1/9] libavutil: add API for exporting video frame quantizers

2020-04-18 Thread Lynne
Apr 18, 2020, 11:14 by an...@khirnov.net: > From: Juan De León > > 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. > >

[FFmpeg-devel] [PATCH 1/9] libavutil: add API for exporting video frame quantizers

2020-04-18 Thread Anton Khirnov
From: Juan De León 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 with suggestions by