| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avcodec/nvenc: use AVCodecContext.get_encode_buffer() | James Almer | 2021-03-17 | 1 | -1/+1 |
* | avcodec/nvenc: base timestamps on frameIntervalP | Martin Storsjö | 2021-03-12 | 1 | -1/+1 |
* | hevc: Use common SEI types | Mark Thompson | 2021-01-21 | 1 | -1/+1 |
* | avcodec/nvenc: fix timestamp offset ticks logic | Timo Rothenpieler | 2021-01-09 | 1 | -1/+1 |
* | lavc: Mark hw_config pointer arrays as const | Mark Thompson | 2020-11-08 | 1 | -1/+1 |
* | avcodec/nvenc: fix build with older SDKs | Timo Rothenpieler | 2020-10-30 | 1 | -3/+0 |
* | avcodec/nvenc: only enforce explicitly set twopass mode | Timo Rothenpieler | 2020-10-30 | 1 | -1/+1 |
* | avcodec/nvenc: only auto-pick vbr rc in cq mode | Timo Rothenpieler | 2020-10-30 | 1 | -1/+1 |
* | avcodec/nvenc: all presets are SDK10 presets now | Timo Rothenpieler | 2020-10-29 | 1 | -26/+16 |
* | avcodec/nvenc: removed unused and deprecated field | Timo Rothenpieler | 2020-10-21 | 1 | -1/+0 |
* | avcodec/nvenc: reduce automated use of deprecated modes | Timo Rothenpieler | 2020-10-21 | 1 | -3/+19 |
* | avcodec/nvenc: mark newly deprecated rc modes | Timo Rothenpieler | 2020-10-21 | 1 | -4/+1 |
* | avcodec/nvenc: use alias to provide deprecated profiles | Timo Rothenpieler | 2020-10-21 | 1 | -8/+25 |
* | avcodec/nvenc: update driver versions for SDK 11.0 | Timo Rothenpieler | 2020-10-17 | 1 | -1/+7 |
* | avcodec/utils: calculate frame number of HEVC if the framerate > 30FPS | Limin Wang | 2020-08-16 | 1 | -1/+1 |
* | avcodec: move ff_alloc_a53_sei() to atsc_53 | James Almer | 2020-08-15 | 1 | -0/+1 |
* | avcodec/nvenc: fix B-Ref-Mode support check for recent HEVC | Timo Rothenpieler | 2020-07-28 | 1 | -1/+1 |
* | avcodec/nvenc: add new Video SDK 10 features | Roman Arzumanyan | 2020-07-01 | 1 | -5/+65 |
* | avcodec/nvenc: rename tc option to something more unique | Timo Rothenpieler | 2020-06-30 | 1 | -1/+1 |
* | avcodec/nvenc: support for HEVC timecode passthrough | Limin Wang | 2020-06-28 | 1 | -0/+17 |
* | avcodec/nvenc: add more sei data support | Limin Wang | 2020-06-28 | 1 | -14/+22 |
* | avcodec/encode: restructure the core encoding code | James Almer | 2020-06-18 | 1 | -41/+31 |
* | avcodec/nvenc: honor max bitrate in CQ mode | Roman Arzumanyan | 2020-06-04 | 1 | -3/+3 |
* | avcodec/internal: move packet related functions to their own header | James Almer | 2020-06-02 | 1 | -0/+1 |
* | avcodec/nvenc: zero avg and max bitrate in CQ mode | Roman Arzumanyan | 2020-06-01 | 1 | -2/+7 |
* | avcodec/nvenc: use framerate if available | Zachariah Brown | 2020-05-15 | 1 | -2/+7 |
* | avcodec/nvenc: refactor dts calculation logic | Timo Rothenpieler | 2020-05-02 | 1 | -40/+2 |
* | avcodec/nvenc: offset dts to account for b-frame reordering | Timo Rothenpieler | 2020-05-01 | 1 | -2/+3 |
* | avcodec/nvenc: add hardware config metadata | Mark Thompson | 2020-04-27 | 1 | -0/+10 |
* | nvenc: implement flush to help allow an encoder to be re-used | Philip Langdale | 2020-01-08 | 1 | -0/+5 |
* | avcodec/nvenc: make sure newly allocated packets are refcounted | Timo Rothenpieler | 2019-11-17 | 1 | -1/+5 |
* | avcodec/nvenc: turn feature check failures into warnings | hydra3333 | 2019-10-29 | 1 | -18/+18 |
* | avcodec/nvenc: make use of new GetLastErrorString function | Timo Rothenpieler | 2019-09-27 | 1 | -4/+14 |
* | avcodec/nvenc: pass CUstream to nvenc when available | Timo Rothenpieler | 2019-09-27 | 1 | -4/+16 |