summaryrefslogtreecommitdiffstats
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAgeFilesLines
* build: Drop explicit check for dlfcn.hDiego Biurrun2017-10-101-6/+4
* nvenc: Minimize the surface allocationBen Chang2017-06-241-5/+40
* nvenc: Use a fifo to manage the free surface poolBen Chang2017-06-241-9/+14
* nvenc: Allow different const qps for I, P and B framesKonda Raju2017-03-211-9/+19
* add initial QP value optionsKonda Raju2017-03-091-0/+26
* nvenc: Remove qmin and qmax constraints for nvenc vbrGanapathy Kasi2017-03-041-8/+7
* nvenc: Fix the preset mapping listBen Chang2017-02-281-2/+1
* lavc: make sure not to return EAGAIN from codecsAnton Khirnov2017-02-251-3/+5
* nvenc: Fix nvec vs. nvenc typoDiego Biurrun2017-02-201-2/+2
* nvenc: make gpu indices independent of supported capabilitiesTimo Rothenpieler2017-02-091-1/+4
* nvenc: Explicitly push the cuda context on encodingLuca Barbato2017-01-171-0/+7
* nvenc: Update check for lookaheadRuta Gadkari2016-12-211-1/+1
* nvenc: Fix error logYogender Gupta2016-10-091-1/+1
* nvenc: Force high_444 profile for 444 inputYogender Gupta2016-10-071-0/+5
* nvenc: Extended rate-control support as provided by SDK 7Yogender Gupta2016-09-241-0/+47
* nvenc: Add support for high bitdepthYogender Gupta2016-09-241-3/+84
* nvenc: Add some easier to understand presets that match x264 terminologyYogender Gupta2016-09-241-2/+8
* nvenc: Make sure that enum and array index matchLuca Barbato2016-09-241-9/+14
* 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