[FFmpeg-cvslog] lavfi/vf_psnr: add warning when color ranges differ

2023-09-23 Thread Chema Gonzalez
ffmpeg | branch: master | Chema Gonzalez | Sat Apr 1 10:47:35 2023 -0700| [7311fcc869a68fd6ae90944421820b3c9821ebeb] | committer: Niklas Haas lavfi/vf_psnr: add warning when color ranges differ The PSNR filter uses the pixel values without considering the color ranges. This is incorrect

[FFmpeg-cvslog] lavfi/vf_ssim: add warning when color ranges differ

2023-09-23 Thread Chema Gonzalez
ffmpeg | branch: master | Chema Gonzalez | Sat Apr 1 10:47:36 2023 -0700| [a53545a3741f99df4fe07655538e884f6397c08e] | committer: Niklas Haas lavfi/vf_ssim: add warning when color ranges differ The SSIM filter uses the pixel values without considering the color ranges. This is incorrect

[FFmpeg-cvslog] lavfi/vf_libvmaf: add warning when color ranges differ

2023-09-23 Thread Chema Gonzalez
ffmpeg | branch: master | Chema Gonzalez | Sat Apr 1 10:47:37 2023 -0700| [c0f89dccc88b3c5fac180f1b4d4a1ac2f679c470] | committer: Niklas Haas lavfi/vf_libvmaf: add warning when color ranges differ The VMAF filter uses the pixel values without considering the color ranges. This is incorrect

[FFmpeg-cvslog] pixdesc: add limited|full aliases for -color_range parameter

2023-09-23 Thread Chema Gonzalez
ffmpeg | branch: master | Chema Gonzalez | Fri Mar 31 08:49:56 2023 -0700| [984d0b6e6f40752cd00a2474bc1198d1a9e9e923] | committer: Niklas Haas pixdesc: add limited|full aliases for -color_range parameter Aliases are also used in scale and zscale filters. Tested: ``` $ ./ffmpeg -hide_banner

[FFmpeg-cvslog] libswscale: force a minimum size of the slide for bayer sources

2022-10-14 Thread Chema Gonzalez
ffmpeg | branch: master | Chema Gonzalez | Mon Sep 26 09:11:22 2022 -0700| [bf64a75c5ae58ed575303f70b2ab9b2208ded339] | committer: Anton Khirnov libswscale: force a minimum size of the slide for bayer sources Bayer sources are read in groups of 2 lines (e.g. for a BGGR flavor, the first row

[FFmpeg-cvslog] libswscale: force a minimum size of the slide for bayer sources

2022-10-14 Thread Chema Gonzalez
ffmpeg | branch: release/5.1 | Chema Gonzalez | Mon Sep 26 09:11:22 2022 -0700| [f5455889fd2a879e1bfeecb7e81c2fd52ebd4baa] | committer: Anton Khirnov libswscale: force a minimum size of the slide for bayer sources Bayer sources are read in groups of 2 lines (e.g. for a BGGR flavor, the first

[FFmpeg-cvslog] libswscale: force a minimum size of the slide for bayer sources

2022-10-14 Thread Chema Gonzalez
ffmpeg | branch: release/5.0 | Chema Gonzalez | Mon Sep 26 09:11:22 2022 -0700| [a00072a9d5606a573cbd25611ac90e9df77837ea] | committer: Anton Khirnov libswscale: force a minimum size of the slide for bayer sources Bayer sources are read in groups of 2 lines (e.g. for a BGGR flavor, the first

[FFmpeg-cvslog] avformat/yuv4mpegdec: increase header limit

2022-10-21 Thread Chema Gonzalez
ffmpeg | branch: master | Chema Gonzalez | Thu Oct 20 09:06:37 2022 -0700| [a1a87b7a24532c87844eb21e20b52d898946d17f] | committer: Paul B Mahol avformat/yuv4mpegdec: increase header limit Allows demuxing UHD F10: fps yuvj420p files ffmpeg (at HEAD as of now) is creating this

[FFmpeg-cvslog] doc: fix binary values of SI prefixes

2022-08-18 Thread Chema Gonzalez
ffmpeg | branch: master | Chema Gonzalez | Wed Aug 17 10:05:39 2022 -0700| [59225b459fcf6c8b20ef7585cd87e73cb6a4113d] | committer: Andreas Rheinhardt doc: fix binary values of SI prefixes Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/examples/extract_mvs: add motion information

2022-09-23 Thread Chema Gonzalez
ffmpeg | branch: master | Chema Gonzalez | Mon Sep 12 16:49:56 2022 -0700| [7adf7502b8c5f7d47bef7474de25f6328fd9bb9a] | committer: Michael Niedermayer doc/examples/extract_mvs: add motion information Note that the motion information includes subpel motion information This was likely