[FFmpeg-cvslog] avcodec/libx264: fix chroma quantizer offset usage

2020-08-06 Thread Takio Yamaoka
ffmpeg | branch: master | Takio Yamaoka | Tue Jul 28 21:22:02 2020 +0900| [cc6c56f5d900f86167f6592215e613a69341858a] | committer: Jan Ekström avcodec/libx264: fix chroma quantizer offset usage The default for the chromaoffset field in AVCodecContext is zero, which until now always ended up ove

[FFmpeg-cvslog] avformat/mxfdec: Read color metadata from MXF

2020-08-06 Thread Harry Mallon
ffmpeg | branch: master | Harry Mallon | Fri Jul 31 11:09:54 2020 +0100| [7031a7beae5af7648c885e05435f179beb00d4d2] | committer: Tomas Härdin avformat/mxfdec: Read color metadata from MXF Reads color_primaries, color_trc and color_space from mxf headers. ULs are from https://registry.smpte-ra.

[FFmpeg-cvslog] dnn_backend_native_layer_mathunary: add floor support

2020-08-06 Thread Mingyu Yin
ffmpeg | branch: master | Mingyu Yin | Thu Aug 6 14:47:16 2020 +0800| [fab00b0ae077207a9aa1fa2cea34beb6ed860452] | committer: Guo, Yejun dnn_backend_native_layer_mathunary: add floor support It can be tested with the model generated with below python script: import tensorflow as tf import os