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
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-06avcodec/nvenc: add constrainedFrame encoding supportLimin Wang
2021-09-06avcodec/nvenc: add single slice intra refresh supportLimin Wang
2021-09-06avcodec/nvenc: add intra refresh supportLimin Wang
2021-09-06avcodec/nvenc: make number of slices per frame configurableLimin Wang
2021-08-09avcodec/nvenc: always set qp cr/cb offsetsTimo Rothenpieler
2021-08-08avcodec/nvenc: make aware of SDK 11.1 driver requirementsTimo Rothenpieler
2021-08-08avcodec/nvenc: add chroma qp offset supportRicardo Monteiro
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-06-06avcodec/nvenc: add option to disable all extra SEI dataTimo Rothenpieler
2021-06-04avcodec/nvenc: extract sei data prep into own functionTimo Rothenpieler
2021-06-04avcodec/nvenc: write out user data unregistered SEIBrad Hards
2021-06-04avcodec/nvenc: use persistent sei data bufferBrad Hards
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-18avcodec/nvenc: fix lossless tuning logicTimo Rothenpieler
2021-04-11avcodec/nvenc: add support for gbrp rgb inputTimo 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