Andreas Rheinhardt:
> Patches attached.
>
> - Andreas
>
Will apply this patchset tonight unless there are objections.
- Andreas
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, vis
On 4/10/2025 7:36 PM, Andreas Rheinhardt wrote:
James Almer:
From 9f052c0377a5b46e48d928f11d1d10c389ea5e84 Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt
Date: Thu, 10 Apr 2025 13:41:55 +0200
Subject: [PATCH 03/15] avutil/aes: Use #if checks instead of if
(ARCH_X86)
Signed-off-by: Andreas
James Almer:
>> From 9f052c0377a5b46e48d928f11d1d10c389ea5e84 Mon Sep 17 00:00:00 2001
>> From: Andreas Rheinhardt
>> Date: Thu, 10 Apr 2025 13:41:55 +0200
>> Subject: [PATCH 03/15] avutil/aes: Use #if checks instead of if
>> (ARCH_X86)
>>
>> Signed-off-by: Andreas Rheinhardt
>> ---
>> libavutil
From 9f052c0377a5b46e48d928f11d1d10c389ea5e84 Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt
Date: Thu, 10 Apr 2025 13:41:55 +0200
Subject: [PATCH 03/15] avutil/aes: Use #if checks instead of if (ARCH_X86)
Signed-off-by: Andreas Rheinhardt
---
libavutil/aes.c | 5 +++--
1 file changed, 3 in
Patches attached.
- Andreas
From 33d5388fc680997e3950652caf90410604922ca0 Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt
Date: Thu, 10 Apr 2025 12:54:30 +0200
Subject: [PATCH 01/15] avcodec/motionpixels: Avoid av_unused
Easily possible now that -Wdeclaration-after-statement is gone.
Signed-o