summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAge
* avcodec/nvenc: surface allocation reductionBen Chang2017-04-26
* avcodec/nvenc: apply quantization factors to cqpTimo Rothenpieler2017-03-23
* avcodec/nvenc: Deprecate usage of global_quality, introducing qpTimo Rothenpieler2017-03-23
* lavc/nvenc: misc cosmetics to reduce diff with LibavClément Bœsch2017-03-20
* avcodec/nvenc: allow different const-qps for I, P and B framesKonda Raju2017-03-17
* avcodec/nvenc: add initial QP value optionsKonda Raju2017-03-01
* avcodec/nvenc: remove qmin and qmax constraints for vbrGanapathy Raman Kasi2017-03-01
* avcodec/nvenc: push cuda context before encoding a frameTimo Rothenpieler2017-02-14
* avcodec/nvenc: set frame buffer format for mapped framesTimo Rothenpieler2017-02-13
* avcodec/nvenc: add logging for more error casesTimo Rothenpieler2017-01-20
* avcodec/nvenc: make gpu indices independend of supported capabilitiesTimo Rothenpieler2017-01-20
* avcodec/nvenc: Add bluray_compat basic implementationMiroslav Slugen2017-01-01
* avcodec/nvenc: Make AUD optional for h264_nvenc and hevc_nvencMiroslav Slugen2017-01-01
* avcodec/nvenc: round qpIntra and qpInter calculationMiroslav Slugeň2017-01-01
* NVENC: Update check for LookaheadRuta Gadkari2016-12-26
* avcodec/nvenc: mark intentional fall throughTimo Rothenpieler2016-11-30
* avcodec/nvenc: always reduce DAR width and heightMiroslav Slugeň2016-11-30
* avcodec/nvenc: Delay identification of underlying format of cuda framesPhilip Langdale2016-11-30
* avcodec/nvenc: Remove aspect-ratio decompensation logicPhilip Langdale2016-11-25
* avcodec/nvenc: better surface allocation alghoritm, fix rc_lookaheadMiroslav Slugeň2016-11-22
* avcodec/nvenc: use dynamically loaded CUDATimo Rothenpieler2016-11-22
* avcodec/nvenc.c: Use new safe dlopen code.Matt Oliver2016-11-05
* avcodec/nvenc: add test for Temporal AQ supportSven C. Dack2016-10-19
* avcodec/nvenc: add support for forcing intra/idr framesTimo Rothenpieler2016-10-12
* avcodec/nvenc: Extended rate-control support as provided by SDK 7Yogender Gupta2016-09-28
* avcodec/nvenc: add HEVC REXT profileTimo Rothenpieler2016-09-28
* avcodec/nvenc: Make sure that enum and array index matchTimo Rothenpieler2016-09-28
* avcodec/nvenc: use AVERROR_BUFFER_TOO_SMALL instead of ENOBUFSJames Almer2016-09-24
* avcodec/nvenc: use frame size instead of surface sizeTimo Rothenpieler2016-09-08
* avcodec/nvenc: support RGB inputSven C. Dack2016-09-07
* avcodec/nvenc: correctly set inputPitchTimo Rothenpieler2016-09-07
* avcodec/nvenc: use av_image_copy for copying frame dataTimo Rothenpieler2016-09-07
* avcodec/nvenc: update license headerTimo Rothenpieler2016-08-28
* avcodec/nvenc: use proper soname for cuda/nvenc librariesTimo Rothenpieler2016-08-28
* avcodec/nvenc: check maximum driver API versionTimo Rothenpieler2016-08-28
* avcodec/nvenc: fix potantially uninitialized freeTimo Rothenpieler2016-08-28
* avcodec/nvenc: fix library names on cygwinTimo Rothenpieler2016-08-28
* avcodec/nvenc: added support for rate control lookaheadOliver Collyer2016-08-28
* avcodec/nvenc: added support for 10 bit HEVC encodingOliver Collyer2016-08-28
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * 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