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

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

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,

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

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

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 >>> @@

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

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

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

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

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

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 >>

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

[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

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,