2019-02-23 16:02 GMT+01:00, Martin Vignali <martin.vign...@gmail.com>:
> Hello,
>
> Patch in attach, improve decoding speed of qtrle (also known as Mov
> Animation)
>
> Can't test on big endian. Test on big endian is welcome.

Patch 1 works on BE and lgtm.

Patch 2 does not work, correct change for case 32 on le and be is:
avctx->pix_fmt = AV_PIX_FMT_ARGB;
The patch cannot have a speed impact on BE, please
fix the commit message.

Patch 3 and 4 work fine on BE.

Do you expect the speedup for 3 on both 32 and 64bit
systems? If not please correct the commit message.

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to