[FFmpeg-cvslog] fate: Add h264 extradata reload tests

2016-11-15 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Tue Nov 15 11:18:02 2016 -0500| [00c80798160f930ce680f98f869c23d91a261f06] | committer: Michael Niedermayer fate: Add h264 extradata reload tests Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=00c807

[FFmpeg-cvslog] Fix -Werror=parentheses error

2016-11-15 Thread Thierry Foucu
ffmpeg | branch: master | Thierry Foucu | Tue Nov 15 11:09:52 2016 -0800| [c512546689eb48c9ab4ece0a09619c18559b16c5] | committer: Michael Niedermayer Fix -Werror=parentheses error Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c512546689eb48c9a

[FFmpeg-cvslog] avcodec/rv40: Test remaining space in loop of get_dimension()

2016-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 15 22:50:35 2016 +0100| [1546d487cf12da37d90a080813f8d57ac33036bf] | committer: Michael Niedermayer avcodec/rv40: Test remaining space in loop of get_dimension() Fixes infinite loop Fixes: 178/fuzz-3-ffmpeg_VIDEO_AV_CODEC_ID_RV40_fuzzer

[FFmpeg-cvslog] mlz: limit next_code to data buffer size

2016-11-15 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Nov 15 00:11:30 2016 +0100| [1abcd972c4c0e16f1e83be2fd32a251f51b2946d] | committer: Andreas Cadhalpun mlz: limit next_code to data buffer size This fixes a heap-buffer-overflow detected by AddressSanitizer. Reviewed-by: Michael Niedermayer Si

[FFmpeg-cvslog] aarch64: vp9: Add NEON itxfm routines

2016-11-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Nov 14 12:32:26 2016 +0200| [f43079e11cb445e6b70b149d9cdb829091ec2155] | committer: Ronald S. Bultje aarch64: vp9: Add NEON itxfm routines This work is sponsored by, and copyright, Google. These are ported from the ARM version; thanks to the larg

[FFmpeg-cvslog] aarch64: vp9: Implement NEON loop filters

2016-11-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Nov 14 12:32:27 2016 +0200| [f1212e472b5f57b4f7243fc46f254647cf7e284d] | committer: Ronald S. Bultje aarch64: vp9: Implement NEON loop filters This work is sponsored by, and copyright, Google. These are ported from the ARM version; thanks to the

[FFmpeg-cvslog] arm: vp9: Add NEON optimizations of VP9 MC functions

2016-11-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Nov 14 12:32:21 2016 +0200| [68caef9d48c4f1540b1b3181ebe7062a3417c62a] | committer: Ronald S. Bultje arm: vp9: Add NEON optimizations of VP9 MC functions This work is sponsored by, and copyright, Google. The filter coefficients are signed values,

[FFmpeg-cvslog] aarch64: vp9: Add NEON optimizations of VP9 MC functions

2016-11-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Nov 14 12:32:25 2016 +0200| [1f7801c2bc93811df4daf09b839572bc4c8b3524] | committer: Ronald S. Bultje aarch64: vp9: Add NEON optimizations of VP9 MC functions This work is sponsored by, and copyright, Google. These are ported from the ARM version;

[FFmpeg-cvslog] vp9dsp: Deduplicate the subpel filters

2016-11-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Nov 14 12:32:19 2016 +0200| [6409e9b6ccde39895a93f48212078e6c0872f8e7] | committer: Ronald S. Bultje vp9dsp: Deduplicate the subpel filters Make them aligned, to allow efficient access to them from simd. This is an adapted cherry-pick from libav

[FFmpeg-cvslog] arm: Clear the gp register alias at the end of functions

2016-11-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Nov 14 12:32:20 2016 +0200| [86c5a23ee5236aa0996435247a2141ac90fc491e] | committer: Ronald S. Bultje arm: Clear the gp register alias at the end of functions We reset .Lpic_gp to zero at the start of each function, which means that the logic withi

[FFmpeg-cvslog] arm: vp9: Add NEON loop filters

2016-11-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Nov 14 12:32:23 2016 +0200| [6bec60a683a530ac3bf5a19e5c3d087b5dd047a1] | committer: Ronald S. Bultje arm: vp9: Add NEON loop filters This work is sponsored by, and copyright, Google. The implementation tries to have smart handling of cases where

[FFmpeg-cvslog] aarch64: Add an offset parameter to the movrel macro

2016-11-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Nov 14 12:32:24 2016 +0200| [7fe898dbb949f0e31665d716f671e2428d50bb29] | committer: Ronald S. Bultje aarch64: Add an offset parameter to the movrel macro With apple tools, the linker fails with errors like these, if the offset is negative: ld: in

[FFmpeg-cvslog] arm: vp9: Add NEON itxfm routines

2016-11-15 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Mon Nov 14 12:32:22 2016 +0200| [b4dc7c341eb08b6a4d5470a05364eadf85434108] | committer: Ronald S. Bultje arm: vp9: Add NEON itxfm routines This work is sponsored by, and copyright, Google. For the transforms up to 8x8, we can fit all the data (includ

[FFmpeg-cvslog] avcodec/ituh263dec: Avoid spending a long time in slice sync

2016-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 15 18:05:33 2016 +0100| [2baf36caed98cfdc7f6a2086fbf26f1a172f16cf] | committer: Michael Niedermayer avcodec/ituh263dec: Avoid spending a long time in slice sync Fixes: 177/fuzz-3-ffmpeg_VIDEO_AV_CODEC_ID_FLV1_fuzzer Found-by: continuous

[FFmpeg-cvslog] vp9: add avx2 iadst16 implementations.

2016-11-15 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Tue Nov 8 14:43:59 2016 -0500| [83a139e3d85a49abcca40385f263e021e5a0a6d8] | committer: Ronald S. Bultje vp9: add avx2 iadst16 implementations. Also a small cosmetic change to the avx2 idct16 version to make it explicit that one of the arguments to

[FFmpeg-cvslog] avcodec/movtextdec: Add error message for tsmb_size check

2016-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 15 14:54:47 2016 +0100| [0eb319800567b79ca6b4cf0d90904318641b9e50] | committer: Michael Niedermayer avcodec/movtextdec: Add error message for tsmb_size check Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avcodec/movtextdec: Fix potential integer overflow

2016-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 15 14:46:16 2016 +0100| [6ea27157682200e5f78cadcabdb009eccd9dd9b1] | committer: Michael Niedermayer avcodec/movtextdec: Fix potential integer overflow Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avcodec/movtextdec: Fix tsmb_size check==0 check

2016-11-15 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 15 14:52:21 2016 +0100| [a609905723c01e356d35146425c3d45c090aae7b] | committer: Michael Niedermayer avcodec/movtextdec: Fix tsmb_size check==0 check Fixes: 173/fuzz-3-ffmpeg_SUBTITLE_AV_CODEC_ID_MOV_TEXT_fuzzer Found-by: continuous fuzzi