[libav-devel] [PATCH] Add GBRAP12 pixel format.

2016-02-04 Thread Kieran Kunhya
In preparation for Cineform Alpha channel support --- libavutil/pixdesc.c | 28 libavutil/pixfmt.h| 3 +++ libswscale/input.c| 4 libswscale/swscale_unscaled.c | 3 +++ libswscale/utils.c| 6 ++ 5 files changed

Re: [libav-devel] [RFC] avcodec: Add native DCA decoder based on libdcadec.

2016-02-04 Thread Vittorio Giovara
On Thu, Jan 21, 2016 at 10:18 AM, Luca Barbato wrote: > On 07/01/16 13:18, foo86 wrote: >> Yes, I'm willing to do that. I'm going to change the patch to replace >> existing dca decoder and resubmit it for review. > > Had been 2 weeks, any news about it? If needed I can help, but I'd like > to have

Re: [libav-devel] [RFC] configure: Factorize the toolchain support

2016-02-04 Thread Luca Barbato
On 04/02/16 12:57, Vittorio Giovara wrote: > On Mon, Oct 26, 2015 at 9:08 PM, Luca Barbato wrote: >> That makes possible to use --toolchain=asan. >> --- >> >> It is sort of handy all in all. >> >> configure | 35 +-- >> 1 file changed, 21 insertions(+), 14 deletion

Re: [libav-devel] [PATCH] avconv: Make sure the specific decoder chosen is used

2016-02-04 Thread Luca Barbato
On 04/02/16 12:55, Vittorio Giovara wrote: > On Thu, Nov 26, 2015 at 12:44 PM, Luca Barbato wrote: >> On 26/11/15 12:17, Anton Khirnov wrote: >>> Quoting Luca Barbato (2015-11-26 10:38:14) Otherwise find_stream_info would use the default one. >>> >>> And why is that a problem? >>> >> >> Becau

Re: [libav-devel] [PATCH 1/3] x264: Optionally forward the input frame type

2016-02-04 Thread Vittorio Giovara
On Tue, Sep 1, 2015 at 12:50 AM, Luca Barbato wrote: > On 31/08/15 20:55, Anton Khirnov wrote: >> Looks like a hack to me. If you don't want to force the frame type, >> just don't set it. > > So I should move that on an option that does selectively forward only > some kind of the information... Fe

Re: [libav-devel] [PATCH] rtsp: Factor out the rtp stream opening

2016-02-04 Thread Luca Barbato
On 04/02/16 12:54, Vittorio Giovara wrote: > is this still needed? > Yes. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] avconv: Move the reporting in a separate thread

2016-02-04 Thread Luca Barbato
On 04/02/16 12:52, Vittorio Giovara wrote: > is this still needed? Yes, I'll send and update on this Friday. lu ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2016-02-04 Thread Henrik Gramner
On Wed, Jul 29, 2015 at 10:51 PM, Luca Barbato wrote: > And restrict the string to ascii text. Restricting to printable characters would be even better. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-de

Re: [libav-devel] [PATCH] build: Disable VDA if an unsupported compiler is used

2016-02-04 Thread Vittorio Giovara
On Thu, Jan 21, 2016 at 9:22 AM, Martin Storsjö wrote: > On Thu, 21 Jan 2016, Diego Biurrun wrote: > >> On Wed, Jan 20, 2016 at 11:11:31AM -0500, Vittorio Giovara wrote: >>> >>> On Wed, Jan 20, 2016 at 3:19 AM, Martin Storsjö wrote: >>> > On Wed, 20 Jan 2016, Vittorio Giovara wrote: >>> >> --- a/

Re: [libav-devel] [PATCH] configure: Support MSYS2 mingw-w64 64bit

2016-02-04 Thread Vittorio Giovara
On Wed, Dec 2, 2015 at 7:55 PM, Hendrik Leppkes wrote: > On Wed, Dec 2, 2015 at 5:48 PM, Luca Barbato wrote: >> --- >> configure | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/configure b/configure >> index 53de905..942abfe 100755 >> --- a/configure >> +++ b/conf

Re: [libav-devel] [PATCH 6/7] avio: Disable incompatible pointer type warnings

2016-02-04 Thread Vittorio Giovara
On Thu, Nov 26, 2015 at 5:17 PM, Luca Barbato wrote: > --- > libavformat/avio.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavformat/avio.c b/libavformat/avio.c > index ff740a2..359371c 100644 > --- a/libavformat/avio.c > +++ b/libavformat/avio.c > @@ -21,6 +21,7 @@ > > #inclu

Re: [libav-devel] [PATCH] avformat/mov: Autodetect mp3s which need parsing

2016-02-04 Thread Vittorio Giovara
On Fri, Nov 13, 2015 at 4:41 PM, John Stebbins wrote: > On Tue, 2015-11-10 at 17:50 +0100, Anton Khirnov wrote: >> Quoting Vittorio Giovara (2015-10-23 18:31:55) >> > On Fri, Oct 23, 2015 at 3:31 PM, Luca Barbato >> > wrote: >> > > On 23/10/15 15:29, Vittorio Giovara wrote: >> > > > +// If mp

Re: [libav-devel] [RFC] configure: Factorize the toolchain support

2016-02-04 Thread Vittorio Giovara
On Mon, Oct 26, 2015 at 9:08 PM, Luca Barbato wrote: > That makes possible to use --toolchain=asan. > --- > > It is sort of handy all in all. > > configure | 35 +-- > 1 file changed, 21 insertions(+), 14 deletions(-) > > diff --git a/configure b/configure > index

Re: [libav-devel] [PATCH] avio: Add avio_check2

2016-02-04 Thread Vittorio Giovara
On Sun, Nov 8, 2015 at 5:12 PM, Luca Barbato wrote: > On 08/11/15 16:43, Anton Khirnov wrote: >> Ok, now that sounds like a real use case. But that's really only applies >> to img2dec (which is itself a hack that should go away eventually, but I >> digress), not to avconv. So, unless there are oth

Re: [libav-devel] [PATCH] avconv: Make sure the specific decoder chosen is used

2016-02-04 Thread Vittorio Giovara
On Thu, Nov 26, 2015 at 12:44 PM, Luca Barbato wrote: > On 26/11/15 12:17, Anton Khirnov wrote: >> Quoting Luca Barbato (2015-11-26 10:38:14) >>> Otherwise find_stream_info would use the default one. >> >> And why is that a problem? >> > > Because then find_stream_info does not find the stream. s

Re: [libav-devel] [PATCH] rtsp: Factor out the rtp stream opening

2016-02-04 Thread Vittorio Giovara
On Thu, Dec 17, 2015 at 1:58 PM, Luca Barbato wrote: > --- > libavformat/rtsp.c | 74 > +- > 1 file changed, 40 insertions(+), 34 deletions(-) > > diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c > index 4beb275..0c53e3e 100644 > --- a/liba

Re: [libav-devel] [PATCH] avf: Dump the cpb side data information

2016-02-04 Thread Vittorio Giovara
On Sat, Jan 2, 2016 at 6:25 PM, Anton Khirnov wrote: > Quoting Luca Barbato (2016-01-02 15:34:25) >> Subject: Re: [libav-devel] [PATCH] avf: Dump the cpb side data information > ^ > missing l > >> --- >> libavformat/dump.c | 20 >> 1 file c

Re: [libav-devel] [PATCH] avconv: Move the reporting in a separate thread

2016-02-04 Thread Vittorio Giovara
On Wed, Jan 6, 2016 at 9:22 PM, Luca Barbato wrote: > Now the report is printed even if poll_filters() does not > return often. > --- > avconv.c | 106 > -- > avconv.h | 4 +++ > configure | 3 +- > 3 files changed, 68 insertions(

Re: [libav-devel] [PATCH 1/3] configure: Use `require` for the non-component options

2016-02-04 Thread Vittorio Giovara
On Tue, Jan 26, 2016 at 7:16 PM, Luca Barbato wrote: > On 23/01/16 19:35, Luca Barbato wrote: >> And make sure to enable all the components needed >> --- >> configure | 11 --- >> 1 file changed, 8 insertions(+), 3 deletions(-) >> > > Ping. if nobody is against, then go for it -- Vittor

Re: [libav-devel] [PATCH 3/3] eatqi: Remove MpegEncContext dependency

2016-02-04 Thread Vittorio Giovara
On Thu, Jan 28, 2016 at 6:19 PM, Vittorio Giovara wrote: > On Thu, Jan 28, 2016 at 5:00 AM, Diego Biurrun wrote: >> On Mon, Jan 25, 2016 at 12:56:12PM -0500, Vittorio Giovara wrote: >>> --- a/libavcodec/eatqi.c >>> +++ b/libavcodec/eatqi.c >>> @@ -35,42 +35,51 @@ >>> >>> -static int tqi_decode_mb

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2016-02-04 Thread Vittorio Giovara
On Thu, Jan 28, 2016 at 9:49 PM, Luca Barbato wrote: > On 29/07/15 22:51, Luca Barbato wrote: >> And restrict the string to ascii text. >> >> CC: libav-sta...@libav.org >> >> Signed-off-by: Luca Barbato >> --- >> libavcodec/h264_sei.c | 57 >> ++-