[FFmpeg-cvslog] avcodec/vvc/inter: Don't return void

2024-06-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jun 10 06:45:08 2024 +0200| [a0ff31e740ec05e947ee0759c9f805a8894586ff] | committer: Andreas Rheinhardt avcodec/vvc/inter: Don't return void Returning a void is not allowed by the spec. Just return instead. Reviewed-by: Nuo Mi Signed-off-by:

[FFmpeg-cvslog] sws/range_convert: R-V V to/from JPEG

2024-06-10 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Fri Jun 7 18:36:25 2024 +0300| [417957ec5eb948709c04ce081b7758ba8796b10b] | committer: Rémi Denis-Courmont sws/range_convert: R-V V to/from JPEG C908 X60 chrRangeFromJpeg_8_c: 2.72.5

[FFmpeg-cvslog] avutil/timer: Add clock_gettime as a fallback of AV_READ_TIME

2024-06-10 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jun 7 21:44:50 2024 +0800| [33e4cc963d5e2a189e4e52eaa38e9a8e31dad35a] | committer: Zhao Zhili avutil/timer: Add clock_gettime as a fallback of AV_READ_TIME Reviewed-by: Rémi Denis-Courmont Reviewed-by: Martin Storsjö Signed-off-by: Zhao Zhili >

[FFmpeg-cvslog] swscale/aarch64: Add rgb24 to yuv implementation

2024-06-10 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jun 7 21:44:52 2024 +0800| [9dac8495b0020f7326bbe79efa070a0150109afc] | committer: Zhao Zhili swscale/aarch64: Add rgb24 to yuv implementation Test on Apple M1: rgb24_to_uv_8_c: 0.0 rgb24_to_uv_8_neon: 0.2 rgb24_to_uv_128_c: 1.0

[FFmpeg-cvslog] tests/checkasm: Fix build error when enable linux perf on Android

2024-06-10 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jun 7 21:44:51 2024 +0800| [b1240c983f96271990c4262978a08edc8eb4df1f] | committer: Zhao Zhili tests/checkasm: Fix build error when enable linux perf on Android B0 is defined by system header, see f0f596dbc6b for ref. Reviewed-by: Martin Storsjö

[FFmpeg-cvslog] avutil/aarch64: Skip define AV_READ_TIME for apple

2024-06-10 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Jun 7 21:44:49 2024 +0800| [6a18c0bc87e38557fa9dd9fcf974f310cfff112e] | committer: Zhao Zhili avutil/aarch64: Skip define AV_READ_TIME for apple It will fallback to mach_absolute_time inside libavutil/timer.h Reviewed-by: Martin Storsjö