summaryrefslogtreecommitdiff
path: root/libavcodec/nvenc.c
Commit message (Expand)AuthorAge
* avcodec/nvenc: provide nvenc with monotonic frame indexTimo Rothenpieler2024-04-01
* avcodec/nvenc: update minimum driver version listTimo Rothenpieler2024-03-31
* avcodec/nvenc: add support for unidirectional b-framesTimo Rothenpieler2024-03-31
* avcodec/nvenc: add support for lookahead_levelTimo Rothenpieler2024-03-31
* avcodec/nvenc: add support for HEVC temporal filteringTimo Rothenpieler2024-03-31
* avcodec/nvenc: support SDK 12.2 bit depth APITimo Rothenpieler2024-03-31
* avcodec/nvenc: stop using long deprecated format specifiersTimo Rothenpieler2024-03-31
* avutil: remove deprecated FF_API_REORDERED_OPAQUEJames Almer2024-03-07
* avcodec/nvenc: add option to control subsampling of packed rgb inputTimo Rothenpieler2023-10-09
* avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusionsAndreas Rheinhardt2023-10-03
* avutil/imgutils: Add wrapper for av_image_copy() to avoid castsAndreas Rheinhardt2023-09-12
* avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* definesAndreas Rheinhardt2023-09-07
* avcodec/utils: move ff_add_cpb_side_data() to encoder codeJames Almer2023-09-06
* avcodec/nvenc: add option to limit slice sizeAleksoid2023-08-22
* avcodec/nvenc: Remove always-true checkAndreas Rheinhardt2023-08-02
* avcodec/nvenc: set idrPeriod to gopLength unconditionallyZhao Zhili2023-07-07
* avcodec/nvenc: fix intraRefreshPeriod settingZhao Zhili2023-07-07
* avcodec/nvenc: let preset decide default gop sizeRicardo Monteiro2023-06-22
* avcodec/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUETimo Rothenpieler2023-06-16
* Revert "lavc/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED...Timo Rothenpieler2023-06-16
* Revert "avcodec/nvenc: fix b-frame DTS behavior with fractional framerates"Timo Rothenpieler2023-06-15
* avcodec/nvenc: stop using deprecated rc modes with SDK 12.1Timo Rothenpieler2023-06-01
* lavc: deprecate AVCodecContext.ticks_per_frameAnton Khirnov2023-05-15
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-04
* avcodec/nvenc: fix b-frame DTS behavior with fractional frameratesKyle Manning2023-04-03
* avcodec/nvenc: avoid failing b_ref_mode check when unsetTimo Rothenpieler2023-03-10
* avcodec/nvenc: fix potential NULL pointer dereferenceZhao Zhili2023-02-28
* lavu/frame: deprecate reordered_opaqueAnton Khirnov2023-02-04
* lavc/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2023-01-29
* avcodec/nvenc: fix vbv buffer size in cq modeTimo Rothenpieler2022-12-08
* avcodec/nvenc: notify users about rc_lookahead clippingTimo Rothenpieler2022-12-05
* avcodec/nvenc: explicitly disable lookahead if lacking sufficient surfacesTimo Rothenpieler2022-12-05
* avcodec/nvenc: use provided constant for max extradata sizeTimo Rothenpieler2022-11-15
* avcodec/nvenc: add forgotten X2RGB10 formats to 10-bit-listTimo Rothenpieler2022-11-14
* avcodec/nvenc: remove unsupported AV1 High ProfileTimo Rothenpieler2022-11-10
* avcodec/nvenc: fix AV1 darWidth/Height calculationTimo Rothenpieler2022-11-10
* avcodec/nvenc: don't queue and offset dts for AV1Timo Rothenpieler2022-11-06
* avcodec/nvenc: set correct "sei" payload type for AV1Timo Rothenpieler2022-11-05
* avcodec/nvenc: add AV1 encoding supportTimo Rothenpieler2022-11-05
* avcodec/nvenc: only set b_ref_mode when explicitly requestedTimo Rothenpieler2022-11-05
* avcodec/nvenc: remove unused slice offset queryingTimo Rothenpieler2022-11-01
* avcodec/nvenc: hardcode color characteristics for internal RGB2YUV conversionTimo Rothenpieler2022-08-06
* avcodec/nvenc: add support for additional (10 bit) RGB pixel formatsTimo Rothenpieler2022-07-05
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* lavc/nvenc: switch to the new FIFO APIAnton Khirnov2022-02-07
* avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE structTimo Rothenpieler2022-01-10
* avcodec/nvenc: add udu_sei option to import user data unregistered SEIsLimin Wang2021-12-25
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec/nvenc: add constrainedFrame encoding supportLimin Wang2021-09-06
* avcodec/nvenc: add single slice intra refresh supportLimin Wang2021-09-06