Re: [FFmpeg-devel] [PATCH] doc/filters: Add ascii graphics to clarify what the currently implemented tinterlace modes do

2014-12-08 Thread tim nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/12/14 19:47, Michael Niedermayer wrote: > On Fri, Dec 05, 2014 at 01:43:09PM +0100, Michael Niedermayer wrote: >> On Thu, Dec 04, 2014 at 04:57:09PM +, tim nicholson wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> On 04/1

[FFmpeg-devel] Fix bug for POWER LE: avcodec/ppc/vp3dsp_altivec.c

2014-12-08 Thread rongyan
Hi, This patch is to fix vp3 for POWER8 little endian. Function vp3_idec_add_altivec() and Macro MC15 are fixed. The passed test cases change from 2319/2328 to 2328/2328. Thanks for your review. Rong Yan -- The world has enough for everyone's need, but not enough f

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-08 Thread Stefano Sabatini
On date Sunday 2014-12-07 19:52:59 +0530, arwa arif encoded: > Hello! > I have ported the uspp filter to FFmpeg. > > > I have attached the patch. > > > Regards, > Arwa Arif > From 7cafda11d5d402a0490af0a1a74de373445352a1 Mon Sep 17 00:00:00 2001 > From: Arwa Arif > Date: Sun, 7 Dec 2014 18:56

Re: [FFmpeg-devel] [PATCH]Fixed av_fast_realloc calling error when compiled to the Dynamic library

2014-12-08 Thread Carl Eugen Hoyos
杨超 outlook.com> writes: > The reason about this bug is using the macro > “FF_SYMVER” on cross compile platform. Are you searching for the configure option "--disable-symver"? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://f

Re: [FFmpeg-devel] Fix bug for POWER LE: avcodec/ppc/vp3dsp_altivec.c

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 04:28:35PM +0800, rongyan wrote: > Hi, > This patch is to fix vp3 for POWER8 little endian. > Function vp3_idec_add_altivec() and Macro MC15 are fixed. The passed test > cases change from 2319/2328 to 2328/2328. > > > > Thanks for your review. > Rong Yan > > >

Re: [FFmpeg-devel] [PATCH] avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 01:13:37AM +0100, Lukasz Marek wrote: > W dniu niedziela, 7 grudnia 2014 Michael Niedermayer > napisał(a): > > > Fixes CID1257010 > > > > Signed-off-by: Michael Niedermayer > > > --- > > libavutil/opt.c |4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > >

Re: [FFmpeg-devel] [PATCH] Fixed PNG decoding with Paeth filter for RGBA 64-bits.

2014-12-08 Thread Dominique Leroux
Hi Michael, Yes, this does fix the issues I saw with RGBA64. Thanks, Dominique -Original Message- From: Michael Niedermayer [mailto:michae...@gmx.at] Sent: Sunday, December 07, 2014 6:55 AM To: FFmpeg development discussions and patches Cc: Dominique Leroux Subject: Re: [FFmpeg-devel]

[FFmpeg-devel] [PATCH] avformat/hlsenc: added segment file deletion

2014-12-08 Thread Christian Suloway
This option flag deletes segment files removed from the playlist after a period of time equal to the duration of the segment plus the duration of the playlist. Signed-off-by: Christian Suloway --- doc/muxers.texi | 4 +++ libavformat/hlsenc.c | 90 ++

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-08 Thread arwa arif
On Sun, Dec 7, 2014 at 9:52 PM, Michael Niedermayer wrote: > On Sun, Dec 07, 2014 at 07:52:59PM +0530, arwa arif wrote: > > Hello! > > I have ported the uspp filter to FFmpeg. > > > > > > I have attached the patch. > > > > > > Regards, > > Arwa Arif > > > Makefile |2 > > allfilters.c |

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-08 Thread arwa arif
On Mon, Dec 8, 2014 at 4:26 PM, Stefano Sabatini wrote: > On date Sunday 2014-12-07 19:52:59 +0530, arwa arif encoded: > > Hello! > > I have ported the uspp filter to FFmpeg. > > > > > > I have attached the patch. > > > > > > Regards, > > Arwa Arif > > > From 7cafda11d5d402a0490af0a1a74de37344535

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 10:02:13PM +0530, arwa arif wrote: > On Sun, Dec 7, 2014 at 9:52 PM, Michael Niedermayer > wrote: > > > On Sun, Dec 07, 2014 at 07:52:59PM +0530, arwa arif wrote: > > > Hello! > > > I have ported the uspp filter to FFmpeg. > > > > > > > > > I have attached the patch. > > >

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 11:56:33AM +0100, Stefano Sabatini wrote: [...] > > +static void hardthresh_c(int16_t dst[64], const int16_t src[64], > > + int qp, const uint8_t *permutation) > > +{ > > +int i; > > +int bias = 0; // FIXME > > Maybe Michael can comment on th

Re: [FFmpeg-devel] [PATCH] Fixed PNG decoding with Paeth filter for RGBA 64-bits.

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 04:04:56PM +, Dominique Leroux wrote: > Hi Michael, > > Yes, this does fix the issues I saw with RGBA64. patches applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have often repented speaking, but never of holding my

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/x86/pngdsp: fix off by 1 error

2014-12-08 Thread Michael Niedermayer
On Sun, Dec 07, 2014 at 12:52:52PM +0100, Michael Niedermayer wrote: > This fixes artifacts in the last pixel of rows with some widths and pixel > formats > > Found-by: Dominique Leroux > Signed-off-by: Michael Niedermayer applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/pngdec: handle 4 more bytes with SIMD for RGB64 in paeth prediction

2014-12-08 Thread Michael Niedermayer
On Sun, Dec 07, 2014 at 12:52:53PM +0100, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/pngdec.c |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-08 Thread arwa arif
On Mon, Dec 8, 2014 at 11:05 PM, Michael Niedermayer wrote: > On Mon, Dec 08, 2014 at 10:02:13PM +0530, arwa arif wrote: > > On Sun, Dec 7, 2014 at 9:52 PM, Michael Niedermayer > > wrote: > > > > > On Sun, Dec 07, 2014 at 07:52:59PM +0530, arwa arif wrote: > > > > Hello! > > > > I have ported th

[FFmpeg-devel] [PATCH] configure: use use_pkg_config() instead of check_pkg_config() for libsmbclient (Was: [PATCH 1/2] configure: add optional pkg-config helper and use it.

2014-12-08 Thread Moritz Barsnick
Hi, On Tue, Dec 02, 2014 at 14:16:55 +0100, Nicolas George wrote: > enabled libshine && require_pkg_config shine shine/layer3.h > shine_encode_buffer > -enabled libsmbclient && { { check_pkg_config smbclient libsmbclient.h > smbc_init && > - require

[FFmpeg-devel] avidec.c

2014-12-08 Thread Gabor Nagy
Hello! Let me suggest two small changes in avidec.c first is at 129. line and second at 663. line. Gabor Nagy/* * AVI demuxer * Copyright (c) 2001 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of th

Re: [FFmpeg-devel] [PATCH] configure: use use_pkg_config() instead of check_pkg_config() for libsmbclient (Was: [PATCH 1/2] configure: add optional pkg-config helper and use it.

2014-12-08 Thread Nicolas George
L'octidi 18 frimaire, an CCXXIII, Moritz Barsnick a écrit : > This breaks building with "--enable-libsmbclient", as it "checks", but > no longer "uses". You are absolutely right. My bad. > >From 16d67f67b27caa3d6927d8d34d052ea3258fb052 Mon Sep 17 00:00:00 2001 > From: Moritz Barsnick > Date: Mon

[FFmpeg-devel] [PATCH] MAINTAINERS: dropping 2.4 from the maintained releases

2014-12-08 Thread Michael Niedermayer
https://trac.ffmpeg.org/wiki/Downstreams does not list any distros/users of 2.4 If this is incorrect please update the wiki and reply Signed-off-by: Michael Niedermayer --- MAINTAINERS |1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 0f2faed..c08bb33 100644 -

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: dropping 2.4 from the maintained releases

2014-12-08 Thread James Almer
On 08/12/14 3:54 PM, Michael Niedermayer wrote: > https://trac.ffmpeg.org/wiki/Downstreams does not list any distros/users of > 2.4 > If this is incorrect please update the wiki and reply Debian sid ships ffmpeg 2.4 > > Signed-off-by: Michael Niedermayer > --- > MAINTAINERS |1 - > 1 file

Re: [FFmpeg-devel] avidec.c

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 03:42:25PM +0100, Gabor Nagy wrote: > Hello! > > Let me suggest two small changes in avidec.c > first is at 129. line and second at 663. line. please "git commit" your changes, write a proper commit message and generate a git patch with "git format-patch -1" and then post

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: dropping 2.4 from the maintained releases

2014-12-08 Thread Timothy Gu
On Mon, Dec 8, 2014 at 11:07 AM, James Almer wrote: > On 08/12/14 3:54 PM, Michael Niedermayer wrote: >> https://trac.ffmpeg.org/wiki/Downstreams does not list any distros/users of >> 2.4 >> If this is incorrect please update the wiki and reply > > Debian sid ships ffmpeg 2.4 Andreas updated it

Re: [FFmpeg-devel] [PATCH 2/2] fate: add libavcodec/options-test

2014-12-08 Thread Lukasz Marek
On 7 December 2014 at 02:19, Lukasz Marek wrote: > On 06.12.2014 19:48, Michael Niedermayer wrote: > >> On Thu, Dec 04, 2014 at 12:50:50AM +0100, Lukasz Marek wrote: >> >>> Signed-off-by: Lukasz Marek >>> --- >>> tests/fate/libavcodec.mak | 4 + >>> tests/ref/fate/libavcodec-options

Re: [FFmpeg-devel] avidec.c

2014-12-08 Thread Carl Eugen Hoyos
On Monday 08 December 2014 08:28:00 pm Michael Niedermayer wrote: > On Mon, Dec 08, 2014 at 03:42:25PM +0100, Gabor Nagy wrote: > > Hello! > > > > Let me suggest two small changes in avidec.c > > first is at 129. line and second at 663. line. > > please "git commit" your changes, write a proper co

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-08 Thread Carl Eugen Hoyos
Stefano Sabatini gmail.com> writes: > > +.description = NULL_IF_CONFIG_SMALL("Apply USPP filter."), > > This is a bit tautologic, please also explain > the purpose of the filter. "Ultra simple / slow postprocessing filter." Carl Eugen ___ f

Re: [FFmpeg-devel] avidec.c

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 11:56:50PM +0100, Carl Eugen Hoyos wrote: > On Monday 08 December 2014 08:28:00 pm Michael Niedermayer wrote: > > On Mon, Dec 08, 2014 at 03:42:25PM +0100, Gabor Nagy wrote: > > > Hello! > > > > > > Let me suggest two small changes in avidec.c > > > first is at 129. line and

Re: [FFmpeg-devel] [PATCH] configure: use use_pkg_config() instead of check_pkg_config() for libsmbclient (Was: [PATCH 1/2] configure: add optional pkg-config helper and use it.

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 07:28:37PM +0100, Nicolas George wrote: > L'octidi 18 frimaire, an CCXXIII, Moritz Barsnick a écrit : > > This breaks building with "--enable-libsmbclient", as it "checks", but > > no longer "uses". > > You are absolutely right. My bad. > > > >From 16d67f67b27caa3d6927d8d3

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 11:15:10PM +0530, arwa arif wrote: [...] > doc/filters.texi | 24 ++ > libavfilter/Makefile |1 > libavfilter/allfilters.c |1 > libavfilter/vf_uspp.c| 514 > +++ > libavfilter/vf_uspp.h| 55 +++

[FFmpeg-devel] [PATCH] avformat/mov: Disable XMP metadata by default

2014-12-08 Thread Michael Niedermayer
This was suggested by cbsrobot, ubitux and koda There are files with huge amounts of XMP data, which would otherwise be displayed in the terminal output of FFmpeg Signed-off-by: Michael Niedermayer --- libavformat/mov.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liba

Re: [FFmpeg-devel] [PATCH] lavfi: USPP filter

2014-12-08 Thread arwa arif
On Tue, Dec 9, 2014 at 5:48 AM, Michael Niedermayer wrote: > On Mon, Dec 08, 2014 at 11:15:10PM +0530, arwa arif wrote: > [...] > > doc/filters.texi | 24 ++ > > libavfilter/Makefile |1 > > libavfilter/allfilters.c |1 > > libavfilter/vf_uspp.c| 514 >

Re: [FFmpeg-devel] [PATCH] avformat/mov: Disable XMP metadata by default

2014-12-08 Thread Clément Bœsch
On Tue, Dec 09, 2014 at 02:57:01AM +0100, Michael Niedermayer wrote: > This was suggested by cbsrobot, ubitux and koda > > There are files with huge amounts of XMP data, which would otherwise > be displayed in the terminal output of FFmpeg > Can you just mention that in the behaviour changes sec

Re: [FFmpeg-devel] [PATCH]Fixed av_fast_realloc calling error when compiled to the Dynamic library

2014-12-08 Thread 杨超
Hello,Carl Eugen:The “--disable-symver” using in the configure option worked. Thank you very much! > To: ffmpeg-devel@ffmpeg.org > From: ceho...@ag.or.at > Date: Mon, 8 Dec 2014 14:01:17 + > Subject: Re: [FFmpeg-devel] [PATCH]Fixed av_fast_realloc calling error when > compiled to the Dynami