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 (Expand)Author
2022-01-10avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE structTimo Rothenpieler
2021-04-18avcodec/nvenc: fix lossless tuning logicTimo Rothenpieler
2021-03-17avcodec/nvenc: use AVCodecContext.get_encode_buffer()James Almer
2021-03-13avcodec/nvenc: base timestamps on frameIntervalPMartin Storsjö
2021-01-21hevc: Use common SEI typesMark Thompson
2021-01-09avcodec/nvenc: fix timestamp offset ticks logicTimo Rothenpieler
2020-11-08lavc: Mark hw_config pointer arrays as constMark Thompson
2020-10-30avcodec/nvenc: fix build with older SDKsTimo Rothenpieler
2020-10-30avcodec/nvenc: only enforce explicitly set twopass modeTimo Rothenpieler
2020-10-30avcodec/nvenc: only auto-pick vbr rc in cq modeTimo Rothenpieler
2020-10-29avcodec/nvenc: all presets are SDK10 presets nowTimo Rothenpieler
2020-10-21avcodec/nvenc: removed unused and deprecated fieldTimo Rothenpieler
2020-10-21avcodec/nvenc: reduce automated use of deprecated modesTimo Rothenpieler
2020-10-21avcodec/nvenc: mark newly deprecated rc modesTimo Rothenpieler
2020-10-21avcodec/nvenc: use alias to provide deprecated profilesTimo Rothenpieler
2020-10-18avcodec/nvenc: update driver versions for SDK 11.0Timo Rothenpieler
2020-08-16avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang
2020-08-15avcodec: move ff_alloc_a53_sei() to atsc_53James Almer
2020-07-28avcodec/nvenc: fix B-Ref-Mode support check for recent HEVCTimo Rothenpieler
2020-07-01avcodec/nvenc: add new Video SDK 10 featuresRoman Arzumanyan
2020-06-30avcodec/nvenc: rename tc option to something more uniqueTimo Rothenpieler
2020-06-28avcodec/nvenc: support for HEVC timecode passthroughLimin Wang
2020-06-28avcodec/nvenc: add more sei data supportLimin Wang
2020-06-18avcodec/encode: restructure the core encoding codeJames Almer
2020-06-04avcodec/nvenc: honor max bitrate in CQ modeRoman Arzumanyan
2020-06-03avcodec/internal: move packet related functions to their own headerJames Almer
2020-06-01avcodec/nvenc: zero avg and max bitrate in CQ modeRoman Arzumanyan
2020-05-15avcodec/nvenc: use framerate if availableZachariah Brown
2020-05-02avcodec/nvenc: refactor dts calculation logicTimo Rothenpieler
2020-05-01avcodec/nvenc: offset dts to account for b-frame reorderingTimo Rothenpieler
2020-04-28avcodec/nvenc: add hardware config metadataMark Thompson
2020-01-09nvenc: implement flush to help allow an encoder to be re-usedPhilip Langdale
2019-11-17avcodec/nvenc: make sure newly allocated packets are refcountedTimo Rothenpieler
2019-10-29avcodec/nvenc: turn feature check failures into warningshydra3333
2019-09-27avcodec/nvenc: make use of new GetLastErrorString functionTimo Rothenpieler
2019-09-27avcodec/nvenc: pass CUstream to nvenc when availableTimo Rothenpieler
2019-09-27avcodec/nvenc: add multiple reference frames supportRoman Arzumanyan
2019-09-27avcodec/nvenc: switch to dedicated dpb_size optionTimo Rothenpieler
2019-09-24avcodec/nvenc: fix typo in new Windows driver versionTimo Rothenpieler
2019-09-23avcodec/nvenc: add driver version info for SDK 9.1Timo Rothenpieler
2019-04-27avcodec/nvenc: fix indentationTimo Rothenpieler
2019-04-27avcodec/nvenc: only unregister input resources when absolutely neededTimo Rothenpieler
2019-03-10avcodec/nvenc: add minimum driver version for SDK 8.2 and 9.0Timo Rothenpieler
2019-02-14avcodec/nvenc: add b_as_ref support for HEVCRoman Arzumanyan
2018-11-15avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale
2018-08-21avcodec/nvenc: add option to turn off a53 closed caption embeddingTimo Rothenpieler
2018-06-15avcodec/nvenc: enable nvenc encoder instance reusePavel Koshevoy
2018-05-10Revert "avcodec/nvenc: make hw_frames_ctx fully optional"Timo Rothenpieler
2018-05-05avcodec/nvenc: move reconfig_encoder call inside of push/pop ctxTimo Rothenpieler
2018-05-05avcodec/nvenc: add A53CC supportRoman Arzumanyan