[FFmpeg-cvslog] avcodec/mjpegbdec: return the amount of bytes consumed when discarding frames

2022-12-27 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Dec 26 08:30:41 2022 -0300| [64007595dcb5bb3c5f7bfa74d0b0f2e378f6007e] | committer: James Almer avcodec/mjpegbdec: return the amount of bytes consumed when discarding frames EAGAIN is not correct in this scenario. FFCodec.cb.decode() callback decoders

[FFmpeg-cvslog] avcodec/pnm: avoid mirroring PFM images vertically

2022-12-27 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Wed Nov 16 06:43:06 2022 -0500| [cd9dd0300639689630171893b3dfb6c9ba63a692] | committer: James Almer avcodec/pnm: avoid mirroring PFM images vertically PFM (aka Portable FloatMap) encodes its scanlines from bottom-to-top, not from top-to-bottom, unlike other

[FFmpeg-cvslog] avformat/oggenc: ignore empty packets

2022-12-27 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Dec 9 21:48:43 2022 -0300| [18f24527eb4b520585e55f922cdbc234aa9f0f18] | committer: James Almer avformat/oggenc: ignore empty packets Some encoders, like flac, can send side data only packets at the end. Eventually, said extradata update should ideall

[FFmpeg-cvslog] avcodec/proresdec2: set color information on frames instead of the decoder context

2022-12-27 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Dec 10 12:22:44 2022 -0300| [7fab58647c3eb32e04a58b9810a3e864305ebf2f] | committer: James Almer avcodec/proresdec2: set color information on frames instead of the decoder context Similar to how the encoder looks at frame color information to write th

[FFmpeg-cvslog] avcodec/hdrdec: Check for end of input in decompress()

2022-12-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 25 21:54:33 2022 +0100| [902a49c4cd0e3aca4eafa1bae9b09ad9b83ce9c4] | committer: Michael Niedermayer avcodec/hdrdec: Check for end of input in decompress() Fixes: Timeout Fixes: 54386/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HDR_

[FFmpeg-cvslog] avformat/mxfdec: Use 64bit in remainder

2022-12-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 25 22:02:13 2022 +0100| [64a04fc165d453fe49906b228ac16385eda28564] | committer: Michael Niedermayer avformat/mxfdec: Use 64bit in remainder Fixes: signed integer overflow: 48000 * 223587 cannot be represented in type 'int' Fixes: 54513/

[FFmpeg-cvslog] avcodec/dts2pts_bsf: Avoid poc overflows in cmp_find()

2022-12-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 25 16:37:57 2022 +0100| [aee0f320ac7f45143d8dc87b5b0f79d264ed40eb] | committer: Michael Niedermayer avcodec/dts2pts_bsf: Avoid poc overflows in cmp_find() Fixes: signed integer overflow: -2147483648 - 5 cannot be represented in type 'int