[FFmpeg-cvslog] hwcontext_vulkan: remove optional encode/decode extensions from the list

2023-02-06 Thread Lynne
ffmpeg | branch: release/5.0 | Lynne | Sun Dec 25 01:03:30 2022 +0100| [376a1ebfcb62da503acd9fb1bddcafd1d4a08e22] | committer: Jan Ekström hwcontext_vulkan: remove optional encode/decode extensions from the list They're not currently used, so they don't need to be there. Vulkan stabilized the

[FFmpeg-cvslog] avcodec/wavarc: check that nb_samples is valid

2023-02-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Feb 6 16:32:38 2023 +0100| [d7c2da1f8d14672ff0768305b87cf118ad320469] | committer: Paul B Mahol avcodec/wavarc: check that nb_samples is valid > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7c2da1f8d14672ff0768305b87cf118ad320469 ---

[FFmpeg-cvslog] hwcontext_vulkan: remove optional encode/decode extensions from the list

2023-02-06 Thread Lynne
ffmpeg | branch: release/5.1 | Lynne | Sun Dec 25 01:03:30 2022 +0100| [7268323193d55365f914de39fadd5dbdb1f68976] | committer: Jan Ekström hwcontext_vulkan: remove optional encode/decode extensions from the list They're not currently used, so they don't need to be there. Vulkan stabilized the

[FFmpeg-cvslog] avcodec/wavarc: fix 8bit decoding

2023-02-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Feb 6 18:07:35 2023 +0100| [64b242d03078630bbe7570d0775d3a68f166306c] | committer: Paul B Mahol avcodec/wavarc: fix 8bit decoding > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64b242d03078630bbe7570d0775d3a68f166306c ---

[FFmpeg-cvslog] avcodec/libjxl: add #ifdef guards for libjxl >= 0.8.0 features

2023-02-06 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Sat Feb 4 16:29:15 2023 -0500| [000934830620c03be55644e054f9ffaaadac2a0a] | committer: Leo Izen avcodec/libjxl: add #ifdef guards for libjxl >= 0.8.0 features Since many distributions ship libjxl 0.7.0 still, we'd still prefer to compile against that, but

[FFmpeg-cvslog] avcodec/wavarc: really fix bits per sample detection

2023-02-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Feb 6 18:26:01 2023 +0100| [c5aeb8f4db5529cdb5248bbb7154adf6f0c8faf3] | committer: Paul B Mahol avcodec/wavarc: really fix bits per sample detection >

[FFmpeg-cvslog] avcodec/wavarc: remove invalid shifts

2023-02-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Feb 6 20:28:01 2023 +0100| [3b3a321fed016665b602e50de993f96fa59ece30] | committer: Paul B Mahol avcodec/wavarc: remove invalid shifts > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b3a321fed016665b602e50de993f96fa59ece30 ---

[FFmpeg-cvslog] lavfi/vf_vpp_qsv: support UYVY in system memory

2023-02-06 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Thu Mar 10 14:39:06 2022 +0800| [36016c55967622a1475e5ec9cade39543921915c] | committer: Haihao Xiang lavfi/vf_vpp_qsv: support UYVY in system memory It only works on Linux $ ffmpeg -loglevel verbose -init_hw_device qsv=intel -f lavfi -i \ yuvtestsrc

[FFmpeg-cvslog] lavfi/vf_vpp_qsv: add support for new scaling modes

2023-02-06 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Thu Jul 28 11:16:08 2022 +0800| [58d6426870ed10e5eeed98418dc3b7b2d4efe2c6] | committer: Haihao Xiang lavfi/vf_vpp_qsv: add support for new scaling modes The new modes work on new platforms and are avaialable only for oneVPL. Signed-off-by: Haihao

[FFmpeg-cvslog] lavu/hwcontext_qsv: add support for UYVY

2023-02-06 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Thu Mar 10 14:34:22 2022 +0800| [f1355ec9f6125ff8eb644e5beb3e3ccd6e35da28] | committer: Haihao Xiang lavu/hwcontext_qsv: add support for UYVY The SDK supports UYVY from version 1.17, and VPP may support UYVY input on Linux [1] $ ffmpeg -loglevel