[FFmpeg-cvslog] avcodec/adpcm_argo: fix incorrect documentation

2020-08-04 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Sun Aug 2 09:20:15 2020 +1000| [fa7ad81dab3e5cc60d69513ebc184a39ea7d53a2] | committer: Zane van Iperen avcodec/adpcm_argo: fix incorrect documentation Flag bit was in the wrong place. Signed-off-by: Zane van Iperen > http://git.videolan.org/gitwe

[FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add ceil support

2020-08-04 Thread Mingyu Yin
ffmpeg | branch: master | Mingyu Yin | Fri Jul 31 15:41:24 2020 +0800| [9fbdd5454bba660a2ec3aa4da31183b2f7fd3bc8] | committer: Guo, Yejun dnn_backend_native_layer_mathunary: add ceil support It can be tested with the model generated with below python script: import tensorflow as tf import os

[FFmpeg-cvslog] avformat/mov: Check comp_brand_size

2020-08-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 2 00:51:12 2020 +0200| [ffa6072fc727a14680a85449259f6b49b47587e6] | committer: Michael Niedermayer avformat/mov: Check comp_brand_size Fixes: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int' Fixes: 24457/clus

[FFmpeg-cvslog] avcodec/mpegaudiodec_template: Check CRCs for layer1 and layer2

2020-08-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 3 16:33:56 2020 +0200| [fd0064f75bfe8bab9e16c32aab4efc24889a3cd0] | committer: Michael Niedermayer avcodec/mpegaudiodec_template: Check CRCs for layer1 and layer2 This differs from the MPEG specification as the actual real world files do