[FFmpeg-cvslog] avcodec/mfenc: Dynamically load MFPlat.DLL

2022-05-25 Thread Trystan Mata
ffmpeg | branch: master | Trystan Mata | Wed May 25 12:54:01 2022 +0200| [1cb601ad10313981209a5918fc36a968068fc0ec] | committer: Martin Storsjö avcodec/mfenc: Dynamically load MFPlat.DLL Allows non-UWP builds of FFmpeg with MediaFoundation to work on N editions of Windows which are without

[FFmpeg-cvslog] qsv: add requirement for the mininal version of libmfx

2022-05-25 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Sun May 22 20:19:11 2022 +0800| [478e1a98a289bbc777bddc02fdcefeaa3c416a63] | committer: Haihao Xiang qsv: add requirement for the mininal version of libmfx libmfx 1.28 was released 3 years ago, it is easy to get a greater version than 1.28. We may

[FFmpeg-cvslog] libavcodec/qsvenc: expose only supported options

2022-05-25 Thread Dmitry Rogozhkin
ffmpeg | branch: master | Dmitry Rogozhkin | Thu May 19 12:54:16 2022 -0700| [f8a07c4d4abbd3974e074bc54bc22eeaa0f46051] | committer: Haihao Xiang libavcodec/qsvenc: expose only supported options vp9, hevc, avc, mpeg2 QSV encoders inherit common list of options (QSV_COMMON_OPTS) while bunch of

[FFmpeg-cvslog] checkasm: improve hevc_sao test

2022-05-25 Thread J . Dekker
ffmpeg | branch: master | J. Dekker | Tue May 17 13:48:23 2022 +0200| [cc679054c715acda9438e566b8de3a9eba421ac3] | committer: J. Dekker checkasm: improve hevc_sao test The HEVC decoder can call these functions with smaller widths than the functions themselves are designed to operate on so we

[FFmpeg-cvslog] lavc/aarch64: add hevc sao edge 16x16

2022-05-25 Thread J . Dekker
ffmpeg | branch: master | J. Dekker | Thu Apr 28 14:57:33 2022 +0200| [92f67e40170994dcb7a96ae362d95308f6744294] | committer: J. Dekker lavc/aarch64: add hevc sao edge 16x16 bench on AWS Graviton: hevc_sao_edge_16x16_8_c: 1857.0 hevc_sao_edge_16x16_8_neon: 211.0 hevc_sao_edge_32x32_8_c:

[FFmpeg-cvslog] lavc/aarch64: add hevc sao edge 8x8

2022-05-25 Thread J . Dekker
ffmpeg | branch: master | J. Dekker | Thu Apr 28 14:57:43 2022 +0200| [2e832be322eb456e44b1e928904fa470a0b00a67] | committer: J. Dekker lavc/aarch64: add hevc sao edge 8x8 bench on AWS Graviton: hevc_sao_edge_8x8_8_c: 516.0 hevc_sao_edge_8x8_8_neon: 81.0 Signed-off-by: J. Dekker >

[FFmpeg-cvslog] lavc/aarch64: fix hevc sao band filter

2022-05-25 Thread J . Dekker
ffmpeg | branch: master | J. Dekker | Tue Apr 26 09:29:54 2022 +0200| [d957ee34a6ec998ea00d6d07ac687c5d7a9792a2] | committer: J. Dekker lavc/aarch64: fix hevc sao band filter The SAO band filter can be called with non-multiples of 8, we round up to the nearest multiple of 8 to account for