[FFmpeg-cvslog] libavcodec/jpeg2000dec.c: Support for CRG marker

2020-04-22 Thread Gautam Ramakrishnan
ffmpeg | branch: master | Gautam Ramakrishnan | Thu Apr 23 00:22:39 2020 +0530| [6bd4a261689b2f464fba5d94f9c185c333ac947a] | committer: Michael Niedermayer libavcodec/jpeg2000dec.c: Support for CRG marker This patch adds support to skip the CRG marker. The CRG marker, is an informational

[FFmpeg-cvslog] avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32()

2020-04-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 21 00:03:39 2020 +0200| [bc41a29a5aa3c3dedba0a85b4aeb79a07eeeb1b4] | committer: Michael Niedermayer avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32() Reviewed-by: Peter Ross Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/iff: Check length before memcpy() in decode_deep_rle32()

2020-04-22 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 21 00:03:40 2020 +0200| [b4a33387cb1cd3f4c5036e65e0fdd953c6b5012f] | committer: Michael Niedermayer avcodec/iff: Check length before memcpy() in decode_deep_rle32() Fixes: out of array read Fixes:

[FFmpeg-cvslog] mpeg4videoenc: Don't crash with -fsanitize=bounds

2020-04-22 Thread Vitaly Buka
ffmpeg | branch: master | Vitaly Buka | Tue Apr 21 21:34:19 2020 -0700| [f163d30de2090a7275f1fb8ad69258576f12c1a2] | committer: Michael Niedermayer mpeg4videoenc: Don't crash with -fsanitize=bounds Also the patch makes this code consistent with mpeg4videodec.c Signed-off-by: Michael

[FFmpeg-cvslog] lavutil: add DOVI related header

2020-04-22 Thread vacingfang
ffmpeg | branch: master | vacingfang | Sat Apr 11 20:54:11 2020 +0800| [103885d9557fdddbae6392fba9a84a268224caae] | committer: Jun Zhao lavutil: add DOVI related header add DOVI related struct Signed-off-by: vacingfang >

[FFmpeg-cvslog] lavf/mov: support dvcC/dvvC box for DOVI

2020-04-22 Thread vacingfang
ffmpeg | branch: master | vacingfang | Sat Apr 11 21:00:50 2020 +0800| [1483cfa8177176b3d5d1c611424058bb9b59cf9f] | committer: Jun Zhao lavf/mov: support dvcC/dvvC box for DOVI support dvcC/dvcC box from spec Dolby Vision Streams Within the ISO Base MediaFile Format Version 2.1.2

[FFmpeg-cvslog] doc/APIChanges: add AV_PKT_DATA_DOVI_CONF entry

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Apr 22 19:47:32 2020 +0800| [54f100272a363d119bc862df23c6191676b97ea7] | committer: Jun Zhao doc/APIChanges: add AV_PKT_DATA_DOVI_CONF entry Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] lavf/movenc: enable dvcC/dvvC box support from DOVI sidedata

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 11 21:11:11 2020 +0800| [b8243b3edfe91dcd74621edd5fd4f5f95b7bf8f3] | committer: Jun Zhao lavf/movenc: enable dvcC/dvvC box support from DOVI sidedata enable dvcC/dvvC box support from DOVI sidedata. Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] lavc/version: bump minor version for DOVI sidedata

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Apr 22 19:22:56 2020 +0800| [7fd70ad9e97c57efcf7734a5c80e83d52606efa9] | committer: Jun Zhao lavc/version: bump minor version for DOVI sidedata Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] lavf/mpegts: support DOVI Video Stream Descriptor

2020-04-22 Thread vacingfang
ffmpeg | branch: master | vacingfang | Sat Apr 11 20:57:40 2020 +0800| [22b05ccb3833c313651d2c8ad495920b7632b60b] | committer: Jun Zhao lavf/mpegts: support DOVI Video Stream Descriptor support DOVI Video Stream Descriptor from Dolby Vision Streams Within the MPEG-2 Transport Stream Format

[FFmpeg-cvslog] lavc: add a new sidedata type for DOVI

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 11 21:07:15 2020 +0800| [0e1db79e37bb9d5ad1f647bd38f7381e2c5865fb] | committer: Jun Zhao lavc: add a new sidedata type for DOVI add a new sidedata type for DOVI. Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] lavf/dump: dump DOVI side data

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 11 21:09:03 2020 +0800| [446dac9ccf0bc8ae723929e3c2e87395753c3d5c] | committer: Jun Zhao lavf/dump: dump DOVI side data dump DOVI side data. Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] fftools/ffprobe: support DOVI sidedata

2020-04-22 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Apr 11 21:10:00 2020 +0800| [e689a759c6b634ff26d53e870dcfe725cfce86a5] | committer: Jun Zhao fftools/ffprobe: support DOVI sidedata support DOVI sidedata. Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] dnn/native: add native support for 'add'

2020-04-22 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Apr 10 21:35:11 2020 +0800| [6aa7e07e7caed7997e40cee8b203ec56b12d7300] | committer: Guo, Yejun dnn/native: add native support for 'add' It can be tested with the model file generated with below python script: import tensorflow as tf import numpy as

[FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for divide

2020-04-22 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Apr 11 13:50:32 2020 +0800| [2e38c63630c29ee7024edc4f01d02fb7b641] | committer: Guo, Yejun dnn-layer-mathbinary-test: add unit test for divide Signed-off-by: Guo, Yejun >

[FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for add

2020-04-22 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Fri Apr 10 22:32:02 2020 +0800| [17006196a6a51d8a34c41518cc1d17d703f61201] | committer: Guo, Yejun dnn-layer-mathbinary-test: add unit test for add Signed-off-by: Guo, Yejun >

[FFmpeg-cvslog] dnn/native: add native support for 'mul'

2020-04-22 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Apr 11 13:22:24 2020 +0800| [ef79408e975057e30d8f4afceaa89702fd5f27da] | committer: Guo, Yejun dnn/native: add native support for 'mul' it can be tested with model file generated from above python script: import tensorflow as tf import numpy as np

[FFmpeg-cvslog] dnn-layer-mathbinary-test: add unit test for 'mul'

2020-04-22 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Apr 11 13:24:36 2020 +0800| [265b5bd324496d6a342506ffa6157df5f2a85353] | committer: Guo, Yejun dnn-layer-mathbinary-test: add unit test for 'mul' Signed-off-by: Guo, Yejun >

[FFmpeg-cvslog] dnn/native: add native support for divide

2020-04-22 Thread Guo , Yejun
ffmpeg | branch: master | Guo, Yejun | Sat Apr 11 13:46:47 2020 +0800| [8ce9d88f930cecd55eb73ea5e8ce749090002aa8] | committer: Guo, Yejun dnn/native: add native support for divide it can be tested with model file generated with below python script: import tensorflow as tf import numpy as np

[FFmpeg-cvslog] avformat/mpegtsenc: don't print warning for DVB text streams

2020-04-22 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Apr 20 23:02:59 2020 +0530| [68d9c0be898d76132c569a84c24eca2d9270eb13] | committer: Gyan Doshi avformat/mpegtsenc: don't print warning for DVB text streams They can be demuxed by ffmpeg. >

[FFmpeg-cvslog] lavd/avfoundation.m: Remove transport controls for iOS.

2020-04-22 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann | Sat Apr 4 13:49:46 2020 +0200| [3c9185bf3a83395d12a987f626dbdb985eac4320] | committer: Thilo Borgmann lavd/avfoundation.m: Remove transport controls for iOS. >

[FFmpeg-cvslog] lavd/avfoundation.m: Do not use transport controls for screen capture devices.

2020-04-22 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann | Sat Apr 4 13:51:17 2020 +0200| [64b80cb04b124eaa979128f0b8557ee2a5ca239b] | committer: Thilo Borgmann lavd/avfoundation.m: Do not use transport controls for screen capture devices. >