[FFmpeg-cvslog] libavcodec/exr : fix piz uncompress on big endian

2017-05-01 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sun Apr 23 15:38:14 2017 +0200| [37f4d22075c331f7f4fd67ea80049188b0ba8814] | committer: Michael Niedermayer libavcodec/exr : fix piz uncompress on big endian Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] fate/exr : add test for negative float value

2017-05-01 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sun Apr 23 17:49:05 2017 +0200| [89812e423de61ea77ea6deae8c8ed4c4a4413646] | committer: Michael Niedermayer fate/exr : add test for negative float value the tested sample contain negative value in the red channel need to be clip to zero, and not set t

[FFmpeg-cvslog] fate/exr : add tests for piz uncompress

2017-05-01 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Sun Apr 23 15:15:31 2017 +0200| [5ad18f279af11813d51a02df5ab77000885d698e] | committer: Michael Niedermayer fate/exr : add tests for piz uncompress Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ad18f

[FFmpeg-cvslog] libavformat/http: Ignore expired cookies

2017-05-01 Thread Micah Galizia
ffmpeg | branch: master | Micah Galizia | Sun Apr 30 14:25:29 2017 -0400| [28b24670741e1de25bfc7b5ea7c1d6dbae1aef6f] | committer: Michael Niedermayer libavformat/http: Ignore expired cookies Signed-off-by: Micah Galizia Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avcodec/bmp: Use ff_set_dimensions()

2017-05-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 1 17:53:11 2017 +0200| [63b8d4146d78595638417e431ea390aaf01f560f] | committer: Michael Niedermayer avcodec/bmp: Use ff_set_dimensions() Fixes out of memory Fixes: 1282/clusterfuzz-testcase-minimized-5400131681648640 Found-by: continuou

[FFmpeg-cvslog] doc/developer: Add terse documentation of assumed C implementation defined behavior

2017-05-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Apr 28 02:50:42 2017 +0200| [b706ddbae3f4a11c58560b914807931556108b55] | committer: Michael Niedermayer doc/developer: Add terse documentation of assumed C implementation defined behavior Suggested-by: "Ronald S. Bultje" Signed-off-by: Mich

[FFmpeg-cvslog] avcodec/indeo2: Check remaining bits in ir2_decode_plane()

2017-05-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 1 18:53:52 2017 +0200| [b29feec9829cfab2523c8d95e35bd69e689ea4af] | committer: Michael Niedermayer avcodec/indeo2: Check remaining bits in ir2_decode_plane() Fixes: 1290/clusterfuzz-testcase-minimized-5815578902134784 Fixes: timeout Fou

[FFmpeg-cvslog] avcodec/vp3: Check remaining bits in unpack_dct_coeffs()

2017-05-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon May 1 18:46:27 2017 +0200| [2f00300b779e7b247c85db0d7daef448225105ff] | committer: Michael Niedermayer avcodec/vp3: Check remaining bits in unpack_dct_coeffs() Decreases the time spend decoding junk. May fix: 1283/clusterfuzz-testcase-minim

[FFmpeg-cvslog] lavc/mips/hevc_idct_msa: Add missing const qualifier.

2017-05-01 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon May 1 10:31:35 2017 +0200| [a88b0b0ba7b4ddae9a51d1e9f7ff83654f60807a] | committer: Carl Eugen Hoyos lavc/mips/hevc_idct_msa: Add missing const qualifier. Fixes many warnings: initialization discards 'const' qualifier from pointer target type >

[FFmpeg-cvslog] lavc/mips/iirfilter_mips: Include config.h.

2017-05-01 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon May 1 10:35:28 2017 +0200| [f4c133c708747b5c93a15360ac15d93e123326da] | committer: Carl Eugen Hoyos lavc/mips/iirfilter_mips: Include config.h. Fixes the following warning: libavcodec/mips/iirfilter_mips.c:57:5: warning: "HAVE_INLINE_ASM" is no

[FFmpeg-cvslog] tools/target_dec_fuzzer: Use avcodec_register_all() instead of register_all()

2017-05-01 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 2 00:28:39 2017 +0200| [56ddb923c63f1aa2ca2c9f503cdd214a0cd6445f] | committer: Michael Niedermayer tools/target_dec_fuzzer: Use avcodec_register_all() instead of register_all() Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] avcodec/internal: update FF_CODEC_CAP_SETS_PKT_DTS doxy

2017-05-01 Thread James Almer
ffmpeg | branch: master | James Almer | Mon May 1 20:37:41 2017 -0300| [0a6ca7aa0aa139b67f8e6bd1453c3aab291d4a26] | committer: James Almer avcodec/internal: update FF_CODEC_CAP_SETS_PKT_DTS doxy The code it refers to was moved to decode.c in 00fb745a10a151791ce2e49ba3e463bd17ea9251 > http://

[FFmpeg-cvslog] lavf/nutdec: Fix an impossible condition, regression since e0c53c34.

2017-05-01 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Tue May 2 08:43:12 2017 +0200| [20da4135020fdf66f6060bb14926befbcc42a7dd] | committer: Carl Eugen Hoyos lavf/nutdec: Fix an impossible condition, regression since e0c53c34. Fixes ticket #6362. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com