[FFmpeg-cvslog] lavfi/framequeue: remove redundant logic code

2023-09-28 Thread 杨亚磊 via ffmpeg-devel
ffmpeg | branch: master | 杨亚磊 via ffmpeg-devel | Thu Sep 14 13:22:13 2023 +| [ee8d2ece7b408d0c82908f65b5c38c6c1e5d2def] | committer: Nicolas George lavfi/framequeue: remove redundant logic code In this logical branch, fq->queued and fq->allocated must be equal. Deleting this code will make

[FFmpeg-cvslog] avdevice/fbdev_common: Make declaration proper prototype

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 21:11:08 2023 +0200| [81afd4652b727a91a3b5cbd8d9778a9acc1b1cd8] | committer: Andreas Rheinhardt avdevice/fbdev_common: Make declaration proper prototype Fixes a -Wstrict-prototypes warning from Clang 15. Signed-off-by: Andreas Rheinhar

[FFmpeg-cvslog] avcodec/jpegxl_parser: Remove unused function

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 21:33:52 2023 +0200| [945760b3479966baad226930592cc4243522ff83] | committer: Andreas Rheinhardt avcodec/jpegxl_parser: Remove unused function Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avcodec/error_resilience: Remove set-but-not-used variable

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Sep 25 21:51:54 2023 +0200| [8eb094adb2ac3b6ea1d2cdd0fdfc7b69b2084db9] | committer: Andreas Rheinhardt avcodec/error_resilience: Remove set-but-not-used variable Fixes a -Wunused-but-set-variable from Clang 15. Signed-off-by: Andreas Rheinhar

[FFmpeg-cvslog] Revert "lavu/timer: remove gratuitous volatile"

2023-09-28 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Wed Sep 27 19:23:39 2023 +0300| [7a24d794f64050212b320072ab663bc4e2f1d101] | committer: Rémi Denis-Courmont Revert "lavu/timer: remove gratuitous volatile" It does not make much sense to me, but GCC somehow optimises the inline assembler even tho

[FFmpeg-cvslog] lavc/h274: fix PRNG definition

2023-09-28 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Wed Sep 27 15:16:51 2023 +0200| [338a5fcdbe9571e6f22817a111621259d83f2e59] | committer: Niklas Haas lavc/h274: fix PRNG definition The spec specifies x^31 + x^3 + 1 as the polynomial, but the diagram in Figure 1-1 omits the +1 offset. The initial implemen

[FFmpeg-cvslog] lavc/h274: fix comment (cosmetic)

2023-09-28 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Wed Sep 27 15:49:46 2023 +0200| [48fc414c7cc13185b5ffe462b288e95be2517196] | committer: Niklas Haas lavc/h274: fix comment (cosmetic) Either the average, or the sum right-shifted. Not the average right-shifted. > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] lavc/h274: correct grain DB indices

2023-09-28 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Wed Sep 27 15:39:00 2023 +0200| [616e9d24137d34fba02ebd159d5a7186aaf53eca] | committer: Niklas Haas lavc/h274: correct grain DB indices The spec specified indices in the order [x][y], but our code follows the traditional C convention of [y][x]. This was n

[FFmpeg-cvslog] avutil/hwcontext_cuda: add option to use current device context

2023-09-28 Thread Roman Arzumanyan
ffmpeg | branch: master | Roman Arzumanyan | Tue Sep 12 17:31:30 2023 +0300| [05f8b2ca0f7e28775837a572c65ce9218f534ee2] | committer: Timo Rothenpieler avutil/hwcontext_cuda: add option to use current device context Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avutil: add GBRAP14 format support

2023-09-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 27 16:06:02 2023 +0200| [8e1ef7c38f6906455ae96984d032e57106e11b77] | committer: Paul B Mahol avutil: add GBRAP14 format support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e1ef7c38f6906455ae96984d032e57106e11b77 --- doc/APIchan

[FFmpeg-cvslog] avfilter/vf_extractplanes: add GBRAP14 support

2023-09-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 27 17:08:16 2023 +0200| [3a5171c9f4925bf69291d28d0b5b289a49fab5b0] | committer: Paul B Mahol avfilter/vf_extractplanes: add GBRAP14 support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a5171c9f4925bf69291d28d0b5b289a49fab5b0 ---

[FFmpeg-cvslog] avcodec/magicyuv: add 14bit rgb(a) support

2023-09-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 27 15:41:01 2023 +0200| [eaffbd9ac4d975f1c6330c17af27fadf0bc3d0c3] | committer: Paul B Mahol avcodec/magicyuv: add 14bit rgb(a) support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eaffbd9ac4d975f1c6330c17af27fadf0bc3d0c3 --- lib

[FFmpeg-cvslog] swscale: add GBRAP14 format support

2023-09-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 27 16:13:16 2023 +0200| [29b673bdcfe1cd37de40b1714bfbcc03817cef7e] | committer: Paul B Mahol swscale: add GBRAP14 format support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29b673bdcfe1cd37de40b1714bfbcc03817cef7e --- libavcodec

[FFmpeg-cvslog] fate: add forgotten changes for GBRAP14

2023-09-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 28 20:06:19 2023 +0200| [3e7e5ec46b6573d2adbb051054e417c9fcfc984f] | committer: Paul B Mahol fate: add forgotten changes for GBRAP14 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e7e5ec46b6573d2adbb051054e417c9fcfc984f --- tests/

[FFmpeg-cvslog] avfilter/vf_zscale: add more planar formats with alpha

2023-09-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 28 22:23:13 2023 +0200| [086c28090177b5255770fdf57af4978d64c20762] | committer: Paul B Mahol avfilter/vf_zscale: add more planar formats with alpha > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=086c28090177b5255770fdf57af4978d64c207

[FFmpeg-cvslog] avfilter/vf_zscale: fix adding >8 bit alpha plane

2023-09-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 28 22:43:23 2023 +0200| [0aa75a85e6cf6698784ddf8138059399dd89c2b7] | committer: Paul B Mahol avfilter/vf_zscale: fix adding >8 bit alpha plane > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aa75a85e6cf6698784ddf8138059399dd89c2b7 --

[FFmpeg-cvslog] avfilter/vf_negate: add support for more planar with alpha

2023-09-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 28 22:08:59 2023 +0200| [35b6d9d80ca20a5598d2a7787acc73985bbf666b] | committer: Paul B Mahol avfilter/vf_negate: add support for more planar with alpha > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35b6d9d80ca20a5598d2a7787acc73985b

[FFmpeg-cvslog] avfilter/vf_pseudocolor: add support for more planar alpha formats

2023-09-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Sep 28 23:07:24 2023 +0200| [7ce2e5f3ea3acf09b786bf3500989f0955deb71c] | committer: Paul B Mahol avfilter/vf_pseudocolor: add support for more planar alpha formats > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ce2e5f3ea3acf09b786bf3500

[FFmpeg-cvslog] avcodec/snow: Move decoder/encoder-only inline funcs to snow(dec|enc).c

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 9 07:36:22 2022 +0200| [abaf02a7e7653c6fbf99bc4f735f2679d3fe4624] | committer: Andreas Rheinhardt avcodec/snow: Move decoder/encoder-only inline funcs to snow(dec|enc).c Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avcodec/snow: Move initializing QpelDSPContext to snowenc.c

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 9 06:14:13 2022 +0200| [10dad7ccc2c613be5d7f4fc339e0ce332e59725b] | committer: Andreas Rheinhardt avcodec/snow: Move initializing QpelDSPContext to snowenc.c Only used by the encoder. Signed-off-by: Andreas Rheinhardt > http://git.vide

[FFmpeg-cvslog] avcodec/snow: Move freeing encoder-only buffers to snowenc.c

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 9 07:03:10 2022 +0200| [7d112c638aaa6483a8e6a05d8b79f07092069b45] | committer: Andreas Rheinhardt avcodec/snow: Move freeing encoder-only buffers to snowenc.c Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Rheinhardt > http://

[FFmpeg-cvslog] configure: Remove obsolete wmavoice->rdft,dct dependencies

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 28 17:52:06 2023 +0200| [44aa46184ceb5fb2205699cfd94b0bcc6693b781] | committer: Andreas Rheinhardt configure: Remove obsolete wmavoice->rdft,dct dependencies Forgotten in a810126501e1ef0992d765720ff0d2629c5d1616. Reviewed-by: Lynne Signe

[FFmpeg-cvslog] avcodec/snow: Move initializing HpelDSPContext to snowenc.c

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 9 06:20:33 2022 +0200| [433925ac4d4a1eb0d2364e81e9f3e51e5d237895] | committer: Andreas Rheinhardt avcodec/snow: Move initializing HpelDSPContext to snowenc.c Only used by the encoder. Signed-off-by: Andreas Rheinhardt > http://git.vide

[FFmpeg-cvslog] configure: Remove obsolete ffplay->rdft dependency

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 28 17:54:52 2023 +0200| [cbba45de68a09b68b5bdab944459a5ae04f65681] | committer: Andreas Rheinhardt configure: Remove obsolete ffplay->rdft dependency Forgotten in 4acd08be6c4f39736179a3d90fd56b508e42ff6d. Reviewed-by: Lynne Signed-off-by

[FFmpeg-cvslog] configure: Remove unnecessary vf_spp->fft dependency

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 28 18:28:55 2023 +0200| [12e9c68bbd16e8a9bcdc92da9f612753238fc361] | committer: Andreas Rheinhardt configure: Remove unnecessary vf_spp->fft dependency The AVDCT API used by this filter does in no way depend upon the FFT subsystem. Review

[FFmpeg-cvslog] avcodec/opus_silk: Use void* instead of AVCodecContext* as logctx

2023-09-28 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 28 21:37:26 2023 +0200| [40aa451154fc54b661036bfb90532199269397bc] | committer: Andreas Rheinhardt avcodec/opus_silk: Use void* instead of AVCodecContext* as logctx Reviewed-by: Lynne Signed-off-by: Andreas Rheinhardt > http://git.video