[FFmpeg-cvslog] dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread mode.

2020-09-19 Thread Xu Jun
ffmpeg | branch: master | Xu Jun | Sat Sep 19 23:24:25 2020 +0800| [a39fcbdffbcb8192332810d0a9217144560bef9f] | committer: Guo, Yejun dnn_backend_native_layer_conv2d.c: fix bug of loop boundary in single thread mode. Before patch, fate test for dnn may fail in some Windows environment while su

[FFmpeg-cvslog] avformat/avidec: Fix memleak when error happens after creating DV stream

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 18 23:21:31 2020 +0200| [ea45d6e61a8562fa8094499d2b052ba2e3ce8f6b] | committer: Andreas Rheinhardt avformat/avidec: Fix memleak when error happens after creating DV stream Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avformat/rmdec: Actually return value < 0 on read_header failure

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 20 21:14:15 2020 +0200| [4cc43d30c387fda30e34b7075670dfb28e868acb] | committer: Andreas Rheinhardt avformat/rmdec: Actually return value < 0 on read_header failure The RealMedia demuxer's read_header function initially initializes ret, the

[FFmpeg-cvslog] avformat/rmdec: Fix potential crash on allocation failure

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 20 22:44:42 2020 +0200| [5aafdb4e5fe3ca8a0d8b16498caf5899a8d68e2c] | committer: Andreas Rheinhardt avformat/rmdec: Fix potential crash on allocation failure The RealMedia demuxer uses the priv_data of its streams to store a structure conta

[FFmpeg-cvslog] avcodec/hnm4video: Don't return nonsense error messages

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 17:53:58 2020 +0200| [cc83f36b9d7c998f772f3456326ec9c5d43c169b] | committer: Andreas Rheinhardt avcodec/hnm4video: Don't return nonsense error messages The HNM 4 video decoder's init function claimed that an allocation failed if the ima

[FFmpeg-cvslog] avcodec/g722enc: Cleanup generically on init failure

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 17:21:12 2020 +0200| [23daf8e67fd842a70b783105025ddb483c036472] | committer: Andreas Rheinhardt avcodec/g722enc: Cleanup generically on init failure Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/flashsv2enc: Cleanup generically after init failure

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 16:57:49 2020 +0200| [42ed9707b5dea6b9d0c05dd796d9dfcab237c95a] | committer: Andreas Rheinhardt avcodec/flashsv2enc: Cleanup generically after init failure Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.vide

[FFmpeg-cvslog] avcodec/hq_hqadata: Make local arrays static

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 18:59:56 2020 +0200| [84d27385ae39e71151116d2647b85ab36ecf91fb] | committer: Andreas Rheinhardt avcodec/hq_hqadata: Make local arrays static Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avcodec/hnm4video: Don't reimplement FFSWAP()

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 18:09:09 2020 +0200| [dff4012ab7cc87576b4bf0cf851998e7ebbd925b] | committer: Andreas Rheinhardt avcodec/hnm4video: Don't reimplement FFSWAP() Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avcodec/mpegaudiodec_float: Avoid indirection with float dsp function

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 15 08:16:13 2020 +0200| [e9831b1e985a61f1f0089eccc877f2e5add2d58c] | committer: Andreas Rheinhardt avcodec/mpegaudiodec_float: Avoid indirection with float dsp function Do this by only keeping the only function pointer from the AVFloatDSPC

[FFmpeg-cvslog] avcodec/indeo3: Cleanup generically after init failure

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 19:58:07 2020 +0200| [3507ab07ecafb107574161bd7a2225616329816d] | committer: Andreas Rheinhardt avcodec/indeo3: Cleanup generically after init failure Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avcodec/j2kenc: Fix leaks on init failure

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 15 01:29:58 2020 +0200| [3d83de4187e9bb07af2ea8a0ec071094fca7a500] | committer: Andreas Rheinhardt avcodec/j2kenc: Fix leaks on init failure The JPEG2000 encoder did not clean up after itself on error. This commit fixes this by modifying t

[FFmpeg-cvslog] avcodec/flashsvenc: Remove unused z_stream

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 16:37:58 2020 +0200| [d1487659ee584d3b0521a894e9ea0f182edbd676] | committer: Andreas Rheinhardt avcodec/flashsvenc: Remove unused z_stream This encoder uses the compress2 utility function provided by zlib instead of using a z_stream. S

[FFmpeg-cvslog] avcodec/flashsv2enc: Return better error codes

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 17:02:04 2020 +0200| [b14c42aa2a3ee61e452d57877b3a695901ba6137] | committer: Andreas Rheinhardt avcodec/flashsv2enc: Return better error codes Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avcodec/mpegaudiodec*: Cleanup generically on init failure

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 15 08:33:22 2020 +0200| [c7867b6ed113d1fe71664cd29914af575e285aa0] | committer: Andreas Rheinhardt avcodec/mpegaudiodec*: Cleanup generically on init failure Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avcodec/hnm4video: Cleanup generically on init failure

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 17:48:20 2020 +0200| [042af30303ead6a094c6608ca6f5419bb130ce88] | committer: Andreas Rheinhardt avcodec/hnm4video: Cleanup generically on init failure Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avcodec/mpegaudiodec_template: Check return value of subdecoder

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 15 07:13:46 2020 +0200| [dac9e88a99ea34c2f812b8f7b6781a84ac86360a] | committer: Andreas Rheinhardt avcodec/mpegaudiodec_template: Check return value of subdecoder After all, allocating an AVFloatDSPContext might have failed. Signed-off-by

[FFmpeg-cvslog] avcodec/imc: Avoid indirection when calling float dsp function

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 19:43:49 2020 +0200| [ab4876163bc8173d5bc12e068283ee790672e8b8] | committer: Andreas Rheinhardt avcodec/imc: Avoid indirection when calling float dsp function Do this by only keeping the only function pointer from the AVFloatDSPContext

[FFmpeg-cvslog] avcodec/flashsvenc: Avoid allocation of buffer, fix memleak

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 16:28:32 2020 +0200| [ec6f4c51586cc213d16749f930970ba8afd0e38a] | committer: Andreas Rheinhardt avcodec/flashsvenc: Avoid allocation of buffer, fix memleak Up until now, the flashsv encoder tried to allocate two buffers in its init func

[FFmpeg-cvslog] avcodec/ljpegenc: Don't free buffer known to be NULL

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 15 02:09:42 2020 +0200| [6015a6921eba7b01b1e23ebd46f0f9f14b6c6f7b] | committer: Andreas Rheinhardt avcodec/ljpegenc: Don't free buffer known to be NULL The lossless JPEG encoder allocates one buffer in its init function and freeing said bu

[FFmpeg-cvslog] avcodec/flashsv2enc: Check allocations for success before usage

2020-09-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 14 16:56:13 2020 +0200| [319dbcf4402978f7a493b81d0f61be7a46ddbeba] | committer: Andreas Rheinhardt avcodec/flashsv2enc: Check allocations for success before usage Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avfilter/vf_datascope: fix oscilloscope with gray>8 depth

2020-09-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Sep 19 16:34:55 2020 +0200| [cdc4c268e2fb9daccdb7004a2e5036bf4ce33d13] | committer: Paul B Mahol avfilter/vf_datascope: fix oscilloscope with gray>8 depth > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdc4c268e2fb9daccdb7004a2e5036bf4ce

[FFmpeg-cvslog] avcodec/adpcm_argo: support decoding multiple frames

2020-09-19 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Sat Sep 12 22:02:26 2020 +1000| [9eabe9c4b53365426eddbcdef91f07254f102ae2] | committer: Zane van Iperen avcodec/adpcm_argo: support decoding multiple frames Increases decode speed significantly. Signed-off-by: Zane van Iperen > http://git.videolan

[FFmpeg-cvslog] avformat/argo_{asf,brp}: use variable frame sizes when (de)muxing adpcm_argo

2020-09-19 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Wed Sep 16 07:39:51 2020 +1000| [52d362c6e0bc80ca191817cfac61f26d23d9cff3] | committer: Zane van Iperen avformat/argo_{asf,brp}: use variable frame sizes when (de)muxing adpcm_argo Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avcodec/adpcm_{psx,argo}: add missing indent

2020-09-19 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Wed Sep 16 17:09:57 2020 +1000| [bb021be31c3de749f4a8fa60f42032fd7523281d] | committer: Zane van Iperen avcodec/adpcm_{psx,argo}: add missing indent Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb021be3