267 Commits (9078dc0c5202d54160f9a2d4c86c6f1ce756a224)

Author SHA1 Message Date
Andreas Rheinhardt f58038d498 avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusions 1 year ago
Andreas Rheinhardt 423b6a7e49 avutil/imgutils: Add wrapper for av_image_copy() to avoid casts 1 year ago
Andreas Rheinhardt 8238bc0b5e avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
James Almer 0231df505d avcodec/utils: move ff_add_cpb_side_data() to encoder code 1 year ago
Aleksoid 7eb0d9e905 avcodec/nvenc: add option to limit slice size 1 year ago
Andreas Rheinhardt 2d7c1479c2 avcodec/nvenc: Remove always-true check 2 years ago
Zhao Zhili 7eeef72c67 avcodec/nvenc: set idrPeriod to gopLength unconditionally 2 years ago
Zhao Zhili 0d0c39832f avcodec/nvenc: fix intraRefreshPeriod setting 2 years ago
Ricardo Monteiro 99dfdb45a8 avcodec/nvenc: let preset decide default gop size 2 years ago
Timo Rothenpieler 16fdb48e0d avcodec/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE 2 years ago
Timo Rothenpieler 6c418ae25e Revert "lavc/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE" 2 years ago
Timo Rothenpieler ac7c265b33 Revert "avcodec/nvenc: fix b-frame DTS behavior with fractional framerates" 2 years ago
Timo Rothenpieler d2b46c1ef7 avcodec/nvenc: stop using deprecated rc modes with SDK 12.1 2 years ago
Anton Khirnov 7d1d61cc5f lavc: deprecate AVCodecContext.ticks_per_frame 2 years ago
James Almer 2f561ba953 avcodec: use the new AVFrame interlace flags in all decoders and encoders 2 years ago
Kyle Manning 9a245bdf5d avcodec/nvenc: fix b-frame DTS behavior with fractional framerates 2 years ago
Timo Rothenpieler 7a8560cb22 avcodec/nvenc: avoid failing b_ref_mode check when unset 2 years ago
Zhao Zhili 21101d9eb1 avcodec/nvenc: fix potential NULL pointer dereference 2 years ago
Anton Khirnov bdc76f467f lavu/frame: deprecate reordered_opaque 2 years ago
Anton Khirnov 3553809703 lavc/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE 2 years ago
Timo Rothenpieler 9ca139b2aa avcodec/nvenc: fix vbv buffer size in cq mode 2 years ago
Timo Rothenpieler 45216e33e2 avcodec/nvenc: notify users about rc_lookahead clipping 2 years ago
Timo Rothenpieler ac0f42d893 avcodec/nvenc: explicitly disable lookahead if lacking sufficient surfaces 2 years ago
Timo Rothenpieler eb1e359a14 avcodec/nvenc: use provided constant for max extradata size 2 years ago
Timo Rothenpieler c7a60124e3 avcodec/nvenc: add forgotten X2RGB10 formats to 10-bit-list 2 years ago
Timo Rothenpieler 939273d3b4 avcodec/nvenc: remove unsupported AV1 High Profile 2 years ago
Timo Rothenpieler e7fbdda64e avcodec/nvenc: fix AV1 darWidth/Height calculation 2 years ago
Timo Rothenpieler aa3d98227e avcodec/nvenc: don't queue and offset dts for AV1 2 years ago
Timo Rothenpieler 6362b8cd19 avcodec/nvenc: set correct "sei" payload type for AV1 2 years ago
Timo Rothenpieler 5c288a44ad avcodec/nvenc: add AV1 encoding support 2 years ago
Timo Rothenpieler 28680e2f41 avcodec/nvenc: only set b_ref_mode when explicitly requested 2 years ago
Timo Rothenpieler 12733c0cbd avcodec/nvenc: remove unused slice offset querying 2 years ago
Timo Rothenpieler b710698790 avcodec/nvenc: hardcode color characteristics for internal RGB2YUV conversion 3 years ago
Timo Rothenpieler 85bc6b5abf avcodec/nvenc: add support for additional (10 bit) RGB pixel formats 3 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov 587545c9e0 lavc/nvenc: switch to the new FIFO API 3 years ago
Timo Rothenpieler 0b13c34a65 avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE struct 3 years ago
Limin Wang 0c8741f819 avcodec/nvenc: add udu_sei option to import user data unregistered SEIs 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Limin Wang 75001ae844 avcodec/nvenc: add constrainedFrame encoding support 3 years ago
Limin Wang 3756525a59 avcodec/nvenc: add single slice intra refresh support 3 years ago
Limin Wang e6bd5171ac avcodec/nvenc: add intra refresh support 3 years ago
Limin Wang 85489e0308 avcodec/nvenc: make number of slices per frame configurable 3 years ago
Timo Rothenpieler 00b579890d avcodec/nvenc: always set qp cr/cb offsets 4 years ago
Timo Rothenpieler ac0408522a avcodec/nvenc: make aware of SDK 11.1 driver requirements 4 years ago
Ricardo Monteiro e56f6e59b6 avcodec/nvenc: add chroma qp offset support 4 years ago
Andreas Rheinhardt 2934a4b9a5 Remove unnecessary avassert.h inclusions 4 years ago
Timo Rothenpieler 8bcce5673a avcodec/nvenc: add option to disable all extra SEI data 4 years ago
Timo Rothenpieler 57de80673c avcodec/nvenc: extract sei data prep into own function 4 years ago
Brad Hards cee9f9628f avcodec/nvenc: write out user data unregistered SEI 4 years ago