This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
Watch
1
Star
0
Fork
You've already forked ffmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
3417379d5e
ffmpeg
/
tests
/
ref
/
fate
/
pixfmt_best
2 lines
33 B
Plaintext
Raw
Normal View
History
Unescape
Escape
avutil: Add NV24 and NV42 pixel formats These are the 4:4:4 variants of the semi-planar NV12/NV21 formats. These formats are not used much, so we've never had a reason to add them until now. VDPAU recently added support HEVC 4:4:4 content and when you use the OpenGL interop, the returned surfaces are in NV24 format, so we need the pixel format for media players, even if there's no direct use within ffmpeg. Separately, there are apparently webcams that use NV24, but I've never seen one.
2019-05-07 03:39:39 +00:00
73 tests passed, 0 tests failed.