Re: [FFmpeg-devel] avcodec/qtrle : improve decoding speed of 24bpp and 32 bpp

2019-03-14 Thread James Almer
On 3/14/2019 5:27 PM, Martin Vignali wrote: >> >> This seems to have broken all qtrle tests on sparc64. >> >> See http://fate.ffmpeg.org/history.cgi?slot=sparc64-linux-gcc-4.9 and >> others. >> > > Thanks for reporting this. > Like i can't test on sparc64, doesn't know what line create the bus

Re: [FFmpeg-devel] avcodec/qtrle : improve decoding speed of 24bpp and 32 bpp

2019-03-14 Thread Martin Vignali
> > This seems to have broken all qtrle tests on sparc64. > > See http://fate.ffmpeg.org/history.cgi?slot=sparc64-linux-gcc-4.9 and > others. > Thanks for reporting this. Like i can't test on sparc64, doesn't know what line create the bus error. Patch in attach (untested on sparc64), can

Re: [FFmpeg-devel] avcodec/qtrle : improve decoding speed of 24bpp and 32 bpp

2019-03-14 Thread James Almer
On 3/4/2019 9:06 AM, Martin Vignali wrote: > Pushed. Thanks > > Martin This seems to have broken all qtrle tests on sparc64. See http://fate.ffmpeg.org/history.cgi?slot=sparc64-linux-gcc-4.9 and others. ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] avcodec/qtrle : improve decoding speed of 24bpp and 32 bpp

2019-03-04 Thread Martin Vignali
Pushed. Thanks Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] avcodec/qtrle : improve decoding speed of 24bpp and 32 bpp

2019-02-26 Thread Martin Vignali
> I know we forgot before but this definitely needs a micro version bump. > > New patchs in attach 001, 003, 004 : unchanged 002 : add avcodec micro version bump Martin 0001-fate-qtrle-change-32b-test-to-output-bgra-instead-of.patch Description: Binary data

Re: [FFmpeg-devel] avcodec/qtrle : improve decoding speed of 24bpp and 32 bpp

2019-02-25 Thread Carl Eugen Hoyos
> Am 25.02.2019 um 20:59 schrieb Martin Vignali : > > Hello, > > thanks for testing and comments. > New patch in attach > 001 : unchanged > 002 : use ARGB for little and big endian, and change the commit msg I know we forgot before but this definitely needs a micro version bump. Carl Eugen

Re: [FFmpeg-devel] avcodec/qtrle : improve decoding speed of 24bpp and 32 bpp

2019-02-25 Thread Martin Vignali
Hello, thanks for testing and comments. New patch in attach 001 : unchanged 002 : use ARGB for little and big endian, and change the commit msg 003 and 004 : mention test platform in commit msg I can't compile anymore for x86_32, so can't test speed in X86_32. Martin

Re: [FFmpeg-devel] avcodec/qtrle : improve decoding speed of 24bpp and 32 bpp

2019-02-24 Thread Carl Eugen Hoyos
2019-02-23 16:02 GMT+01:00, Martin Vignali : > 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:

[FFmpeg-devel] avcodec/qtrle : improve decoding speed of 24bpp and 32 bpp

2019-02-23 Thread Martin Vignali
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. fate test cmd : make fate-qtrle SAMPLES=fate-suite/ 32bpp : Mainly raw : 33fps -> 40 fps Mainly rle : 128fps -> 153 fps 24bpp: Mainly raw :