Re: [libav-devel] [PATCH 2/3] fate: Add tests for mov display matrix

2016-10-27 Thread Vittorio Giovara
On Tue, Oct 25, 2016 at 7:21 AM, Diego Biurrun wrote: > On Mon, Oct 24, 2016 at 05:22:55PM -0400, Vittorio Giovara wrote: >> --- /dev/null >> +++ b/tests/fate/mov.mak >> @@ -0,0 +1,15 @@ >> +FATE_MOV += fate-mov-dar >> +fate-mov-dar: CMD = probestream display_aspect_ratio >>

Re: [libav-devel] [PATCH 2/3] fate: Add tests for mov display matrix

2016-10-25 Thread Diego Biurrun
On Mon, Oct 24, 2016 at 05:22:55PM -0400, Vittorio Giovara wrote: > --- /dev/null > +++ b/tests/fate/mov.mak > @@ -0,0 +1,15 @@ > +FATE_MOV += fate-mov-dar > +fate-mov-dar: CMD = probestream display_aspect_ratio > $(TARGET_SAMPLES)/mov/displaymatrix.mov > + > +$(FATE_MOV): avprobe$(EXESUF) Move

Re: [libav-devel] [PATCH 2/3] fate: Add tests for mov display matrix

2016-10-13 Thread Diego Biurrun
On Fri, Oct 14, 2016 at 01:07:39AM +0200, Diego Biurrun wrote: > On Thu, Oct 13, 2016 at 07:02:35PM -0400, Vittorio Giovara wrote: > > On Thu, Oct 13, 2016 at 6:52 PM, Diego Biurrun wrote: > > > On Thu, Oct 13, 2016 at 06:23:09PM -0400, Vittorio Giovara wrote: > > >> ---

Re: [libav-devel] [PATCH 2/3] fate: Add tests for mov display matrix

2016-10-13 Thread Diego Biurrun
On Thu, Oct 13, 2016 at 07:02:35PM -0400, Vittorio Giovara wrote: > On Thu, Oct 13, 2016 at 6:52 PM, Diego Biurrun wrote: > > On Thu, Oct 13, 2016 at 06:23:09PM -0400, Vittorio Giovara wrote: > >> --- a/tests/fate-run.sh > >> +++ b/tests/fate-run.sh > >> @@ -76,6 +76,11 @@

Re: [libav-devel] [PATCH 2/3] fate: Add tests for mov display matrix

2016-10-13 Thread Vittorio Giovara
On Thu, Oct 13, 2016 at 6:52 PM, Diego Biurrun wrote: > On Thu, Oct 13, 2016 at 06:23:09PM -0400, Vittorio Giovara wrote: >> Rotation, aspect ratio and pure matrix export. >> >> Signed-off-by: Vittorio Giovara >> --- >> tests/Makefile

Re: [libav-devel] [PATCH 2/3] fate: Add tests for mov display matrix

2016-10-13 Thread Diego Biurrun
On Thu, Oct 13, 2016 at 06:23:09PM -0400, Vittorio Giovara wrote: > Rotation, aspect ratio and pure matrix export. > > Signed-off-by: Vittorio Giovara > --- > tests/Makefile| 1 + > tests/fate-run.sh | 5 + >