summaryrefslogtreecommitdiffstats
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAgeFilesLines
* nvenc: allow setting the number of slicesAnton Khirnov2016-05-191-0/+6
* nvenc: De-compensate aspect ratio compensation of DVD-like content.Philip Langdale2016-05-191-0/+9
* nvenc: list the major contributors in the copyright headerAnton Khirnov2016-05-191-0/+2
* nvenc: drop the hard dependency on CUDAAnton Khirnov2016-05-191-1/+0
* nvenc: only support HW frames when CUDA is enabledAnton Khirnov2016-05-191-1/+10
* nvenc: write the VUI signal properties for HEVCAnton Khirnov2016-05-191-0/+14
* nvenc: only write the VUI signal type fields if they are setAnton Khirnov2016-05-191-2/+6
* nvenc: Generate bufferingPeriod/pictureTiming SEITimo Rothenpieler2016-05-191-0/+13
* nvenc: Delay frame output to increase encoding speedTimo Rothenpieler2016-05-191-1/+9
* nvenc: add support for lossless encodingAnton Khirnov2016-05-191-0/+13
* nvenc: Generate AUD NAL units for better compatiblityTimo Rothenpieler2016-05-191-0/+2
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* nvenc: support CUDA frames as inputAnton Khirnov2016-02-141-62/+220
* Allow linking to CUDA dynamically instead of dlopen()ing it at runtimeAnton Khirnov2016-02-141-0/+13
* nvenc: rename a misnamed functionAnton Khirnov2016-02-121-2/+2
* nvenc: merge input and output surface structsAnton Khirnov2016-02-121-78/+40
* nvenc: factor out the pixel format listAnton Khirnov2016-02-121-0/+7
* nvenc: generate dts properlyAnton Khirnov2016-01-121-4/+45
* nvenc: fix encoding with B-framesAnton Khirnov2016-01-121-8/+15
* nvenc: flush the encoder before closing it, as required by the docsAnton Khirnov2016-01-121-0/+8
* nvenc: better error handlingAnton Khirnov2016-01-121-45/+81
* nvenc: export CPB props side dataAnton Khirnov2015-12-061-0/+9
* nvenc: Properly free the fifosLuca Barbato2015-08-251-0/+4
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-7/+7
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-6/+0
* nvenc: Fix NV12 inputLuca Barbato2015-06-261-2/+2
* nvenc: H264 and HEVC encodersLuca Barbato2015-05-311-0/+1136
OpenPOWER on IntegriCloud