[FFmpeg-devel] [PATCH v6.1] avcodec: Add librav1e encoder
James Almer
jamrial at gmail.com
Sun Nov 10 00:32:10 EET 2019
On 11/9/2019 7:00 PM, Derek Buitenhuis wrote:
> Port to the new send/receive API by: James Almer <jamrial at gmail.com>.
>
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> ---
> Only difference to v6 is the call to av_new_packet().
> ---
> configure | 5 +
> doc/encoders.texi | 43 +++
> doc/general.texi | 7 +
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/librav1e.c | 594 +++++++++++++++++++++++++++++++++++++++++
> 6 files changed, 651 insertions(+)
> create mode 100644 libavcodec/librav1e.c
LGTM. Don't forget to add a line to Changelog and bump lavc minor before
pushing.
Thanks.
More information about the ffmpeg-devel
mailing list