Re: [FFmpeg-devel] GSoC 2024

2024-02-22 Thread Matthias Dressel
On 22.02.24 18:38, Thilo Borgmann via ffmpeg-devel wrote: Am 02.01.24 um 22:47 schrieb Thilo Borgmann via ffmpeg-devel: Hi, the application period for GSoC 2024 begins on Jan 22nd. Everyone interested in mentoring a project in 2024, please add your idea(s) to [1]. [1] https://trac.ffmpeg.o

Re: [FFmpeg-devel] [PATCH] libavcodec/mpeg12: Remove "fast" mode

2023-10-29 Thread Matthias Dressel
On 29.10.23 16:43, Kieran Kunhya wrote: $subj as discussed at VDD Kieran IMHO the commit message should have contained some reason as to *why* this was removed. Now, someone looking at the log needs to find this patch on the ML, then follow the reference to find VDD meeting notes where they

[FFmpeg-devel] [PATCH] checkasm: hevc_sao: Fix a regression in hevc_sao_edge

2023-08-24 Thread Matthias Dressel
From: Matthias Dressel check_func() might return NULL, in which case the function is not to be benched. Introduced in cc679054c715acda9438e566b8de3a9eba421ac3. Signed-off-by: Matthias Dressel --- tests/checkasm/hevc_sao.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a