Re: [FFmpeg-devel] [PATCH]lavc/mjpegdec: Read polarity field from AVI1 chunk

2016-05-14 Thread Michael Niedermayer
On Mon, May 09, 2016 at 02:44:23PM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached aptch fixes ticket #5523 for me, I only tested the files > attached there. > > Please comment, Carl Eugen > mjpegdec.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-05-14 Thread Kyle Swanson
On Sat, May 14, 2016 at 5:49 PM, Paul B Mahol wrote: > On 5/14/16, Kyle Swanson wrote: >> Hi, >> >> If nobody else has any changes, can this please be pushed? > > What about removal of libebur128 dependency? > I figured loudnorm can be pushed now, and porting

Re: [FFmpeg-devel] [PATCH v2] hevc: Fix memory leak related to a53_caption data

2016-05-14 Thread Michael Niedermayer
On Tue, May 10, 2016 at 12:29:11PM -0500, Will Kelleher wrote: > On 04/08, Will Kelleher wrote: > > > > The leak is...continuous. We only noticed it during long running decode > > operations because the amount is small, but it definitely adds up. > > > Hi all, > > I finally got some time to

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-05-14 Thread Paul B Mahol
On 5/14/16, Kyle Swanson wrote: > Hi, > > If nobody else has any changes, can this please be pushed? What about removal of libebur128 dependency? > > Thanks > > On Wed, May 11, 2016 at 1:35 PM, Kyle Swanson wrote: >> Hi, >> >> Updated patch attached. >

Re: [FFmpeg-devel] [PATCHv2] add signature filter for MPEG7 video signature

2016-05-14 Thread Michael Niedermayer
On Tue, May 03, 2016 at 07:01:51PM +0200, Gerion Entrup wrote: > On Sonntag, 24. April 2016 01:44:51 CEST Michael Niedermayer wrote: > > On Tue, Apr 19, 2016 at 04:37:16PM +0200, Gerion Entrup wrote: > > > On Dienstag, 19. April 2016 13:25:53 CEST Moritz Barsnick wrote: > > > +static int

Re: [FFmpeg-devel] [PATCH] Push hls_ts_options to every chunks (fix #5525)

2016-05-14 Thread Michael Niedermayer
On Mon, May 09, 2016 at 06:17:36PM +0200, Jack wrote: > Signed-off-by: jack > --- > libavformat/hlsenc.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c > index a9fa5d8..77712d0 100644 > --- a/libavformat/hlsenc.c

Re: [FFmpeg-devel] [PATCH] avfilter: add loudnorm

2016-05-14 Thread Kyle Swanson
Hi, If nobody else has any changes, can this please be pushed? Thanks On Wed, May 11, 2016 at 1:35 PM, Kyle Swanson wrote: > Hi, > > Updated patch attached. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] avcodec: Add AVClass to AVCodecParameters

2016-05-14 Thread Michael Niedermayer
On Tue, May 10, 2016 at 10:40:50PM +0200, wm4 wrote: > On Tue, 10 May 2016 22:21:12 +0200 (CEST) > Marton Balint wrote: > > > On Tue, 10 May 2016, Michael Niedermayer wrote: > > > > > On Tue, May 10, 2016 at 03:53:31PM +0200, wm4 wrote: > > >> On Tue, 10 May 2016 14:35:02

Re: [FFmpeg-devel] [PATCH][libavfilter] codecview: improved options

2016-05-14 Thread Michael Niedermayer
On Fri, May 13, 2016 at 06:05:26PM +, Davinder Singh wrote: > should fix fate :) > > On Wed, May 11, 2016 at 6:32 PM Michael Niedermayer > wrote: > > > On Wed, May 11, 2016 at 12:41:43PM +, Davinder Singh wrote: > > > single patch > > > > > > On Sun, May 8, 2016

Re: [FFmpeg-devel] [PATCH 04/10] avcodec/dca: don't set initial sample_fmt

2016-05-14 Thread Michael Niedermayer
On Sat, May 14, 2016 at 06:48:51PM +0300, foo86 wrote: > On Fri, May 13, 2016 at 12:00:24PM +0200, Hendrik Leppkes wrote: > > On Fri, May 13, 2016 at 11:48 AM, foo86 wrote: > > > Valid sample_fmt will be set by dcadec_decode_frame() based on stream > > > type. > > > --- > > >

Re: [FFmpeg-devel] [PATCH 03/10] avcodec/dca: print error message when no frame is found in packet

2016-05-14 Thread Michael Niedermayer
On Fri, May 13, 2016 at 12:48:25PM +0300, foo86 wrote: > --- > libavcodec/dcadec.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the lowest level language in which you

Re: [FFmpeg-devel] [PATCH 03/11] avcodec/mips: loongson optimize h264dsp with mmi v2

2016-05-14 Thread Michael Niedermayer
On Fri, May 13, 2016 at 06:03:27PM +0800, 周晓勇 wrote: > From 4adf70c0eb9a85fe6cbedb043ed8ce08024c48dc Mon Sep 17 00:00:00 2001 > From: ZhouXiaoyong > Date: Sat, 7 May 2016 14:16:28 +0800 > Subject: [PATCH 03/11] avcodec/mips: loongson optimize h264dsp with mmi v2 please

Re: [FFmpeg-devel] [PATCH] avformat: Add Pro-MPEG CoP #3-R2 FEC protocol

2016-05-14 Thread Michael Niedermayer
Hi On Fri, May 13, 2016 at 04:30:34PM +0200, Vlad Tarca wrote: > Pro-MPEG Code of Practice #3 release 2 forward error correction for > rtp_mpegts streams > [...] > +static const AVClass prompeg_class = { > +.class_name = "prompeg", > +.item_name = av_default_item_name, > +.option

Re: [FFmpeg-devel] [PATCH][libavfilter] codecview: improved options

2016-05-14 Thread Davinder Singh
On Fri, May 13, 2016 at 11:35 PM Davinder Singh wrote: > should fix fate :) > *attached patch in that mail should fix fate. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 04/10] avcodec/dca: don't set initial sample_fmt

2016-05-14 Thread foo86
On Fri, May 13, 2016 at 12:00:24PM +0200, Hendrik Leppkes wrote: > On Fri, May 13, 2016 at 11:48 AM, foo86 wrote: > > Valid sample_fmt will be set by dcadec_decode_frame() based on stream > > type. > > --- > > libavcodec/dcadec.c | 3 --- > > 1 file changed, 3 deletions(-) >

Re: [FFmpeg-devel] [PATCH] Respect payload offset in av_grow_packet

2016-05-14 Thread Michael Niedermayer
On Fri, May 13, 2016 at 03:15:07PM +0300, Andriy Lysnevych wrote: > The patch fixes the function when used with reference-counted packets > that have payload offset. > > Also this function is dangerous for not reference-counted packets > because it just overwrites pkt->data. Probably it is better

Re: [FFmpeg-devel] [PATCH] fate: add aecho test

2016-05-14 Thread Michael Niedermayer
On Sat, May 14, 2016 at 09:07:17AM +, Petru Rares Sincraian wrote: > > > Hi there, > > Here I add a new test for aecho filter. > fate/filter-audio.mak |5 > ref/fate/filter-aecho | 286 > ++ > 2 files changed, 291 insertions(+) >

[FFmpeg-devel] [PATCH] fate: add aecho test

2016-05-14 Thread Petru Rares Sincraian
Hi there, Here I add a new test for aecho filter.From 25e8de6f4caa08a1903a6756ca718ef06722d116 Mon Sep 17 00:00:00 2001 From: Petru Rares Sincraian Date: Sat, 14 May 2016 11:04:25 +0200 Subject: [PATCH] fate: add aecho test --- tests/fate/filter-audio.mak | 5 +