96 Commits (07f5e75a47bfa20204bc75d6090aae74046f2dde)

Author SHA1 Message Date
Timo Rothenpieler 808356c61c avcodec/nvenc: Check capabilities for interlaced encoding 9 years ago
Timo Rothenpieler 7c55f5d782 avcodec/nvenc: Don't set packet duration 9 years ago
Timo Rothenpieler e5babccfbc avcodec/nvenc: Refactor timestamp generation logic 9 years ago
Timo Rothenpieler 69c25c0ad7 avcodec/nvenc: forward frame duration 9 years ago
Timo Rothenpieler 971351b664 avcodec/nvenc: Handle minqp-only case in set_vbr 9 years ago
Timo Rothenpieler eae4eba9cb avcodec/nvenc: twopass mode works in all modes 9 years ago
Timo Rothenpieler 1330a0f31f avcodec/nvenc: Fix forcing constqp rc mode 9 years ago
Andrey Turkin 58c6dcb4b7 avcodec/nvenc: don't enqueue timestamps until a frame was accepted 9 years ago
Andrey Turkin 2f53b5b74b avcodec/nvenc: refactor encode_frame a bit 9 years ago
Andrey Turkin d3463912c1 avcodec/nvenc: extract timestamp calculations into separate function 9 years ago
Andrey Turkin 0d021cc8b3 avcodec/nvenc: rework library load and GPU selection 9 years ago
Andrey Turkin f052ef30ef avcodec/nvenc: allow configuring number of surfaces 9 years ago
Andrey Turkin b69335304d avcodec/nvenc: use INIT_CLEANUP to deal with init failures 9 years ago
Andrey Turkin f84dfbc74a avcodec/nvenc: add rate control option 9 years ago
Andrey Turkin 40df468ab1 avcodec/nvenc: convert tier to AVOptions 9 years ago
Andrey Turkin b0172873a8 avcodec/nvenc: convert levels to AVOptions 9 years ago
Andrey Turkin 9824321b32 avcodec/nvenc: convert profile parsing to AVOptions 9 years ago
Andrey Turkin faffff88c2 avcodec/nvenc: use AVOptions to select presets 9 years ago
Andrey Turkin 7aa16d59bf avcodec/nvenc: split H264/HEVC encoder definitions into separate files 9 years ago
Timo Rothenpieler 24fcb23351 avcodec/nvenc: Require Maxwell for lossless 9 years ago
Andrey Turkin a8cf25dd92 avcodec/nvenc: CUDA frames support 9 years ago
Andrey Turkin cfb49fc6f7 avcodec/nvenc: replace custom FIFOs with AVFifos 9 years ago
Andrey Turkin e1691c44f0 avcodec/nvenc: combine input and output surface structures 9 years ago
Andrey Turkin 82d705e245 avcodec/nvenc: split large functions into smaller ones 9 years ago
Anton Khirnov 3399a26d3f nvenc: allow setting the number of slices 9 years ago
Philip Langdale 10545f84b8 nvenc: De-compensate aspect ratio compensation of DVD-like content. 9 years ago
Anton Khirnov 9375c97460 nvenc: list the major contributors in the copyright header 9 years ago
Anton Khirnov 6f58b4dc47 nvenc: drop the hard dependency on CUDA 9 years ago
Anton Khirnov f11ec8cee7 nvenc: only support HW frames when CUDA is enabled 9 years ago
Anton Khirnov 2156c4c300 nvenc: write the VUI signal properties for HEVC 9 years ago
Anton Khirnov a1df786503 nvenc: only write the VUI signal type fields if they are set 9 years ago
Timo Rothenpieler cea1fb854c nvenc: Generate bufferingPeriod/pictureTiming SEI 9 years ago
Timo Rothenpieler a1e215ea01 nvenc: Delay frame output to increase encoding speed 9 years ago
Anton Khirnov 9427d92f40 nvenc: add support for lossless encoding 9 years ago
Timo Rothenpieler 795329dd4c nvenc: Generate AUD NAL units for better compatiblity 9 years ago
Timo Rothenpieler c921ca9b5d avcodec/nvenc: Write buffPeriod/picTime SEI in both CBR modes 9 years ago
Timo Rothenpieler 3a9df7dfec avcodec/nvenc: Generate bufferingPeriod/pictureTiming SEI 9 years ago
Timo Rothenpieler 31ce01bdb9 avcodec/nvenc: don't set profile in lossless mode 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Timo Rothenpieler c4312b1cf4 avcodec/nvenc: Add missing lossless presets to doc string 9 years ago
Timo Rothenpieler b3557c79dc avcodec/nvenc: Generate AUD NAL units for better compatiblity 9 years ago
Timo Rothenpieler f2bdf9d26a avcodec/nvenc: Fix typo and preset error message 9 years ago
Lucas Cooper fd55470c65 avcodec/nvenc: Add encoder stats 9 years ago
Agatha Hu 362e05f1ea avcodec/nvenc: Fix H264 and HEVC vui info update 9 years ago
Anton Khirnov 871d0930d4 nvenc: support CUDA frames as input 9 years ago
Anton Khirnov c51b2c79a7 Allow linking to CUDA dynamically instead of dlopen()ing it at runtime 9 years ago
Anton Khirnov d005ccc630 nvenc: rename a misnamed function 9 years ago
Anton Khirnov 118beda355 nvenc: merge input and output surface structs 9 years ago
Anton Khirnov 28259c13db nvenc: factor out the pixel format list 9 years ago
Anton Khirnov c59fec783d nvenc: generate dts properly 9 years ago