summaryrefslogtreecommitdiffstats
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/nvenc: fix hw accelerated transcode with bframesGanapathy Kasi2017-06-021-0/+75
* avcodec/nvenc: print minimum driver version on errorTimo Rothenpieler2017-06-011-1/+14
* avcodec/nvenc: remove unnecessary alignmentTimo Rothenpieler2017-05-231-4/+4
* avcodec/nvenc: add weighted prediction supportSumit Agarwal2017-05-101-0/+9
* avcodec/nvenc: add fractional CQ supportBen Chang2017-05-101-1/+6
* avcodec/nvenc: deprecated old rc modes, add new onesTimo Rothenpieler2017-05-091-11/+21
* avcodec/nvenc: remove usage of deprecated fieldsTimo Rothenpieler2017-05-091-7/+0
* avcodec/nvenc: use frames hwctx when registering a frameTimo Rothenpieler2017-05-071-1/+1
* avcodec/nvenc: support external context in sw modeTimo Rothenpieler2017-05-071-5/+10
* avcodec/nvenc: surface allocation reductionBen Chang2017-04-261-17/+38
* avcodec/nvenc: apply quantization factors to cqpTimo Rothenpieler2017-03-231-3/+5
* avcodec/nvenc: Deprecate usage of global_quality, introducing qpTimo Rothenpieler2017-03-231-5/+11
* lavc/nvenc: misc cosmetics to reduce diff with LibavClément Bœsch2017-03-201-13/+13
* avcodec/nvenc: allow different const-qps for I, P and B framesKonda Raju2017-03-171-9/+20
* avcodec/nvenc: add initial QP value optionsKonda Raju2017-03-011-8/+25
* avcodec/nvenc: remove qmin and qmax constraints for vbrGanapathy Raman Kasi2017-03-011-10/+3
* avcodec/nvenc: push cuda context before encoding a frameTimo Rothenpieler2017-02-141-0/+28
* avcodec/nvenc: set frame buffer format for mapped framesTimo Rothenpieler2017-02-131-0/+1
* avcodec/nvenc: add logging for more error casesTimo Rothenpieler2017-01-201-2/+6
* avcodec/nvenc: make gpu indices independend of supported capabilitiesTimo Rothenpieler2017-01-201-2/+5
* avcodec/nvenc: Add bluray_compat basic implementationMiroslav Slugen2017-01-011-0/+15
* avcodec/nvenc: Make AUD optional for h264_nvenc and hevc_nvencMiroslav Slugen2017-01-011-2/+2
* avcodec/nvenc: round qpIntra and qpInter calculationMiroslav Slugeň2017-01-011-2/+2
* NVENC: Update check for LookaheadRuta Gadkari2016-12-261-1/+1
* avcodec/nvenc: mark intentional fall throughTimo Rothenpieler2016-11-301-0/+1
* avcodec/nvenc: always reduce DAR width and heightMiroslav Slugeň2016-11-301-12/+9
* avcodec/nvenc: Delay identification of underlying format of cuda framesPhilip Langdale2016-11-301-34/+37
* avcodec/nvenc: Remove aspect-ratio decompensation logicPhilip Langdale2016-11-251-12/+0
* avcodec/nvenc: better surface allocation alghoritm, fix rc_lookaheadMiroslav Slugeň2016-11-221-5/+23
* avcodec/nvenc: use dynamically loaded CUDATimo Rothenpieler2016-11-221-103/+22
* avcodec/nvenc.c: Use new safe dlopen code.Matt Oliver2016-11-051-5/+1
* avcodec/nvenc: add test for Temporal AQ supportSven C. Dack2016-10-191-0/+6
* avcodec/nvenc: add support for forcing intra/idr framesTimo Rothenpieler2016-10-121-1/+7
* avcodec/nvenc: Extended rate-control support as provided by SDK 7Yogender Gupta2016-09-281-3/+43
* avcodec/nvenc: add HEVC REXT profileTimo Rothenpieler2016-09-281-0/+10
* avcodec/nvenc: Make sure that enum and array index matchTimo Rothenpieler2016-09-281-12/+20
* avcodec/nvenc: use AVERROR_BUFFER_TOO_SMALL instead of ENOBUFSJames Almer2016-09-241-1/+1
* avcodec/nvenc: use frame size instead of surface sizeTimo Rothenpieler2016-09-081-1/+1
* avcodec/nvenc: support RGB inputSven C. Dack2016-09-071-0/+10
* avcodec/nvenc: correctly set inputPitchTimo Rothenpieler2016-09-071-0/+3
* avcodec/nvenc: use av_image_copy for copying frame dataTimo Rothenpieler2016-09-071-73/+21
* avcodec/nvenc: update license headerTimo Rothenpieler2016-08-281-2/+2
* avcodec/nvenc: use proper soname for cuda/nvenc librariesTimo Rothenpieler2016-08-281-2/+2
* avcodec/nvenc: check maximum driver API versionTimo Rothenpieler2016-08-281-0/+18
* avcodec/nvenc: fix potantially uninitialized freeTimo Rothenpieler2016-08-281-1/+1
* avcodec/nvenc: fix library names on cygwinTimo Rothenpieler2016-08-281-11/+13
* avcodec/nvenc: added support for rate control lookaheadOliver Collyer2016-08-281-0/+11
* avcodec/nvenc: added support for 10 bit HEVC encodingOliver Collyer2016-08-281-4/+69
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-3/+4
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
OpenPOWER on IntegriCloud