[FFmpeg-cvslog] vaapi_encode_h265: Query encoding block sizes and features

2022-04-10 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 17 14:41:52 2022 +0800| [9f02e033875185409c861846f209b04a3be339d2] | committer: Haihao Xiang vaapi_encode_h265: Query encoding block sizes and features Signed-off-by: Fei Wang >

[FFmpeg-cvslog] vaapi_encode: Move block size calculation after entrypoint selection

2022-04-10 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 17 14:41:50 2022 +0800| [99b333e5ff5a91de2a5d740bbc9fa344154511c1] | committer: Haihao Xiang vaapi_encode: Move block size calculation after entrypoint selection The block size can be dependent on the profile and entrypoint selected. It

[FFmpeg-cvslog] vaapi_encode_h265: Explicitly set and correct some flags

2022-04-10 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Mar 17 14:41:51 2022 +0800| [77fd2f9c7c5c82e5991225a005f4f724ea5a207b] | committer: Haihao Xiang vaapi_encode_h265: Explicitly set and correct some flags max_14bit_constraint_flag should be set if the bit depth is not greater than 14 (currently

[FFmpeg-cvslog] lavc/vaapi_encode_h265: Add GPB frame support for hevc_vaapi

2022-04-10 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Thu Mar 17 14:41:49 2022 +0800| [a285968a0b122484635846babd9a1e8183e70fb0] | committer: Haihao Xiang lavc/vaapi_encode_h265: Add GPB frame support for hevc_vaapi Use GPB frames to replace regular P/B frames if backend driver does not support it. - GPB:

[FFmpeg-cvslog] avfilter: let single output frame A->V filters set reasonable frame rate

2022-04-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 10 22:39:12 2022 +0200| [6e45acd23b6b5062f548c2551b1a64cc268eb787] | committer: Paul B Mahol avfilter: let single output frame A->V filters set reasonable frame rate >

[FFmpeg-cvslog] fate: add fate tests for VBN encoder and decoder

2022-04-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Mar 23 23:55:21 2022 +0100| [7ac559b819070b1d0ae7b80e35b9f1fb4cf3] | committer: Marton Balint fate: add fate tests for VBN encoder and decoder Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avcodec/vbnenc: add VBN encoder

2022-04-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Mar 22 02:29:29 2022 +0100| [ee50cc18b3943405aa476e31c8553aa098350b1e] | committer: Marton Balint avcodec/vbnenc: add VBN encoder Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avcodec/hapenc: use the common texturedsp encode function

2022-04-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Mar 23 01:19:58 2022 +0100| [a4570d7a66da772d2f530980a60ef5057750f8e6] | committer: Marton Balint avcodec/hapenc: use the common texturedsp encode function And add slice thread capabilities. Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avcodec/vbndec: add VBN decoder

2022-04-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Mar 19 01:22:23 2022 +0100| [013d774e225c685cf2a9674f4c5dc9bb13941cb4] | committer: Marton Balint avcodec/vbndec: add VBN decoder Add support for decoding Vizrt Binary Image (VBN) files. LZW-compressed data is not supported yet. Signed-off-by:

[FFmpeg-cvslog] avcodec/hapdec: use the common texturedsp decode function

2022-04-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Mar 19 21:01:41 2022 +0100| [b3074ac9f4987bd730d6e8e7d50c107ec65d79a3] | committer: Marton Balint avcodec/hapdec: use the common texturedsp decode function Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avcodec/dds: use the common texture dsp decode function

2022-04-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Mar 19 20:53:17 2022 +0100| [30fdcd2e12532c23e4662abf8523292c3f32e5e4] | committer: Marton Balint avcodec/dds: use the common texture dsp decode function Signed-off-by: Marton Balint >

[FFmpeg-cvslog] fate/filter-refcmp-*: make refcmp_metadata fail on empty or truncated input

2022-04-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Mar 30 00:55:14 2022 +0200| [80e997b0818a36b1b28e39d745c466d01038aa1f] | committer: Marton Balint fate/filter-refcmp-*: make refcmp_metadata fail on empty or truncated input On empty input the awk script was always successful which caused the

[FFmpeg-cvslog] avcodec/texturedsp: add TextureDSPThreadContext for common decode/encode function

2022-04-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Mar 19 20:51:24 2022 +0100| [541d3755e92da34b69df8c3c08d0d66cc4b05afd] | committer: Marton Balint avcodec/texturedsp: add TextureDSPThreadContext for common decode/encode function This will allow using a common threaded decode or encode function