| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/nvenc: add option to limit slice size | Aleksoid | 2023-08-22 | 1 | -4/+14 |
* | avcodec/nvenc: Remove always-true check | Andreas Rheinhardt | 2023-08-02 | 1 | -1/+1 |
* | avcodec/nvenc: set idrPeriod to gopLength unconditionally | Zhao Zhili | 2023-07-07 | 1 | -14/+4 |
* | avcodec/nvenc: fix intraRefreshPeriod setting | Zhao Zhili | 2023-07-07 | 1 | -3/+3 |
* | avcodec/nvenc: let preset decide default gop size | Ricardo Monteiro | 2023-06-22 | 1 | -17/+18 |
* | avcodec/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE | Timo Rothenpieler | 2023-06-16 | 1 | -0/+81 |
* | Revert "lavc/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED... | Timo Rothenpieler | 2023-06-16 | 1 | -97/+19 |
* | Revert "avcodec/nvenc: fix b-frame DTS behavior with fractional framerates" | Timo Rothenpieler | 2023-06-15 | 1 | -3/+2 |
* | avcodec/nvenc: stop using deprecated rc modes with SDK 12.1 | Timo Rothenpieler | 2023-06-01 | 1 | -0/+11 |
* | lavc: deprecate AVCodecContext.ticks_per_frame | Anton Khirnov | 2023-05-15 | 1 | -2/+14 |
* | avcodec: use the new AVFrame interlace flags in all decoders and encoders | James Almer | 2023-05-04 | 1 | -1/+1 |
* | avcodec/nvenc: fix b-frame DTS behavior with fractional framerates | Kyle Manning | 2023-04-03 | 1 | -1/+2 |
* | avcodec/nvenc: avoid failing b_ref_mode check when unset | Timo Rothenpieler | 2023-03-10 | 1 | -4/+6 |
* | avcodec/nvenc: fix potential NULL pointer dereference | Zhao Zhili | 2023-02-28 | 1 | -2/+7 |
* | lavu/frame: deprecate reordered_opaque | Anton Khirnov | 2023-02-04 | 1 | -0/+10 |
* | lavc/nvenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE | Anton Khirnov | 2023-01-29 | 1 | -20/+82 |
* | avcodec/nvenc: fix vbv buffer size in cq mode | Timo Rothenpieler | 2022-12-08 | 1 | -1/+2 |
* | avcodec/nvenc: notify users about rc_lookahead clipping | Timo Rothenpieler | 2022-12-05 | 1 | -0/+3 |
* | avcodec/nvenc: explicitly disable lookahead if lacking sufficient surfaces | Timo Rothenpieler | 2022-12-05 | 1 | -0/+1 |
* | avcodec/nvenc: use provided constant for max extradata size | Timo Rothenpieler | 2022-11-15 | 1 | -1/+2 |
* | avcodec/nvenc: add forgotten X2RGB10 formats to 10-bit-list | Timo Rothenpieler | 2022-11-14 | 1 | -0/+2 |
* | avcodec/nvenc: remove unsupported AV1 High Profile | Timo Rothenpieler | 2022-11-10 | 1 | -2/+2 |
* | avcodec/nvenc: fix AV1 darWidth/Height calculation | Timo Rothenpieler | 2022-11-10 | 1 | -0/+20 |
* | avcodec/nvenc: don't queue and offset dts for AV1 | Timo Rothenpieler | 2022-11-06 | 1 | -3/+9 |
* | avcodec/nvenc: set correct "sei" payload type for AV1 | Timo Rothenpieler | 2022-11-05 | 1 | -2/+19 |
* | avcodec/nvenc: add AV1 encoding support | Timo Rothenpieler | 2022-11-05 | 1 | -8/+126 |
* | avcodec/nvenc: only set b_ref_mode when explicitly requested | Timo Rothenpieler | 2022-11-05 | 1 | -2/+4 |
* | avcodec/nvenc: remove unused slice offset querying | Timo Rothenpieler | 2022-11-01 | 1 | -26/+0 |
* | avcodec/nvenc: hardcode color characteristics for internal RGB2YUV conversion | Timo Rothenpieler | 2022-08-06 | 1 | -10/+28 |
* | avcodec/nvenc: add support for additional (10 bit) RGB pixel formats | Timo Rothenpieler | 2022-07-05 | 1 | -0/+10 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | lavc/nvenc: switch to the new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -26/+23 |
* | avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE struct | Timo Rothenpieler | 2022-01-10 | 1 | -1/+1 |
* | avcodec/nvenc: add udu_sei option to import user data unregistered SEIs | Limin Wang | 2021-12-25 | 1 | -0/+3 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -1/+1 |
* | avcodec/nvenc: add constrainedFrame encoding support | Limin Wang | 2021-09-06 | 1 | -0/+21 |
* | avcodec/nvenc: add single slice intra refresh support | Limin Wang | 2021-09-06 | 1 | -1/+24 |
* | avcodec/nvenc: add intra refresh support | Limin Wang | 2021-09-06 | 1 | -4/+31 |
* | avcodec/nvenc: make number of slices per frame configurable | Limin Wang | 2021-09-06 | 1 | -2/+2 |
* | avcodec/nvenc: always set qp cr/cb offsets | Timo Rothenpieler | 2021-08-09 | 1 | -9/+8 |
* | avcodec/nvenc: make aware of SDK 11.1 driver requirements | Timo Rothenpieler | 2021-08-08 | 1 | -1/+7 |
* | avcodec/nvenc: add chroma qp offset support | Ricardo Monteiro | 2021-08-08 | 1 | -0/+9 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/nvenc: add option to disable all extra SEI data | Timo Rothenpieler | 2021-06-06 | 1 | -4/+6 |
* | avcodec/nvenc: extract sei data prep into own function | Timo Rothenpieler | 2021-06-04 | 1 | -85/+99 |
* | avcodec/nvenc: write out user data unregistered SEI | Brad Hards | 2021-06-04 | 1 | -0/+28 |
* | avcodec/nvenc: use persistent sei data buffer | Brad Hards | 2021-06-04 | 1 | -14/+41 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avcodec/nvenc: fix lossless tuning logic | Timo Rothenpieler | 2021-04-18 | 1 | -69/+73 |
* | avcodec/nvenc: add support for gbrp rgb input | Timo Rothenpieler | 2021-04-11 | 1 | -10/+20 |