[FFmpeg-cvslog] doc/decoders: correctly note an option's default in libaribcaption

2023-11-02 Thread zheng qian
ffmpeg | branch: master | zheng qian | Thu Nov 2 00:24:21 2023 +0900| [4dbfb52230c4993e58598386ac79b964589dc00e] | committer: Gyan Doshi doc/decoders: correctly note an option's default in libaribcaption The `-caption_encoding` option was reported as having a default value of 'ass', whereas it

[FFmpeg-cvslog] doc/decoders: correctly note an option's default in libaribcaption

2023-11-02 Thread zheng qian
ffmpeg | branch: release/6.1 | zheng qian | Thu Nov 2 00:24:21 2023 +0900| [80daebdfdff48dc5ad7c1a704d885c215168e214] | committer: Gyan Doshi doc/decoders: correctly note an option's default in libaribcaption The `-caption_encoding` option was reported as having a default value of 'ass', where

[FFmpeg-cvslog] fftools/ffmpeg_mux_init: Restrict disabling automatic copying of metadata

2023-11-02 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Oct 30 10:55:36 2023 +0100| [02064ba3a37754183cf7e7a4c1ffd3cdf971b5dc] | committer: Andreas Rheinhardt fftools/ffmpeg_mux_init: Restrict disabling automatic copying of metadata Fixes ticket #10638 (and should also fix ticket #10482) by restori

[FFmpeg-cvslog] configure: fix _Pragma check.

2023-11-02 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sun Oct 29 18:46:16 2023 +0100| [a31992634f0d3b1ab2d2a6b89440dd0120af5b97] | committer: Reimar Döffinger configure: fix _Pragma check. The test can currently pass when _Pragma is not supported, since _Pragma might be treated as a implicitly declared

[FFmpeg-cvslog] libavutil/log.c: only include valgrind header when used.

2023-11-02 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sun Oct 29 18:49:11 2023 +0100| [9dd49c8b52c3f6f5a486764fce42ec5d5fac8d16] | committer: Reimar Döffinger libavutil/log.c: only include valgrind header when used. This is cleaner, but it is also a workaround for when the header exists, but cannot be

[FFmpeg-cvslog] libavutil/aarch64/cpu.c: HWCAPS requires inline asm support.

2023-11-02 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Sun Oct 29 18:48:22 2023 +0100| [0ea184fc39b48096713dbdf9c9b39de3a976d6eb] | committer: Reimar Döffinger libavutil/aarch64/cpu.c: HWCAPS requires inline asm support. Fixes compilation with tcc, which does not have aarch64 inline asm support. > http

[FFmpeg-cvslog] fftools/ffmpeg_mux_init: Restrict disabling automatic copying of metadata

2023-11-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/6.1 | Andreas Rheinhardt | Mon Oct 30 10:55:36 2023 +0100| [5eca8964a93208ef9c4fac48411ed8fcd8883ea3] | committer: James Almer fftools/ffmpeg_mux_init: Restrict disabling automatic copying of metadata Fixes ticket #10638 (and should also fix ticket #10482) by restoring

[FFmpeg-cvslog] fftools/ffmpeg_mux_init: Restrict disabling automatic copying of metadata

2023-11-02 Thread Andreas Rheinhardt
ffmpeg | branch: release/6.0 | Andreas Rheinhardt | Mon Oct 30 10:55:36 2023 +0100| [330b8305c1cd4e3095c048e2fc82bb75d28bd5e1] | committer: James Almer fftools/ffmpeg_mux_init: Restrict disabling automatic copying of metadata Fixes ticket #10638 (and should also fix ticket #10482) by restoring