[FFmpeg-cvslog] avfilter/scale*: add option reset_sar

2025-02-10 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jan 31 14:03:41 2025 +0530| [a28dc06869fe1f98c07e42f9b0a411d2744ff7d7] | committer: Gyan Doshi avfilter/scale*: add option reset_sar For anamorphic videos, enabling this option leads to adjustment of output dimensions to obtain square pixels when the u

[FFmpeg-cvslog] avcodec/aarch64/opusdsp_neon: Simplify opus_postfilter_neon

2025-02-10 Thread Krzysztof Pyrkosz
ffmpeg | branch: master | Krzysztof Pyrkosz | Fri Feb 7 20:42:11 2025 +0100| [9fb97215dfb2f1933cc2b959f29734a0671323eb] | committer: Martin Storsjö avcodec/aarch64/opusdsp_neon: Simplify opus_postfilter_neon This change removes one extra floating point operation and simplifies load operations

[FFmpeg-cvslog] avfilter/vf_amf_common: fix build

2025-02-10 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Mon Feb 10 14:32:23 2025 +0100| [d6a364e7c39b52375c2e9e36ee59935bb418543c] | committer: Timo Rothenpieler avfilter/vf_amf_common: fix build AMF was forgotten in a28dc06869fe1f98c07e42f9b0a411d2744ff7d7 > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avfilter/vpp_amf: add option reset_sar

2025-02-10 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Feb 10 18:06:42 2025 +0530| [7ee4936e0a61ad81c40d7a1afad9a850820213c6] | committer: Gyan Doshi avfilter/vpp_amf: add option reset_sar 4b77a0a681 added a new consumer of ff_scale_adjust_dimensions which was recently modified to allow for square pixel ou

[FFmpeg-cvslog] checkasm: aacencdsp: Actually test nonzero values in quant_bands

2025-02-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Jan 29 10:55:22 2025 +0200| [e75a0f3c75551dfb57e0b4f34fd5b57e9543fade] | committer: Martin Storsjö checkasm: aacencdsp: Actually test nonzero values in quant_bands Previously, we read elements from ff_aac_pow34sf_tab; however that table is initial

[FFmpeg-cvslog] x86: aacencdsp: Fix negating signed values in aac_quantize_bands

2025-02-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Feb 5 22:51:56 2025 +0200| [8b3e0061e10bf6d4224813774c537866c6b23b12] | committer: Martin Storsjö x86: aacencdsp: Fix negating signed values in aac_quantize_bands Previously, we would do OR with the sign bit, forcing the output to a negative valu

[FFmpeg-cvslog] threadprogress: reorder instructions to fix race.

2025-02-10 Thread Ronald S . Bultje
ffmpeg | branch: master | Ronald S. Bultje | Thu Feb 6 16:41:59 2025 -0500| [586de322ab7da5e689aedb2013fd8d36f4155141] | committer: Ronald S. Bultje threadprogress: reorder instructions to fix race. Fixes #11456. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=586de322ab7da5e689a