[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

[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

[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

[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

[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

[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

[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

[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

[FFmpeg-cvslog] avformat/vivo: Don't log null value

2018-11-26 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Sat Nov 24 19:18:43 2018 -0800| [01dc152a92d3ea144ac12ef25f41cc8a44f4b4ef] | committer: Michael Niedermayer avformat/vivo: Don't log null value Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] avfilter/vf_chromashift: Fix mixed declaration and code

2018-11-26 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Sat Nov 24 19:17:40 2018 -0800| [8108064043bfb98cbc5a5bab9da4229be5f6e846] | committer: Michael Niedermayer avfilter/vf_chromashift: Fix mixed declaration and code Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > http://git.videolan.

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

2018-11-26 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Sat Nov 24 13:02:02 2018 -0800| [4361293fcf59edb56879c36edcd25f0a91e0edf8] | committer: Michael Niedermayer 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

[FFmpeg-cvslog] avfilter/vf_fade: fix start/duration max value

2018-11-15 Thread Mark Harris
ffmpeg | branch: release/4.1 | Mark Harris | Sun Nov 11 22:54:04 2018 -0800| [fed94c2f22fc165e1b012e3b621802b4d03e9214] | committer: Marton Balint avfilter/vf_fade: fix start/duration max value A fade out (usually at the end of a video) can easily start beyond INT32_MAX (about 36 minutes

[FFmpeg-cvslog] avfilter/vf_fade: fix start/duration max value

2018-11-12 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Sun Nov 11 22:54:04 2018 -0800| [ae4323548ae821db81b73bc66cf5a2f9885296cb] | committer: Paul B Mahol avfilter/vf_fade: fix start/duration max value A fade out (usually at the end of a video) can easily start beyond INT32_MAX (about 36 minutes

[FFmpeg-cvslog] avformat/wavdec: Eliminate goto for clang -O0 DCE

2016-12-16 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Thu Dec 15 16:44:57 2016 -0800| [a5cf600ccb7f20b65d552fef5c5d010513fcf74c] | committer: Michael Niedermayer avformat/wavdec: Eliminate goto for clang -O0 DCE Clang is not able to eliminate the reference to ff_spdif_probe() when there is a goto target in

[FFmpeg-cvslog] avformat/icodec: Fix crash probing fuzzed file

2016-11-26 Thread Mark Harris
ffmpeg | branch: release/3.0 | Mark Harris | Mon Feb 15 23:52:13 2016 -0800| [9375a7d85e8bc78dbb5cc101c37ff7c51f7d9b24] | committer: Andreas Cadhalpun avformat/icodec: Fix crash probing fuzzed file Avoid invalid memory read/crash when frame offset >= 0xfff8. Base64-encoded exam

[FFmpeg-cvslog] sdp: fix opus sprop-stereo fmtp syntax

2016-04-12 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Mon Feb 29 20:09:53 2016 -0800| [4d13bcceb9a1820f8e9b2c89e00816d3db41b716] | committer: Martin Storsjö sdp: fix opus sprop-stereo fmtp syntax Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dump: Fix context/level for payload dump

2016-03-05 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Sat Mar 5 09:10:00 2016 -0800| [238ddd6482d7aea2e917760a9bef291030a11e61] | committer: Michael Niedermayer avformat/dump: Fix context/level for payload dump Use the context and level specified to av_pkt_dump_log2(), instead of panic level (0), for

[FFmpeg-cvslog] sdp: fix opus sprop-stereo fmtp syntax

2016-03-01 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Mon Feb 29 20:08:14 2016 -0800| [c3bb6166dd05801e86a959085cdffbc3fb1ac46d] | committer: Michael Niedermayer sdp: fix opus sprop-stereo fmtp syntax Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/icodec: Fix crash probing fuzzed file

2016-02-19 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Mon Feb 15 23:52:13 2016 -0800| [56e2cd9c042e05255aa28487694c29aaec023263] | committer: Michael Niedermayer avformat/icodec: Fix crash probing fuzzed file Avoid invalid memory read/crash when frame offset >= 0xfff8. Base64-encoded exam

[FFmpeg-cvslog] avformat/icodec: ico probe with unknown data

2016-02-19 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Mon Feb 15 23:52:12 2016 -0800| [1b4fbf808082eaa6945e5fc2cda487573691e8e6] | committer: Michael Niedermayer avformat/icodec: ico probe with unknown data Fix cases where unknown data (data beyond p->buf_size) could produce a higher ico probe score t

[FFmpeg-cvslog] avcodec: Use get_ue_golomb_long() when needed

2015-12-29 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Mon Dec 28 23:04:08 2015 -0800| [c51c08e0e70c186971385bdbb225f69edd4e3375] | committer: Michael Niedermayer avcodec: Use get_ue_golomb_long() when needed get_ue_golomb() cannot decode values larger than 8190 (the maximum value that can be golomb encoded

[FFmpeg-cvslog] doc/filters.texi: fix filter name in examples

2014-10-02 Thread Mark Harris
ffmpeg | branch: release/2.3 | Mark Harris | Mon Sep 1 12:32:33 2014 -0700| [08f56b846c23889e0a47f94d06baa3114a121b4b] | committer: Michael Niedermayer doc/filters.texi: fix filter name in examples Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] doc/filters.texi: fix filter name in examples

2014-09-20 Thread Mark Harris
ffmpeg | branch: release/2.2 | Mark Harris | Mon Sep 1 12:32:33 2014 -0700| [85b829bff9c31178b2d70e39279a397795ce25cf] | committer: Michael Niedermayer doc/filters.texi: fix filter name in examples Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] doc/filters.texi: fix time duration references

2014-09-05 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Thu Sep 4 13:19:44 2014 -0700| [ef16d1260617cb942b495e322a9668c4b93265e0] | committer: Stefano Sabatini doc/filters.texi: fix time duration references Make time duration references consistent, using @ref links, and eliminate incorrect syntax [-]HH[:MM

[FFmpeg-cvslog] tools/normalize.py: both input and output file names are required

2014-09-01 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Mon Sep 1 15:13:42 2014 -0700| [4cabee50f624de9b9bb074d8571abb0f06e0b635] | committer: Clément Bœsch tools/normalize.py: both input and output file names are required > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/filters.texi: fix filter name in examples

2014-09-01 Thread Mark Harris
ffmpeg | branch: master | Mark Harris | Mon Sep 1 12:32:33 2014 -0700| [1b3a98f137900b6c3eb9a4c177d0b25684d6d144] | committer: Michael Niedermayer doc/filters.texi: fix filter name in examples Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi