[FFmpeg-cvslog] fftools/ffplay: fix missing hw_frames_ctx when config avfilter

2024-01-11 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Tue Jan 9 23:41:00 2024 +0800| [38aca1dc9af24787b7ff246ddb1541ae4f03d192] | committer: Zhao Zhili fftools/ffplay: fix missing hw_frames_ctx when config avfilter Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=38aca

[FFmpeg-cvslog] avutil/hwcontext_vt: add pixel format map for full range YUV420P

2024-01-11 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Jan 3 21:40:17 2024 +0800| [bba5a563c8ebfd7d332c8bee8511f06d399e6b7a] | committer: Zhao Zhili avutil/hwcontext_vt: add pixel format map for full range YUV420P Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bba

[FFmpeg-cvslog] avcodec/videotoolboxenc: fix setting avctx color_range doesn't work

2024-01-11 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Jan 3 21:40:16 2024 +0800| [13c1fea92f8abff66f71365759f006e7da8e832c] | committer: Zhao Zhili avcodec/videotoolboxenc: fix setting avctx color_range doesn't work Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] fftools/ffplay_renderer: Add device selection support

2024-01-11 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Tue Jan 9 23:41:01 2024 +0800| [564a15b2ee12b029b81bc20afa74ea620be7879e] | committer: Zhao Zhili fftools/ffplay_renderer: Add device selection support The device can be selected by GPU name or index. For example, ffplay -hwaccel cuda \ -vulkan_

[FFmpeg-cvslog] configure: remove Bitrig OS

2024-01-11 Thread Brad Smith
ffmpeg | branch: master | Brad Smith | Sun Dec 31 02:23:11 2023 -0500| [6d3cd399bd79d3bed156a8677042098d99279f21] | committer: Zhao Zhili configure: remove Bitrig OS Bitrig has been defunct for 7 years. Signed-off-by: Brad Smith Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cg

[FFmpeg-cvslog] avformat/psxstr: fix demuxing I/O error at EOF

2024-01-11 Thread aybe aybe
ffmpeg | branch: master | aybe aybe | Tue Jan 2 02:52:11 2024 +| [f89a6e7576f2099d1cf41e1418fecfb235c240ba] | committer: Michael Niedermayer avformat/psxstr: fix demuxing I/O error at EOF This second patch fixes the following error at the end of a .STR stream conversion: [in#0/psxstr @

[FFmpeg-cvslog] avformat/psxstr: fix unknown sector type 00/80

2024-01-11 Thread aybe aybe
ffmpeg | branch: master | aybe aybe | Tue Jan 2 02:57:18 2024 +| [21ed52916d5843a8ab64a9a21131935886e8dd76] | committer: Michael Niedermayer avformat/psxstr: fix unknown sector type 00/80 This third patch fixes warnings that are false positives (still on STRv1). That's because these sect

[FFmpeg-cvslog] hevcdec: move deblock template to h26x/h2656_deblock_template.c

2024-01-11 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Jan 6 18:51:31 2024 +0800| [ae0a83477b240f4eef4e53bd8e9476d9336a47f4] | committer: Nuo Mi hevcdec: move deblock template to h26x/h2656_deblock_template.c > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae0a83477b240f4eef4e53bd8e9476d9336a47f4

[FFmpeg-cvslog] vvcdec: reuse h26x/h2656_deblock_template.c

2024-01-11 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Jan 6 18:51:32 2024 +0800| [8d0dda8260e67996efbc96d3148ce7238e42df60] | committer: Nuo Mi vvcdec: reuse h26x/h2656_deblock_template.c > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d0dda8260e67996efbc96d3148ce7238e42df60 --- libavcodec/vvc

[FFmpeg-cvslog] hevcdec: move sao template to h26x/h2656_sao_template.c

2024-01-11 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Jan 6 18:51:29 2024 +0800| [d2fe23b8359d0579d295ffa7165cd177d2488a6f] | committer: Nuo Mi hevcdec: move sao template to h26x/h2656_sao_template.c > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2fe23b8359d0579d295ffa7165cd177d2488a6f --- li

[FFmpeg-cvslog] vvcdec: reuse h26x/h2656_sao_template.c

2024-01-11 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Jan 6 18:51:30 2024 +0800| [69e179e8bfe3ee9879f36233407d2c39daf8e8c9] | committer: Nuo Mi vvcdec: reuse h26x/h2656_sao_template.c > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69e179e8bfe3ee9879f36233407d2c39daf8e8c9 --- libavcodec/vvc/vvc

[FFmpeg-cvslog] checkasm: Generalize crash handling

2024-01-11 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Dec 14 14:57:36 2023 +0200| [65739691b90012c9d93b2e5e0e89a55d8de9eb7b] | committer: Martin Storsjö checkasm: Generalize crash handling This replaces the riscv specific handling from 7212466e735aa187d82f51dadbce957fe3da77f0 (which essentially is re