| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/nvenc: don't disable b-frames by default | Ricardo Monteiro | 2021-02-22 | 1 | -1/+1 |
* | avcodec/nvenc: mark newly deprecated rc modes | Timo Rothenpieler | 2020-10-21 | 1 | -3/+3 |
* | avcodec/nvenc_hevc: add ff_nvenc_encode_flush() for .flush | Limin Wang | 2020-09-03 | 1 | -0/+1 |
* | avcodec/nvenc: add new Video SDK 10 features | Roman Arzumanyan | 2020-07-01 | 1 | -0/+30 |
* | avcodec/nvenc: rename tc option to something more unique | Timo Rothenpieler | 2020-06-30 | 1 | -1/+1 |
* | avcodec/nvenc: add a53cc option for hevc_nvenc | Timo Rothenpieler | 2020-06-30 | 1 | -0/+1 |
* | avcodec/nvenc: support for HEVC timecode passthrough | Limin Wang | 2020-06-28 | 1 | -0/+1 |
* | avcodec/encode: restructure the core encoding code | James Almer | 2020-06-18 | 1 | -4/+0 |
* | avcodec/nvenc_hevc: add spatial-aq and temporal-aq option to consistent with ... | Limin Wang | 2020-05-03 | 1 | -0/+2 |
* | avcodec/nvenc: add hardware config metadata | Mark Thompson | 2020-04-27 | 1 | -0/+2 |
* | avcodec: Add explicit capability flag for encoder flushing | Philip Langdale | 2020-04-15 | 1 | -2/+4 |
* | nvenc: implement flush to help allow an encoder to be re-used | Philip Langdale | 2020-01-08 | 1 | -0/+1 |
* | avcodec/nvenc: switch to dedicated dpb_size option | Timo Rothenpieler | 2019-09-27 | 1 | -0/+2 |
* | avcodec/nvenc: add b_as_ref support for HEVC | Roman Arzumanyan | 2019-02-14 | 1 | -0/+11 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -2/+4 |
* | avcodec/nvenc: migrate to new encode API | Timo Rothenpieler | 2017-09-07 | 1 | -0/+4 |
* | avcodec/nvenc: Add default value for AVCodecContext::refs | Srinath K R | 2017-06-01 | 1 | -0/+1 |
* | avcodec/nvenc: add weighted prediction support | Sumit Agarwal | 2017-05-10 | 1 | -0/+2 |
* | avcodec/nvenc: add fractional CQ support | Ben Chang | 2017-05-10 | 1 | -1/+1 |
* | avcodec/nvenc: deprecated old rc modes, add new ones | Timo Rothenpieler | 2017-05-09 | 1 | -10/+13 |
* | avcodec/nvenc: surface allocation reduction | Ben Chang | 2017-04-26 | 1 | -2/+2 |
* | avcodec/nvenc: Deprecate usage of global_quality, introducing qp | Timo Rothenpieler | 2017-03-23 | 1 | -0/+2 |
* | avcodec/nvenc: add initial QP value options | Konda Raju | 2017-03-01 | 1 | -0/+3 |
* | avcodec/nvenc: allow forcing keyframes by default | Timo Rothenpieler | 2017-02-20 | 1 | -1/+1 |
* | avcodec/nvenc: Add bluray_compat basic implementation | Miroslav Slugen | 2017-01-01 | 1 | -0/+1 |
* | avcodec/nvenc: Make AUD optional for h264_nvenc and hevc_nvenc | Miroslav Slugen | 2017-01-01 | 1 | -0/+1 |
* | avcodec/nvenc: maximum usable surfaces are limited to maximum registered frames | Miroslav Slugeň | 2016-11-22 | 1 | -1/+1 |
* | avcodec/nvenc_hevc: Added missing option -temporal_aq | Sven C. Dack | 2016-10-19 | 1 | -0/+1 |
* | avcodec/nvenc: add support for forcing intra/idr frames | Timo Rothenpieler | 2016-10-12 | 1 | -0/+2 |
* | avcodec/nvenc: nicely align AVOptions | Timo Rothenpieler | 2016-09-28 | 1 | -64/+75 |
* | avcodec/nvenc: Extended rate-control support as provided by SDK 7 | Yogender Gupta | 2016-09-28 | 1 | -0/+7 |
* | avcodec/nvenc: add HEVC REXT profile | Timo Rothenpieler | 2016-09-28 | 1 | -1/+2 |
* | avcodec/nvenc: added support for rate control lookahead | Oliver Collyer | 2016-08-28 | 1 | -0/+1 |
* | avcodec/nvenc: added support for 10 bit HEVC encoding | Oliver Collyer | 2016-08-28 | 1 | -2/+3 |
* | avcodec/nvenc: Bring encoder names in line with other encoders | Timo Rothenpieler | 2016-06-25 | 1 | -8/+41 |
* | avcodec/nvenc: rework library load and GPU selection | Andrey Turkin | 2016-05-31 | 1 | -1/+3 |
* | avcodec/nvenc: allow configuring number of surfaces | Andrey Turkin | 2016-05-31 | 1 | -1/+2 |
* | avcodec/nvenc: use INIT_CLEANUP to deal with init failures | Andrey Turkin | 2016-05-31 | 1 | -0/+1 |
* | avcodec/nvenc: add rate control option | Andrey Turkin | 2016-05-31 | 1 | -0/+8 |
* | avcodec/nvenc: convert tier to AVOptions | Andrey Turkin | 2016-05-31 | 1 | -1/+3 |
* | avcodec/nvenc: convert levels to AVOptions | Andrey Turkin | 2016-05-31 | 1 | -1/+21 |
* | avcodec/nvenc: convert profile parsing to AVOptions | Andrey Turkin | 2016-05-31 | 1 | -1/+2 |
* | avcodec/nvenc: use AVOptions to select presets | Andrey Turkin | 2016-05-31 | 1 | -1/+13 |
* | avcodec/nvenc: split H264/HEVC encoder definitions into separate files | Andrey Turkin | 2016-05-31 | 1 | -0/+72 |