| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/nvenc: sanitize variable names | Timo Rothenpieler | 2017-09-07 | 1 | -17/+17 |
* | avcodec/nvenc: migrate to new encode API | Timo Rothenpieler | 2017-09-07 | 1 | -11/+54 |
* | avcodec/nvenc: always output picture timing SEI | Timo Rothenpieler | 2017-09-02 | 1 | -2/+4 |
* | avcodec/nvenc: only push cuda context on encoder close if encoder exists | Timo Rothenpieler | 2017-09-01 | 1 | -12/+13 |
* | avcodec/nvenc: add support for specifying entropy coding mode | Timo Rothenpieler | 2017-09-01 | 1 | -0/+9 |
* | avcodec/nvenc: fix hw accelerated transcode with bframes | Ganapathy Kasi | 2017-06-02 | 1 | -0/+75 |
* | avcodec/nvenc: print minimum driver version on error | Timo Rothenpieler | 2017-06-01 | 1 | -1/+14 |
* | avcodec/nvenc: remove unnecessary alignment | Timo Rothenpieler | 2017-05-23 | 1 | -4/+4 |
* | avcodec/nvenc: add weighted prediction support | Sumit Agarwal | 2017-05-10 | 1 | -0/+9 |
* | avcodec/nvenc: add fractional CQ support | Ben Chang | 2017-05-10 | 1 | -1/+6 |
* | avcodec/nvenc: deprecated old rc modes, add new ones | Timo Rothenpieler | 2017-05-09 | 1 | -11/+21 |
* | avcodec/nvenc: remove usage of deprecated fields | Timo Rothenpieler | 2017-05-09 | 1 | -7/+0 |
* | avcodec/nvenc: use frames hwctx when registering a frame | Timo Rothenpieler | 2017-05-07 | 1 | -1/+1 |
* | avcodec/nvenc: support external context in sw mode | Timo Rothenpieler | 2017-05-07 | 1 | -5/+10 |
* | avcodec/nvenc: surface allocation reduction | Ben Chang | 2017-04-26 | 1 | -17/+38 |
* | avcodec/nvenc: apply quantization factors to cqp | Timo Rothenpieler | 2017-03-23 | 1 | -3/+5 |
* | avcodec/nvenc: Deprecate usage of global_quality, introducing qp | Timo Rothenpieler | 2017-03-23 | 1 | -5/+11 |
* | lavc/nvenc: misc cosmetics to reduce diff with Libav | Clément Bœsch | 2017-03-20 | 1 | -13/+13 |
* | avcodec/nvenc: allow different const-qps for I, P and B frames | Konda Raju | 2017-03-17 | 1 | -9/+20 |
* | avcodec/nvenc: add initial QP value options | Konda Raju | 2017-03-01 | 1 | -8/+25 |
* | avcodec/nvenc: remove qmin and qmax constraints for vbr | Ganapathy Raman Kasi | 2017-03-01 | 1 | -10/+3 |
* | avcodec/nvenc: push cuda context before encoding a frame | Timo Rothenpieler | 2017-02-14 | 1 | -0/+28 |
* | avcodec/nvenc: set frame buffer format for mapped frames | Timo Rothenpieler | 2017-02-13 | 1 | -0/+1 |
* | avcodec/nvenc: add logging for more error cases | Timo Rothenpieler | 2017-01-20 | 1 | -2/+6 |
* | avcodec/nvenc: make gpu indices independend of supported capabilities | Timo Rothenpieler | 2017-01-20 | 1 | -2/+5 |
* | avcodec/nvenc: Add bluray_compat basic implementation | Miroslav Slugen | 2017-01-01 | 1 | -0/+15 |
* | avcodec/nvenc: Make AUD optional for h264_nvenc and hevc_nvenc | Miroslav Slugen | 2017-01-01 | 1 | -2/+2 |
* | avcodec/nvenc: round qpIntra and qpInter calculation | Miroslav Slugeň | 2017-01-01 | 1 | -2/+2 |
* | NVENC: Update check for Lookahead | Ruta Gadkari | 2016-12-26 | 1 | -1/+1 |
* | avcodec/nvenc: mark intentional fall through | Timo Rothenpieler | 2016-11-30 | 1 | -0/+1 |
* | avcodec/nvenc: always reduce DAR width and height | Miroslav Slugeň | 2016-11-30 | 1 | -12/+9 |
* | avcodec/nvenc: Delay identification of underlying format of cuda frames | Philip Langdale | 2016-11-30 | 1 | -34/+37 |
* | avcodec/nvenc: Remove aspect-ratio decompensation logic | Philip Langdale | 2016-11-25 | 1 | -12/+0 |
* | avcodec/nvenc: better surface allocation alghoritm, fix rc_lookahead | Miroslav Slugeň | 2016-11-22 | 1 | -5/+23 |
* | avcodec/nvenc: use dynamically loaded CUDA | Timo Rothenpieler | 2016-11-22 | 1 | -103/+22 |
* | avcodec/nvenc.c: Use new safe dlopen code. | Matt Oliver | 2016-11-05 | 1 | -5/+1 |
* | avcodec/nvenc: add test for Temporal AQ support | Sven C. Dack | 2016-10-19 | 1 | -0/+6 |
* | avcodec/nvenc: add support for forcing intra/idr frames | Timo Rothenpieler | 2016-10-12 | 1 | -1/+7 |
* | avcodec/nvenc: Extended rate-control support as provided by SDK 7 | Yogender Gupta | 2016-09-28 | 1 | -3/+43 |
* | avcodec/nvenc: add HEVC REXT profile | Timo Rothenpieler | 2016-09-28 | 1 | -0/+10 |
* | avcodec/nvenc: Make sure that enum and array index match | Timo Rothenpieler | 2016-09-28 | 1 | -12/+20 |
* | avcodec/nvenc: use AVERROR_BUFFER_TOO_SMALL instead of ENOBUFS | James Almer | 2016-09-24 | 1 | -1/+1 |
* | avcodec/nvenc: use frame size instead of surface size | Timo Rothenpieler | 2016-09-08 | 1 | -1/+1 |
* | avcodec/nvenc: support RGB input | Sven C. Dack | 2016-09-07 | 1 | -0/+10 |
* | avcodec/nvenc: correctly set inputPitch | Timo Rothenpieler | 2016-09-07 | 1 | -0/+3 |
* | avcodec/nvenc: use av_image_copy for copying frame data | Timo Rothenpieler | 2016-09-07 | 1 | -73/+21 |
* | avcodec/nvenc: update license header | Timo Rothenpieler | 2016-08-28 | 1 | -2/+2 |
* | avcodec/nvenc: use proper soname for cuda/nvenc libraries | Timo Rothenpieler | 2016-08-28 | 1 | -2/+2 |
* | avcodec/nvenc: check maximum driver API version | Timo Rothenpieler | 2016-08-28 | 1 | -0/+18 |
* | avcodec/nvenc: fix potantially uninitialized free | Timo Rothenpieler | 2016-08-28 | 1 | -1/+1 |