Re: [FFmpeg-devel] [PATCH v5] pngdec: expose gAMA and cHRM chunks as side/meta data

2017-11-08 Thread Rostislav Pehlivanov
On 9 November 2017 at 02:44, James Almer wrote: > On 11/8/2017 11:32 PM, Rostislav Pehlivanov wrote: > > Signed-off-by: Rostislav Pehlivanov > > --- > > libavcodec/pngdec.c | 39 ++- > > 1 file changed, 38 insertions(+), 1 deletion(-) > > > > diff --git a/lib

[FFmpeg-devel] [PATCH] avdevice/decklink_dec: make some function static

2017-11-08 Thread James Almer
Should fix ticket #6822 Signed-off-by: James Almer --- libavdevice/decklink_dec.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavdevice/decklink_dec.cpp b/libavdevice/decklink_dec.cpp index 191547ff10..e90b42811a 100644 --- a/libavdevice/decklink_dec.cpp +++ b

Re: [FFmpeg-devel] [PATCH] aacenc: WIP support for PCEs

2017-11-08 Thread Rostislav Pehlivanov
On 18 October 2017 at 11:05, pkv.stream wrote: > Le 02/10/2017 à 8:39 PM, Rostislav Pehlivanov a écrit : > >> On 2 October 2017 at 18:43, pkv.stream wrote: >> >> Le 02/10/2017 à 7:23 PM, Michael Niedermayer a écrit : >>> >>> On Mon, Oct 02, 2017 at 12:52:53AM +0200, pkv.stream wrote: L

Re: [FFmpeg-devel] [PATCH] avdevice/decklink_dec: make some function static

2017-11-08 Thread Aaron Levinson
On 11/8/2017 7:20 PM, James Almer wrote: Should fix ticket #6822 Signed-off-by: James Almer --- libavdevice/decklink_dec.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavdevice/decklink_dec.cpp b/libavdevice/decklink_dec.cpp index 191547ff10..e90b42811a 10

[FFmpeg-devel] [PATCH] avcodec/mips: cleanup unused macros

2017-11-08 Thread kaustubh.raste
From: Kaustubh Raste Signed-off-by: Kaustubh Raste --- libavcodec/mips/hevc_macros_msa.h | 37 - 1 file changed, 37 deletions(-) diff --git a/libavcodec/mips/hevc_macros_msa.h b/libavcodec/mips/hevc_macros_msa.h index 27c69ff..ea53812 100644 --- a/libavco

Re: [FFmpeg-devel] [PATCH 0/6] avcodec: Vorbis encoder improvements

2017-11-08 Thread Rostislav Pehlivanov
On 22 August 2017 at 02:23, Tyler Jones wrote: > Please see the following patches. > > The first two patches are identical to my latest pending changes sent to > the > mailing list on July 28. Changelogs are included regardless. The clipping > avoidance patch should remove most clicking that had

Re: [FFmpeg-devel] [PATCH v3] lavu: add an AV_FRAME_DATA_GAMMA side data type

2017-11-08 Thread Nicolas George
L'octidi 18 brumaire, an CCXXVI, James Almer a écrit : > Probably a good idea. > > Maybe just add the gamma value as a frame AVDictionary metadata entry? > If the idea is that the API user can get a single value from the PNG > image in some form, wouldn't side data and a dict metadata entry work >

<    1   2