ffmpeg | branch: master | Lynne | Sat Feb 8 04:35:31 2025
+0100| [bedfb6eca402037f5cbb115fa767d106b8c14f1c] | committer: Lynne
aacenc_tns: clamp filter direction energy measurement
The issue is that:
float en[2];
...
tns->n_filt[w] = is8 ? 1 : order != TNS_MAX_ORDER ? 2 : 3;
for (g = 0; g < t
ffmpeg | branch: release/7.1 | Lynne | Sat Feb 8 04:35:31 2025
+0100| [c2184b65d214d60f2d3df86a11ca502567a3d134] | committer: Lynne
aacenc_tns: clamp filter direction energy measurement
The issue is that:
float en[2];
...
tns->n_filt[w] = is8 ? 1 : order != TNS_MAX_ORDER ? 2 : 3;
for (g = 0;
ffmpeg | branch: release/7.0 | Lynne | Sat Feb 8 04:35:31 2025
+0100| [f98f142da571653436596ccad2d09c7e39bfd4fb] | committer: Lynne
aacenc_tns: clamp filter direction energy measurement
The issue is that:
float en[2];
...
tns->n_filt[w] = is8 ? 1 : order != TNS_MAX_ORDER ? 2 : 3;
for (g = 0;
ffmpeg | branch: master | Niklas Haas | Tue Jul 15 12:46:11
2025 +0200| [053a113ad8f853c398c0e268408bfdc280b23f11] | committer: Niklas Haas
avutil/hwcontext_vulkan: don't over-map buffers with prior padding
If the image data is not at the start of the buffer allocation, such as
when the buffer
ffmpeg | branch: master | James Almer | Sun Jul 13 19:56:13
2025 -0300| [9c55f22ef234046dfd47ae414f59e9e2c1530263] | committer: James Almer
avcodec/ffv1dec: don't add offsets to NULL pointers
Fixes: libavcodec/ffv1dec.c:452:43: runtime error: applying zero offset to null
pointer
Signed-off-by:
ffmpeg | branch: master | James Almer | Sun Jul 13 16:56:20
2025 -0300| [307983b292adb60c82e75c8e5e41deedc89efbf0] | committer: James Almer
avformat/tls_schannel: add check for Windows 10 only types and defines
Old Mingw-w64 releases provided by some distros seemingly don't have them, so
check