[FFmpeg-cvslog] fate/demux: add a test for Theora in OGG

2025-02-22 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Feb 20 10:31:16 2025 -0300| [87d7b8ff4b02ab0f6ccf65d51e0163298777b441] | committer: James Almer fate/demux: add a test for Theora in OGG Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87d7b8ff4b02ab0f6ccf65d51

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 66ff52e web/security: Add CVE numbers that have been reported today to ffmpeg-security

2025-02-22 Thread ffmpeg-git
The branch, master has been updated via 66ff52e790b6bb71187c99c46a965f9eb00038b0 (commit) via 5b2ab41f21931657903f3fc5ce24b264dfe8b520 (commit) from e99836bf11abbe38c64c08b1cd84ffd61542c207 (commit) - Log - com

[FFmpeg-cvslog] avcodec/mpv_reconstruct_mb_template: Merge template into its users

2025-02-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 20 16:54:30 2024 +0200| [b05ec7fec9e1b4d2b2ad772b3bcb7333ed77ed42] | committer: Andreas Rheinhardt avcodec/mpv_reconstruct_mb_template: Merge template into its users A large part of this template is decoder-only. This makes the complexity

[FFmpeg-cvslog] avcodec/mpegvideo_{dec,enc}: Reindent after the previous commit

2025-02-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 20 17:10:45 2024 +0200| [8f2af8fda68dc8d55d9cc2ff429cdecf0b15764c] | committer: Andreas Rheinhardt avcodec/mpegvideo_{dec,enc}: Reindent after the previous commit Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec/h263dec: Clean intra tables in decoder, not ff_mpv_reconstruct_mb

2025-02-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 20 14:51:17 2024 +0200| [5826166836e3e94d2a5e249e5a82e06f3285aece] | committer: Andreas Rheinhardt avcodec/h263dec: Clean intra tables in decoder, not ff_mpv_reconstruct_mb This is a more appropriate place than a function designed to recon

[FFmpeg-cvslog] avcodec/mpeg12dec: Move resetting last_dc to decoder

2025-02-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 19 21:51:21 2024 +0200| [9a46c0160f3c22ba585c6ca139455bfc5c0520ff] | committer: Andreas Rheinhardt avcodec/mpeg12dec: Move resetting last_dc to decoder Only the MPEG-1/2, MSMPEG4V1, MPEG-4 and RV.10 decoders use last_dc at all. Of these, R

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't reset intra buffers in mpv_reconstruct_mb()

2025-02-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 20 15:08:36 2024 +0200| [fc64b2ee5d5de9fc9675781c34dbfd585fb2cbd9] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Don't reset intra buffers in mpv_reconstruct_mb() It is not part of reconstructing the macroblock. Signed-off-by: An

[FFmpeg-cvslog] avcodec/h261enc: Use LUT to write motion vector differences

2025-02-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 19 11:28:07 2024 +0200| [ebf0d3428113cfe60e5553f07d3ffe40ff7c8728] | committer: Andreas Rheinhardt avcodec/h261enc: Use LUT to write motion vector differences Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avcodec/mpeg12enc: Move resetting last_dc to encoder

2025-02-22 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 19 22:35:03 2024 +0200| [58f9e497dcd9b180405fbcb59453d86f59e6e09e] | committer: Andreas Rheinhardt avcodec/mpeg12enc: Move resetting last_dc to encoder The MPEG-1/2 encoders are the only non-intra-only mpegvideo encoders that want last_dc

[FFmpeg-cvslog] avcodec/libsvtav1: unbreak build with latest svtav1

2025-02-22 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Feb 22 10:56:53 2025 +0530| [d1ed5c06e3edc5f2b5f3664c80121fa55b0baa95] | committer: Gyan Doshi avcodec/libsvtav1: unbreak build with latest svtav1 SVT-AV1 made a change in their public API in 988e930c but without a version bump or any other accessible