[FFmpeg-cvslog] avfilter/find_rect: write score to metadata

2021-04-03 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Apr 1 19:04:20 2021 +0530| [18dcbb0d6ce7434a76f8ebea40739e8eb5b14b78] | committer: Gyan Doshi avfilter/find_rect: write score to metadata > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18dcbb0d6ce7434a76f8ebea40739e8eb5b14b78 ---

[FFmpeg-cvslog] avfilter/find_rect: improve logging

2021-04-03 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Apr 1 18:27:25 2021 +0530| [aff23c3474f93d7f08422755a55da4ba3ce1e800] | committer: Gyan Doshi avfilter/find_rect: improve logging Log now indicates timestamps of frames where a match is made. Loglevel is changed to INFO since the user specifically

[FFmpeg-cvslog] avfilter/find_rect: add option to discard non-matching frames

2021-04-03 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Apr 1 18:40:03 2021 +0530| [abdafca9ad26b020b13b76d538a98d135d127fcb] | committer: Gyan Doshi avfilter/find_rect: add option to discard non-matching frames Default is disabled. >

[FFmpeg-cvslog] avcodec/mjpegdec: Fix leak in case ICC array allocations fail partially

2021-04-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 3 15:39:35 2021 +0200| [a5b2f06b0c69221e375edd918a335c68b33d5667] | committer: Andreas Rheinhardt avcodec/mjpegdec: Fix leak in case ICC array allocations fail partially If only one of the two arrays used for the ICC profile could be

[FFmpeg-cvslog] avcodec/wmavoice: Check operations that can fail

2021-04-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 3 17:45:17 2021 +0200| [e93875b756b575438d7b825332739719d4fbc600] | committer: Andreas Rheinhardt avcodec/wmavoice: Check operations that can fail There might be segfaults on failure. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and buf_size

2021-04-03 Thread Mark Plomer
ffmpeg | branch: release/4.4 | Mark Plomer | Thu Mar 18 13:19:16 2021 +0100| [76b5f726aa3b7827a00d2a65e9b4e55b29cabb5a] | committer: Marton Balint avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and buf_size Some old DV AVI files have the DSF-Flag of frames set to 0,

[FFmpeg-cvslog] avcodec/cfhd: Keep track of which subbands have been read

2021-04-03 Thread Michael Niedermayer
ffmpeg | branch: release/4.4 | Michael Niedermayer | Sat Apr 3 16:04:48 2021 +0200| [6a7a39878fa307c409d2a10247b128c63fb682a8] | committer: Michael Niedermayer avcodec/cfhd: Keep track of which subbands have been read This avoids use of uninitialized data also several checks are inside the

[FFmpeg-cvslog] avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and BandSecondPass

2021-04-03 Thread Michael Niedermayer
ffmpeg | branch: release/4.4 | Michael Niedermayer | Sat Apr 3 15:19:22 2021 +0200| [a80b0ee981c45d25651892f96a03650ed6f430e1] | committer: Michael Niedermayer avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and BandSecondPass Previously the code skipped all

[FFmpeg-cvslog] avcodec/cfhd: Check transform_type consistently

2021-04-03 Thread Michael Niedermayer
ffmpeg | branch: release/4.4 | Michael Niedermayer | Sat Apr 3 14:40:50 2021 +0200| [de40b2fe416bad556b7f2b7f58c1df2aab90cbfa] | committer: Michael Niedermayer avcodec/cfhd: Check transform_type consistently Fixes: out of array accesses Fixes:

[FFmpeg-cvslog] libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0

2021-04-03 Thread Alan Kelly
ffmpeg | branch: release/4.4 | Alan Kelly | Thu Apr 1 12:00:16 2021 +0200| [95aacf30e3803c57d91ff62975b375e394f61d49] | committer: Michael Niedermayer libswscale/x86/swscale: Only call ff_yuv2yuvX functions if the input size is > 0 Signed-off-by: Michael Niedermayer (cherry picked from

[FFmpeg-cvslog] libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxext

2021-04-03 Thread Alan Kelly
ffmpeg | branch: release/4.4 | Alan Kelly | Thu Apr 1 12:00:15 2021 +0200| [4aeedf4c2a8f35be667d5dd40c84bd27730ef1db] | committer: Michael Niedermayer libswscale/x86/yuv2yuvX: Removes unrolling for mmx and mmxext Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] tests/checkasm/sw_scale: adds additional tests sizes for yux2yuvX

2021-04-03 Thread Alan Kelly
ffmpeg | branch: release/4.4 | Alan Kelly | Thu Apr 1 12:00:17 2021 +0200| [6bc2058d00b119d265c9970eac213d2922d15129] | committer: Michael Niedermayer tests/checkasm/sw_scale: adds additional tests sizes for yux2yuvX Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and BandSecondPass

2021-04-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 3 15:19:22 2021 +0200| [3b88c88fa1888c47b0767d84bfebf1fd656c7846] | committer: Michael Niedermayer avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and BandSecondPass Previously the code skipped all security

[FFmpeg-cvslog] avcodec/cfhd: Keep track of which subbands have been read

2021-04-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 3 16:04:48 2021 +0200| [da8c86dd8be244100da226a11b416c20d0c914d6] | committer: Michael Niedermayer avcodec/cfhd: Keep track of which subbands have been read This avoids use of uninitialized data also several checks are inside the band

[FFmpeg-cvslog] avcodec/cfhd: Check transform_type consistently

2021-04-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 3 14:40:50 2021 +0200| [20473a93d2a385a7137ef03e8b2604fa5e79eaa7] | committer: Michael Niedermayer avcodec/cfhd: Check transform_type consistently Fixes: out of array accesses Fixes:

[FFmpeg-cvslog] avcodec/mjpegdec: Check initializing Huffman tables

2021-04-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.4 | Andreas Rheinhardt | Sat Apr 3 16:00:56 2021 +0200| [54dd729cee280b9c865986e3c19ebfeff98a4398] | committer: Andreas Rheinhardt avcodec/mjpegdec: Check initializing Huffman tables Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Rheinhardt (cherry

[FFmpeg-cvslog] avcodec/mjpegdec: Fix leak in case of invalid external Huffman tables

2021-04-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.4 | Andreas Rheinhardt | Sat Apr 3 14:12:44 2021 +0200| [1f3735892bb3aed3684333ae237b680fcf480fca] | committer: Andreas Rheinhardt avcodec/mjpegdec: Fix leak in case of invalid external Huffman tables When using external Huffman tables fails during init, the

[FFmpeg-cvslog] avcodec/mjpegdec: Check initializing Huffman tables

2021-04-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 3 16:00:56 2021 +0200| [d5ddfec6c3ce0ff743e3d67c42a1a59d3afe8e8c] | committer: Andreas Rheinhardt avcodec/mjpegdec: Check initializing Huffman tables Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/mjpegdec: Fix leak in case of invalid external Huffman tables

2021-04-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 3 14:12:44 2021 +0200| [3cc685b7bcc2bcc781b5632bf2e0af6ed941ae27] | committer: Andreas Rheinhardt avcodec/mjpegdec: Fix leak in case of invalid external Huffman tables When using external Huffman tables fails during init, the decoder

[FFmpeg-cvslog] avcodec/a64multienc: Don't use static buffers, fix potential races

2021-04-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.4 | Andreas Rheinhardt | Sat Apr 3 13:07:43 2021 +0200| [edbc26e38b1cb0d53a355ed49a92f58335e0eff9] | committer: Andreas Rheinhardt avcodec/a64multienc: Don't use static buffers, fix potential races render_charset() used static buffers that are always completely

[FFmpeg-cvslog] avcodec/a64multienc: Don't use static buffers, fix potential races

2021-04-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 3 13:07:43 2021 +0200| [0ca09335aa47fee181c36187143403811b5452f6] | committer: Andreas Rheinhardt avcodec/a64multienc: Don't use static buffers, fix potential races render_charset() used static buffers that are always completely

[FFmpeg-cvslog] avcodec/rawdec: Free bitstream_buf

2021-04-03 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.4 | Andreas Rheinhardt | Sat Apr 3 11:54:12 2021 +0200| [8bc3cdf00722834ae73f48dd6a29af3cec71bf9b] | committer: Andreas Rheinhardt avcodec/rawdec: Free bitstream_buf Signed-off-by: Andreas Rheinhardt (cherry picked from commit

[FFmpeg-cvslog] avcodec/rawdec: Free bitstream_buf

2021-04-03 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Apr 3 11:54:12 2021 +0200| [5c0f6d53da154ef51933eb5820424612aedda50d] | committer: Andreas Rheinhardt avcodec/rawdec: Free bitstream_buf Signed-off-by: Andreas Rheinhardt >