summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAge
* nvenc: Explicitly push the cuda context on encodingLuca Barbato2017-01-17
* nvenc: Update check for lookaheadRuta Gadkari2016-12-21
* nvenc: Fix error logYogender Gupta2016-10-09
* nvenc: Force high_444 profile for 444 inputYogender Gupta2016-10-07
* nvenc: Extended rate-control support as provided by SDK 7Yogender Gupta2016-09-24
* nvenc: Add support for high bitdepthYogender Gupta2016-09-24
* nvenc: Add some easier to understand presets that match x264 terminologyYogender Gupta2016-09-24
* nvenc: Make sure that enum and array index matchLuca Barbato2016-09-24
* nvenc: allow setting the number of slicesAnton Khirnov2016-05-19
* nvenc: De-compensate aspect ratio compensation of DVD-like content.Philip Langdale2016-05-19
* nvenc: list the major contributors in the copyright headerAnton Khirnov2016-05-19
* nvenc: drop the hard dependency on CUDAAnton Khirnov2016-05-19
* nvenc: only support HW frames when CUDA is enabledAnton Khirnov2016-05-19
* nvenc: write the VUI signal properties for HEVCAnton Khirnov2016-05-19
* nvenc: only write the VUI signal type fields if they are setAnton Khirnov2016-05-19
* nvenc: Generate bufferingPeriod/pictureTiming SEITimo Rothenpieler2016-05-19
* nvenc: Delay frame output to increase encoding speedTimo Rothenpieler2016-05-19
* nvenc: add support for lossless encodingAnton Khirnov2016-05-19
* nvenc: Generate AUD NAL units for better compatiblityTimo Rothenpieler2016-05-19
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* nvenc: support CUDA frames as inputAnton Khirnov2016-02-14
* Allow linking to CUDA dynamically instead of dlopen()ing it at runtimeAnton Khirnov2016-02-14
* nvenc: rename a misnamed functionAnton Khirnov2016-02-12
* nvenc: merge input and output surface structsAnton Khirnov2016-02-12
* nvenc: factor out the pixel format listAnton Khirnov2016-02-12
* nvenc: generate dts properlyAnton Khirnov2016-01-12
* nvenc: fix encoding with B-framesAnton Khirnov2016-01-12
* nvenc: flush the encoder before closing it, as required by the docsAnton Khirnov2016-01-12
* nvenc: better error handlingAnton Khirnov2016-01-12
* nvenc: export CPB props side dataAnton Khirnov2015-12-06
* nvenc: Properly free the fifosLuca Barbato2015-08-25
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* nvenc: Fix NV12 inputLuca Barbato2015-06-26
* nvenc: H264 and HEVC encodersLuca Barbato2015-05-31