Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-03-09 Thread Martin Vignali
Pushed, thanks for testing. Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-03-09 Thread Michael Niedermayer
On Fri, Mar 08, 2019 at 12:11:47AM +0100, Martin Vignali wrote: > >> Can you check that and fix it? > >> > >> > > > Patch in attach fix for me vsynth3 interlace prores test : > make fate-vsynth3-prores_int;make fate-vsynth3-prores_444_int > > Pass fate test for me (os x X86_64) with and without >

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-03-08 Thread Peter Ross
On Fri, Mar 08, 2019 at 12:11:47AM +0100, Martin Vignali wrote: > >> Can you check that and fix it? > >> > >> > > > Patch in attach fix for me vsynth3 interlace prores test : > make fate-vsynth3-prores_int;make fate-vsynth3-prores_444_int > > Pass fate test for me (os x X86_64) with and without >

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-03-07 Thread Martin Vignali
>> Can you check that and fix it? >> >> > Patch in attach fix for me vsynth3 interlace prores test : make fate-vsynth3-prores_int;make fate-vsynth3-prores_444_int Pass fate test for me (os x X86_64) with and without --enable-memory-poisoning Martin

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-03-07 Thread Martin Vignali
> > These tests fail on all FATE boxes. http://fate.ffmpeg.org/ > > Can you check that and fix it? > > Seems to be related to memory poisoning (pass when disable) : http://fate.ffmpeg.org/report.cgi?time=20190307033138=x86_64-archlinux-gcc-valgrind-no-undef Will take a look. Martin

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-03-07 Thread Hendrik Leppkes
On Wed, Feb 27, 2019 at 6:05 PM Martin Vignali wrote: > > > works here > > > > > Pushed, thanks. > These tests fail on all FATE boxes. http://fate.ffmpeg.org/ Can you check that and fix it? - Hendrik ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-02-27 Thread Martin Vignali
> works here > > Pushed, thanks. Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-02-26 Thread Michael Niedermayer
On Tue, Feb 26, 2019 at 12:04:58PM +0100, Martin Vignali wrote: > Hello, > > Thanks for the files > > The problem appear for "unsafe" resolution (only vsynth3 have this). > > Patchs in attach are supposed to fix this > 001 : fix sub_image_with_fill for interlaced encoding > 002 : new fate test,

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-02-26 Thread Martin Vignali
Hello, Thanks for the files The problem appear for "unsafe" resolution (only vsynth3 have this). Patchs in attach are supposed to fix this 001 : fix sub_image_with_fill for interlaced encoding 002 : new fate test, with update result for vsynth3 interlace test Can be test with : make

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-02-25 Thread Michael Niedermayer
On Mon, Feb 25, 2019 at 09:01:16PM +0100, Martin Vignali wrote: > Hello, > > Thanks for testing. > Can you send me the result file vsynth3-prores_int.mov, so i can try to > find why the result are not the same. https://ffmpeg.org/~michael/vsynth3-prores_int.mov

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-02-25 Thread Martin Vignali
Hello, Thanks for testing. Can you send me the result file vsynth3-prores_int.mov, so i can try to find why the result are not the same. Only the two vsynth3 interlaced test fail ? Martin ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-02-24 Thread Michael Niedermayer
On Sat, Feb 23, 2019 at 07:10:06PM +0100, Martin Vignali wrote: > Hello, > > Patch in attach add fate test for interlace and 444 encoding > > All prores_aw encoding test can be test with : > > make fate-vsynth3-prores;make fate-vsynth2-prores;make > fate-vsynth1-prores;make

[FFmpeg-devel] fate/proresenc_aw : Add fate test for interlace and 444 encoding

2019-02-23 Thread Martin Vignali
Hello, Patch in attach add fate test for interlace and 444 encoding All prores_aw encoding test can be test with : make fate-vsynth3-prores;make fate-vsynth2-prores;make fate-vsynth1-prores;make fate-vsynth_lena-prores SAMPLES=fate-suite/;make fate-vsynth3-prores_int;make