[FFmpeg-cvslog] swscale/utils: Fix potential race when initializing xyz tables

2025-05-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 24 16:02:04 2025 +0200| [54c865fbec6f5914b0c041bff8c15b63b14964f1] | committer: Andreas Rheinhardt swscale/utils: Fix potential race when initializing xyz tables Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avcodec/vc2enc: Use LUT to avoid repeated av_log2()

2025-05-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat May 24 13:25:21 2025 +0200| [1c78db8ffc6f8c41c0e1593e73e56e529d34e60f] | committer: Andreas Rheinhardt avcodec/vc2enc: Use LUT to avoid repeated av_log2() Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avcodec/ffv1enc: Fix explicitly set -slicecrc 2

2025-05-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 25 05:21:44 2025 +0200| [a6bcc773b5aa3ad5b50f4498f2e70c0ec6d9dbf0] | committer: Andreas Rheinhardt avcodec/ffv1enc: Fix explicitly set -slicecrc 2 crcref needs to be set properly iff ec is two, regardless of whether it has been explicitly

[FFmpeg-cvslog] avformat/matroskadec: Fix VfW extradata size

2025-05-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 25 05:12:05 2025 +0200| [92e310eb82e04713e55d248b65c22f0eb95afada] | committer: Andreas Rheinhardt avformat/matroskadec: Fix VfW extradata size The structure is padded to an even length with an internal size field to indicate the real size

[FFmpeg-cvslog] avformat/matroskaenc: Use native id V_FFV1 instead of V_MS/VFW/FOURCC

2025-05-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 25 04:26:20 2025 +0200| [96d4bcbcd81f18e4538f139fb86d52d41981c4be] | committer: Andreas Rheinhardt avformat/matroskaenc: Use native id V_FFV1 instead of V_MS/VFW/FOURCC Up until now, our muxer wrote FFV1 in video-for-windows compatibility

[FFmpeg-cvslog] avformat/matroska: Support JPEG2000 for demuxing

2025-05-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun May 25 03:31:17 2025 +0200| [8a936b8726e10d84a06cacc872d267020f1ef156] | committer: Andreas Rheinhardt avformat/matroska: Support JPEG2000 for demuxing Legal since commit 1cd0a9be4b2d1e7c60184ec68404e00e46e3123e (Jan 4) in the Cellar Matroska

[FFmpeg-cvslog] fftools/makefile: Remove resources from ffprobe

2025-05-27 Thread softworkz
ffmpeg | branch: master | softworkz | Sun May 18 02:56:25 2025 +0200| [aa38270630f570729e06239fd1b0eeff18417aa3] | committer: softworkz fftools/makefile: Remove resources from ffprobe Even though it doesn't have any effect, that line is not needed (yet). Signed-off-by: softworkz > http://gi

[FFmpeg-cvslog] fftools/graphprint: Fix memory leaks

2025-05-27 Thread softworkz
ffmpeg | branch: master | softworkz | Tue May 20 03:12:33 2025 +0200| [a0ac89e46c705f763e2aadd353c33f65c9c8042b] | committer: softworkz fftools/graphprint: Fix memory leaks - uninit resource manager - free strings before overwriting - unref hw_frames_context Signed-off-by: softworkz > http:

[FFmpeg-cvslog] fftools/ffmpeg: Free print_graph option variables

2025-05-27 Thread softworkz
ffmpeg | branch: master | softworkz | Tue May 20 03:06:12 2025 +0200| [75a5e0959f5855ae50385e948cbd9fd13f0acf85] | committer: softworkz fftools/ffmpeg: Free print_graph option variables Signed-off-by: softworkz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=75a5e0959f5855ae50385

[FFmpeg-cvslog] fftools/resources: add missing extensions to .gitignore

2025-05-27 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sat May 17 01:01:35 2025 +0200| [4cb42551d4ad18baa67c775afa802469f8f228f9] | committer: softworkz fftools/resources: add missing extensions to .gitignore Reviewed-by: softworkz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4cb42551d

[FFmpeg-cvslog] ffbuild: correctly silence and tag new css/html steps

2025-05-27 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sat May 17 01:01:34 2025 +0200| [af943831248d135532e2ec620145e48f5263ca4e] | committer: softworkz ffbuild: correctly silence and tag new css/html steps Reviewed-by: softworkz > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af943831248

[FFmpeg-cvslog] fftools/tf_mermaid: Add missing uninit and fix leaks

2025-05-27 Thread softworkz
ffmpeg | branch: master | softworkz | Tue May 20 03:16:00 2025 +0200| [b7d44dde3b894a3b360220cdbf7fdc2bd93cd531] | committer: softworkz fftools/tf_mermaid: Add missing uninit and fix leaks - merge forgotten uninit from work branch - add set_str() function to free before overwriting - fix some

[FFmpeg-cvslog] ffv1enc_vulkan: allow slicecrc=2

2025-05-27 Thread Lynne
ffmpeg | branch: master | Lynne | Tue May 27 15:20:29 2025 +0900| [bf6d3dc339b6be1b07ba0812ab0d96d45f1dd53d] | committer: Lynne ffv1enc_vulkan: allow slicecrc=2 For parity with the software encoder. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf6d3dc339b6be1b07ba0812ab0d96d45f1