Re: [FFmpeg-devel] [PATCH] Add YUV-based floating-point pixel formats.

2018-07-29 Thread Andrew Sun
On Sun, Jul 29, 2018 at 8:10 AM Ronald S. Bultje wrote: > Hi, > > On Sun, Jul 29, 2018 at 8:07 AM, Paul B Mahol wrote: > >> On 9/2/17, Andrew Sun wrote: >> > This commit adds support for 32-bpc YUV-based floating-point pixel >> formats. >> > --- >> > doc/APIchanges | 2 ++ >> > libavutil

Re: [FFmpeg-devel] [PATCH] Add YUV-based floating-point pixel formats.

2018-07-29 Thread Ronald S. Bultje
Hi, On Sun, Jul 29, 2018 at 8:07 AM, Paul B Mahol wrote: > On 9/2/17, Andrew Sun wrote: > > This commit adds support for 32-bpc YUV-based floating-point pixel > formats. > > --- > > doc/APIchanges | 2 ++ > > libavutil/pixdesc.c | 75 > > ++

Re: [FFmpeg-devel] [PATCH] Add YUV-based floating-point pixel formats.

2018-07-29 Thread Paul B Mahol
On 9/2/17, Andrew Sun wrote: > This commit adds support for 32-bpc YUV-based floating-point pixel formats. > --- > doc/APIchanges | 2 ++ > libavutil/pixdesc.c | 75 > + > libavutil/pixfmt.h | 11 > libavutil/version.h | 2 +- >

Re: [FFmpeg-devel] [PATCH] Add YUV-based floating-point pixel formats.

2018-07-27 Thread Michael Niedermayer
On Sat, Sep 02, 2017 at 09:22:17AM +, Andrew Sun wrote: > This commit adds support for 32-bpc YUV-based floating-point pixel formats. > --- > doc/APIchanges | 2 ++ > libavutil/pixdesc.c | 75 > + > libavutil/pixfmt.h | 11 >

[FFmpeg-devel] [PATCH] Add YUV-based floating-point pixel formats.

2018-07-27 Thread Andrew Sun
This commit adds support for 32-bpc YUV-based floating-point pixel formats. --- doc/APIchanges | 2 ++ libavutil/pixdesc.c | 75 + libavutil/pixfmt.h | 11 libavutil/version.h | 2 +- 4 files changed, 89 insertions(+), 1 deletion