Re: [FFmpeg-devel] [PATCH] tests/fate-run: support both le/be formats on pixfmts

2016-06-29 Thread Muhammad Faiz
On Mon, Jun 27, 2016 at 3:53 PM, Muhammad Faiz wrote: > On Mon, Jun 27, 2016 at 3:28 PM, Hendrik Leppkes wrote: >> On Mon, Jun 27, 2016 at 10:12 AM, Muhammad Faiz wrote: >>> On Mon, Jun 27, 2016 at 2:59 PM, Hendrik Leppkes >>> wrote: On Mon, Jun 27, 2016 at 9:52 AM, Muhammad Faiz wrote:

Re: [FFmpeg-devel] [PATCH] tests/fate-run: support both le/be formats on pixfmts

2016-06-27 Thread Muhammad Faiz
On Mon, Jun 27, 2016 at 3:28 PM, Hendrik Leppkes wrote: > On Mon, Jun 27, 2016 at 10:12 AM, Muhammad Faiz wrote: >> On Mon, Jun 27, 2016 at 2:59 PM, Hendrik Leppkes wrote: >>> On Mon, Jun 27, 2016 at 9:52 AM, Muhammad Faiz wrote: regardless of the actual supported formats of tested filters

Re: [FFmpeg-devel] [PATCH] tests/fate-run: support both le/be formats on pixfmts

2016-06-27 Thread Hendrik Leppkes
On Mon, Jun 27, 2016 at 10:12 AM, Muhammad Faiz wrote: > On Mon, Jun 27, 2016 at 2:59 PM, Hendrik Leppkes wrote: >> On Mon, Jun 27, 2016 at 9:52 AM, Muhammad Faiz wrote: >>> regardless of the actual supported formats of tested filters >>> allowing filters to support only native endian formats >>

Re: [FFmpeg-devel] [PATCH] tests/fate-run: support both le/be formats on pixfmts

2016-06-27 Thread Muhammad Faiz
On Mon, Jun 27, 2016 at 2:59 PM, Hendrik Leppkes wrote: > On Mon, Jun 27, 2016 at 9:52 AM, Muhammad Faiz wrote: >> regardless of the actual supported formats of tested filters >> allowing filters to support only native endian formats >> >> Signed-off-by: Muhammad Faiz >> --- >> tests/fate-run.s

Re: [FFmpeg-devel] [PATCH] tests/fate-run: support both le/be formats on pixfmts

2016-06-27 Thread Hendrik Leppkes
On Mon, Jun 27, 2016 at 9:52 AM, Muhammad Faiz wrote: > regardless of the actual supported formats of tested filters > allowing filters to support only native endian formats > > Signed-off-by: Muhammad Faiz > --- > tests/fate-run.sh | 7 ++- > tests/ref/fate/filter-pixfmts-l

[FFmpeg-devel] [PATCH] tests/fate-run: support both le/be formats on pixfmts

2016-06-27 Thread Muhammad Faiz
regardless of the actual supported formats of tested filters allowing filters to support only native endian formats Signed-off-by: Muhammad Faiz --- tests/fate-run.sh | 7 ++- tests/ref/fate/filter-pixfmts-lut | 22 ++ tests/ref/fate/filter-pixfmts-pad |