[FFmpeg-cvslog] avcodec/dxa: Remove set-but-unused variable

2025-03-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 29 02:07:32 2025 +0100| [948a78365b1bd252767090d5778b12abd583abc1] | committer: Andreas Rheinhardt avcodec/dxa: Remove set-but-unused variable Forgotten in 6e80ec9dc5d7ea83c3abac641aa08ad7849c9e98. Signed-off-by: Andreas Rheinhardt > ht

[FFmpeg-cvslog] speexdec: fix framesize for ultra-wideband

2025-03-30 Thread Tristan Matthews
ffmpeg | branch: master | Tristan Matthews | Thu Mar 13 14:54:48 2025 -0400| [c14b837dedade432a5f95981c3b1677099015376] | committer: James Almer speexdec: fix framesize for ultra-wideband This matches how the libspeex decoder is calculating frame size (except in clamp form). Fixes #11495 Si

[FFmpeg-cvslog] avcodec/ffv1enc: Eliminate RemapEncoderState

2025-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 28 09:23:25 2025 +0100| [f76508511547a45da4879de54a2f4d7f73eecce5] | committer: Michael Niedermayer avcodec/ffv1enc: Eliminate RemapEncoderState Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/ffv1enc: Better heuristic for selecting mul values.

2025-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 28 01:52:15 2025 +0100| [2f0500f22c1d90883ce38a392829138333274d4a] | committer: Michael Niedermayer avcodec/ffv1enc: Better heuristic for selecting mul values. This increases the search space from the hardcoded 17 tables to ~ 23^512 table

[FFmpeg-cvslog] avcodec/ffv1enc: Add -remap_optimizer option

2025-03-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 28 11:36:27 2025 +0100| [1d2c39100524e8528b1fd48b71924ddc6a2b011c] | committer: Michael Niedermayer avcodec/ffv1enc: Add -remap_optimizer option This allows tuning how much effort (time) the encoder spends on optimizing the remap table S

[FFmpeg-cvslog] avformat/rtpenc: Check dimensions during init

2025-03-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 30 12:06:13 2025 +0200| [35c091f4b7fb19aee9dfcc6c60ace0be92907ce5] | committer: Andreas Rheinhardt avformat/rtpenc: Check dimensions during init Also fixes a -Wdeclaration-after-statement warning. Reviewed-by: Michael Niedermayer Signed-

[FFmpeg-cvslog] configure: add option to select use of response files

2025-03-30 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Mar 21 13:28:40 2025 +0530| [64087171f67bab220c4d3001eb6b074cf488284c] | committer: Gyan Doshi configure: add option to select use of response files > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64087171f67bab220c4d3001eb6b074cf488284c --