summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc_hevc.c
Commit message (Collapse)AuthorAgeFilesLines
* nvenc: factor out the pixel format listAnton Khirnov2016-02-121-8/+2
|
* nvenc: rename encodersAnton Khirnov2016-01-121-1/+36
| | | | | Change 'nvenc_<codec>' to '<codec>_nvenc', which is consistent with other similar decoders and encoders (QSV, MMAL).
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* nvenc: H264 and HEVC encodersLuca Barbato2015-05-311-0/+108
Partially based on the work of Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>