Re: [libav-devel] [PATCH 2/2] xcbgrab: Validate the capture area

2015-03-15 Thread Vittorio Giovara
On Sat, Mar 14, 2015 at 11:30 AM, Luca Barbato wrote: > And notify why the capture is impossible. > --- > libavdevice/xcbgrab.c | 13 +++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > > diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c > index cdc83c4..2a40905 100644 > -

Re: [libav-devel] [PATCH] mkv: Add support for DVB subtitles

2015-03-15 Thread Vittorio Giovara
On Sun, Mar 15, 2015 at 10:51 PM, Luca Barbato wrote: > Bug-Id: 833 > --- > libavformat/matroska.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/matroska.c b/libavformat/matroska.c > index 237f26f..47fdea6 100644 > --- a/libavformat/matroska.c > +++ b/libavformat/matroska.c

Re: [libav-devel] [PATCH 2/2] Announce new releases: 11.3, 10.6, 9.18 and 0.8.17

2015-03-15 Thread Vittorio Giovara
On Sun, Mar 15, 2015 at 4:48 AM, Sean McGovern wrote: > --- > src/download | 88 > +- > src/index| 40 +- > src/news | 31 + > 3 files changed, 95 insertions(+), 64 deletions(-) > >

Re: [libav-devel] [PATCH] cmdutils: fix compiler warnings enumerated type mixed with another type

2015-03-15 Thread Vittorio Giovara
On Sat, Mar 14, 2015 at 4:08 PM, Himangi Saraogi wrote: > On 14 March 2015 at 21:36, Anton Khirnov wrote: >> The value of AV_PIX_FMT_NONE is not 0. >> >> > What is the value? libavutil/pixfmt.h AV_PIX_FMT_NONE = -1, -- Vittorio ___ libav-devel mailing

Re: [libav-devel] [PATCH 2/3] dca: Support for XLL (lossless extension)

2015-03-15 Thread James Almer
On 13/03/15 12:24 PM, Luca Barbato wrote: > On 13/03/15 16:17, Diego Biurrun wrote: >> From: Niels Möller >> >> --- >> >> Changes since last round: >> >> - XLL disabled by default. >> - Return error on too many downmix coefficients >> >> This has survived Oracle, so it's good to go IMO and will hi

[libav-devel] [PATCH] mkv: Add support for DVB subtitles

2015-03-15 Thread Luca Barbato
Bug-Id: 833 --- libavformat/matroska.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/matroska.c b/libavformat/matroska.c index 237f26f..47fdea6 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -63,6 +63,7 @@ const CodecTags ff_mkv_codec_tags[]={ {"S_ASS"

Re: [libav-devel] [PATCH 1/2] download: fix spelling and sentence structure

2015-03-15 Thread Luca Barbato
On 15/03/15 05:48, Sean McGovern wrote: > --- > src/download |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/download b/src/download > index d73dad3..5a7c322 100644 > --- a/src/download > +++ b/src/download > @@ -3,7 +3,7 @@ > > Libav has always been a ver