[FFmpeg-cvslog] fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale

2020-06-18 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Mon Jun 8 16:58:05 2020 +0800| [0b511bd9a5487c672fe199ffb2a78a50fc5b2d9f] | committer: Linjie Fu fftools/ffmpeg_filter: add -autoscale to disable/enable the default scale Currently, ffmpeg inserts scale filter by default in the filter graph to force the wh

[FFmpeg-cvslog] lavf/hls: Add missed side data/disposition

2020-06-18 Thread vacingfang
ffmpeg | branch: master | vacingfang | Thu Jun 4 21:59:43 2020 +0800| [b7f3a7c439885945af697580a0c08c0573f8885b] | committer: Jun Zhao lavf/hls: Add missed side data/disposition hls demuxer get the stream info from sub-stream, but missed side data/disposition part, e,g, missed the DOVI side d

[FFmpeg-cvslog] lavf/dashdec: Add missed side data/disposition

2020-06-18 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Jun 4 22:00:48 2020 +0800| [3cf2f515e392ab22594f34966e93e75931cfc7e2] | committer: Jun Zhao lavf/dashdec: Add missed side data/disposition dash demuxer get the stream info from sub-stream, but missed side data/disposition part, e,g, missed the DOVI sid

[FFmpeg-cvslog] avformat: add MCC demuxer

2020-06-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jun 13 15:07:41 2020 +0200| [71f19bf5e31ec4039ef0f9e22b157657c57e2cb9] | committer: Paul B Mahol avformat: add MCC demuxer Fixes #7680 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71f19bf5e31ec4039ef0f9e22b157657c57e2cb9 --- Changel

[FFmpeg-cvslog] avformat/sccdec: make splitting more robust

2020-06-18 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jun 17 10:24:05 2020 +0200| [b52ca2cec27bc5d60750680f01f86d22dc8c2cbb] | committer: Paul B Mahol avformat/sccdec: make splitting more robust > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b52ca2cec27bc5d60750680f01f86d22dc8c2cbb --- li

[FFmpeg-cvslog] avcodec/encode: restructure the core encoding code

2020-06-18 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jun 9 18:31:32 2020 -0300| [827d6fe73d2f5472c1c2128eb14fab6a4db29032] | committer: James Almer avcodec/encode: restructure the core encoding code This commit follows the same logic as 061a0c14bb, but for the encode API: The new public encoding API wi

[FFmpeg-cvslog] avcodec/encode: restructure the old encode API

2020-06-18 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jun 9 18:35:00 2020 -0300| [93016f5d1d280f9cb7856883af287fa66affc04c] | committer: James Almer avcodec/encode: restructure the old encode API Following the same logic as 061a0c14bb, this commit turns the old encode API into a wrapper for the new one.

[FFmpeg-cvslog] avfilter/vf_overlay: add yuv420p10 and yuv422p10 10bit format support

2020-06-18 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Jun 5 21:58:01 2020 +0800| [dacae40a4bbb542b0f02ba32ca558d318c7b7db0] | committer: Limin Wang avfilter/vf_overlay: add yuv420p10 and yuv422p10 10bit format support Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avfilter/vf_overlay: support for 8bit and 10bit overlay with macro-based function

2020-06-18 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Jun 5 21:58:00 2020 +0800| [4d787c16e844dc35a0de3b1ac6db7c6e1aa62138] | committer: Limin Wang avfilter/vf_overlay: support for 8bit and 10bit overlay with macro-based function Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] fate: add yuv420p10 and yuv422p10 tests for overlay filter

2020-06-18 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Jun 5 21:58:02 2020 +0800| [2f5994679b17da1f8a8737cd6b87e912b897e32d] | committer: Limin Wang fate: add yuv420p10 and yuv422p10 tests for overlay filter Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f5994679

[FFmpeg-cvslog] avcodec/libx265: Fix integer overflow in computation of max and avg bitrate

2020-06-18 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Jun 8 19:51:33 2020 +0800| [e3b5897fe3f1b76b4d46bab452cd35a7f308a93a] | committer: Limin Wang avcodec/libx265: Fix integer overflow in computation of max and avg bitrate Signed-off-by: Limin Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c