[FFmpeg-cvslog] libavutil/hwcontext_qsv: Align width and heigh when download qsv frame

2022-04-12 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Wed Apr 6 18:10:08 2022 +0800| [7e7b3a4c283a4d70357cb0d2cb3fad8ae8377e2a] | committer: Haihao Xiang libavutil/hwcontext_qsv: Align width and heigh when download qsv frame The width and height for qsv frame to download need to be aligned with 16. Add the

[FFmpeg-cvslog] avcodec/mss12: Constify slice context->parent context pointer

2022-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 12 21:21:33 2022 +0200| [7427b87e44908a56d559c31b2c6f7a1e1575f5f9] | committer: Andreas Rheinhardt avcodec/mss12: Constify slice context->parent context pointer Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.vi

[FFmpeg-cvslog] avcodec/vbn(dec|enc): Avoid leaving stale pointers in context

2022-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 12 19:17:08 2022 +0200| [300dd79c3d764a5d38b914bb0f36ba195422068e] | committer: Andreas Rheinhardt avcodec/vbn(dec|enc): Avoid leaving stale pointers in context Therefore move the (Get|Put)ByteContext from the context to the stack. It is t

[FFmpeg-cvslog] avcodec/vbn(dec|enc): Remove empty close function

2022-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 12 19:10:05 2022 +0200| [81b6a10937fd032add0bb51cffd3aabe4d7c9edb] | committer: Andreas Rheinhardt avcodec/vbn(dec|enc): Remove empty close function Reviewed-by: Marton Balint Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avcodec/vbnenc: Add AV_CODEC_CAP_DR1

2022-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 12 20:51:05 2022 +0200| [77ed56f0ec08732d13f2cc0238c05f553c079e21] | committer: Andreas Rheinhardt avcodec/vbnenc: Add AV_CODEC_CAP_DR1 This encoder uses ff_get_encode_buffer(). Reviewed-by: Marton Balint Signed-off-by: Andreas Rheinhard

[FFmpeg-cvslog] avcodec/vbn(dec|enc): Avoid always-false checks

2022-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 12 19:58:16 2022 +0200| [cc0a4fa6304ce0f608a058dc80e3e1f5d7bcfe6a] | committer: Andreas Rheinhardt avcodec/vbn(dec|enc): Avoid always-false checks Do this by switching to bytestream2_(get|put)_le32u() from bytestream2_(get|put)_le32(); it

[FFmpeg-cvslog] avformat: Add IPFS protocol support.

2022-04-12 Thread Mark Gaiser
ffmpeg | branch: master | Mark Gaiser | Wed Apr 6 14:00:56 2022 +0200| [f889837e00d3b2388a24c0a9d075ad62f47da825] | committer: Michael Niedermayer avformat: Add IPFS protocol support. This patch adds support for: - ffplay ipfs:// - ffplay ipns:// IPFS data can be played from so called "ipfs

[FFmpeg-cvslog] avcodec/mlpenc: simplify calling function

2022-04-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 12 19:02:03 2022 +0200| [c2351d5a53540204df126cd286323fac725db7aa] | committer: Paul B Mahol avcodec/mlpenc: simplify calling function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2351d5a53540204df126cd286323fac725db7aa --- liba

[FFmpeg-cvslog] avcodec/mlpenc: use FFMAX()

2022-04-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 12 18:50:25 2022 +0200| [dc068a7265b432a6a919acef462b927e5c156646] | committer: Paul B Mahol avcodec/mlpenc: use FFMAX() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc068a7265b432a6a919acef462b927e5c156646 --- libavcodec/mlpenc.

[FFmpeg-cvslog] avcodec/mlpenc: improve handling of last samples

2022-04-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 12 17:57:58 2022 +0200| [cbad385f040959fca32568e9ba29e6f05ddd8730] | committer: Paul B Mahol avcodec/mlpenc: improve handling of last samples > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cbad385f040959fca32568e9ba29e6f05ddd8730 ---

[FFmpeg-cvslog] avfilter/af_asetnsamples: fix excessive frames queueing at start

2022-04-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 12 16:41:17 2022 +0200| [25cd1845ab4c16810f847929c22984dc704569c8] | committer: Paul B Mahol avfilter/af_asetnsamples: fix excessive frames queueing at start > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25cd1845ab4c16810f847929c229

[FFmpeg-cvslog] avfilter/vf_drawbox: remove redefinition of DrawBoxContext typedef

2022-04-12 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Apr 9 17:14:01 2022 -0300| [b64043a83d5792d227bee9a01e9360fd5de404e3] | committer: James Almer avfilter/vf_drawbox: remove redefinition of DrawBoxContext typedef It's forbidden in C99. Should fix compilation with old non C11 compilers. Signed-off-b

[FFmpeg-cvslog] avfilter/lensfun: add option db_path

2022-04-12 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Apr 10 11:45:27 2022 +0530| [1405b65d22d8e05ae8bb74fc13e275be2ae6b9f9] | committer: Gyan Doshi avfilter/lensfun: add option db_path The lensfun filter, at present, loads its database from a path hardcoded at build time. This may not be known or availab

[FFmpeg-cvslog] avfilter: add Audio Video Sync Test filter

2022-04-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Apr 28 20:18:38 2017 +0200| [1047fedd0f59801fa3e7f343ad36bb59007e2412] | committer: Paul B Mahol avfilter: add Audio Video Sync Test filter Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1047fedd0f59801fa3e7