nvenc: H264 and HEVC encoders

Multimedia / Libav - Luca Barbato [gentoo.org] - 31 May 2015 08:17 UTC

Partially based on the work of Timo Rothenpieler

b08caa8 nvenc: H264 and HEVC encoders
Changelog | 1 +
configure | 16 +
libavcodec/Makefile | 3 +
libavcodec/allcodecs.c | 2 +
libavcodec/nvenc.c | 1136 +++++++++++++++++++++++++++++++++++++++++++++++
libavcodec/nvenc.h | 135 ++++++
libavcodec/nvenc_h264.c | 110 +++++
libavcodec/nvenc_hevc.c | 108 +++++
libavcodec/version.h | 2 +-
9 files changed, 1512 insertions(+), 1 deletion(-)

Upstream: git.libav.org


  • Share