[FFmpeg-cvslog] Changelog: mention cropping support in Matroska and MP4

2024-07-11 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 11 21:35:40 2024 -0300| [092ef4097c7687cbcc9d9cdbcd6fa1a37c4ba750] | committer: James Almer Changelog: mention cropping support in Matroska and MP4 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=092ef4097c

[FFmpeg-cvslog] x86/intreadwrite: add missing casts to pointer arguments

2024-07-11 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jul 11 13:52:10 2024 -0300| [70c6b904be08815a9fb300063d5b8010f3ddca41] | committer: James Almer x86/intreadwrite: add missing casts to pointer arguments Should make strict compilers happy. Also, make AV_COPY128 use integer operations while at it. Rem

[FFmpeg-cvslog] lavc/h264dsp: avoid \+ expansion

2024-07-11 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Wed Jul 10 23:20:54 2024 +0300| [d28a7e8eb7eb2cb2efcc9c8e9d506cdddcae0a26] | committer: Rémi Denis-Courmont lavc/h264dsp: avoid \+ expansion This seems to be unsupported by LLVM-as. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d28

[FFmpeg-cvslog] avformat/mov: ensure pasp box derived SAR is used if present

2024-07-11 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 9 14:05:22 2024 -0300| [58cb0cab5ed7c465443ecdc310edb10525b9b113] | committer: James Almer avformat/mov: ensure pasp box derived SAR is used if present It's meant to override any codec specific (but still container level) information, but its pos

[FFmpeg-cvslog] avformat/movenc: support writing cropping values

2024-07-11 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jul 8 20:51:08 2024 -0300| [32588a9394b33deed1daa6f085138997a111e8eb] | committer: James Almer avformat/movenc: support writing cropping values Finishes implementing ticket #7437. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avfilter/vf_crop: prevent integer overflows when calculating SAR

2024-07-11 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 9 17:32:11 2024 -0300| [0b6c5e9df43f82ebe8161ddfb8e8d612387a53a1] | committer: James Almer avfilter/vf_crop: prevent integer overflows when calculating SAR Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0

[FFmpeg-cvslog] avformat/mov: export cropping values from clap boxes

2024-07-11 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jul 8 20:50:18 2024 -0300| [93be6b425ebeb6cf96faf502281a4f7a1ed5138c] | committer: James Almer avformat/mov: export cropping values from clap boxes Addresses part of ticket #7437. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec/vvc: Use static const for function table

2024-07-11 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jul 8 15:40:20 2024 +0800| [0e5f8ddc1d363256d74aca92ae02a10a9a033e94] | committer: Nuo Mi avcodec/vvc: Use static const for function table > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e5f8ddc1d363256d74aca92ae02a10a9a033e94 --- liba

[FFmpeg-cvslog] avutil/executor: Fix missing check before using mutex

2024-07-11 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sun Jun 30 18:45:00 2024 +0800| [54f9469fa173394ef3a19d8c6e700bca0b8fde81] | committer: Nuo Mi avutil/executor: Fix missing check before using mutex > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54f9469fa173394ef3a19d8c6e700bca0b8fde81 ---

[FFmpeg-cvslog] avutil/executor: Fix stack overflow due to recursive call

2024-07-11 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Jul 8 20:13:37 2024 +0800| [906b883e7beafdd78e32563ed7a5033995362751] | committer: Nuo Mi avutil/executor: Fix stack overflow due to recursive call av_executor_execute run the task directly when thread is disabled. The task can schedule a new task by