summaryrefslogtreecommitdiffstats
path: root/libavcodec/nvenc_h264.c
Commit message (Collapse)AuthorAgeFilesLines
* nvenc: Delay frame output to increase encoding speedTimo Rothenpieler2016-05-191-0/+2
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* nvenc: add support for lossless encodingAnton Khirnov2016-05-191-0/+2
| | | | Based on a patch by Philip Langdale <philipl@overt.org>
* nvenc: fix the rc option definitionsAnton Khirnov2016-05-191-1/+1
|
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* nvenc_h264: Fix name of private AVClassDiego Biurrun2016-04-041-2/+2
|
* 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/+110
Partially based on the work of Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
OpenPOWER on IntegriCloud