>
> patches LGTM
>
> thx
>
> Pushed, thanks
Martin
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Mon, Oct 22, 2018 at 11:11:40PM +0200, Martin Vignali wrote:
> >
> > rename and simplify are ok
> >
> > the other needs a more verbose commit message
> >
> >
> New patch in attach
> Changed the second patch.
> I edited planarCopyWrapper to add bswap32, instead of disable this func for
> float. W
>
> rename and simplify are ok
>
> the other needs a more verbose commit message
>
>
New patch in attach
Changed the second patch.
I edited planarCopyWrapper to add bswap32, instead of disable this func for
float. Will probably help to support more float pix fmt in the future
Martin
0003-swscale
On Sun, Oct 21, 2018 at 07:25:31PM +0200, Martin Vignali wrote:
> New patch in attach
>
> 001 : change unscaled test condition for float (only use isFloat(src) ||
> isFloat(dst)).
> 002 : add grayf32 le <-> be
> i disable float (in/out) in the latest part of the patch, because it's
> currently do
New patch in attach
001 : change unscaled test condition for float (only use isFloat(src) ||
isFloat(dst)).
002 : add grayf32 le <-> be
i disable float (in/out) in the latest part of the patch, because it's
currently doesn't work for floating data
(and replace bswap_32 for grayf32 swap, in unscale
On Sat, Oct 20, 2018 at 10:26:43PM +0200, Martin Vignali wrote:
> Hello,
>
> 001 : add unscaled grayf32 bswap func
> similar to packed_16bpc_bswap processing
>
> 002 : rename packed_16bpc_bswap func to bswap_16bpc
> this func is used for planar and packed bswap16
>
> Martin
[...]
> swscale_uns
Hello,
001 : add unscaled grayf32 bswap func
similar to packed_16bpc_bswap processing
002 : rename packed_16bpc_bswap func to bswap_16bpc
this func is used for planar and packed bswap16
Martin
0002-swscale-swscale_unscaled-rename-packed_16bpc_bswap.patch
Description: Binary data
0001-swscale