git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/mpeg12dec : Use CHROMA_* defines
4 mars, par Andreas Rheinhardt -
avcodec/mjpegenc : Don't use ff_ prefix for static functions
4 mars, par Andreas Rheinhardt -
avcodec/mjpegenc : Use forward decl for MpegEncContext, MJpegHuffmanCode
4 mars, par Andreas Rheinhardt -
tests/swscale : constrain reference SSIM for low bit depth formats
4 mars, par Niklas Haastests/swscale: constrain reference SSIM for low bit depth formats Sometimes, the reference SSIM is significantly higher than the SSIM level expected for the test. This is the case when the source format has a much lower bit depth than the destination format. In this case, the fact that legacy swscale does not accurately preserve the source dither pattern gives it an unfair advantage in a direct comparison, leading to false positives. For example, conversion like rgb4 -> rgb565 should be lossless, but swscale low passes / downscales the input chroma, throwing away massive amounts of detail. This gives it a higher SSIM score since the lowpassed result removes some of the dither noise that was present in the source.
-
avformat/rtp_av1 : Add necessary headers
4 mars, par Andreas Rheinhardt