158 Commits (41317da325921d39834b65d8552a2ebb2f3e802b)

Author SHA1 Message Date
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
Anton Khirnov 9d36cab4c0 nvenc: fix encoding with B-frames 9 years ago
Anton Khirnov aac7d6b284 nvenc: flush the encoder before closing it, as required by the docs 9 years ago
Anton Khirnov 39571e86cb nvenc: better error handling 9 years ago
Agatha Hu 758be45756 avcodec/nvenc: clamp initial qp value to [1, 51] 9 years ago
Agatha Hu f1a8897375 avcodec/nvenc: set slice number to 1 to improve encoding quality 9 years ago
Anton Khirnov 1520c6ff05 nvenc: export CPB props side data 9 years ago
Agatha Hu ddbad15898 avcodec/nvenc: update nvenc default parameters 9 years ago
Agatha Hu 20abda6b62 avcodec/nvenc: fix potential profile error when encoding yuv444p 9 years ago
Agatha Hu 2b5dda3f48 avcodec/nvenc: fix b frame n_quant_offset 9 years ago
Agatha Hu a8bedd56aa avcodec/nvenc: merge compute initialQP sections 10 years ago
Agatha Hu 49046580ce avcodec/nvenc: Optimize nvenc parameters 10 years ago
Agatha Hu 81071eea7d avcodec/nvenc: change flag of cuCtxCreate to avoid CPU spins 10 years ago
Luca Barbato 413d4e54a9 nvenc: Properly free the fifos 10 years ago
Timo Rothenpieler 2ae45816b2 avcodec/nvenc: Add support for 2pass rc in vbr mode 10 years ago
Timo Rothenpieler 3a20e5bc3b avcodec/nvenc: Only set h264 parameter when encoding h264 10 years ago
Timo Rothenpieler bef740688d avcodec/nvenc: Fix indentation 10 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 10 years ago
WereCatf 7106dfd945 avcodec/nvenc: 2-pass mode works even with non-low latency presets now 10 years ago