[FFmpeg-cvslog] swscale/rgb2rgb_template: use shuffle macro on big-endian arches

2020-12-12 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Mon Nov 30 00:46:51 2020 -0500| [1200264fc4122dbb58bd08861f926cd6448593eb] | committer: Andriy Gelman swscale/rgb2rgb_template: use shuffle macro on big-endian arches Fixes fate-qtrle-32bit on big-endian. The macro does a simple byte swap on uint8 arr

[FFmpeg-cvslog] fate: fix fate-filter-hqx on big-endian arches

2020-12-12 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Fri Dec 4 21:26:11 2020 -0500| [5148740e79ec9c20a03365c03862d391981ace6b] | committer: Andriy Gelman fate: fix fate-filter-hqx on big-endian arches One of the inputs to the fate test has an rgba pixel format which needs to be converted to rgb32 (argb

[FFmpeg-cvslog] lavfi/dnn: check the return value from sws_getContext

2020-12-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Dec 9 17:53:10 2020 +0800| [0320dab265ef880b5b07cac1f9ebaa3fb5417f6a] | committer: Guo, Yejun lavfi/dnn: check the return value from sws_getContext sws_getContext may be return NULL, and it's will be dereferenced, so add the check. Signed-off-by: Jun

[FFmpeg-cvslog] lavfi/dnn: used the format name in debug message

2020-12-12 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Dec 9 17:53:09 2020 +0800| [ae2075265b8e779ed0545aa4f9b238013b4e446f] | committer: Guo, Yejun lavfi/dnn: used the format name in debug message Used the format name in debug message. Signed-off-by: Jun Zhao > http://git.videolan.org/gitweb.cgi/ffmpeg