[FFmpeg-cvslog] README: fix typo and description of libavfilter

2021-10-07 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Oct 8 10:02:34 2021 +0530| [f79be02be0abb7f4264fdc8467639eea7cd23d62] | committer: Gyan Doshi README: fix typo and description of libavfilter Thanks to Arif Driessen for bringing notice to the typo. >

[FFmpeg-cvslog] avfilter/vf_showinfo: minor adjustment for the dump format of ROI

2021-10-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Sep 29 18:13:04 2021 +0800| [254652a34c5ca2b24215cf6652067764408a1b5c] | committer: Limin Wang avfilter/vf_showinfo: minor adjustment for the dump format of ROI Signed-off-by: Limin Wang >

[FFmpeg-cvslog] avcodec/hevcdec: set the film grain property if present

2021-10-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Sep 23 18:16:26 2021 +0800| [00ec682a7015dd6f4b441bcc599c3fb2d60264a8] | committer: Limin Wang avcodec/hevcdec: set the film grain property if present Signed-off-by: Limin Wang >

[FFmpeg-cvslog] avutil/detection_bbox: Fix av_detection_bbox_alloc failed if nb_bboxes == 0

2021-10-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Sep 25 10:27:10 2021 +0800| [9997047a1802b5174e423cf0863041639664ab87] | committer: Limin Wang avutil/detection_bbox: Fix av_detection_bbox_alloc failed if nb_bboxes == 0 Signed-off-by: Limin Wang >

[FFmpeg-cvslog] avutil/detection_bbox: use offsetof for bboxes_offset

2021-10-07 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sat Sep 25 09:31:17 2021 +0800| [e724004fd8d2c5d7753f7b997e3d02a2155ceef6] | committer: Limin Wang avutil/detection_bbox: use offsetof for bboxes_offset Signed-off-by: Limin Wang >

[FFmpeg-cvslog] oavformat/avidec: Check offset in odml

2021-10-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 19 21:51:28 2021 +0200| [255a7b423ed5e07536bdc72e993056daa4efe009] | committer: Michael Niedermayer oavformat/avidec: Check offset in odml Fixes: signed integer overflow: 9223372036854775807 + 8 cannot be represented in type 'long'

[FFmpeg-cvslog] avcodec/apedec: Use 64bit to avoid overflow

2021-10-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Sep 29 20:53:53 2021 +0200| [f059b56195da9c0e2c11a5f7f357a3d6101e6bf0] | committer: Michael Niedermayer avcodec/apedec: Use 64bit to avoid overflow Fixes: runtime error: signed integer overflow: 727298502 * 3 cannot be represented in type

[FFmpeg-cvslog] avformat/mpegts: use actually read packet size in mpegts_resync special case

2021-10-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 16 23:12:42 2021 +0200| [83b2e4c8f15a00f037040131e26e20de83f0d842] | committer: Michael Niedermayer avformat/mpegts: use actually read packet size in mpegts_resync special case Fixes: infinite loop Fixes:

[FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()

2021-10-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 28 00:11:50 2021 +0200| [ad517ee6e44f093e28021ffd51c7eb2e1394b1a9] | committer: Michael Niedermayer avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830() Fixes: signed integer overflow: -2145648640 - 3357696 cannot

[FFmpeg-cvslog] avformat/flacdec: Also set channels when setting channel_layout

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 29 11:01:16 2021 +0200| [fadefe356ac82cf5ceab12068b9fea6d1d9c70f0] | committer: Andreas Rheinhardt avformat/flacdec: Also set channels when setting channel_layout This brings the FLAC demuxer in line with all the other demuxers.

[FFmpeg-cvslog] fate/cover-art: Add test for muxing cover arts to FLAC

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 29 11:36:49 2021 +0200| [6e859d2bdbce2851ecbf27b3597e1622d2dda10a] | committer: Andreas Rheinhardt fate/cover-art: Add test for muxing cover arts to FLAC Also covers muxing and demuxing of nonstandard FLAC channel layouts and the

[FFmpeg-cvslog] tests/fate-run: Allow multiple inputs for transcode()

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 29 07:38:32 2021 +0200| [0a0204c48ad11f92e7a7c306d3b7f24bb280e6d0] | committer: Andreas Rheinhardt tests/fate-run: Allow multiple inputs for transcode() This allows nicer tests by having a greater range of inputs available (without

[FFmpeg-cvslog] avcodec/amr_parser: Treat 0 channels as 1

2021-10-07 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Oct 5 21:17:54 2021 +0200| [cc721fc29240fadd0aec5b86cf15b5ffb49f303e] | committer: Michael Niedermayer avcodec/amr_parser: Treat 0 channels as 1 Fixes: division by 0 Fixes:

[FFmpeg-cvslog] avfilter/sharpen_npp: use FILTER_SINGLE_PIXFMT

2021-10-07 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Oct 7 18:50:47 2021 +0200| [1831fa72785d46ed2ec5a0c4084866e0089574f4] | committer: Timo Rothenpieler avfilter/sharpen_npp: use FILTER_SINGLE_PIXFMT >

[FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions

2021-10-07 Thread Timo Rothenpieler
ffmpeg | branch: release/3.4 | Timo Rothenpieler | Thu Oct 7 17:41:44 2021 +0200| [11388838ff8dd49d69039d1d667159280b10d652] | committer: Timo Rothenpieler avfilter/scale_npp: fix non-aligned output frame dimensions >

[FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions

2021-10-07 Thread Timo Rothenpieler
ffmpeg | branch: release/4.1 | Timo Rothenpieler | Thu Oct 7 17:41:44 2021 +0200| [0699b0836d00dd2b6d7e6161babaea9e2c1bd709] | committer: Timo Rothenpieler avfilter/scale_npp: fix non-aligned output frame dimensions >

[FFmpeg-cvslog] avfilter/af_axcorrelate: fix typo

2021-10-07 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Oct 7 18:35:23 2021 +0200| [7529781ba83257c01032d7c27d9e140ac18804a3] | committer: Paul B Mahol avfilter/af_axcorrelate: fix typo > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7529781ba83257c01032d7c27d9e140ac18804a3 ---

[FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions

2021-10-07 Thread Timo Rothenpieler
ffmpeg | branch: release/4.2 | Timo Rothenpieler | Thu Oct 7 17:41:44 2021 +0200| [2e68ac694cbded97d3e4a8b5b52fc4d45e7e1610] | committer: Timo Rothenpieler avfilter/scale_npp: fix non-aligned output frame dimensions >

[FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions

2021-10-07 Thread Timo Rothenpieler
ffmpeg | branch: release/4.3 | Timo Rothenpieler | Thu Oct 7 17:41:44 2021 +0200| [d9cb7c62b6937ec4c66f466e45b7dda70f30cae9] | committer: Timo Rothenpieler avfilter/scale_npp: fix non-aligned output frame dimensions >

[FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions

2021-10-07 Thread Timo Rothenpieler
ffmpeg | branch: release/4.4 | Timo Rothenpieler | Thu Oct 7 17:41:44 2021 +0200| [c989427c168b95997ef7366a6cef98f4b40acc66] | committer: Timo Rothenpieler avfilter/scale_npp: fix non-aligned output frame dimensions >

[FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions

2021-10-07 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Oct 7 17:41:44 2021 +0200| [37745b49049d4dbb5aa4ea84bcc289ed511971f9] | committer: Timo Rothenpieler avfilter/scale_npp: fix non-aligned output frame dimensions >

[FFmpeg-cvslog] avfilter/sharpen_npp: add sharpening video filter with borders control

2021-10-07 Thread Roman Arzumanyan
ffmpeg | branch: master | Roman Arzumanyan | Mon Sep 6 14:26:27 2021 +0300| [ed084161baaa056545d8c5d9d27feac254081f93] | committer: Timo Rothenpieler avfilter/sharpen_npp: add sharpening video filter with borders control Signed-off-by: Timo Rothenpieler >

[FFmpeg-cvslog] fate/subtitles: Add scc remux test

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 1 21:07:35 2021 +0200| [3e022d185cb1640b1bc9fb535118b3624eefe8f4] | committer: Andreas Rheinhardt fate/subtitles: Add scc remux test Provides coverage for the muxer. (Thanks to tresh for modifying the whitespace commit hook to allow to

[FFmpeg-cvslog] avfilter/vf_thumbnail_cuda: Reindent after the previous commit

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 5 22:36:24 2021 +0200| [37cb26bf790c5e20868c099647a1c6e49d58d08a] | committer: Andreas Rheinhardt avfilter/vf_thumbnail_cuda: Reindent after the previous commit Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avfilter/vf_thumbnail_cuda: Fix segfaults on uninit

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 5 22:31:03 2021 +0200| [06045f4b1da1cbfa3446beef6797fb983a7dada5] | committer: Andreas Rheinhardt avfilter/vf_thumbnail_cuda: Fix segfaults on uninit Uninit crashed if an array containing frames could not be allocated or config_props()

[FFmpeg-cvslog] Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe"

2021-10-07 Thread Steven Liu
ffmpeg | branch: release/4.4 | Steven Liu | Sat May 1 15:07:53 2021 +0800| [973899054244a7239f79453e5f4bcff235b8f6e4] | committer: Steven Liu Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe" This reverts commit b5ca8f2c66954614d81579082025f580efc0cffc. This commit

[FFmpeg-cvslog] avformat/format: Improve const-correctness

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 7 11:36:28 2021 +0200| [baf89ab9a75f2c5cc1b9e9835e092278b4b978c6] | committer: Andreas Rheinhardt avformat/format: Improve const-correctness Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avfilter/aeval: Fix leak of expressions upon reallocation error

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Oct 6 16:05:39 2021 +0200| [05c1f78a72916ef2466cc5a4fc778810503225ee] | committer: Andreas Rheinhardt avfilter/aeval: Fix leak of expressions upon reallocation error Fix this by switching to av_dynarray_add_nofree() which is more natural

[FFmpeg-cvslog] avfilter/af_vibrato: Fix segfault upon allocation error

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Oct 6 15:36:05 2021 +0200| [bae96fa9776cf35cdf32f285f2a980b31e63560a] | committer: Andreas Rheinhardt avfilter/af_vibrato: Fix segfault upon allocation error Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avfilter/vf_w3fdif: Fix segfault on allocation error

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Oct 6 15:20:30 2021 +0200| [cd1aaec760273bd7673b27609f114599e2d9b5a9] | committer: Andreas Rheinhardt avfilter/vf_w3fdif: Fix segfault on allocation error Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avfilter/af_surround: Fix memleaks upon allocation error

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Oct 6 15:29:32 2021 +0200| [0429d8eed85674ae19cccab81f7fbb13a4ccc705] | committer: Andreas Rheinhardt avfilter/af_surround: Fix memleaks upon allocation error Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] examples/remuxing: Fix use of uninitialized value

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 5 21:02:07 2021 +0200| [b6aeee2d8bedcd8cfc6aa91cc124c904a78adb1e] | committer: Andreas Rheinhardt examples/remuxing: Fix use of uninitialized value Fixes Coverity ticket 1492326. Regression since 53f374c08d5cc97158c17ea34b1c8ee0116c0578.

[FFmpeg-cvslog] avcodec/aliaspixenc: Remove redundant counter

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Oct 6 13:57:42 2021 +0200| [5e1b5b52fe7fdfa6d9e1a78ac0576cf5931a82bb] | committer: Andreas Rheinhardt avcodec/aliaspixenc: Remove redundant counter Improves performance by 33.8% for BGR24 and by 26.4% for GRAY8. Signed-off-by: Andreas

[FFmpeg-cvslog] fate/image: Modify aliaspix tests to also cover the encoder

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Oct 6 12:34:49 2021 +0200| [66f468591056b92057a9ae4adc4806546cd19eeb] | committer: Andreas Rheinhardt fate/image: Modify aliaspix tests to also cover the encoder Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avformat/lrcenc: Unify writing timestamps

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 1 22:41:49 2021 +0200| [14baf4cd92062994931044d919f635874cdd] | committer: Andreas Rheinhardt avformat/lrcenc: Unify writing timestamps Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avformat/lrcenc: Avoid allocations for writing packet data

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 1 22:11:17 2021 +0200| [e110076d8c1611a1b1c20edf1d0e8dea8be7ea15] | committer: Andreas Rheinhardt avformat/lrcenc: Avoid allocations for writing packet data Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avformat/sccdec: Remove nonsense cast

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 1 10:33:38 2021 +0200| [07bf8f833261e06771f399f2b547b17bd1a351df] | committer: Andreas Rheinhardt avformat/sccdec: Remove nonsense cast In most contexts, arrays are automatically converted to a pointer to their first element; taking the

[FFmpeg-cvslog] fate/subtitles: Add remuxing test for lrc

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 1 20:38:57 2021 +0200| [1307089523e68fb0048f2d38c3789953b87595ca] | committer: Andreas Rheinhardt fate/subtitles: Add remuxing test for lrc It uses the test-lrc.lrc sample which was added years ago, but never used until now.

[FFmpeg-cvslog] tests/fate-run: Set bitexact flag for output, too

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Oct 1 20:33:33 2021 +0200| [2f4dfe861dbb82634388896e396411f93380093d] | committer: Andreas Rheinhardt tests/fate-run: Set bitexact flag for output, too Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/rasc: Fix potential use of uninitialized value

2021-10-07 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 3 14:53:31 2021 +0200| [c9b44a79d1bc87251f36926b288f79adefec397f] | committer: Andreas Rheinhardt avcodec/rasc: Fix potential use of uninitialized value Fixes Coverity issue #1439566. Signed-off-by: Andreas Rheinhardt >