[FFmpeg-cvslog] tests/fate/mov: Add bitexact for fate-mov-mp4-frag-flush

2025-06-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 6 02:45:58 2025 +0200| [453ae55d63dd60d20cf9c998dc4f54cc79a5816c] | committer: Michael Niedermayer tests/fate/mov: Add bitexact for fate-mov-mp4-frag-flush Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] amfenc: Update the min version to 1.4.36.0 for AMF SDK.

2025-06-06 Thread Dmitrii Ovchinnikov
ffmpeg | branch: master | Dmitrii Ovchinnikov | Fri Mar 28 12:19:58 2025 +0100| [64b79f98ac2ef27d1ef1e0d63cecd88355237b8e] | committer: Dmitrii Ovchinnikov amfenc: Update the min version to 1.4.36.0 for AMF SDK. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64b79f98ac2ef27d1ef1e0

[FFmpeg-cvslog] avutil/hwcontext_amf: fix error logging on amf_init_from_device.

2025-06-06 Thread Dmitrii Ovchinnikov
ffmpeg | branch: master | Dmitrii Ovchinnikov | Wed May 28 15:18:17 2025 +0200| [38379168ed84696986eabc2c0fe5a3c24105fb1d] | committer: Dmitrii Ovchinnikov avutil/hwcontext_amf: fix error logging on amf_init_from_device. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=38379168ed846

[FFmpeg-cvslog] avutil/hwcontext_amf: add support for d3d12va initialisation

2025-06-06 Thread Dmitrii Ovchinnikov
ffmpeg | branch: master | Dmitrii Ovchinnikov | Fri Mar 28 14:43:29 2025 +0100| [39ab61bd7550cc3e24defd820c58c81444144df6] | committer: Dmitrii Ovchinnikov avutil/hwcontext_amf: add support for d3d12va initialisation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39ab61bd7550cc3e2

[FFmpeg-cvslog] avcodec/sanm: fix codec33/34 tile generator

2025-06-06 Thread Manuel Lauss
ffmpeg | branch: master | Manuel Lauss | Fri May 30 12:34:23 2025 +0200| [b7662ddd15dc8f6db38065465a7a1087e0cae0ff] | committer: Manuel Lauss avcodec/sanm: fix codec33/34 tile generator Some of the calculated values were wrong and/or assigned to the wrong pixel of the 4x4 block. Found during t

[FFmpeg-cvslog] avcodec/sanm: codec31/32 support

2025-06-06 Thread Manuel Lauss
ffmpeg | branch: master | Manuel Lauss | Fri May 30 13:10:47 2025 +0200| [d9797544b45a6f2fbd334dd41194b95026555297] | committer: Manuel Lauss avcodec/sanm: codec31/32 support codec31/32 are similar to codec1/3 (RLE coding) but with two 4-bit pixels per byte; they are only used in the Sega-CD r

[FFmpeg-cvslog] avcodec/sanm: remove codec4 block smoothing

2025-06-06 Thread Manuel Lauss
ffmpeg | branch: master | Manuel Lauss | Tue Jun 3 12:31:01 2025 +0200| [c06439073651c4cd1a3d2deb778490655da55d11] | committer: Manuel Lauss avcodec/sanm: remove codec4 block smoothing it has a bug and its effects aren't that noticeable, esp. with the smoothing applied to the whole picture by

[FFmpeg-cvslog] avcodec/iirfilter: Remove iirfilter, psy-preprocessing

2025-06-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 3 17:56:00 2025 +0200| [f0e1a315a144c9702a0d64e0392e7044b357c58e] | committer: Andreas Rheinhardt avcodec/iirfilter: Remove iirfilter, psy-preprocessing The iirfilter is only used in its test tool since 01ecb7172b684f1c4b3e748f95c5a9a494c

[FFmpeg-cvslog] avutil/frame: Always return error upon error

2025-06-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 3 16:44:08 2025 +0200| [abebdb1bdb737f92edc88aaea71395649a85e37c] | committer: Andreas Rheinhardt avutil/frame: Always return error upon error (I don't know whether this can be triggered for a file with nonnegative channel count, given th

[FFmpeg-cvslog] avutil/frame: Use av_memdup() for duplicating extended data array

2025-06-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 3 16:52:49 2025 +0200| [2f5f2c013ceccde74a33d29c071406520634b3a1] | committer: Andreas Rheinhardt avutil/frame: Use av_memdup() for duplicating extended data array Just do it like av_frame_replace(). Also "fixes" the swapped order or argu

[FFmpeg-cvslog] avcodec/psymodel: Use av_memdup() where appropriate

2025-06-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 3 17:19:48 2025 +0200| [28c0a189b6d915f28d97af172cb4332e101118c0] | committer: Andreas Rheinhardt avcodec/psymodel: Use av_memdup() where appropriate Also "fixes" the inverted order of arguments in the av_malloc_array() calls and therefor

[FFmpeg-cvslog] avcodec/aacpsy: Remove always-true checks

2025-06-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 3 18:17:51 2025 +0200| [d0a27e01a6492df753a6c8c5d2797f292215cd9a] | committer: Andreas Rheinhardt avcodec/aacpsy: Remove always-true checks Possible since 03cf10164578aed33f4d0cb5b69d63669c01a538. Signed-off-by: Andreas Rheinhardt > ht

[FFmpeg-cvslog] avcodec/libaomenc: Avoid code duplication when setting options

2025-06-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 30 19:11:45 2025 +0200| [4bd1ce31fc72ae153b78b87d791a598f06fead9e] | committer: Andreas Rheinhardt avcodec/libaomenc: Avoid code duplication when setting options (Some more options could be set via this method if the order in which the opt

[FFmpeg-cvslog] tests/fate-run: Remove intermediate files from enc-external tests

2025-06-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 31 03:32:47 2025 +0200| [3cb37c0e715bfcba8ede1dd3e5829a367086ede4] | committer: Andreas Rheinhardt tests/fate-run: Remove intermediate files from enc-external tests Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/huffman: Combine allocations

2025-06-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 3 19:52:18 2025 +0200| [81adbd2d3d63c801d4b7d5410cf16979f475e58c] | committer: Andreas Rheinhardt avcodec/huffman: Combine allocations Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=81adbd2

[FFmpeg-cvslog] avutil/frame: Fix av_realloc_array() argument order

2025-06-06 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 3 19:57:38 2025 +0200| [834bedf3121e9f9d551abb7994b87e630bf5fa5a] | committer: Andreas Rheinhardt avutil/frame: Fix av_realloc_array() argument order This is not a real bug, but mostly cosmetic. Fixes ticket #11620. Signed-off-by: Andrea