[FFmpeg-cvslog] avformat/mov: fix overflow in drift timestamp calculation

2025-01-30 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jan 28 21:23:11 2025 -0300| [02958ab7156b4e14f1918f2b72c6d3678852698f] | committer: James Almer avformat/mov: fix overflow in drift timestamp calculation Fixes: signed integer overflow: 7803923888585309955 - -3407677434275325337 cannot be represented

[FFmpeg-cvslog] avcodec/hevc/hevcdec: Don't add to null pointer

2025-01-30 Thread Vitaly Buka
ffmpeg | branch: master | Vitaly Buka | Thu Jan 16 15:49:19 2025 -0800| [c5287178b4dc373e763f7cd49703a6e3192aab3a] | committer: James Almer avcodec/hevc/hevcdec: Don't add to null pointer `POS(1,` and `POS(2,` may trigger UBSAN report: "runtime error: applying non-zero offset 304 to null point

[FFmpeg-cvslog] avcodec/jpegxl_parse{,r}: fix integer overflow for some malformed files

2025-01-30 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Wed Jan 29 14:58:15 2025 -0500| [0225fe857d0d174e5c2b36642f5e02670f50b444] | committer: Leo Izen avcodec/jpegxl_parse{,r}: fix integer overflow for some malformed files If there's a very large ISOBMFF box that needs to be skipped, it can cause an overflow fo

[FFmpeg-cvslog] ffmpeg_demux: don't print input error for AVERROR_EXIT

2025-01-30 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Jan 27 11:03:28 2025 +0530| [1911a6ec26236588f72413c2b9bfe54a97a6a145] | committer: Gyan Doshi ffmpeg_demux: don't print input error for AVERROR_EXIT This error code is for expected exits, like after listing options for a device. > http://git.videolan