[FFmpeg-cvslog] avdevice/android_camera: Set image linesize aligment to 1

2025-07-17 Thread wangbin
ffmpeg | branch: master | wangbin | Mon Jun 23 11:48:38 2025 +0800| [7b13d17b6d88190c49e887134bba6a43d716d50a] | committer: Zhao Zhili avdevice/android_camera: Set image linesize aligment to 1 Can't read alignment from packet, codecpar or decoded frame linesizes, so don't set it. My test device

[FFmpeg-cvslog] avformat/mov: Enable jpeg streams in HEIF MOVContext

2025-07-17 Thread Eric Joyner
ffmpeg | branch: master | Eric Joyner | Wed Jul 16 19:30:02 2025 -0700| [291ec0faf3b1394335ad26bc761512c601fbc99e] | committer: James Almer avformat/mov: Enable jpeg streams in HEIF MOVContext Nikon HEIFs from a camera or NX studio include a small jpeg thumbnail in addition to the expected HEV

[FFmpeg-cvslog] avformat/mov: Support multiple thumbnails in HEIF

2025-07-17 Thread Eric Joyner
ffmpeg | branch: master | Eric Joyner | Wed Jul 16 19:30:01 2025 -0700| [fb163eb28bd08a1f10538c189dc0ea625af46b75] | committer: James Almer avformat/mov: Support multiple thumbnails in HEIF Prevents ffmpeg/ffprobe from erroring out when reading an HEIF that contains multiple hvcC thumbnails (e.

[FFmpeg-cvslog] avformat/whip: force NONBLOCK for rtp

2025-07-17 Thread Jack Lau
ffmpeg | branch: master | Jack Lau | Thu Jul 17 20:10:22 2025 +0800| [25e710c61ebf4c6909276a894a77ea26b02e59ce] | committer: Timo Rothenpieler avformat/whip: force NONBLOCK for rtp We need to ensure rtp sets NONBLOCK since the dtls handshake has potentially overriden the sockets mode. Signed-

[FFmpeg-cvslog] avformat/tls_openssl: avoid unusual inline-if style

2025-07-17 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Jul 17 14:06:07 2025 +0200| [e6d2c67cd096f26a4e1900ae77a784dbbd3b5f0f] | committer: Timo Rothenpieler avformat/tls_openssl: avoid unusual inline-if style > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6d2c67cd096f26a4e1900ae77a784

[FFmpeg-cvslog] avformat/tls_openssl: make tls and dtls use one close function

2025-07-17 Thread Jack Lau
ffmpeg | branch: master | Jack Lau | Sat Jul 12 17:03:02 2025 +0800| [abb274b154a14aaed30e4226abe98246df5c6fc6] | committer: Timo Rothenpieler avformat/tls_openssl: make tls and dtls use one close function Signed-off-by: Jack Lau Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gi

[FFmpeg-cvslog] avfilter/vf_thumbnail: unroll and use multiple histograms

2025-07-17 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Sat Jul 12 13:30:07 2025 +0200| [bc8d06d54188a3c1ba878b7e0bca66b9e4b3ceea] | committer: Niklas Haas avfilter/vf_thumbnail: unroll and use multiple histograms This naive hist[p[x]]++ loop suffers badly when there are large regions of identical values in th

[FFmpeg-cvslog] avfilter/scene_sad: pass true depth to ff_scene_sad_get_fn()

2025-07-17 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Sat Jul 12 11:15:56 2025 +0200| [dc61b74c1d30e0b51febdb6c567be1ca7c1eaca5] | committer: Niklas Haas avfilter/scene_sad: pass true depth to ff_scene_sad_get_fn() I need to be able to distinguish between 10/12/14 and 16 bit depths, for overflow reasons. >

[FFmpeg-cvslog] tests/checkasm: add scene_sad checkasm test

2025-07-17 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Jul 11 15:56:09 2025 +0200| [9251af058a0498a5b9fda72fb44433e425b1ff57] | committer: Niklas Haas tests/checkasm: add scene_sad checkasm test > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9251af058a0498a5b9fda72fb44433e425b1ff57 --- test

[FFmpeg-cvslog] avfilter/x86/scene_sad: add high bit depth AVX2/AVX512 version

2025-07-17 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Jul 11 20:48:28 2025 +0200| [e44a1aaeecc14fc396e0c715969ddd3cc939933d] | committer: Niklas Haas avfilter/x86/scene_sad: add high bit depth AVX2/AVX512 version Since psadbw only exists for 8-bits, we have to emulate it for 16-bit inputs. The simplest s

[FFmpeg-cvslog] avfilter/x86/scene_sad: add AVX512 implementation

2025-07-17 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Jul 11 13:52:37 2025 +0200| [91f2d146d418d536e14b0d0c2d32f81cb95f6b7f] | committer: Niklas Haas avfilter/x86/scene_sad: add AVX512 implementation Trivial to add, but a lot faster (on my machine). scene_sad8_c: 11