[FFmpeg-cvslog] avutil/mem: Fix invalid use of av_alloc_size

2019-07-22 Thread Mark Harris
ffmpeg | branch: release/3.2 | Mark Harris | Sat Nov 24 13:02:02 2018 -0800| [5fd65ebf28d9e8f2c9aadf8d8ba08d181b8ddfc1] | committer: James Almer avutil/mem: Fix invalid use of av_alloc_size The alloc_size attribute is valid only on functions that return a pointer. GCC 9 (not yet released) war

[FFmpeg-cvslog] avutil/mem: Fix invalid use of av_alloc_size

2019-07-22 Thread Mark Harris
ffmpeg | branch: release/3.3 | Mark Harris | Sat Nov 24 13:02:02 2018 -0800| [9d3509f4015f422584fe748ff66b0783d86c62e1] | committer: James Almer avutil/mem: Fix invalid use of av_alloc_size The alloc_size attribute is valid only on functions that return a pointer. GCC 9 (not yet released) war

[FFmpeg-cvslog] avutil/mem: Fix invalid use of av_alloc_size

2019-07-22 Thread Mark Harris
ffmpeg | branch: release/4.1 | Mark Harris | Sat Nov 24 13:02:02 2018 -0800| [0c904c0d3ff85ed5f634ff3e3202d5c1cd4a95d1] | committer: James Almer avutil/mem: Fix invalid use of av_alloc_size The alloc_size attribute is valid only on functions that return a pointer. GCC 9 (not yet released) war

[FFmpeg-cvslog] avutil/mem: Fix invalid use of av_alloc_size

2019-07-22 Thread Mark Harris
ffmpeg | branch: release/2.8 | Mark Harris | Sat Nov 24 13:02:02 2018 -0800| [266b784bb3698120dfea9de6dce562df9bebd845] | committer: James Almer avutil/mem: Fix invalid use of av_alloc_size The alloc_size attribute is valid only on functions that return a pointer. GCC 9 (not yet released) war

[FFmpeg-cvslog] avutil/mem: Fix invalid use of av_alloc_size

2019-07-22 Thread Mark Harris
ffmpeg | branch: release/3.1 | Mark Harris | Sat Nov 24 13:02:02 2018 -0800| [6f6cd2e29df5ba0c957772a101790db22c7cab94] | committer: James Almer avutil/mem: Fix invalid use of av_alloc_size The alloc_size attribute is valid only on functions that return a pointer. GCC 9 (not yet released) war

[FFmpeg-cvslog] avutil/mem: Fix invalid use of av_alloc_size

2019-07-22 Thread Mark Harris
ffmpeg | branch: release/4.0 | Mark Harris | Sat Nov 24 13:02:02 2018 -0800| [dbca455d7e367c131b2275ece20e9b6db4dd5434] | committer: James Almer avutil/mem: Fix invalid use of av_alloc_size The alloc_size attribute is valid only on functions that return a pointer. GCC 9 (not yet released) war

[FFmpeg-cvslog] avutil/mem: Fix invalid use of av_alloc_size

2019-07-22 Thread Mark Harris
ffmpeg | branch: release/3.4 | Mark Harris | Sat Nov 24 13:02:02 2018 -0800| [29362d5f9a4cc99a783e6c0e362644219e61bb89] | committer: James Almer avutil/mem: Fix invalid use of av_alloc_size The alloc_size attribute is valid only on functions that return a pointer. GCC 9 (not yet released) war

[FFmpeg-cvslog] avutil/mem: Fix invalid use of av_alloc_size

2019-07-22 Thread Mark Harris
ffmpeg | branch: release/3.0 | Mark Harris | Sat Nov 24 13:02:02 2018 -0800| [b858bcbbf6c14285c840f78dfe8a0e7b9d68997a] | committer: James Almer avutil/mem: Fix invalid use of av_alloc_size The alloc_size attribute is valid only on functions that return a pointer. GCC 9 (not yet released) war

[FFmpeg-cvslog] avformat/aacdec: factorize the adts frame resync code

2019-07-22 Thread James Almer
ffmpeg | branch: release/4.0 | James Almer | Sat Jul 20 10:13:08 2019 -0300| [47bb804f781370da35a443c5acda912bebb41984] | committer: James Almer avformat/aacdec: factorize the adts frame resync code Signed-off-by: James Almer (cherry picked from commit a38eab8b7501440f872ff1af8a0c5482b7b3e532

[FFmpeg-cvslog] avformat/aacdec: resync to the next adts frame on invalid data instead of aborting

2019-07-22 Thread James Almer
ffmpeg | branch: release/4.0 | James Almer | Sat Jul 20 21:47:55 2019 -0300| [1def4baa598450556ecbd74aeadc7788b1230739] | committer: James Almer avformat/aacdec: resync to the next adts frame on invalid data instead of aborting Should fix ticket #6634 Signed-off-by: James Almer (cherry pick

[FFmpeg-cvslog] avformat/aacdec: resync to the next adts frame on invalid data instead of aborting

2019-07-22 Thread James Almer
ffmpeg | branch: release/3.4 | James Almer | Sat Jul 20 21:47:55 2019 -0300| [bb22b9ce211c934db628a4ab1669d436864753e3] | committer: James Almer avformat/aacdec: resync to the next adts frame on invalid data instead of aborting Should fix ticket #6634 Signed-off-by: James Almer (cherry pick

[FFmpeg-cvslog] avformat/aacdec: factorize the adts frame resync code

2019-07-22 Thread James Almer
ffmpeg | branch: release/3.4 | James Almer | Sat Jul 20 10:13:08 2019 -0300| [a9282fc9642bd67c2bbc16dd4b7b3fe7ab27e104] | committer: James Almer avformat/aacdec: factorize the adts frame resync code Signed-off-by: James Almer (cherry picked from commit a38eab8b7501440f872ff1af8a0c5482b7b3e532

[FFmpeg-cvslog] avfilter/vf_ciescope: add DCI-P3

2019-07-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Jul 22 21:19:34 2019 +0200| [3883c9d1479d3e653bb66c9960fdd2ebd6ba9594] | committer: Kieran Kunhya avfilter/vf_ciescope: add DCI-P3 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3883c9d1479d3e653bb66c9960fdd2ebd6ba9594 --- doc/filters

[FFmpeg-cvslog] avformat/mxfenc: fix index byte count in partition header

2019-07-22 Thread Baptiste Coudurier
ffmpeg | branch: release/4.2 | Baptiste Coudurier | Thu Jul 18 10:35:00 2019 -0700| [c60e1d6be5a3ad081e2e001379b8171aa738e032] | committer: Marton Balint avformat/mxfenc: fix index byte count in partition header (cherry picked from commit 9e24b98b15cbec1e0212d909ad29c746e1d1738b) > http://git

[FFmpeg-cvslog] fate: change the scenecut fate threshold

2019-07-22 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Jul 21 07:24:19 2019 +0800| [d75c7dd45edfb78d8d37da8d589ede49f9612c22] | committer: Marton Balint fate: change the scenecut fate threshold why change .4 to .25, it's for: one scenecut(pkt_pts=20040) isn't detected by 0.4 threshold why not change to 0

[FFmpeg-cvslog] avformat/f_select: add support for more pixel formats for scene change score calculations

2019-07-22 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Jul 21 07:27:20 2019 +0800| [b696caba1a6a7d1d6b2aedb58d818ae5253e797a] | committer: Marton Balint avformat/f_select: add support for more pixel formats for scene change score calculations This avoids automatic conversions to rgb if scene change score

[FFmpeg-cvslog] avformat/f_select: support scenecut with more pixel formats

2019-07-22 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Jul 21 07:24:18 2019 +0800| [53462cea2f2a4248d7a1ffe19f4570589d624a9b] | committer: Marton Balint avformat/f_select: support scenecut with more pixel formats This patch does not make other pixel formats usable yet to make sure the test result is the s

[FFmpeg-cvslog] avformat/mxfenc: fix index byte count in partition header

2019-07-22 Thread Baptiste Coudurier
ffmpeg | branch: master | Baptiste Coudurier | Thu Jul 18 10:35:00 2019 -0700| [9e24b98b15cbec1e0212d909ad29c746e1d1738b] | committer: Baptiste Coudurier avformat/mxfenc: fix index byte count in partition header > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e24b98b15cbec1e0212d9

[FFmpeg-cvslog] avformat/mov: fix return code for trun box with no sample entries

2019-07-22 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Jul 21 00:02:14 2019 +0530| [d51d71c1e3a6a225a5bc8f35963b50331e479b1a] | committer: Gyan Doshi avformat/mov: fix return code for trun box with no sample entries A value of zero for sample_count in trun box is not prohibited by 14496-12 section 8.8.8. 4

[FFmpeg-cvslog] avcodec/mediacodec_wrapper: add missing "avcodec.h" include

2019-07-22 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Apr 29 11:24:37 2019 +0200| [6251ad89a77566254b934fbf95159d66e29328a8] | committer: Matthieu Bouron avcodec/mediacodec_wrapper: add missing "avcodec.h" include > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6251ad89a77566254b934fbf95

[FFmpeg-cvslog] avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_getCodecNameByType()

2019-07-22 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Apr 26 10:32:31 2019 +0200| [817235b195f55746893629bd8e6fa3501ea7b38e] | committer: Matthieu Bouron avcodec/mediacodec_wrapper: remove unused local variables in ff_AMediaCodec_getCodecNameByType() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avcodec/mediacodec_wrapper: fix a potential local reference leak in ff_AMediaCodec_getCodecNameByType()

2019-07-22 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu Apr 25 17:12:32 2019 +0200| [3f232d713db3cb665c265387c7009904c2e85e58] | committer: Matthieu Bouron avcodec/mediacodec_wrapper: fix a potential local reference leak in ff_AMediaCodec_getCodecNameByType() > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] avcodec/mediacodec_wrapper: fix a local reference leak in ff_AMediaCodec_getName()

2019-07-22 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu Apr 25 17:40:55 2019 +0200| [9cb8875c165e6377a3eebdce9743c5579f131248] | committer: Matthieu Bouron avcodec/mediacodec_wrapper: fix a local reference leak in ff_AMediaCodec_getName() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c