[FFmpeg-cvslog] avfilter/vf_tpad: rescale EOF pts for case outlink time_base differs

2021-08-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 29 01:35:16 2021 +0200| [fdb4c035551f177f550d69ed62e8d8bca1c6f32c] | committer: Paul B Mahol avfilter/vf_tpad: rescale EOF pts for case outlink time_base differs >

[FFmpeg-cvslog] avfilter/af_crystalizer: refactor some code

2021-08-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 29 00:04:54 2021 +0200| [3b780e818a25ca1d7fcff2db9c6a0d6e92d8b19e] | committer: Paul B Mahol avfilter/af_crystalizer: refactor some code > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b780e818a25ca1d7fcff2db9c6a0d6e92d8b19e ---

[FFmpeg-cvslog] avcodec/mlpdec: add flush support

2021-08-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Aug 28 17:07:31 2021 +0200| [5673a4842556b79a92a1ede6e9696506fd4161ad] | committer: Paul B Mahol avcodec/mlpdec: add flush support Fixes spurious lossless check failures when seeking. >

[FFmpeg-cvslog] avfilter/af_crystalizer: fix some minor issues

2021-08-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Aug 28 23:14:59 2021 +0200| [5f55467c0b3d8da58cd4ab0c887822f1149db83c] | committer: Paul B Mahol avfilter/af_crystalizer: fix some minor issues Do multiplications instead of divisions and use floats where makes sense. >

[FFmpeg-cvslog] avformat/avidec: Use 64bit for frame number in odml index parsing

2021-08-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue May 11 18:54:53 2021 +0200| [a4c98c507ed3c729fc92d641b974385f8aa37b33] | committer: Michael Niedermayer avformat/avidec: Use 64bit for frame number in odml index parsing Fixes: signed integer overflow: 1179337772 + 1392508928 cannot be

[FFmpeg-cvslog] avcodec/mjpegbdec: Skip SOS on AVDISCARD_ALL as does mjpeg

2021-08-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 22 21:57:28 2021 +0200| [104a8399ae96f022a3662bd67668ad07e53e3093] | committer: Michael Niedermayer avcodec/mjpegbdec: Skip SOS on AVDISCARD_ALL as does mjpeg Fixes: NULL pointer dereference Fixes:

[FFmpeg-cvslog] avcodec/mjpegdec: Check for bits left in mjpeg_decode_scan_progressive_ac()

2021-08-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 22 20:47:00 2021 +0200| [909faca929cf30dcd439fa33479177e76fb5121d] | committer: Michael Niedermayer avcodec/mjpegdec: Check for bits left in mjpeg_decode_scan_progressive_ac() Fixes: Timeout Fixes:

[FFmpeg-cvslog] avcodec/wmaprodec: return value check for init_get_bits

2021-08-28 Thread maryam ebrahimzadeh
ffmpeg | branch: master | maryam ebrahimzadeh | Fri Aug 27 02:40:14 2021 -0400| [2c0d522963a8eaca8949946112656651baa367b2] | committer: Paul B Mahol avcodec/wmaprodec: return value check for init_get_bits Also replace init_get_bits with init_get_bits8(). >

[FFmpeg-cvslog] avfilter/af_afreqshift: do not forget to update coeffs at runtime

2021-08-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Aug 28 18:44:17 2021 +0200| [8c1b65feb63e70eaa22c1462163573bea8b91695] | committer: Paul B Mahol avfilter/af_afreqshift: do not forget to update coeffs at runtime >

[FFmpeg-cvslog] avfilter: add atilt filter

2021-08-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 6 12:45:34 2020 +0100| [1da2dd5c77ae2b12dcb46d816b6a7f2b10c5c9c6] | committer: Paul B Mahol avfilter: add atilt filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1da2dd5c77ae2b12dcb46d816b6a7f2b10c5c9c6 --- Changelog

[FFmpeg-cvslog] avfilter: add adecorrelate filter

2021-08-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Aug 23 19:52:32 2021 +0200| [b53a7d2d4d8d45d94d23ff9e31873b82025b1e15] | committer: Paul B Mahol avfilter: add adecorrelate filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b53a7d2d4d8d45d94d23ff9e31873b82025b1e15 --- Changelog

[FFmpeg-cvslog] avformat/flac_picture: Reindentation

2021-08-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 23 13:56:18 2021 +0200| [0871273a2ff8e7ec7d44d9b4e24e2d78346eb2f0] | committer: Andreas Rheinhardt avformat/flac_picture: Reindentation Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avformat/flac_picture: Simplify parsing title

2021-08-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 23 13:54:19 2021 +0200| [e304f5f7583de6fff0b36e043feacb6e02261a96] | committer: Andreas Rheinhardt avformat/flac_picture: Simplify parsing title Don't allocate the buffer for the title ourselves, leave it to av_dict_set(). This simplifies

[FFmpeg-cvslog] avformat/flac_picture: Try to reuse buffer for attached picture

2021-08-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 23 13:37:04 2021 +0200| [c1f48582428f7d5e7d93d2f0af6d4612559f74ca] | committer: Andreas Rheinhardt avformat/flac_picture: Try to reuse buffer for attached picture Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avformat/oggparsevorbis: Factor parsing a single VorbisComment out

2021-08-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 23 10:03:47 2021 +0200| [f1d89d6dd0aa825d48e9be13837d77e8c1964fe8] | committer: Andreas Rheinhardt avformat/oggparsevorbis: Factor parsing a single VorbisComment out This is in preparation for further commits. Signed-off-by: Andreas

[FFmpeg-cvslog] avformat/oggparsevorbis: Avoid tmp bufs when parsing VorbisComment

2021-08-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 23 11:24:20 2021 +0200| [b10a8a30dbf605fb0761c9ee64cfbe8cb87ba710] | committer: Andreas Rheinhardt avformat/oggparsevorbis: Avoid tmp bufs when parsing VorbisComment A single VorbisComment consists of a length field and a

[FFmpeg-cvslog] h274: remove optimization pragma

2021-08-28 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Aug 25 21:20:18 2021 +0200| [033105a73901cf9ecfa6d410e96d7f347dc69c71] | committer: Lynne h274: remove optimization pragma This results in warnings on compilers which don't support it, objections were raised during the review process about it but went

[FFmpeg-cvslog] doc/filters.texi: Include dnn_processing in docs of sr and derain filter

2021-08-28 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Thu Aug 26 02:58:49 2021 +0530| [1da524121cf2f796f5ed2e1aecc18ad6dab3771c] | committer: Guo Yejun doc/filters.texi: Include dnn_processing in docs of sr and derain filter Signed-off-by: Shubhanshu Saxena >

[FFmpeg-cvslog] lavfi/dnn: Rename InferenceItem to LastLevelTaskItem

2021-08-28 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Thu Aug 26 02:58:48 2021 +0530| [660a205b053eea2f3d2e0e5af248413ac5f92c62] | committer: Guo Yejun lavfi/dnn: Rename InferenceItem to LastLevelTaskItem This patch renames the InferenceItem to LastLevelTaskItem in the three backends to avoid

[FFmpeg-cvslog] libavfilter: Remove Async Flag from DNN Filter Side

2021-08-28 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Thu Aug 26 02:58:47 2021 +0530| [1544d6fa0a29fee0c01c61f58d159f976fbf443a] | committer: Guo Yejun libavfilter: Remove Async Flag from DNN Filter Side Remove async flag from filter's perspective after the unification of async and sync modes in the

[FFmpeg-cvslog] libavfilter: Unify Execution Modes in DNN Filters

2021-08-28 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Thu Aug 26 02:58:45 2021 +0530| [60b4d07cf65c9dd949155989591979299a7ee9d4] | committer: Guo Yejun libavfilter: Unify Execution Modes in DNN Filters This commit unifies the async and sync mode from the DNN filters' perspective. As of this commit,

[FFmpeg-cvslog] libavfilter: Remove synchronous functions from DNN filters

2021-08-28 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Thu Aug 26 02:58:46 2021 +0530| [70b4dca054db007ee544e5cbeabaef8098d333fa] | committer: Guo Yejun libavfilter: Remove synchronous functions from DNN filters This commit removes the unused sync mode specific code from the DNN filters since the sync

[FFmpeg-cvslog] lavfi/dnn: Task-based Inference in Native Backend

2021-08-28 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Thu Aug 26 02:56:06 2021 +0530| [d39580ac11003267c707f7264e6a1968d8e1d22c] | committer: Guo Yejun lavfi/dnn: Task-based Inference in Native Backend This commit rearranges the code in Native Backend to use the TaskItem for inference.

[FFmpeg-cvslog] avfilter/signature: fix integer rounding cast precedence

2021-08-28 Thread Jai Luthra
ffmpeg | branch: master | Jai Luthra | Fri Aug 20 16:33:28 2021 +0530| [d91542e61830e64365f40bfdc3c32084cfc41165] | committer: Jai Luthra avfilter/signature: fix integer rounding cast precedence Co-authored-by: Oscar Signed-off-by: Jai Luthra >