summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/nvenc: switch to the new FIFO APIAnton Khirnov2022-02-071-26/+23
* avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE structTimo Rothenpieler2022-01-101-1/+1
* avcodec/nvenc: add udu_sei option to import user data unregistered SEIsLimin Wang2021-12-251-0/+3
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-1/+1
* avcodec/nvenc: add constrainedFrame encoding supportLimin Wang2021-09-061-0/+21
* avcodec/nvenc: add single slice intra refresh supportLimin Wang2021-09-061-1/+24
* avcodec/nvenc: add intra refresh supportLimin Wang2021-09-061-4/+31
* avcodec/nvenc: make number of slices per frame configurableLimin Wang2021-09-061-2/+2
* avcodec/nvenc: always set qp cr/cb offsetsTimo Rothenpieler2021-08-091-9/+8
* avcodec/nvenc: make aware of SDK 11.1 driver requirementsTimo Rothenpieler2021-08-081-1/+7
* avcodec/nvenc: add chroma qp offset supportRicardo Monteiro2021-08-081-0/+9
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/nvenc: add option to disable all extra SEI dataTimo Rothenpieler2021-06-061-4/+6
* avcodec/nvenc: extract sei data prep into own functionTimo Rothenpieler2021-06-041-85/+99
* avcodec/nvenc: write out user data unregistered SEIBrad Hards2021-06-041-0/+28
* avcodec/nvenc: use persistent sei data bufferBrad Hards2021-06-041-14/+41
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-6/+0
* avcodec/nvenc: fix lossless tuning logicTimo Rothenpieler2021-04-181-69/+73
* avcodec/nvenc: add support for gbrp rgb inputTimo Rothenpieler2021-04-111-10/+20
* avcodec/nvenc: use AVCodecContext.get_encode_buffer()James Almer2021-03-171-1/+1
* avcodec/nvenc: base timestamps on frameIntervalPMartin Storsjö2021-03-121-1/+1
* hevc: Use common SEI typesMark Thompson2021-01-211-1/+1
* avcodec/nvenc: fix timestamp offset ticks logicTimo Rothenpieler2021-01-091-1/+1
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-081-1/+1
* avcodec/nvenc: fix build with older SDKsTimo Rothenpieler2020-10-301-3/+0
* avcodec/nvenc: only enforce explicitly set twopass modeTimo Rothenpieler2020-10-301-1/+1
* avcodec/nvenc: only auto-pick vbr rc in cq modeTimo Rothenpieler2020-10-301-1/+1
* avcodec/nvenc: all presets are SDK10 presets nowTimo Rothenpieler2020-10-291-26/+16
* avcodec/nvenc: removed unused and deprecated fieldTimo Rothenpieler2020-10-211-1/+0
* avcodec/nvenc: reduce automated use of deprecated modesTimo Rothenpieler2020-10-211-3/+19
* avcodec/nvenc: mark newly deprecated rc modesTimo Rothenpieler2020-10-211-4/+1
* avcodec/nvenc: use alias to provide deprecated profilesTimo Rothenpieler2020-10-211-8/+25
* avcodec/nvenc: update driver versions for SDK 11.0Timo Rothenpieler2020-10-171-1/+7
* avcodec/utils: calculate frame number of HEVC if the framerate > 30FPSLimin Wang2020-08-161-1/+1
* avcodec: move ff_alloc_a53_sei() to atsc_53James Almer2020-08-151-0/+1
* avcodec/nvenc: fix B-Ref-Mode support check for recent HEVCTimo Rothenpieler2020-07-281-1/+1
* avcodec/nvenc: add new Video SDK 10 featuresRoman Arzumanyan2020-07-011-5/+65
* avcodec/nvenc: rename tc option to something more uniqueTimo Rothenpieler2020-06-301-1/+1
* avcodec/nvenc: support for HEVC timecode passthroughLimin Wang2020-06-281-0/+17
* avcodec/nvenc: add more sei data supportLimin Wang2020-06-281-14/+22
* avcodec/encode: restructure the core encoding codeJames Almer2020-06-181-41/+31
* avcodec/nvenc: honor max bitrate in CQ modeRoman Arzumanyan2020-06-041-3/+3
* avcodec/internal: move packet related functions to their own headerJames Almer2020-06-021-0/+1
* avcodec/nvenc: zero avg and max bitrate in CQ modeRoman Arzumanyan2020-06-011-2/+7
* avcodec/nvenc: use framerate if availableZachariah Brown2020-05-151-2/+7
* avcodec/nvenc: refactor dts calculation logicTimo Rothenpieler2020-05-021-40/+2
* avcodec/nvenc: offset dts to account for b-frame reorderingTimo Rothenpieler2020-05-011-2/+3
* avcodec/nvenc: add hardware config metadataMark Thompson2020-04-271-0/+10
* nvenc: implement flush to help allow an encoder to be re-usedPhilip Langdale2020-01-081-0/+5
* avcodec/nvenc: make sure newly allocated packets are refcountedTimo Rothenpieler2019-11-171-1/+5