Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-19avcodec/nvenc_hevc: Added missing option -temporal_aqSven C. Dack
The option is present in h264_nvenc, but was missing from hevc_nvenc. Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-10-12avcodec/nvenc: add support for forcing intra/idr framesTimo Rothenpieler
2016-09-28avcodec/nvenc: nicely align AVOptionsTimo Rothenpieler
2016-09-28avcodec/nvenc: Extended rate-control support as provided by SDK 7Yogender Gupta
Merged from libav commit by Yogender Gupta: https://git.libav.org/?p=libav.git;a=commitdiff;h=70de2ea4261f860457a04e3d0c58c5543f403325
2016-09-28avcodec/nvenc: add HEVC REXT profileTimo Rothenpieler
2016-08-28avcodec/nvenc: added support for rate control lookaheadOliver Collyer
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-08-28avcodec/nvenc: added support for 10 bit HEVC encodingOliver Collyer
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-06-26avcodec/nvenc: Bring encoder names in line with other encodersTimo Rothenpieler
2016-05-31avcodec/nvenc: rework library load and GPU selectionAndrey Turkin
Use explicit nvenc capability checks instead to determine usable devices instead of SM versions. Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-05-31avcodec/nvenc: allow configuring number of surfacesAndrey Turkin
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-05-31avcodec/nvenc: use INIT_CLEANUP to deal with init failuresAndrey Turkin
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-05-31avcodec/nvenc: add rate control optionAndrey Turkin
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-05-31avcodec/nvenc: convert tier to AVOptionsAndrey Turkin
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-05-31avcodec/nvenc: convert levels to AVOptionsAndrey Turkin
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-05-31avcodec/nvenc: convert profile parsing to AVOptionsAndrey Turkin
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-05-31avcodec/nvenc: use AVOptions to select presetsAndrey Turkin
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
2016-05-31avcodec/nvenc: split H264/HEVC encoder definitions into separate filesAndrey Turkin
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>