[FFmpeg-cvslog] configure: bump year

2019-01-14 Thread James Almer
ffmpeg | branch: release/3.2 | James Almer | Tue Jan 1 15:26:31 2019 -0300| [a97ea53ad96e9c39f7e698c314610ced6e2361e9] | committer: Michael Niedermayer configure: bump year Happy new year! (cherry picked from commit 3209d7b3930bab554bf7d97d8041d9d0b88423a8) Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/wvdec: detect and error out on WavPack DSD files

2019-01-14 Thread David Bryant
ffmpeg | branch: release/3.2 | David Bryant | Tue Nov 20 21:00:47 2018 -0800| [0eaff670a7742aa6010dad5611a1b0ff1034f73c] | committer: Michael Niedermayer avformat/wvdec: detect and error out on WavPack DSD files Not currently supported. (cherry picked from commit db109373d87b1fa5fe9f3d027d1bb

[FFmpeg-cvslog] avcodec/mjpegbdec: Fix some misplaced {} and spaces

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Dec 28 22:22:56 2018 +0100| [a27b49579d99655cf5fbc4e838cf54b85b589b10] | committer: Michael Niedermayer avcodec/mjpegbdec: Fix some misplaced {} and spaces Reviewed-by: Derek Buitenhuis Signed-off-by: Michael Niedermayer (cherry picked

[FFmpeg-cvslog] avcodec/tests/rangecoder: initialize array to avoid valgrind warning

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Jan 4 02:46:29 2019 +0100| [53319cbe97877fe92a2af1586c4dd5c36cb95843] | committer: Michael Niedermayer avcodec/tests/rangecoder: initialize array to avoid valgrind warning Found-by: jamrial Signed-off-by: Michael Niedermayer (cherry pi

[FFmpeg-cvslog] avformat/nutenc: Document trailer index assert better

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Dec 14 21:52:09 2018 +0100| [9925adcd68471459aa60d6a3e2895cec5f2be85b] | committer: Michael Niedermayer avformat/nutenc: Document trailer index assert better Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer (cherry picked f

[FFmpeg-cvslog] avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Dec 7 21:52:30 2018 +0100| [bcc42f192342b9e8718e1a010950b021dcce0d17] | committer: Michael Niedermayer avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID Signed-off-by: Michael Niedermayer (cherry picked from comm

[FFmpeg-cvslog] avcodec/exr: set layer_match in all branches

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Tue Dec 25 21:30:54 2018 +0100| [9f92a1d02028f95f10e77c180deb49c475e361c4] | committer: Michael Niedermayer avcodec/exr: set layer_match in all branches Otherwise it is left to the value from the previous iteration Signed-off-by: Michael Ni

[FFmpeg-cvslog] Update for 3.2.13

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Tue Jan 15 00:41:45 2019 +0100| [05ed56286269a3964cb11447647551dfb10d3d50] | committer: Michael Niedermayer Update for 3.2.13 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=05ed56286269a3964c

[FFmpeg-cvslog] avcodec/4xm: Fix returned error codes

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Mon Dec 31 18:11:44 2018 +0100| [aae57535cae34be6498285f121c8c18df40a17ae] | committer: Michael Niedermayer avcodec/4xm: Fix returned error codes Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer (cherry picked from commit 07607

[FFmpeg-cvslog] avcodec/diracdec: Check component quant

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Wed Nov 14 09:42:44 2018 +0100| [3389d479acef93f67eaf021e93ca9b962cbebc43] | committer: Michael Niedermayer avcodec/diracdec: Check component quant Fixes: Timeout Fixes: 10708/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5

[FFmpeg-cvslog] avcodec/h264_slice: Fix integer overflow in implicit_weight_table()

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Jan 4 20:00:38 2019 +0100| [f4a9455e03a6712085ec1c56ccde015d728a7471] | committer: Michael Niedermayer avcodec/h264_slice: Fix integer overflow in implicit_weight_table() Fixes: signed integer overflow: 2 * 2132811760 cannot be represen

[FFmpeg-cvslog] avformat/mpegts: Fix side data type for stream id

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Fri Dec 7 21:51:48 2018 +0100| [d9010b1d8f080ca2beaa6976ad00b44e0a8c824f] | committer: Michael Niedermayer avformat/mpegts: Fix side data type for stream id Signed-off-by: Michael Niedermayer (cherry picked from commit ab1319d82f0c77308792

[FFmpeg-cvslog] postproc/postprocess_template: remove FF_REG_sp from clobber list

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Thu Dec 20 22:40:06 2018 +0100| [5a82f570a4625e285f5dd49717af739499d42e0c] | committer: Michael Niedermayer postproc/postprocess_template: remove FF_REG_sp from clobber list Future gcc may no longer support this Tested-by: James Almer Sign

[FFmpeg-cvslog] lavf/id3v2: fail read_apic on EOF reading mimetype

2019-01-14 Thread chcunningham
ffmpeg | branch: release/3.2 | chcunningham | Fri Dec 14 13:44:07 2018 -0800| [490a5253ca898bc6c9d58571cd2c8bed7f053a68] | committer: Michael Niedermayer lavf/id3v2: fail read_apic on EOF reading mimetype avio_read may return EOF, leaving the mimetype array unitialized. fail early when this oc

[FFmpeg-cvslog] postproc/postprocess_template: Avoid using %4 for the threshold compare

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Thu Dec 20 22:40:05 2018 +0100| [bcf15577363b69c3cca735b5770692e8021f6db2] | committer: Michael Niedermayer postproc/postprocess_template: Avoid using %4 for the threshold compare This avoids problems if %4 is the stack pointer the constrain

[FFmpeg-cvslog] avcodec/rpza: Check that there is enough data for all the blocks

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Sun Dec 16 19:13:27 2018 +0100| [a48c69a04e2867e5dda428efd0804f192eb9f099] | committer: Michael Niedermayer avcodec/rpza: Check that there is enough data for all the blocks Fixes: Timeout Fixes: 11547/clusterfuzz-testcase-minimized-ffmpeg_A

[FFmpeg-cvslog] avcodec/rpza: Move frame allocation to a later point

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Sun Dec 16 19:04:56 2018 +0100| [b96292c6d34896b51c971748baa1d34b0890fbaf] | committer: Michael Niedermayer avcodec/rpza: Move frame allocation to a later point This will allow performing some fast checks before the slow allocation Signed-o

[FFmpeg-cvslog] avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa

2019-01-14 Thread gxw
ffmpeg | branch: release/3.2 | gxw | Mon Dec 24 14:07:44 2018 +0800| [0f9cb4e726fc4771a61a60731c8c0482a72daf23] | committer: Michael Niedermayer avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa The AV_INPUT_BUFFER_PADDING_SIZE has been increased to 64, but the va

[FFmpeg-cvslog] avcodec/truemotion2: fix integer overflows in tm2_low_chroma()

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Sat Nov 17 00:38:53 2018 +0100| [dfa3a5ac631832afde852dd62db7833e916ecbdd] | committer: Michael Niedermayer avcodec/truemotion2: fix integer overflows in tm2_low_chroma() Fixes: 11295/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMO

[FFmpeg-cvslog] avcodec/fic: Fail on invalid slice size/off

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Sun Dec 16 21:43:07 2018 +0100| [6e5238d55f2e96fd3f7cc10891794273574c471a] | committer: Michael Niedermayer avcodec/fic: Fail on invalid slice size/off Fixes: Timeout Fixes: 11486/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FIC_fuzzer

[FFmpeg-cvslog] lavf/mov: ensure only one tkhd per trak

2019-01-14 Thread chcunningham
ffmpeg | branch: release/3.2 | chcunningham | Thu Dec 13 13:58:40 2018 -0800| [418f13261ffe9390a23271365978730512f1cbe5] | committer: Michael Niedermayer lavf/mov: ensure only one tkhd per trak Chromium fuzzing produced a whacky file with extra tkhds. This caused an AVStream that was already i

[FFmpeg-cvslog] avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan()

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Tue Dec 18 14:27:48 2018 +0100| [72536017a7c33e2f2ee49a680f90fa87d84a94bf] | committer: Michael Niedermayer avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan() Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer (cherry pic

[FFmpeg-cvslog] avcodec/msvideo1: Check for too small dimensions

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Sat Dec 1 22:16:19 2018 +0100| [3c2207b10f0e29f849f098faa9f8426e086bfaad] | committer: Michael Niedermayer avcodec/msvideo1: Check for too small dimensions Such low resolution would result in empty output as a minimum of 4x4 is needed We co

[FFmpeg-cvslog] avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal size

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Thu Nov 29 02:32:10 2018 +0100| [aa5190d54adb21caac60e3306e4691c728e67208] | committer: Michael Niedermayer avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal size Frames that small are not valid and of limited use for err

[FFmpeg-cvslog] avcodec/truemotion2rt: Fix rounding in input size check

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Sat Nov 17 09:24:30 2018 +0100| [f3400e731a6663c485064fcf40bfe16fa5c97921] | committer: Michael Niedermayer avcodec/truemotion2rt: Fix rounding in input size check Fixes: Timeout Fixes: 11332/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_I

[FFmpeg-cvslog] avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal size

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.2 | Michael Niedermayer | Tue Nov 27 23:37:03 2018 +0100| [4ff4fd41791c4cb22dd87cb115bd6f7980f4a73a] | committer: Michael Niedermayer avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal size Frames that small are not valid and of limited use for erro

[FFmpeg-cvslog] ffmpeg_opt: Print a warning if more than one -vf/-af option was specified.

2019-01-14 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Jan 14 13:34:22 2019 +0100| [301cee61fa61c55b1c178ebfbc590872e8b033e6] | committer: Carl Eugen Hoyos ffmpeg_opt: Print a warning if more than one -vf/-af option was specified. Fixes ticket #4184. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] lavf/mov: Do not fail hard for more invalid atoms.

2019-01-14 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Jan 14 12:44:01 2019 +0100| [5d958f0955fe0e7552e7ccb8fddf9947e90039fc] | committer: Carl Eugen Hoyos lavf/mov: Do not fail hard for more invalid atoms. This is what several other players do and what FFmpeg already does for the sidx atom. Fixes

[FFmpeg-cvslog] avcodec/tests/rangecoder: initialize array to avoid valgrind warning

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jan 4 02:46:29 2019 +0100| [c15972f0af7679b466dd4a10a54ab2f04f9372c8] | committer: Michael Niedermayer avcodec/tests/rangecoder: initialize array to avoid valgrind warning Found-by: jamrial Signed-off-by: Michael Niedermayer > http://git.v

[FFmpeg-cvslog] avcodec/gdv: Optimize and factorize scaling loops

2019-01-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jan 4 19:51:04 2019 +0100| [6e23736aefa83859fdb6faae4fd14c169f1a41ab] | committer: Michael Niedermayer avcodec/gdv: Optimize and factorize scaling loops Fixes: Timeout Fixes: 11067/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GDV_fuzze

[FFmpeg-cvslog] api-h264-slice-test: fix arguments and help

2019-01-14 Thread Rafaël Carré
ffmpeg | branch: master | Rafaël Carré | Thu Jan 10 12:00:27 2019 +0100| [75ea329b78f40537864e2ca2833c087c20041181] | committer: Michael Niedermayer api-h264-slice-test: fix arguments and help This program only takes 2 arguments Remove comment that was never right Signed-off-by: Michael Niede

[FFmpeg-cvslog] avcodec/vc1: fix B predictor validity for 4-MV MBs

2019-01-14 Thread Jerome Borsboom
ffmpeg | branch: master | Jerome Borsboom | Mon Jan 14 09:05:24 2019 +0100| [fc6e53b0b662c60560dff75cc93248f72d0faf8a] | committer: Carl Eugen Hoyos avcodec/vc1: fix B predictor validity for 4-MV MBs The B predictor for 4-MV MBs in interlace field pictures is not used for blocks 0 and 2 when t