Re: [libav-devel] [PATCH] pixdesc: Add documentation about the main use-case of color name APIs

2016-06-20 Thread Luca Barbato
On 21/06/16 00:18, Vittorio Giovara wrote: > --- > More documentation about this change as requested. > Vittorio > > doc/APIchanges | 6 ++ > libavutil/pixdesc.h | 8 > 2 files changed, 14 insertions(+) Sounds good to me. lu ___

Re: [libav-devel] [PATCH 4/5] options_table: Add aliases for color properties

2016-06-20 Thread Luca Barbato
On 21/06/16 00:21, Vittorio Giovara wrote: > On Wed, Jun 15, 2016 at 2:54 PM, Luca Barbato wrote: >> On 15/06/16 20:25, Vittorio Giovara wrote: >>> All option names now match the ones provided by the av_color_*_name(). >>> --- >>> Needs lavc micro version bump >>>

Re: [libav-devel] [PATCH 4/5] options_table: Add aliases for color properties

2016-06-20 Thread Vittorio Giovara
On Wed, Jun 15, 2016 at 2:54 PM, Luca Barbato wrote: > On 15/06/16 20:25, Vittorio Giovara wrote: >> All option names now match the ones provided by the av_color_*_name(). >> --- >> Needs lavc micro version bump >> libavcodec/options_table.h | 27 ++-

[libav-devel] [PATCH] pixdesc: Add documentation about the main use-case of color name APIs

2016-06-20 Thread Vittorio Giovara
--- More documentation about this change as requested. Vittorio doc/APIchanges | 6 ++ libavutil/pixdesc.h | 8 2 files changed, 14 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index de0213f..050c897 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6

Re: [libav-devel] [PATCH 3/5] options_table: Drop the ST attribute from recent smpte color properties

2016-06-20 Thread Luca Barbato
On 15/06/16 20:25, Vittorio Giovara wrote: > It does not add anything distinctive or descriptive. > --- > libavcodec/options_table.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > Sure. ___ libav-devel mailing list

Re: [libav-devel] [PATCH] Add TrueMotion 2.0 Real Time decoder

2016-06-20 Thread Luca Barbato
On 17/06/16 18:30, Vittorio Giovara wrote: > From: Paul B Mahol > > Signed-off-by: Paul B Mahol > Signed-off-by: Vittorio Giovara > --- > Addressed Luca's and Diego's comments. > Vittorio > Ok for me.

Re: [libav-devel] [PATCH 2/5] pixdesc: Make sure color properties names match x264

2016-06-20 Thread Luca Barbato
On 20/06/16 20:18, Vittorio Giovara wrote: > On Thu, Jun 16, 2016 at 1:27 PM, Vittorio Giovara > wrote: >> On Thu, Jun 16, 2016 at 1:09 PM, Luca Barbato wrote: >>> On 16/06/16 18:56, Vittorio Giovara wrote: The symbols with the unfortunate

Re: [libav-devel] [PATCH] Add MagicYUV decoder

2016-06-20 Thread Diego Biurrun
On Mon, Jun 20, 2016 at 03:02:00PM -0400, Vittorio Giovara wrote: > On Sun, Jun 19, 2016 at 9:33 AM, Luca Barbato wrote: > > On 19/06/16 00:23, Vittorio Giovara wrote: > >> From: Paul B Mahol > >> > >> Signed-off-by: Paul B Mahol > >>

Re: [libav-devel] [PATCH] Add MagicYUV decoder

2016-06-20 Thread Vittorio Giovara
On Sun, Jun 19, 2016 at 9:33 AM, Luca Barbato wrote: > On 19/06/16 00:23, Vittorio Giovara wrote: >> From: Paul B Mahol >> >> Signed-off-by: Paul B Mahol >> Signed-off-by: Vittorio Giovara >> --- >> Changelog

Re: [libav-devel] [PATCH 2/5] pixdesc: Make sure color properties names match x264

2016-06-20 Thread Vittorio Giovara
On Thu, Jun 16, 2016 at 1:27 PM, Vittorio Giovara wrote: > On Thu, Jun 16, 2016 at 1:09 PM, Luca Barbato wrote: >> On 16/06/16 18:56, Vittorio Giovara wrote: >>> The symbols with the unfortunate name were added in 4a66422 (17 Sep >>> 2015), they