summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avcodec/nvenc: turn feature check failures into warningshydra33332019-10-291-18/+18
* avcodec/nvenc: make use of new GetLastErrorString functionTimo Rothenpieler2019-09-271-4/+14
* avcodec/nvenc: pass CUstream to nvenc when availableTimo Rothenpieler2019-09-271-4/+16
* avcodec/nvenc: add multiple reference frames supportRoman Arzumanyan2019-09-271-0/+23
* avcodec/nvenc: switch to dedicated dpb_size optionTimo Rothenpieler2019-09-271-5/+5
* avcodec/nvenc: fix typo in new Windows driver versionTimo Rothenpieler2019-09-241-1/+1
* avcodec/nvenc: add driver version info for SDK 9.1Timo Rothenpieler2019-09-231-1/+9
* avcodec/nvenc: fix indentationTimo Rothenpieler2019-04-271-12/+12
* avcodec/nvenc: only unregister input resources when absolutely neededTimo Rothenpieler2019-04-271-8/+5
* avcodec/nvenc: add minimum driver version for SDK 8.2 and 9.0Timo Rothenpieler2019-03-101-1/+13
* avcodec/nvenc: add b_as_ref support for HEVCRoman Arzumanyan2019-02-141-0/+4
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-141-48/+20
* avcodec/nvenc: add option to turn off a53 closed caption embeddingTimo Rothenpieler2018-08-211-1/+1
* avcodec/nvenc: enable nvenc encoder instance reusePavel Koshevoy2018-06-151-2/+10
* Revert "avcodec/nvenc: make hw_frames_ctx fully optional"Timo Rothenpieler2018-05-101-22/+15
* avcodec/nvenc: move reconfig_encoder call inside of push/pop ctxTimo Rothenpieler2018-05-041-5/+3
* avcodec/nvenc: add A53CC supportRoman Arzumanyan2018-05-041-2/+28
* avcodec/nvenc: support dynamic bitrate changespkviet2018-05-041-3/+56
* avcodec/nvenc: support dynamic aspect ratio changeMiroslav Slugeň2018-05-041-7/+60