[FFmpeg-cvslog] lavu/riscv: fix off-by-one in bit-magnitude clip

2022-09-15 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Thu Sep 15 21:26:48 2022 +0300| [6df3ad9687c41d17094ae5d16b4904f50338e0c4] | committer: James Almer lavu/riscv: fix off-by-one in bit-magnitude clip >

[FFmpeg-cvslog] avcodec/intrax8: Remove reference to inexistent parameter

2022-09-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 15 11:57:24 2022 +0200| [a2c6bf2314472dde268d641b19f08487af356517] | committer: Andreas Rheinhardt avcodec/intrax8: Remove reference to inexistent parameter Forgotten in eb5c5ae658aaf8cd7c03e1d0a6c84274d3a39a66. Signed-off-by: Andreas

[FFmpeg-cvslog] avcodec/iff: Use unsigned to avoid compiler warning

2022-09-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 11 20:52:48 2022 +0200| [4cd1d3e3b7e7412818553ae84e04ae3e077b680f] | committer: Andreas Rheinhardt avcodec/iff: Use unsigned to avoid compiler warning GCC 12 apparently believes that negative palette sizes are possible (they are not, as

[FFmpeg-cvslog] avcodec/iff: Remove transient objects from the context

2022-09-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 11 20:29:03 2022 +0200| [487fc61cb22f7ed07626577044eda7bd2deb2366] | committer: Andreas Rheinhardt avcodec/iff: Remove transient objects from the context This avoids keeping invalid pointers in the context. Signed-off-by: Andreas

[FFmpeg-cvslog] avcodec/iff: Reindent after the previous commits

2022-09-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 11 20:24:00 2022 +0200| [828a0c4254c89699e0ececde3f35a0e262d4fd6e] | committer: Andreas Rheinhardt avcodec/iff: Reindent after the previous commits Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/iff: Return early when possible

2022-09-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 11 20:01:56 2022 +0200| [d0df74553bebdc33e960ea9bce9bfb323c0a1bd7] | committer: Andreas Rheinhardt avcodec/iff: Return early when possible It allows to save one level of indentation. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/iff: Pass extradata and extradata_size explicitly

2022-09-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 11 20:07:11 2022 +0200| [8612b26202caddf47c9c277b75e88ac27b2fbda8] | committer: Andreas Rheinhardt avcodec/iff: Pass extradata and extradata_size explicitly This might be useful in case this decoder were changed to support new extradata

[FFmpeg-cvslog] avcodec/iff: Avoid redundant frees

2022-09-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 11 19:57:07 2022 +0200| [46b586e5b262052f09dfd22d06356c875203c245] | committer: Andreas Rheinhardt avcodec/iff: Avoid redundant frees This code is only called once during init, so none of the buffers here have been allocated already.

[FFmpeg-cvslog] avcodec/iff: Split extract_header into extradata and packet part

2022-09-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 11 19:03:12 2022 +0200| [f0be9129ad14ae3c94849648d3fdfccbbc3d7fc3] | committer: Andreas Rheinhardt avcodec/iff: Split extract_header into extradata and packet part 183132872a1d8bc8a32e7fd8f994fa2f1b2d6bfc made the iff demuxer output

[FFmpeg-cvslog] avcodec/adpcmenc: Round up required buffer size

2022-09-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 15 17:42:25 2022 +0200| [bffc8f9af1f8e760a63cbc3680ad814b3c1b99ec] | committer: Andreas Rheinhardt avcodec/adpcmenc: Round up required buffer size Otherwise the buffer might be too small. Fixes assert violations when encoding mono audio

[FFmpeg-cvslog] avfilter/vf_colorspace_cuda: mark fall-through

2022-09-15 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Sep 15 19:35:30 2022 +0200| [c9bd6ee5cb33c6462d6e74b9e39c159e1143ff65] | committer: Timo Rothenpieler avfilter/vf_colorspace_cuda: mark fall-through >

[FFmpeg-cvslog] avutil/lfg: fix comment typo

2022-09-15 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Thu Sep 15 18:05:33 2022 +0300| [a90e5335b3bf1f21b738b5bdf33de1b4fedf202d] | committer: Gyan Doshi avutil/lfg: fix comment typo > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a90e5335b3bf1f21b738b5bdf33de1b4fedf202d ---

[FFmpeg-cvslog] avfilter/vf_drawbox: use the correct macro to fill rgb plane pointers

2022-09-15 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Sep 15 00:08:24 2022 -0300| [0e0f74b6328498d1a7bcf6af7146774e1a22c628] | committer: James Almer avfilter/vf_drawbox: use the correct macro to fill rgb plane pointers Fixes ticket #9924 Reviewed-by: Paul B Mahol Signed-off-by: James Almer >

[FFmpeg-cvslog] fftools/ffplay: fix rotation incorrect when frame contains the displaymatrix

2022-09-15 Thread Wang Yaqiang
ffmpeg | branch: master | Wang Yaqiang | Mon Sep 5 18:40:36 2022 +0800| [3f0fac9303b430c5114da62f9a63ed0b945b435f] | committer: Steven Liu fftools/ffplay: fix rotation incorrect when frame contains the displaymatrix For example, if the jpeg contains exif information and the rotation