Re: [FFmpeg-devel] [PATCH] avfilter/drawutils: change to support native endian only

2016-07-08 Thread Michael Niedermayer
On Fri, Jul 01, 2016 at 01:23:48AM +0700, Muhammad Faiz wrote: > On Thu, Jun 30, 2016 at 2:23 PM, Paul B Mahol wrote: > > On 6/29/16, Muhammad Faiz wrote: > >> On Tue, Jun 28, 2016 at 5:45 PM, Michael Niedermayer > >> wrote: > >>> On Tue, Jun 28, 2016 at 04:07:31PM +0700, Muhammad Faiz wrote: >

Re: [FFmpeg-devel] [PATCH] avfilter/drawutils: change to support native endian only

2016-06-30 Thread Muhammad Faiz
On Thu, Jun 30, 2016 at 2:23 PM, Paul B Mahol wrote: > On 6/29/16, Muhammad Faiz wrote: >> On Tue, Jun 28, 2016 at 5:45 PM, Michael Niedermayer >> wrote: >>> On Tue, Jun 28, 2016 at 04:07:31PM +0700, Muhammad Faiz wrote: On Mon, Jun 27, 2016 at 6:02 PM, Michael Niedermayer wrote:

Re: [FFmpeg-devel] [PATCH] avfilter/drawutils: change to support native endian only

2016-06-30 Thread Paul B Mahol
On 6/29/16, Muhammad Faiz wrote: > On Tue, Jun 28, 2016 at 5:45 PM, Michael Niedermayer > wrote: >> On Tue, Jun 28, 2016 at 04:07:31PM +0700, Muhammad Faiz wrote: >>> On Mon, Jun 27, 2016 at 6:02 PM, Michael Niedermayer >>> wrote: >>> > On Mon, Jun 27, 2016 at 04:46:16PM +0700, Muhammad Faiz wro

Re: [FFmpeg-devel] [PATCH] avfilter/drawutils: change to support native endian only

2016-06-29 Thread Muhammad Faiz
On Tue, Jun 28, 2016 at 5:45 PM, Michael Niedermayer wrote: > On Tue, Jun 28, 2016 at 04:07:31PM +0700, Muhammad Faiz wrote: >> On Mon, Jun 27, 2016 at 6:02 PM, Michael Niedermayer >> wrote: >> > On Mon, Jun 27, 2016 at 04:46:16PM +0700, Muhammad Faiz wrote: >> >> previously support little endian

Re: [FFmpeg-devel] [PATCH] avfilter/drawutils: change to support native endian only

2016-06-28 Thread Michael Niedermayer
On Tue, Jun 28, 2016 at 04:07:31PM +0700, Muhammad Faiz wrote: > On Mon, Jun 27, 2016 at 6:02 PM, Michael Niedermayer > wrote: > > On Mon, Jun 27, 2016 at 04:46:16PM +0700, Muhammad Faiz wrote: > >> previously support little endian only because of fate problem > >> generally native endian code is

Re: [FFmpeg-devel] [PATCH] avfilter/drawutils: change to support native endian only

2016-06-28 Thread Muhammad Faiz
On Mon, Jun 27, 2016 at 6:02 PM, Michael Niedermayer wrote: > On Mon, Jun 27, 2016 at 04:46:16PM +0700, Muhammad Faiz wrote: >> previously support little endian only because of fate problem >> generally native endian code is faster >> >> require 'tests/fate-run: support both le/be formats on pixfm

Re: [FFmpeg-devel] [PATCH] avfilter/drawutils: change to support native endian only

2016-06-27 Thread Michael Niedermayer
On Mon, Jun 27, 2016 at 04:46:16PM +0700, Muhammad Faiz wrote: > previously support little endian only because of fate problem > generally native endian code is faster > > require 'tests/fate-run: support both le/be formats on pixfmts' > need someone tests it on BE machine > > Signed-off-by: Muha

[FFmpeg-devel] [PATCH] avfilter/drawutils: change to support native endian only

2016-06-27 Thread Muhammad Faiz
previously support little endian only because of fate problem generally native endian code is faster require 'tests/fate-run: support both le/be formats on pixfmts' need someone tests it on BE machine Signed-off-by: Muhammad Faiz --- libavfilter/drawutils.c | 43 -- liba