Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread wm4
On Thu, 21 Sep 2017 19:15:37 +0200 Vittorio Giovara wrote: > On Thu, Sep 21, 2017 at 5:40 PM, Steve Lhomme wrote: > > > On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara > > wrote: > > > On Thu, Sep 21, 2017 at 4:03

Re: [libav-devel] Webp support

2017-09-21 Thread Luca Barbato
On 25/07/2017 01:30, GT Wang wrote: Hello dev, libav not support webp right ? In the future, libav will support this format ? It is already supported since a while, the encoding requires libwebp though. lu ___ libav-devel mailing list

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread Vittorio Giovara
On Thu, Sep 21, 2017 at 5:40 PM, Steve Lhomme wrote: > On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara > wrote: > > On Thu, Sep 21, 2017 at 4:03 PM, Steve Lhomme wrote: > > > >> From: "Mohammed (Shaan) Huzaifa Danish"

Re: [libav-devel] [RFC][PATCH] lavf: Wrap _DEFAULT_SOURCE symbols

2017-09-21 Thread Vittorio Giovara
On Thu, Sep 21, 2017 at 6:35 PM, Diego Biurrun wrote: > On Thu, Sep 21, 2017 at 01:44:44PM +0200, Vittorio Giovara wrote: > > Silence warnings such as: > > > > libavformat/udp.c:27:9: warning: '_DEFAULT_SOURCE' > >macro redefined [-Wmacro-redefined] > > #define

Re: [libav-devel] [PATCH] configure: cosmetics: Wrap a configure error string to the paragraph length

2017-09-21 Thread Vittorio Giovara
On Thu, Sep 21, 2017 at 6:34 PM, Diego Biurrun wrote: > On Thu, Sep 21, 2017 at 01:37:03PM +0200, Vittorio Giovara wrote: > > --- a/configure > > +++ b/configure > > @@ -401,8 +401,8 @@ include the log this produces with your report. > > EOF > > else > > cat < >

Re: [libav-devel] [PATCH 3/3] qsvenc: use 'else' on exclusive code

2017-09-21 Thread Diego Biurrun
On Thu, Sep 21, 2017 at 03:52:27PM +0200, Steve Lhomme wrote: > --- > libavcodec/qsvenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) What is "exclusive code"? > --- a/libavcodec/qsvenc.c > +++ b/libavcodec/qsvenc.c > @@ -1122,7 +1122,7 @@ static int encode_frame(AVCodecContext

Re: [libav-devel] [RFC][PATCH] lavf: Wrap _DEFAULT_SOURCE symbols

2017-09-21 Thread Diego Biurrun
On Thu, Sep 21, 2017 at 01:44:44PM +0200, Vittorio Giovara wrote: > Silence warnings such as: > > libavformat/udp.c:27:9: warning: '_DEFAULT_SOURCE' >macro redefined [-Wmacro-redefined] > #define _DEFAULT_SOURCE > ^ > :4:9: note: previous definition is here > #define

Re: [libav-devel] [PATCH] configure: cosmetics: Wrap a configure error string to the paragraph length

2017-09-21 Thread Diego Biurrun
On Thu, Sep 21, 2017 at 01:37:03PM +0200, Vittorio Giovara wrote: > --- a/configure > +++ b/configure > @@ -401,8 +401,8 @@ include the log this produces with your report. > EOF > else > cat < -Include the log file "$logfile" produced by configure as this will help > -solving the

Re: [libav-devel] [PATCH 09/11] cbs: Add some read/write tests

2017-09-21 Thread Diego Biurrun
On Wed, Sep 20, 2017 at 09:03:40PM +0100, Mark Thompson wrote: > On 20/09/17 19:48, Diego Biurrun wrote: > > On Sun, Sep 10, 2017 at 12:09:13AM +0100, Mark Thompson wrote: > >> --- /dev/null > >> +++ b/tests/fate/cbs.mak > >> @@ -0,0 +1,74 @@ > >> + > >> +define FATE_CBS_TEST > >> +# (codec,

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread Steve Lhomme
On Thu, Sep 21, 2017 at 4:58 PM, Vittorio Giovara wrote: > On Thu, Sep 21, 2017 at 4:03 PM, Steve Lhomme wrote: > >> From: "Mohammed (Shaan) Huzaifa Danish" >> >> --- >> fix previous patch skipping the wrong amount of bits >> ---

[libav-devel] Webp support

2017-09-21 Thread GT Wang
Hello dev, libav not support webp right ? In the future, libav will support this format ? Thanks. -- GT Wang Email:ili...@gmail.com ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] DNxHR Codec support

2017-09-21 Thread Ben Favre-Broady
Hi I have been instructed to ask the LibAv team rather than at HandBrake; if you could add DNxHR codec support to your software. Sorry if this request has been done improperly it is my first request.. Thanks Oliver Favre-Broady ___ libav-devel

Re: [libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread Vittorio Giovara
On Thu, Sep 21, 2017 at 4:03 PM, Steve Lhomme wrote: > From: "Mohammed (Shaan) Huzaifa Danish" > > --- > fix previous patch skipping the wrong amount of bits > --- > libavcodec/h264_sei.c | 6 -- > libavcodec/h264_sei.h | 1 + >

[libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread Steve Lhomme
From: "Mohammed (Shaan) Huzaifa Danish" --- fix previous patch skipping the wrong amount of bits --- libavcodec/h264_sei.c | 6 -- libavcodec/h264_sei.h | 1 + libavcodec/h264_slice.c | 2 ++ libavutil/stereo3d.h| 4 4 files changed, 11 insertions(+), 2

[libav-devel] [PATCH] h264_sei: handle stereoscopy frame sequential flags

2017-09-21 Thread Steve Lhomme
From: "Mohammed (Shaan) Huzaifa Danish" --- libavcodec/h264_sei.c | 4 +++- libavcodec/h264_sei.h | 1 + libavcodec/h264_slice.c | 2 ++ libavutil/stereo3d.h| 4 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libavcodec/h264_sei.c

[libav-devel] [PATCH 2/3] qsvenc: merge the output fifo elements into a structure

2017-09-21 Thread Steve Lhomme
This is cleaner to read and less error prone. --- libavcodec/qsvenc.c | 117 +--- 1 file changed, 56 insertions(+), 61 deletions(-) diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c index 0c10fd45c9..0dd4b5288d 100644 --- a/libavcodec/qsvenc.c

[libav-devel] [PATCH 1/3] qsvenc: the return value is not any kind of int, it's a mfxStatus

2017-09-21 Thread Steve Lhomme
--- libavcodec/qsvenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c index c7e5947361..0c10fd45c9 100644 --- a/libavcodec/qsvenc.c +++ b/libavcodec/qsvenc.c @@ -1071,7 +1071,7 @@ static int encode_frame(AVCodecContext *avctx,

[libav-devel] [PATCH 3/3] qsvenc: use 'else' on exclusive code

2017-09-21 Thread Steve Lhomme
--- libavcodec/qsvenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c index 0dd4b5288d..eee975c4cd 100644 --- a/libavcodec/qsvenc.c +++ b/libavcodec/qsvenc.c @@ -1122,7 +1122,7 @@ static int encode_frame(AVCodecContext *avctx,

[libav-devel] [PATCH] cbs_h2645: Initialize a structure before use

2017-09-21 Thread Vittorio Giovara
--- This is to silence this warning (which, admittedly, could also be ignored) cbs_h2645.c:1007:58: warning: variable 'sps_ext' is uninitialized when used here [-Wuninitialized] err = cbs_h264_write_sps_extension(ctx, pbc, sps_ext); ^~~

[libav-devel] [RFC][PATCH] lavf: Wrap _DEFAULT_SOURCE symbols

2017-09-21 Thread Vittorio Giovara
Silence warnings such as: libavformat/udp.c:27:9: warning: '_DEFAULT_SOURCE' macro redefined [-Wmacro-redefined] #define _DEFAULT_SOURCE ^ :4:9: note: previous definition is here #define _DEFAULT_SOURCE 1 ^ --- I'm not sure this is the right approach, since configure

[libav-devel] [PATCH] configure: cosmetics: Wrap a configure error string to the paragraph length

2017-09-21 Thread Vittorio Giovara
--- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a3cfe37680..8e588ac104 100755 --- a/configure +++ b/configure @@ -401,8 +401,8 @@ include the log this produces with your report. EOF else cat

Re: [libav-devel] [PATCH] pixdesc: Add API to map color property name to enum value

2017-09-21 Thread Vittorio Giovara
On Wed, Sep 20, 2017 at 8:15 PM, Vittorio Giovara < vittorio.giov...@gmail.com> wrote: > > > On Wed, Sep 20, 2017 at 8:10 PM, wm4 wrote: > >> On Wed, 20 Sep 2017 13:33:13 +0200 >> Vittorio Giovara wrote: >> >> > Signed-off-by: Vittorio Giovara