| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avcodec/nvenc: add multiple reference frames support | Roman Arzumanyan | 2019-09-27 | 1 | -0/+23 |
* | avcodec/nvenc: switch to dedicated dpb_size option | Timo Rothenpieler | 2019-09-27 | 1 | -5/+5 |
* | avcodec/nvenc: fix typo in new Windows driver version | Timo Rothenpieler | 2019-09-24 | 1 | -1/+1 |
* | avcodec/nvenc: add driver version info for SDK 9.1 | Timo Rothenpieler | 2019-09-23 | 1 | -1/+9 |
* | avcodec/nvenc: fix indentation | Timo Rothenpieler | 2019-04-27 | 1 | -12/+12 |
* | avcodec/nvenc: only unregister input resources when absolutely needed | Timo Rothenpieler | 2019-04-27 | 1 | -8/+5 |
* | avcodec/nvenc: add minimum driver version for SDK 8.2 and 9.0 | Timo Rothenpieler | 2019-03-10 | 1 | -1/+13 |
* | avcodec/nvenc: add b_as_ref support for HEVC | Roman Arzumanyan | 2019-02-14 | 1 | -0/+4 |
* | avutil/hwcontext_cuda: Define and use common CHECK_CU() | Philip Langdale | 2018-11-14 | 1 | -48/+20 |
* | avcodec/nvenc: add option to turn off a53 closed caption embedding | Timo Rothenpieler | 2018-08-21 | 1 | -1/+1 |
* | avcodec/nvenc: enable nvenc encoder instance reuse | Pavel Koshevoy | 2018-06-15 | 1 | -2/+10 |
* | Revert "avcodec/nvenc: make hw_frames_ctx fully optional" | Timo Rothenpieler | 2018-05-10 | 1 | -22/+15 |
* | avcodec/nvenc: move reconfig_encoder call inside of push/pop ctx | Timo Rothenpieler | 2018-05-04 | 1 | -5/+3 |
* | avcodec/nvenc: add A53CC support | Roman Arzumanyan | 2018-05-04 | 1 | -2/+28 |
* | avcodec/nvenc: support dynamic bitrate changes | pkviet | 2018-05-04 | 1 | -3/+56 |
* | avcodec/nvenc: support dynamic aspect ratio change | Miroslav Slugeň | 2018-05-04 | 1 | -7/+60 |
* | avcodec/nvenc: make hw_frames_ctx fully optional | Timo Rothenpieler | 2018-05-04 | 1 | -15/+22 |
* | avcodec/nv{enc,dec}: use sane version checking macro | Timo Rothenpieler | 2018-04-13 | 1 | -1/+1 |