[FFmpeg-cvslog] lavfi/colorspace: move some functions to common file

2019-03-21 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Tue Jan 22 14:27:01 2019 +0800| [d0f3798b4e7f9ec3142f74946f7de41b9e3485cb] | committer: Ruiling Song lavfi/colorspace: move some functions to common file These functions can be reused by other colorspace filters, so move them to common file. No

[FFmpeg-cvslog] lavfi/colorspace_common: add ifdef check to be more compatible.

2019-03-21 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Mon Jan 21 15:44:04 2019 +0800| [b073fb9eeae8f021a4e18886ccf73cda9f67b00c] | committer: Ruiling Song lavfi/colorspace_common: add ifdef check to be more compatible. Some filters may not need to do linearize/delinearize, thus will even not define them.

[FFmpeg-cvslog] lavu/opencl: replace va_ext.h with standard name

2019-03-21 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Fri Nov 23 13:39:12 2018 +0800| [61cb505d18b8a335bd118d88c05b9daf40eb5f9b] | committer: Ruiling Song lavu/opencl: replace va_ext.h with standard name Khronos OpenCL header (https://github.com/KhronosGroup/OpenCL-Headers) uses

[FFmpeg-cvslog] lavfi/opencl: add ff_opencl_print_const_matrix_3x3()

2019-03-21 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Tue Jan 22 14:47:54 2019 +0800| [2593122a167de3294abd5b9cf04df5b8072ee3ed] | committer: Ruiling Song lavfi/opencl: add ff_opencl_print_const_matrix_3x3() This is used to print a 3x3 matrix into a part of OpenCL source code. Signed-off-by: Ruiling Song

[FFmpeg-cvslog] lavfi/tonemap_opencl: reuse color matrix calculation from colorspace.c

2019-03-21 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Tue Jan 22 15:01:56 2019 +0800| [8b951cd4752c8db2b4532fae9fb300d422950cdd] | committer: Ruiling Song lavfi/tonemap_opencl: reuse color matrix calculation from colorspace.c Signed-off-by: Ruiling Song >

[FFmpeg-cvslog] MAINTAINERS: remove myself as mailing list maintainer

2019-03-21 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Thu Mar 21 11:34:13 2019 -0800| [73661740862286464513e2792a31813d383c6afa] | committer: Lou Logan MAINTAINERS: remove myself as mailing list maintainer Refer to Michael, compn, or Baptiste. Signed-off-by: Lou Logan >

[FFmpeg-cvslog] doc/mailing-list-faq: ffmpeg-devel is now subscription only

2019-03-21 Thread Lou Logan
ffmpeg | branch: master | Lou Logan | Thu Mar 21 11:26:11 2019 -0800| [171f8ee40bd77eebe0cf18315a370e097833cd1b] | committer: Lou Logan doc/mailing-list-faq: ffmpeg-devel is now subscription only Nobody is going to check the queue anymore, so users must now subscribe to send messages to

[FFmpeg-cvslog] avcodec/dfa: Check the chunk header is not truncated

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Mar 10 23:45:19 2019 +0100| [2a2bc7918727eb2d1baa8e2ea7e279d0d9b1] | committer: Michael Niedermayer avcodec/dfa: Check the chunk header is not truncated Fixes: Timeout (11sec -> 3sec) Fixes:

[FFmpeg-cvslog] avcodec/clearvideo: Check remaining data in P frames

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Mar 8 01:42:06 2019 +0100| [599cfce022b3d7f7b3641867254c7d8a2e027497] | committer: Michael Niedermayer avcodec/clearvideo: Check remaining data in P frames Fixes: Timeout (19sec -> 419msec) Fixes:

[FFmpeg-cvslog] avcodec/dvbsubdec: Check object position

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Mar 5 20:14:05 2019 +0100| [86af0e2a87321663b6c6f5538017dcb1726400c1] | committer: Michael Niedermayer avcodec/dvbsubdec: Check object position Reference: ETSI EN 300 743 V1.2.1 7.2.2 Region composition segment Fixes: Timeout Fixes:

[FFmpeg-cvslog] Update for 4.0.4

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Mar 21 16:52:50 2019 +0100| [162b44e110cbb1f78014a971d5d3641cd30e3bc6] | committer: Michael Niedermayer Update for 4.0.4 Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/aic: Check remaining bits in aic_decode_coeffs()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Mon Feb 25 13:26:25 2019 +0100| [ccf6ca1701d8e5e7ecc697c983a369e2e87680b8] | committer: Michael Niedermayer avcodec/aic: Check remaining bits in aic_decode_coeffs() Fixes: Timeout (78 seconds -> 2 seconds) Fixes:

[FFmpeg-cvslog] configure: add missing pthreads extralibs dependency for libvpx-vp9

2019-03-21 Thread Guo , Yejun
ffmpeg | branch: release/4.0 | Guo, Yejun | Tue Mar 5 06:09:11 2019 +0800| [01209d220b36e42a307233249f917e578ebacc4c] | committer: Michael Niedermayer configure: add missing pthreads extralibs dependency for libvpx-vp9 Signed-off-by: Guo, Yejun Signed-off-by: James Almer (cherry picked

[FFmpeg-cvslog] configure: use vpx_codec_vp8_dx/cx for libvpx-vp8 checking

2019-03-21 Thread Guo , Yejun
ffmpeg | branch: release/4.0 | Guo, Yejun | Tue Mar 5 06:09:18 2019 +0800| [33651c09407e83b011dab95e15b1519bf48cb32e] | committer: Michael Niedermayer configure: use vpx_codec_vp8_dx/cx for libvpx-vp8 checking Signed-off-by: Guo, Yejun Signed-off-by: James Almer (cherry picked from commit

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Mar 5 12:51:22 2019 +0100| [09b6cce9ba4935b9c50f7ca2aad1ed83c7ca6c38] | committer: Michael Niedermayer avcodec/cdgraphics: Use ff_set_dimensions() Fixes: Timeout (17 sec -> 65 milli sec) Fixes:

[FFmpeg-cvslog] avformat/gdv: Check fps

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Mar 5 00:48:18 2019 +0100| [1d77b60e3531917fe8fef217b54088154b61b675] | committer: Michael Niedermayer avformat/gdv: Check fps Fixes: Division by 0 Fixes: ffmpeg_zero_division.bin Found-by: Anatoly Trosinenko Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytes

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Feb 24 00:44:40 2019 +0100| [36a1939b59f0a966cda4de8215621db626833694] | committer: Michael Niedermayer avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytes Fixes: Timeout (27 sec -> 39 milli sec) Fixes:

[FFmpeg-cvslog] avcodec/dxv: Correct integer overflow in get_opcodes()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Mar 3 00:47:47 2019 +0100| [63383dea3b16bcf47c362950a2da1177e2693923] | committer: Michael Niedermayer avcodec/dxv: Correct integer overflow in get_opcodes() Fixes:

[FFmpeg-cvslog] avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Mar 10 01:40:59 2019 +0100| [aadce82c585181168f3b7cdf260c3d461d4baa1b] | committer: Michael Niedermayer avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block() Fixes: Out of array access Fixes:

[FFmpeg-cvslog] avcodec/error_resilience: Use a symmetric check for skipping MV estimation

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Feb 19 18:41:42 2019 +0100| [63957591e951b9aafb3f37551020841dca25a1cd] | committer: Michael Niedermayer avcodec/error_resilience: Use a symmetric check for skipping MV estimation This speeds up the testcase by a factor of 4 Fixes:

[FFmpeg-cvslog] avcodec/zmbv: obtain frame later

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Feb 21 17:25:14 2019 +0100| [f32ce15f7c0beff43c060560de23daea2f353a7d] | committer: Michael Niedermayer avcodec/zmbv: obtain frame later The frame is not needed that early so obtaining it later avoids the costly operation in case other

[FFmpeg-cvslog] avcodec/scpr: Fix use of uninitialized variable

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Feb 28 00:12:14 2019 +0100| [8f6d7a454a32d7dfb7985f9607d800061d047018] | committer: Michael Niedermayer avcodec/scpr: Fix use of uninitialized variable Fixes: Undefined shift Fixes:

[FFmpeg-cvslog] avcodec/jvdec: Check available input space before decode8x8()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Feb 21 01:09:43 2019 +0100| [ffaa3c3071ea979650ea1e5d90be465d5a8707b3] | committer: Michael Niedermayer avcodec/jvdec: Check available input space before decode8x8() Fixes: Timeout (78 sec -> 15 millisec) Fixes:

[FFmpeg-cvslog] avcodec/mlpdec: Insuffient typo

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sat Feb 23 22:00:39 2019 +0100| [80c88154441007022eb57f48136d6d9eed3e691f] | committer: Michael Niedermayer avcodec/mlpdec: Insuffient typo Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/gdv: Check for truncated tags in decompress_5()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Mon Feb 25 01:26:30 2019 +0100| [87eecb7d854599221c4112a241a49e742f4d1f66] | committer: Michael Niedermayer avcodec/gdv: Check for truncated tags in decompress_5() Testcase:

[FFmpeg-cvslog] avcodec/bethsoftvideo: Check block_type

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Feb 24 23:39:44 2019 +0100| [24e4039c6fa152b40ff2ebb491f5ea9df88686aa] | committer: Michael Niedermayer avcodec/bethsoftvideo: Check block_type Fixes: Timeout (17 seconds -> 1 second) Fixes:

[FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Feb 19 00:05:51 2019 +0100| [4ee463b69f30c51d0665bfbd6b80364beb2ba65c] | committer: Michael Niedermayer avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int() Fixes: runtime error: signed integer overflow: 2147483598 + 128

[FFmpeg-cvslog] avcodec/h264_direct: Fix overflow in POC comparission

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Feb 14 00:05:34 2019 +0100| [5f52e2c420e0f166d78b6a5d4e592c1483b5aad3] | committer: Michael Niedermayer avcodec/h264_direct: Fix overflow in POC comparission Fixes: runtime error: signed integer overflow: 2147421862 - -33624063 cannot

[FFmpeg-cvslog] avformat/webmdashenc: Check id in adaption_sets

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Wed Feb 13 10:15:04 2019 +0100| [f1263f5c7d656ddff75a1127aa45d346e35752fb] | committer: Michael Niedermayer avformat/webmdashenc: Check id in adaption_sets Fixes: out of array access Found-by: Wenxiang Qian Signed-off-by: Michael

[FFmpeg-cvslog] avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393

2019-03-21 Thread Wenxiang Qian
ffmpeg | branch: release/4.0 | Wenxiang Qian | Wed Feb 13 08:47:20 2019 +0100| [02518ba07fe6ec7295ac9f786965de72a02b6a4e] | committer: Michael Niedermayer avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393 Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for handling braces

2019-03-21 Thread Kevin Backhouse via RT
ffmpeg | branch: release/4.0 | Kevin Backhouse via RT | Wed Feb 6 12:56:01 2019 +| [7dc5c930354c4339ce36a6cc4f2113c9cfd294f5] | committer: Michael Niedermayer avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for handling braces Fixes: [Semmle Security

[FFmpeg-cvslog] avformat/http: Fix Out-of-Bounds access in process_line()

2019-03-21 Thread Wenxiang Qian
ffmpeg | branch: release/4.0 | Wenxiang Qian | Wed Feb 13 08:54:08 2019 +0100| [4a9f11129697a03353ae58ae42d1c3248de3d0aa] | committer: Michael Niedermayer avformat/http: Fix Out-of-Bounds access in process_line() Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avformat/matroskadec: Do not leak queued packets on sync errors

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Wed Feb 6 15:29:38 2019 +0100| [c50ba3cb6cec30daa09bb579295ac619498de9ac] | committer: Michael Niedermayer avformat/matroskadec: Do not leak queued packets on sync errors Fixes: memleak Fixes:

[FFmpeg-cvslog] avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for tag scaning

2019-03-21 Thread Kevin Backhouse via RT
ffmpeg | branch: release/4.0 | Kevin Backhouse via RT | Wed Feb 6 11:29:22 2019 +| [381fa4a29d38e4ddef2a83876fb8f76e96f45a5d] | committer: Michael Niedermayer avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for tag scaning Fixes: [Semmle Security

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Jan 4 20:00:38 2019 +0100| [5a9170345a29f191269aab4999fac69ce3aa2d29] | committer: Michael Niedermayer avcodec/h264_slice: Fix integer overflow in implicit_weight_table() Fixes: signed integer overflow: 2 * 2132811760 cannot be

[FFmpeg-cvslog] avutil/mem: Optimize fill32() by unrolling and using 64bit

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Jan 17 22:35:10 2019 +0100| [63de02051d72cf42e19465300ef8f75d91d261c1] | committer: Michael Niedermayer avutil/mem: Optimize fill32() by unrolling and using 64bit Reviewed-by: Marton Balint Signed-off-by: Michael Niedermayer (cherry

[FFmpeg-cvslog] avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Feb 3 15:13:03 2019 +0100| [d5a946615ffc7d7f63485b67ce61f0c9b9fab6cb] | committer: Michael Niedermayer avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c() Fixes: 1377/clusterfuzz-testcase-minimized-5487049807233024

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Jan 4 02:46:29 2019 +0100| [bf83eadbccbe9536cd71582d0fc3601b9e80bc6c] | committer: Michael Niedermayer avcodec/tests/rangecoder: initialize array to avoid valgrind warning Found-by: jamrial Signed-off-by: Michael Niedermayer (cherry

[FFmpeg-cvslog] avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Dec 25 23:15:20 2018 +0100| [f5c6d42124a4ef8c71b8bd5f9ce078384655daf6] | committer: Michael Niedermayer avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr() This is strongly based on code by Marton Balint, and depends

[FFmpeg-cvslog] avformat/mov: Do not use reference stream in mov_read_sidx() if there is no reference stream

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Feb 12 23:28:35 2019 +0100| [5f799f0cee95fc92fdcaba543f491be997f5c52a] | committer: Michael Niedermayer avformat/mov: Do not use reference stream in mov_read_sidx() if there is no reference stream Fixes: NULL pointer dereference Fixes:

[FFmpeg-cvslog] avcodec/fic: Check that there is input left in fic_decode_block()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Wed Jan 23 00:30:53 2019 +0100| [c600c06af96e7cadae6b77e54b220c1c2a240a80] | committer: Michael Niedermayer avcodec/fic: Check that there is input left in fic_decode_block() Fixes: Timeout Fixes:

[FFmpeg-cvslog] avcodec/mpeg4videodec: Clear interlaced_dct for studio profile

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Feb 15 01:57:09 2019 +0100| [8183623ca38cbeb5bceddc874f218fec66bd802b] | committer: Michael Niedermayer avcodec/mpeg4videodec: Clear interlaced_dct for studio profile Fixes: Out of array access Fixes:

[FFmpeg-cvslog] avformat/rtsp: Check number of streams in sdp_parse_line()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Jan 25 21:30:04 2019 +0100| [a066fc25ca7a925b4ba28c6602dd45d98d943148] | committer: Michael Niedermayer avformat/rtsp: Check number of streams in sdp_parse_line() Fixes: OOM Found-by: Michael Hanselmann Reviewed-by: Michael Hanselmann

[FFmpeg-cvslog] avformat/mov.c: require tfhd to begin parsing trun

2019-03-21 Thread chcunningham
ffmpeg | branch: release/4.0 | chcunningham | Wed Feb 6 16:12:51 2019 -0800| [12a09ce975145c2641877bb0253c0ad905a28f97] | committer: Michael Niedermayer avformat/mov.c: require tfhd to begin parsing trun Detecting missing tfhd avoids re-using tfhd track info from the previous moof. For files

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Wed Nov 14 09:42:44 2018 +0100| [1e09bf4d10289d035916258862613241790c7225] | committer: Michael Niedermayer avcodec/diracdec: Check component quant Fixes: Timeout Fixes:

[FFmpeg-cvslog] avcodec/pgssubdec: Check for duplicate display segments

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Jan 29 01:06:01 2019 +0100| [b9269c960cae81b5cc503e6629892894380a5527] | committer: Michael Niedermayer avcodec/pgssubdec: Check for duplicate display segments In such a duplication the previous gets overwritten and leaks Fixes:

[FFmpeg-cvslog] avformat/mov: validate chunk_count vs stsc_data

2019-03-21 Thread chcunningham
ffmpeg | branch: release/4.0 | chcunningham | Thu Feb 7 14:58:17 2019 -0800| [32017af5ef62c9fccf33b4ee240e33da80c5eefa] | committer: Michael Niedermayer avformat/mov: validate chunk_count vs stsc_data Bad content may contain stsc boxes with a first_chunk index that exceeds stco.entries

[FFmpeg-cvslog] avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Mon Jan 28 00:53:22 2019 +0100| [636e66f3500108476ef6d251bf53587d1c7b86d5] | committer: Michael Niedermayer avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect() Fixes: Infinite loop Found-by: Michael Hanselmann Reviewed-by:

[FFmpeg-cvslog] avcodec/tiff: Check for 12bit gray fax

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sat Jan 12 19:37:18 2019 +0100| [fcfa104b0e0521dfdb8e5d3d07b81f7552d00b2b] | committer: Michael Niedermayer avcodec/tiff: Check for 12bit gray fax Fixes: Assertion failure Fixes:

[FFmpeg-cvslog] avcodec/exr: Check for duplicate channel index

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Dec 25 18:41:58 2018 +0100| [6c2b4c716b1b5a0a2b8ec98465abcd85f6ccf9a5] | committer: Michael Niedermayer avcodec/exr: Check for duplicate channel index Fixes: Out of memory Fixes:

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Dec 25 21:30:54 2018 +0100| [11e8ea4d0a8531f26af161a9893057ce1e5d6af3] | 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

[FFmpeg-cvslog] configure: bump year

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

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

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

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Dec 20 22:40:06 2018 +0100| [33555963259c51263ea622434726574d1fd6fedb] | committer: Michael Niedermayer postproc/postprocess_template: remove FF_REG_sp from clobber list Future gcc may no longer support this Tested-by: James Almer

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

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

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

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

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Dec 16 21:43:07 2018 +0100| [67bc75d5b1bc48ee29c9bc9ac07a7ecbafdd7a8a] | committer: Michael Niedermayer avcodec/fic: Fail on invalid slice size/off Fixes: Timeout Fixes:

[FFmpeg-cvslog] avformat/libopenmpt: Fix successfull typo

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Dec 28 22:22:52 2018 +0100| [ab0a8e477242c0cf2c7fa509a11ac27fdbcdb932] | committer: Michael Niedermayer avformat/libopenmpt: Fix successfull typo Reviewed-by: Lou Logan Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/v4l2_m2m: fix cant typo

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Dec 28 22:22:53 2018 +0100| [472498ed473f28d4c634d47255a74e8b7fb270e1] | committer: Michael Niedermayer avcodec/v4l2_m2m: fix cant typo Reviewed-by: Lou Logan Signed-off-by: Michael Niedermayer (cherry picked from commit

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Dec 28 22:22:56 2018 +0100| [541b627962562015f3bd48a0f5617ab4a89d6263] | committer: Michael Niedermayer avcodec/mjpegbdec: Fix some misplaced {} and spaces Reviewed-by: Derek Buitenhuis Signed-off-by: Michael Niedermayer (cherry

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

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

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Nov 29 02:32:10 2018 +0100| [ee20d64bec7e78cc1b3552cc12029c4252bd7958] | 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

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

2019-03-21 Thread gxw
ffmpeg | branch: release/4.0 | gxw | Mon Dec 24 14:07:44 2018 +0800| [4dbfbcef16703ed44c1c1605827cb27945a3c897] | 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

[FFmpeg-cvslog] avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with --disable-optimizations

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Dec 4 16:29:40 2018 +0100| [7070de99c082c89c8f940fe8c7cd4bdc25ceb59b] | committer: Michael Niedermayer avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with --disable-optimizations The affected functions could

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Dec 16 19:04:56 2018 +0100| [5161e1e6104154988d751ce60cbf859d5f453fd8] | committer: Michael Niedermayer avcodec/rpza: Move frame allocation to a later point This will allow performing some fast checks before the slow allocation

[FFmpeg-cvslog] tests/fate/filter-video: increase fuzz for fate-filter-refcmp-psnr-rgb

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Dec 6 21:51:22 2018 +0100| [965eddc7ed0c38bcb18b7fb7278c80def5bffd0e] | committer: Michael Niedermayer tests/fate/filter-video: increase fuzz for fate-filter-refcmp-psnr-rgb Fixes: test failure on powerpc Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/clearvideo: Check remaining input bits in P macro block loop

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Dec 6 01:19:37 2018 +0100| [50ee16431c56562225cde14f4250e60e86dbfd9c] | committer: Michael Niedermayer avcodec/clearvideo: Check remaining input bits in P macro block loop Fixes: Timeout Fixes:

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Nov 27 23:37:03 2018 +0100| [f3095068d85d61d97418a723b2c655b731dd1ecb] | 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

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

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

[FFmpeg-cvslog] avcodec/cavsdec: Propagate error codes inside decode_mb_i()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Nov 4 20:00:16 2018 +0100| [92382748e4ad67588af31fc4624a4fcb2dfce441] | committer: Michael Niedermayer avcodec/cavsdec: Propagate error codes inside decode_mb_i() Fixes: Timeout Fixes:

[FFmpeg-cvslog] avcodec/mpegaudio_parser: Consume more than 0 bytes in case of the unsupported mp3adu case

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Oct 28 21:08:39 2018 +0100| [9664c3a4d40edb77d8e0b7a8b490a5b0d4843e50] | committer: Michael Niedermayer avcodec/mpegaudio_parser: Consume more than 0 bytes in case of the unsupported mp3adu case Fixes: Timeout Fixes:

[FFmpeg-cvslog] fftools/ffmpeg: Repair reinit_filter feature

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Nov 13 20:29:40 2018 +0100| [dab6409d84a798a778d827e5fccaf618c3449acc] | committer: Michael Niedermayer fftools/ffmpeg: Repair reinit_filter feature Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/pngdec: Check compression method

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Nov 9 03:12:45 2018 +0100| [0e11b29834484233461b031bacf6ff92ecd87920] | committer: Michael Niedermayer avcodec/pngdec: Check compression method method 0 (inflate/deflate) is the only specified in the specification and the only

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

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

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

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

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

2019-03-21 Thread chcunningham
ffmpeg | branch: release/4.0 | chcunningham | Thu Dec 13 13:58:40 2018 -0800| [5d9daae62b9c1a669a504433b78d5a3e75409089] | 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

[FFmpeg-cvslog] avcodec/mpeg4videodec: Clear partitioned frame in decode_studio_vop_header()

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Nov 4 19:02:55 2018 +0100| [86ba4473fa3095b8eb07900d64845bd24302f84a] | committer: Michael Niedermayer avcodec/mpeg4videodec: Clear partitioned frame in decode_studio_vop_header() partitioned_frame is also set/cleared in

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

2019-03-21 Thread chcunningham
ffmpeg | branch: release/4.0 | chcunningham | Fri Dec 14 13:44:07 2018 -0800| [e02f55a3c5c3761ddcbd326c62bdf571bb2be0b4] | 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

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sun Dec 16 19:13:27 2018 +0100| [90d73a207c6a8d7abe67114e143f06d11d519eeb] | committer: Michael Niedermayer avcodec/rpza: Check that there is enough data for all the blocks Fixes: Timeout Fixes:

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sat Nov 17 09:24:30 2018 +0100| [773f58229ff07c940ccab0ceaa65b679cd7bff6d] | committer: Michael Niedermayer avcodec/truemotion2rt: Fix rounding in input size check Fixes: Timeout Fixes:

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sat Nov 17 00:38:53 2018 +0100| [040aa140748af9a546f6a2961a329263cd248f03] | committer: Michael Niedermayer avcodec/truemotion2: fix integer overflows in tm2_low_chroma() Fixes:

[FFmpeg-cvslog] avcodec/dxv: Check that there is enough data to decompress

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sat Dec 1 21:41:01 2018 +0100| [ff8ba749b439cd1c232cd7f30ba5e4e1d3d8c20a] | committer: Michael Niedermayer avcodec/dxv: Check that there is enough data to decompress Fixes: Timeout Fixes:

[FFmpeg-cvslog] avcodec/shorten: Fix integer overflow with offset

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Fri Nov 9 19:59:27 2018 +0100| [4b0d040e1837df21674815b0781baec80d577df2] | committer: Michael Niedermayer avcodec/shorten: Fix integer overflow with offset Fixes: signed integer overflow: -1625810908 - 582229060 cannot be represented in

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

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sat Dec 1 22:16:19 2018 +0100| [c3e263b862ec8ae187aa56d9bfc75fb5666996f4] | 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

[FFmpeg-cvslog] h264_redundant_pps: Fix logging context

2019-03-21 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.0 | Andreas Rheinhardt | Fri Nov 9 06:31:38 2018 +0100| [5bdc1e51fd3a57e5259279c950c47301a0aeaf7b] | committer: Michael Niedermayer h264_redundant_pps: Fix logging context The first element of H264RedundantPPSContext is not a pointer to an AVClass as required.

[FFmpeg-cvslog] lavf: Constify the probe function argument.

2019-03-21 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Mar 21 01:18:37 2019 +0100| [4d8875ec23cf299277a0f028ea2ac99eb6f603c9] | committer: Carl Eugen Hoyos lavf: Constify the probe function argument. Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin >

[FFmpeg-cvslog] avcodec/dfa: Check the chunk header is not truncated

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.1 | Michael Niedermayer | Sun Mar 10 23:45:19 2019 +0100| [b429df281d50e960fb7f44659cac393a42cdfd35] | committer: Michael Niedermayer avcodec/dfa: Check the chunk header is not truncated Fixes: Timeout (11sec -> 3sec) Fixes:

[FFmpeg-cvslog] Changelog: update

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.1 | Michael Niedermayer | Thu Mar 21 09:02:44 2019 +0100| [a7cb7a2e4314956e06a351333ff8096fab9afa7f] | committer: Michael Niedermayer Changelog: update Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/clearvideo: Check remaining data in P frames

2019-03-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.1 | Michael Niedermayer | Fri Mar 8 01:42:06 2019 +0100| [7ce56329e71fc75512ef82f4794c43b629b8c488] | committer: Michael Niedermayer avcodec/clearvideo: Check remaining data in P frames Fixes: Timeout (19sec -> 419msec) Fixes: