This website requires JavaScript.
Explore
Help
Sign In
opencv
/
opencv_contrib
Watch
1
Star
0
Fork
0
You've already forked opencv_contrib
mirror of
https://github.com/opencv/opencv_contrib.git
synced
2025-10-17 15:26:00 +08:00
Code
Issues
Releases
Wiki
Activity
Files
41f4a07d937ef91ec1b16b9e4cb34eeefef330e8
opencv_contrib
/
modules
/
cudacodec
History
Alexander Smorkalov
ce3c6681c9
Merge pull request
#3882
from cudawarped:cudacodec_videowriter_h265_quicktime_compatibility
...
`cudacodec` - VideoWriter h265 QuickTime compatibility
2025-02-10 12:48:54 +03:00
..
include
/opencv2
cudacodec: Add flag to signal whether the luma and chroma samples in the yuv frames passed to VideoWriter occupy the full or limited range as defined by the Annex E of the ITU-T Specification.
2025-01-15 13:58:28 +02:00
misc/python
/test
Fixed several test failures in Python tests for CUDA modules.
2023-07-20 13:32:16 +03:00
perf
Extend Codec and ColorFormat enums instead of using VideoWriter specific ones and use camel-case for enum names.
2022-10-27 14:55:04 +03:00
src
Merge pull request
#3882
from cudawarped:cudacodec_videowriter_h265_quicktime_compatibility
2025-02-10 12:48:54 +03:00
test
cudacodec: Add flag to signal whether the luma and chroma samples in the yuv frames passed to VideoWriter occupy the full or limited range as defined by the Annex E of the ITU-T Specification.
2025-01-15 13:58:28 +02:00
CMakeLists.txt
cudacodec: VideoReader fix yuv to color conversion using Nvidia Video Codec SDK sample as a guide
2024-11-22 19:00:21 +02:00