| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/nvenc: add option to turn off a53 closed caption embedding | Timo Rothenpieler | 2018-08-21 | 1 | -0/+1 |
* | avcodec/nvenc: add support for B frames as ref | Timo Rothenpieler | 2018-04-11 | 1 | -0/+11 |
* | avcodec: add metadata to identify wrappers and hardware decoders | wm4 | 2017-12-14 | 1 | -3/+6 |
* | avcodec/nvenc: migrate to new encode API | Timo Rothenpieler | 2017-09-07 | 1 | -0/+6 |
* | avcodec/nvenc: add support for specifying entropy coding mode | Timo Rothenpieler | 2017-09-01 | 1 | -0/+7 |
* | 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: 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 | -67/+79 |
* | avcodec/nvenc: Extended rate-control support as provided by SDK 7 | Yogender Gupta | 2016-09-28 | 1 | -0/+9 |
* | avcodec/nvenc: added support for rate control lookahead | Oliver Collyer | 2016-08-28 | 1 | -0/+1 |
* | avcodec/nvenc: Bring encoder names in line with other encoders | Timo Rothenpieler | 2016-06-25 | 1 | -2/+35 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
| * | nvenc_h264: Fix name of private AVClass | Diego Biurrun | 2016-04-04 | 1 | -2/+2 |
| * | nvenc: factor out the pixel format list | Anton Khirnov | 2016-02-12 | 1 | -8/+2 |
| * | nvenc: rename encoders | Anton Khirnov | 2016-01-12 | 1 | -1/+36 |
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | nvenc: H264 and HEVC encoders | Luca Barbato | 2015-05-31 | 1 | -0/+110 |
* | 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/+2 |
* | avcodec/nvenc: add rate control option | Andrey Turkin | 2016-05-31 | 1 | -0/+8 |
* | avcodec/nvenc: convert levels to AVOptions | Andrey Turkin | 2016-05-31 | 1 | -1/+24 |
* | avcodec/nvenc: convert profile parsing to AVOptions | Andrey Turkin | 2016-05-31 | 1 | -1/+5 |
* | 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/+98 |