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

2016-02-05 Thread Diego Biurrun
On Mon, Oct 26, 2015 at 09:08:35PM +0100, Luca Barbato wrote: > That makes possible to use --toolchain=asan. Allows using .. > --- a/configure > +++ b/configure > @@ -2641,42 +2641,49 @@ set >> $logfile > case "$toolchain" in > clang-asan) > cc_default="clang" > -

Re: [libav-devel] [FFmpeg-devel] [PATCH] Add GBRAP12 pixel format.

2016-02-05 Thread Paul B Mahol
On 2/5/16, Kieran Kunhya wrote: > In preparation for Cineform Alpha channel support > --- > libavutil/pixdesc.c | 28 > libavutil/pixfmt.h| 3 +++ > libswscale/input.c| 4 > libswscale/swscale_unscaled.c |

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

2016-02-05 Thread Luca Barbato
On 05/02/16 18:58, Diego Biurrun wrote: > Unfortunately there is no fallthrough in POSIX shell like in bash. > Splitting the case block in two parts is ugly though. I think embedded > case blocks would be cleaner even if a few lines longer. Not sure how you'd do.

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

2016-02-05 Thread Luca Barbato
On 05/02/16 01:51, Kieran Kunhya wrote: > In preparation for Cineform Alpha channel support > --- > libavutil/pixdesc.c | 28 > libavutil/pixfmt.h| 3 +++ > libswscale/input.c| 4 > libswscale/swscale_unscaled.c | 3 +++ >

Re: [libav-devel] [PATCH] Modified audio filter example in documentation

2016-02-05 Thread Vicente Jiménez
Better late... Sorry for forgetting attaching the patch and missing your reply. After so many years, patch still applies because is documentation related. So now I attached it for real. On Fri, Mar 15, 2013 at 9:54 AM, Anton Khirnov wrote: > > On Thu, 21 Feb 2013 14:57:20

Re: [libav-devel] [PATCH] avplay: drop support for building without lavfi

2016-02-05 Thread Diego Biurrun
On Mon, Feb 01, 2016 at 01:38:55PM +0100, Anton Khirnov wrote: > Quoting Diego Biurrun (2016-02-01 11:30:29) > > On Sun, Jan 31, 2016 at 02:44:23PM +0100, Anton Khirnov wrote: > > > --- a/configure > > > +++ b/configure > > > @@ -2400,9 +2400,9 @@ avconv_deps="avcodec avfilter avformat avresample

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

2016-02-05 Thread Kieran Kunhya
Output still looks a bit odd though --- libavutil/pixdesc.c | 28 libavutil/pixfmt.h| 4 libswscale/input.c| 4 libswscale/swscale_unscaled.c | 3 +++ libswscale/utils.c| 6 ++ 5 files changed, 45