Re: [FFmpeg-devel] [PATCH] libavcodec/sanm: implement codec37 subcodec1

2025-01-10 Thread Michael Niedermayer
Hi On Thu, Jan 09, 2025 at 08:45:24AM +0100, Manuel Lauss wrote: > Interesting, which compiler do you use? I see no such errors with gcc-15. > I'll redo the patch, thanks for testing! gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF13

Re: [FFmpeg-devel] [PATCH] libavcodec/sanm: implement codec37 subcodec1

2025-01-08 Thread Manuel Lauss
Interesting, which compiler do you use? I see no such errors with gcc-15. I'll redo the patch, thanks for testing! Manuel On Thu, Jan 9, 2025 at 4:02 AM Michael Niedermayer wrote: > > Hi > > On Tue, Jan 07, 2025 at 03:46:09PM +0100, Manuel Lauss wrote: > > RLE-compressed stream of motion vector

Re: [FFmpeg-devel] [PATCH] libavcodec/sanm: implement codec37 subcodec1

2025-01-08 Thread Michael Niedermayer
Hi On Tue, Jan 07, 2025 at 03:46:09PM +0100, Manuel Lauss wrote: > RLE-compressed stream of motion vector indices and a special opcode > to fill a block with data from the source stream. > > It is used in the LucasArts "Full Throttle" blink*.san animations. > > Signed-off-by: Manuel Lauss > ---

[FFmpeg-devel] [PATCH] libavcodec/sanm: implement codec37 subcodec1

2025-01-07 Thread Manuel Lauss
RLE-compressed stream of motion vector indices and a special opcode to fill a block with data from the source stream. It is used in the LucasArts "Full Throttle" blink*.san animations. Signed-off-by: Manuel Lauss --- libavcodec/sanm.c | 64 ++- 1 file