Re: [libav-devel] [PATCH 1/5] avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_GRAY8A

2014-07-23 Thread Vittorio Giovara
On Mon, Jul 21, 2014 at 8:43 PM, Anton Khirnov an...@khirnov.net wrote: On Sun, 20 Jul 2014 23:59:17 +0100, Vittorio Giovara vittorio.giov...@gmail.com wrote: @@ -256,6 +256,7 @@ enum AVPixelFormat { #define AV_PIX_FMT_XYZ12 AV_PIX_FMT_NE(XYZ12BE, XYZ12LE) #define AV_PIX_FMT_NV20

Re: [libav-devel] [PATCH 1/5] avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_GRAY8A

2014-07-23 Thread Kostya Shishkov
On Wed, Jul 23, 2014 at 08:47:59AM +0100, Vittorio Giovara wrote: On Mon, Jul 21, 2014 at 8:43 PM, Anton Khirnov an...@khirnov.net wrote: On Sun, 20 Jul 2014 23:59:17 +0100, Vittorio Giovara vittorio.giov...@gmail.com wrote: @@ -256,6 +256,7 @@ enum AVPixelFormat { #define

Re: [libav-devel] [PATCH 1/5] avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_GRAY8A

2014-07-23 Thread Vittorio Giovara
On Wed, Jul 23, 2014 at 8:52 AM, Kostya Shishkov kostya.shish...@gmail.com wrote: On Wed, Jul 23, 2014 at 08:47:59AM +0100, Vittorio Giovara wrote: On Mon, Jul 21, 2014 at 8:43 PM, Anton Khirnov an...@khirnov.net wrote: On Sun, 20 Jul 2014 23:59:17 +0100, Vittorio Giovara

Re: [libav-devel] [PATCH 1/5] avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_GRAY8A

2014-07-23 Thread Kostya Shishkov
On Wed, Jul 23, 2014 at 10:05:28AM +0100, Vittorio Giovara wrote: On Wed, Jul 23, 2014 at 8:52 AM, Kostya Shishkov kostya.shish...@gmail.com wrote: On Wed, Jul 23, 2014 at 08:47:59AM +0100, Vittorio Giovara wrote: On Mon, Jul 21, 2014 at 8:43 PM, Anton Khirnov an...@khirnov.net wrote:

Re: [libav-devel] [PATCH 1/5] avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_GRAY8A

2014-07-21 Thread Vittorio Giovara
On Mon, Jul 21, 2014 at 12:25 AM, Luca Barbato lu_z...@gentoo.org wrote: On 21/07/14 00:59, Vittorio Giovara wrote: An alias is provided for compatibility. --- I would propose this change because all present (and future) grayscale format somehow have GRAY in their name, which makes them more

Re: [libav-devel] [PATCH 1/5] avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_GRAY8A

2014-07-21 Thread Anton Khirnov
On Sun, 20 Jul 2014 23:59:17 +0100, Vittorio Giovara vittorio.giov...@gmail.com wrote: @@ -256,6 +256,7 @@ enum AVPixelFormat { #define AV_PIX_FMT_XYZ12 AV_PIX_FMT_NE(XYZ12BE, XYZ12LE) #define AV_PIX_FMT_NV20 AV_PIX_FMT_NE(NV20BE, NV20LE) +#define AV_PIX_FMT_Y400A

[libav-devel] [PATCH 1/5] avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_GRAY8A

2014-07-20 Thread Vittorio Giovara
An alias is provided for compatibility. --- I would propose this change because all present (and future) grayscale format somehow have GRAY in their name, which makes them more consistent and easier to grep. Additionally this is not one of the most widespread format and the alias should cover all

Re: [libav-devel] [PATCH 1/5] avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_GRAY8A

2014-07-20 Thread Luca Barbato
On 21/07/14 00:59, Vittorio Giovara wrote: An alias is provided for compatibility. --- I would propose this change because all present (and future) grayscale format somehow have GRAY in their name, which makes them more consistent and easier to grep. Additionally this is not one of the most