Re: [FFmpeg-devel] [PATCH] avisynth: fix setting stream timebase

2015-08-11 Thread Stephen Hutchinson
On Mon, Aug 10, 2015 at 5:22 PM, Michael Niedermayer wrote: > On Mon, Aug 10, 2015 at 10:09:52PM +0200, Marton Balint wrote: >> Stream timebase should be set using avpriv_set_pts_info, otherwise >> avctx->pkt_timebase is not correct. >> >> This should fix ticket #4766. >> >> Patch is only compile

Re: [FFmpeg-devel] Patch: --disable-vfp doesn't

2015-08-11 Thread Howe, James
Sorry again. This attachment should make it through. I've not got a git checkout to hand to do it the nice way. James Howe | Software Designer, Aurasma | HP Inc UK Limited | +44 1223 796209 (o) | +44 7990 558790 (m) | james.h...@hp.com -Original Message- From: Howe, James Sent:

Re: [FFmpeg-devel] [PATCHv2] avcodec/g729: add g729_parser

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 07:28:52PM -0400, Ganesh Ajjanagadde wrote: > On Tue, Aug 11, 2015 at 7:00 PM, Michael Niedermayer > wrote: > > On Tue, Aug 11, 2015 at 06:08:54PM -0400, Ganesh Ajjanagadde wrote: > >> On Tue, Aug 11, 2015 at 5:16 PM, Michael Niedermayer > >> wrote: > >> > On Tue, Aug 11,

Re: [FFmpeg-devel] [PATCH 3/3] tests/fate-run: make FATE non-interactive

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 6:10 PM, Michael Niedermayer wrote: > On Fri, Jul 31, 2015 at 08:39:00AM -0400, Ganesh Ajjanagadde wrote: >> FATE is non-interactive; it should not listen to user commands >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> tests/fate-run.sh | 2 +- >> 1 file changed, 1 ins

Re: [FFmpeg-devel] [PATCHv2] avcodec/g729: add g729_parser

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 7:00 PM, Michael Niedermayer wrote: > On Tue, Aug 11, 2015 at 06:08:54PM -0400, Ganesh Ajjanagadde wrote: >> On Tue, Aug 11, 2015 at 5:16 PM, Michael Niedermayer >> wrote: >> > On Tue, Aug 11, 2015 at 01:04:09PM -0400, Ganesh Ajjanagadde wrote: >> >> Add trivial g729 parse

Re: [FFmpeg-devel] [PATCHv2] avcodec/g729: add g729_parser

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 06:08:54PM -0400, Ganesh Ajjanagadde wrote: > On Tue, Aug 11, 2015 at 5:16 PM, Michael Niedermayer > wrote: > > On Tue, Aug 11, 2015 at 01:04:09PM -0400, Ganesh Ajjanagadde wrote: > >> Add trivial g729 parser; fixes Ticket4753 > >> > >> Signed-off-by: Ganesh Ajjanagadde >

Re: [FFmpeg-devel] [PATCH 2/3] doc/faq: add section on freezing terminal state

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 1:08 PM, Ganesh Ajjanagadde wrote: > On Tue, Aug 11, 2015 at 12:59 PM, Michael Niedermayer > wrote: >> On Tue, Aug 11, 2015 at 12:06:03PM -0400, Ganesh Ajjanagadde wrote: >> [...] >>> As for whether this is a faq or not is a matter of debate. >>> I am perfectly fine placin

Re: [FFmpeg-devel] [libav-devel] [PATCH 2/6] avutil: remove av_reverse deprecation

2015-08-11 Thread Andreas Cadhalpun
On 09.08.2015 04:35, Michael Niedermayer wrote: > On Sat, Aug 08, 2015 at 09:38:39PM +0200, Andreas Cadhalpun wrote: >> Subject: [PATCH 2/6] avutil: add ff_reverse as av_reverse replacement >> >> The table is used in libavutil/eval.c. >> >> Signed-off-by: Andreas Cadhalpun > > LGTM > > thx Push

Re: [FFmpeg-devel] [PATCH 10/13] ffmpeg: replace deprecated av_log_ask_for_sample with av_log

2015-08-11 Thread Andreas Cadhalpun
On 09.08.2015 01:19, Michael Niedermayer wrote: > On Sat, Aug 08, 2015 at 09:55:03PM +0200, Andreas Cadhalpun wrote: >> On 08.08.2015 18:01, Hendrik Leppkes wrote: >>> As this is only two small cases, maybe should just put the request >>> text in these av_logs instead. >> >> Patch doing that attach

Re: [FFmpeg-devel] [PATCH 02/13] avfilter: add missing FF_API_AVFILTERPAD_PUBLIC guard

2015-08-11 Thread Andreas Cadhalpun
On 09.08.2015 04:12, Michael Niedermayer wrote: > On Sat, Aug 08, 2015 at 01:31:51PM +0200, Andreas Cadhalpun wrote: >> Signed-off-by: Andreas Cadhalpun >> --- >> libavfilter/avfilter.c | 2 ++ >> 1 file changed, 2 insertions(+) > > LGTM > > thx Pushed. Best regards, Andreas

Re: [FFmpeg-devel] [PATCH 3/3] tests/fate-run: make FATE non-interactive

2015-08-11 Thread Michael Niedermayer
On Fri, Jul 31, 2015 at 08:39:00AM -0400, Ganesh Ajjanagadde wrote: > FATE is non-interactive; it should not listen to user commands > > Signed-off-by: Ganesh Ajjanagadde > --- > tests/fate-run.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thanks [...] -- Michael Gnu

Re: [FFmpeg-devel] [PATCHv2] avcodec/g729: add g729_parser

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 5:16 PM, Michael Niedermayer wrote: > On Tue, Aug 11, 2015 at 01:04:09PM -0400, Ganesh Ajjanagadde wrote: >> Add trivial g729 parser; fixes Ticket4753 >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> libavcodec/Makefile | 1 + >> libavcodec/allcodecs.c | 1 + >>

Re: [FFmpeg-devel] [libav-devel] [PATCH 4/6] avcodec: delay removal of avcodec_*_frame

2015-08-11 Thread Andreas Cadhalpun
On 11.08.2015 11:34, Anton Khirnov wrote: > This API is dangerous -- it manipulates AVFrame internals from > libavcodec, even though AVFrame now lives in libavutil. It can break > badly if AVFrame is extended in libavutil, but libavcodec is not > updated. I think it also leaks side data, which cann

Re: [FFmpeg-devel] Patch: --disable-vfp doesn't

2015-08-11 Thread Michael Niedermayer
Hi On Tue, Aug 11, 2015 at 02:46:31PM +, Howe, James wrote: > Shouldn't be doing the vfp checks if vfp is not enabled. Just use soft. > This patch is against 2.5.2. > I apologise for not having the time to check trunk and rebase there if it > doesn't apply cleanly. we dont accept patches agai

Re: [FFmpeg-devel] [PATCHv2] avcodec/g729: add g729_parser

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 01:04:09PM -0400, Ganesh Ajjanagadde wrote: > Add trivial g729 parser; fixes Ticket4753 > > Signed-off-by: Ganesh Ajjanagadde > --- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/g729.h| 4 +++ > libavcodec/g729_parser.c | 89

Re: [FFmpeg-devel] [PATCH 3/3] tests/fate-run: make FATE non-interactive

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 4:13 PM, Michael Niedermayer wrote: > On Tue, Aug 11, 2015 at 10:03:35PM +0200, Nicolas George wrote: >> Le quartidi 24 thermidor, an CCXXIII, Michael Niedermayer a écrit : >> > if the terminal trashing prevention logic is broken >> >> Please, there is no "terminal trashing

Re: [FFmpeg-devel] [PATCH] avfilter: add aphasemeter filter

2015-08-11 Thread Dave Rice
> On Aug 11, 2015, at 2:31 PM, Paul B Mahol wrote: > > On 8/11/15, Paul B Mahol wrote: >> Hi, >> >> This should also address ticket #2824. I tested this with in-phase and out of phase audio and it worked great. I'm glad there's a way to detect this now. Thanks, Dave Rice ___

Re: [FFmpeg-devel] [PATCH 3/3] tests/fate-run: make FATE non-interactive

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 10:03:35PM +0200, Nicolas George wrote: > Le quartidi 24 thermidor, an CCXXIII, Michael Niedermayer a écrit : > > if the terminal trashing prevention logic is broken > > Please, there is no "terminal trashing prevention logic", there is only a > weird coincidence that makes

Re: [FFmpeg-devel] [PATCH 3/3] tests/fate-run: make FATE non-interactive

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 3:51 PM, Michael Niedermayer wrote: > On Tue, Aug 11, 2015 at 02:53:37PM -0400, Ganesh Ajjanagadde wrote: >> On Tue, Aug 11, 2015 at 11:35 AM, Michael Niedermayer >> wrote: >> > On Fri, Jul 31, 2015 at 08:39:00AM -0400, Ganesh Ajjanagadde wrote: >> >> FATE is non-interacti

Re: [FFmpeg-devel] [PATCH 3/3] tests/fate-run: make FATE non-interactive

2015-08-11 Thread Nicolas George
Le quartidi 24 thermidor, an CCXXIII, Michael Niedermayer a écrit : > if the terminal trashing prevention logic is broken Please, there is no "terminal trashing prevention logic", there is only a weird coincidence that makes this particular incorrect test avoid the trashing in a very specific cont

Re: [FFmpeg-devel] [PATCH 3/3] tests/fate-run: make FATE non-interactive

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 02:53:37PM -0400, Ganesh Ajjanagadde wrote: > On Tue, Aug 11, 2015 at 11:35 AM, Michael Niedermayer > wrote: > > On Fri, Jul 31, 2015 at 08:39:00AM -0400, Ganesh Ajjanagadde wrote: > >> FATE is non-interactive; it should not listen to user commands > >> > >> Signed-off-by:

Re: [FFmpeg-devel] [PATCH 3/3] tests/fate-run: make FATE non-interactive

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 02:53:37PM -0400, Ganesh Ajjanagadde wrote: > On Tue, Aug 11, 2015 at 11:35 AM, Michael Niedermayer > wrote: > > On Fri, Jul 31, 2015 at 08:39:00AM -0400, Ganesh Ajjanagadde wrote: > >> FATE is non-interactive; it should not listen to user commands > >> > >> Signed-off-by:

Re: [FFmpeg-devel] GSoC Weekly report (libswscale)

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 03:17:55PM -0300, Pedro Arthur wrote: > Hi, > > The past week I worked on refactoring the vertical scaler code. > The vertical scaler was not split in scaling pass and color conversion pass > (as the horizontal scaler) > because the output functions currently merge these pa

Re: [FFmpeg-devel] [PATCH] avfilter: add aphasemeter filter

2015-08-11 Thread Lou Logan
On Tue, 11 Aug 2015 20:31:18 +0200, Paul B Mahol wrote: > From 1bf0a03499e4e9c542b116479f84731cf1e8fc1d Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Tue, 11 Aug 2015 16:37:45 +0200 > Subject: [PATCH] avfilter: add aphasemeter filter > > --- > doc/filters.texi | 32 ++

Re: [FFmpeg-devel] [PATCH 3/3] tests/fate-run: make FATE non-interactive

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 11:35 AM, Michael Niedermayer wrote: > On Fri, Jul 31, 2015 at 08:39:00AM -0400, Ganesh Ajjanagadde wrote: >> FATE is non-interactive; it should not listen to user commands >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> tests/fate-run.sh | 2 +- >> 1 file changed, 1 in

Re: [FFmpeg-devel] [PATCH] avfilter: add aphasemeter filter

2015-08-11 Thread Paul B Mahol
On 8/11/15, Paul B Mahol wrote: > Hi, > > This should also address ticket #2824. > Now with real file. I hope. 0001-avfilter-add-aphasemeter-filter.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/

Re: [FFmpeg-devel] [PATCH] avfilter: add aphasemeter filter

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 2:14 PM, Paul B Mahol wrote: > Hi, > > This should also address ticket #2824. Seems like you uploaded a .swp file. Could you please upload the actual patch? > > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://

[FFmpeg-devel] GSoC Weekly report (libswscale)

2015-08-11 Thread Pedro Arthur
Hi, The past week I worked on refactoring the vertical scaler code. The vertical scaler was not split in scaling pass and color conversion pass (as the horizontal scaler) because the output functions currently merge these passes and it would require rewriting all these functions. This week I shoul

[FFmpeg-devel] [PATCH] avfilter: add aphasemeter filter

2015-08-11 Thread Paul B Mahol
Hi, This should also address ticket #2824. .0001-avfilter-add-aphasemeter-filter.patch.swp Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/3] doc/faq: add section on freezing terminal state

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 12:59 PM, Michael Niedermayer wrote: > On Tue, Aug 11, 2015 at 12:06:03PM -0400, Ganesh Ajjanagadde wrote: > [...] >> As for whether this is a faq or not is a matter of debate. >> I am perfectly fine placing it elsewhere if that is what people want. > > please do, FFmpeg sh

Re: [FFmpeg-devel] [PATCH 2/2][RFC] avcodec/g729: add g729_parser

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 12:00 PM, Michael Niedermayer wrote: > On Tue, Aug 11, 2015 at 11:21:22AM -0400, Ganesh Ajjanagadde wrote: >> On Tue, Aug 11, 2015 at 11:02 AM, Michael Niedermayer >> wrote: >> > On Mon, Aug 10, 2015 at 09:51:43PM -0400, Ganesh Ajjanagadde wrote: >> >> Add trivial g729 par

[FFmpeg-devel] [PATCHv2] avcodec/g729: add g729_parser

2015-08-11 Thread Ganesh Ajjanagadde
Add trivial g729 parser; fixes Ticket4753 Signed-off-by: Ganesh Ajjanagadde --- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/g729.h| 4 +++ libavcodec/g729_parser.c | 89 4 files changed, 95 insertions(+)

[FFmpeg-devel] [PATCH] doc: make timespec more precise

2015-08-11 Thread Ganesh Ajjanagadde
Fixes Ticket4595 Signed-off-by: Ganesh Ajjanagadde --- doc/ffmpeg.texi | 11 +++ doc/ffplay.texi | 12 ++-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 3d9fa3a..51a4ec5 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi

Re: [FFmpeg-devel] [PATCH 2/3] doc/faq: add section on freezing terminal state

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 12:06:03PM -0400, Ganesh Ajjanagadde wrote: [...] > As for whether this is a faq or not is a matter of debate. > I am perfectly fine placing it elsewhere if that is what people want. please do, FFmpeg should not trash the terminal so this shuld not be a frequently asked que

Re: [FFmpeg-devel] [PATCH] doc: make timespec more precise

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 12:32 PM, Marton Balint wrote: > > On Tue, 11 Aug 2015, Ganesh Ajjanagadde wrote: > >> Fixes Ticket4595 >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> doc/ffmpeg.texi | 11 +++ >> doc/ffplay.texi | 12 ++-- >> 2 files changed, 17 insertions(+), 6 deletions

[FFmpeg-devel] Patch: --disable-vfp doesn't

2015-08-11 Thread Howe, James
Shouldn't be doing the vfp checks if vfp is not enabled. Just use soft. This patch is against 2.5.2. I apologise for not having the time to check trunk and rebase there if it doesn't apply cleanly. configure.patch Description: Binary data smime.p7s Description: S/MIME cryptographic signature __

Re: [FFmpeg-devel] [PATCH] doc: make timespec more precise

2015-08-11 Thread Marton Balint
On Tue, 11 Aug 2015, Ganesh Ajjanagadde wrote: Fixes Ticket4595 Signed-off-by: Ganesh Ajjanagadde --- doc/ffmpeg.texi | 11 +++ doc/ffplay.texi | 12 ++-- 2 files changed, 17 insertions(+), 6 deletions(-) [...] diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 1ee3c30..4

Re: [FFmpeg-devel] PATCH dshow more debug timestamp info

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 09:57:09AM -0600, Roger Pack wrote: > On 7/31/15, Michael Niedermayer wrote: > > On Fri, Jul 31, 2015 at 10:11:29AM -0600, Roger Pack wrote: > >> On 7/30/15, Michael Niedermayer wrote: > >> > On Thu, Jul 30, 2015 at 03:56:30PM -0600, Roger Pack wrote: > >> >> See attached.

Re: [FFmpeg-devel] [PATCH 2/3] doc/faq: add section on freezing terminal state

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 11:49 AM, Michael Niedermayer wrote: > On Tue, Aug 11, 2015 at 10:46:31AM -0400, Ganesh Ajjanagadde wrote: >> On Fri, Jul 31, 2015 at 8:38 AM, Ganesh Ajjanagadde >> wrote: >> > Signed-off-by: Ganesh Ajjanagadde >> > --- >> > doc/faq.texi | 20 >> > 1

Re: [FFmpeg-devel] [PATCH 2/2][RFC] avcodec/g729: add g729_parser

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 11:21:22AM -0400, Ganesh Ajjanagadde wrote: > On Tue, Aug 11, 2015 at 11:02 AM, Michael Niedermayer > wrote: > > On Mon, Aug 10, 2015 at 09:51:43PM -0400, Ganesh Ajjanagadde wrote: > >> Add trivial g729 parser; fixes Ticket4753 > >> > >> Signed-off-by: Ganesh Ajjanagadde >

Re: [FFmpeg-devel] PATCH dshow more debug timestamp info

2015-08-11 Thread Roger Pack
On 7/31/15, Michael Niedermayer wrote: > On Fri, Jul 31, 2015 at 10:11:29AM -0600, Roger Pack wrote: >> On 7/30/15, Michael Niedermayer wrote: >> > On Thu, Jul 30, 2015 at 03:56:30PM -0600, Roger Pack wrote: >> >> See attached. Possibly useful for debugging async issues that crop up >> >> from t

Re: [FFmpeg-devel] [PATCH 2/3] doc/faq: add section on freezing terminal state

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 10:46:31AM -0400, Ganesh Ajjanagadde wrote: > On Fri, Jul 31, 2015 at 8:38 AM, Ganesh Ajjanagadde > wrote: > > Signed-off-by: Ganesh Ajjanagadde > > --- > > doc/faq.texi | 20 > > 1 file changed, 20 insertions(+) > > > > diff --git a/doc/faq.texi b/do

Re: [FFmpeg-devel] [PATCH 3/3] tests/fate-run: make FATE non-interactive

2015-08-11 Thread Michael Niedermayer
On Fri, Jul 31, 2015 at 08:39:00AM -0400, Ganesh Ajjanagadde wrote: > FATE is non-interactive; it should not listen to user commands > > Signed-off-by: Ganesh Ajjanagadde > --- > tests/fate-run.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/fate-run.sh b/tests

Re: [FFmpeg-devel] [PATCH 2/2][RFC] avcodec/g729: add g729_parser

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 11:02 AM, Michael Niedermayer wrote: > On Mon, Aug 10, 2015 at 09:51:43PM -0400, Ganesh Ajjanagadde wrote: >> Add trivial g729 parser; fixes Ticket4753 >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> libavcodec/Makefile | 1 + >> libavcodec/allcodecs.c | 1 + >>

Re: [FFmpeg-devel] [PATCH 2/2][RFC] avcodec/g729: add g729_parser

2015-08-11 Thread Michael Niedermayer
On Mon, Aug 10, 2015 at 09:51:43PM -0400, Ganesh Ajjanagadde wrote: > Add trivial g729 parser; fixes Ticket4753 > > Signed-off-by: Ganesh Ajjanagadde > --- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/g729.h| 4 +++ > libavcodec/g729_parser.c | 90

Re: [FFmpeg-devel] [PATCH 2/3] doc/faq: add section on freezing terminal state

2015-08-11 Thread Ganesh Ajjanagadde
On Fri, Jul 31, 2015 at 8:38 AM, Ganesh Ajjanagadde wrote: > Signed-off-by: Ganesh Ajjanagadde > --- > doc/faq.texi | 20 > 1 file changed, 20 insertions(+) > > diff --git a/doc/faq.texi b/doc/faq.texi > index 5fe716b..696c5b2 100644 > --- a/doc/faq.texi > +++ b/doc/faq.texi

Re: [FFmpeg-devel] [PATCH v7] Add support for Audible AA files

2015-08-11 Thread Michael Niedermayer
On Fri, Aug 07, 2015 at 02:09:34PM +0300, Vesselin Bontchev wrote: > doc/demuxers.texi|6 > doc/general.texi |2 > libavformat/Makefile |1 > libavformat/aadec.c | 305 > +++ > libavformat/allformats.c |1 >

Re: [FFmpeg-devel] [PATCH 2/2][RFC] avcodec/g729: add g729_parser

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 10:08 AM, Michael Niedermayer wrote: > On Mon, Aug 10, 2015 at 09:51:43PM -0400, Ganesh Ajjanagadde wrote: >> Add trivial g729 parser; fixes Ticket4753 >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> libavcodec/Makefile | 1 + >> libavcodec/allcodecs.c | 1 + >>

Re: [FFmpeg-devel] [PATCH v7] Add support for Audible AA files

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 03:52:22PM +0200, Michael Niedermayer wrote: > On Fri, Aug 07, 2015 at 02:09:34PM +0300, Vesselin Bontchev wrote: > > doc/demuxers.texi|6 > > doc/general.texi |2 > > libavformat/Makefile |1 > > libavformat/aadec.c | 305 > > +

Re: [FFmpeg-devel] [PATCH 2/2][RFC] avcodec/g729: add g729_parser

2015-08-11 Thread Michael Niedermayer
On Mon, Aug 10, 2015 at 09:51:43PM -0400, Ganesh Ajjanagadde wrote: > Add trivial g729 parser; fixes Ticket4753 > > Signed-off-by: Ganesh Ajjanagadde > --- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/g729.h| 4 +++ > libavcodec/g729_parser.c | 90

Re: [FFmpeg-devel] [PATCH v7] Add support for Audible AA files

2015-08-11 Thread Michael Niedermayer
On Fri, Aug 07, 2015 at 02:09:34PM +0300, Vesselin Bontchev wrote: > doc/demuxers.texi|6 > doc/general.texi |2 > libavformat/Makefile |1 > libavformat/aadec.c | 305 > +++ > libavformat/allformats.c |1 >

Re: [FFmpeg-devel] [PATCH 2/2] doc/ffmpeg: correct minor typo

2015-08-11 Thread Michael Niedermayer
On Mon, Aug 10, 2015 at 10:38:08PM -0400, Ganesh Ajjanagadde wrote: > Signed-off-by: Ganesh Ajjanagadde > --- > doc/ffmpeg.texi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The wors

Re: [FFmpeg-devel] PATCH 2/3] libavcodec/qsvdec.c: Extended error messages for MFXVideoDECODE_Init() result

2015-08-11 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 10:34:25AM +0200, Hendrik Leppkes wrote: > On Sun, Aug 9, 2015 at 5:36 PM, Ivan Uskov wrote: > > Hello all, > > > > the attached patch does extend error codes processing to give exact > > message when input format is not supported by QSV (for example mpeg > > 422 or avc 10

[FFmpeg-devel] [PATCH] doc: make timespec more precise

2015-08-11 Thread Ganesh Ajjanagadde
Fixes Ticket4595 Signed-off-by: Ganesh Ajjanagadde --- doc/ffmpeg.texi | 11 +++ doc/ffplay.texi | 12 ++-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 04dea6d..f74f6ab 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi

Re: [FFmpeg-devel] [PATCH] avcodec: use looking up crop table method when do clip

2015-08-11 Thread 周晓勇
> -原始邮件- > 发件人: "Michael Niedermayer" > 发送时间: 2015年8月11日 星期二 > 收件人: "FFmpeg development discussions and patches" > 抄送: > 主题: Re: [FFmpeg-devel] [PATCH] avcodec: use looking up crop table method when > do clip > > On Tue, Aug 11, 2015 at 10:12:25AM +0800, 周晓勇 wrote: > > > > > > >

Re: [FFmpeg-devel] [PATCH 1/2][RFC] avcodec/g729dec: move definitions to header file

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 3:03 AM, Paul B Mahol wrote: > > Dana 11. 8. 2015. 03:51 osoba "Ganesh Ajjanagadde" > napisala je: > > >> >> Moves structure definitions and related macros to g729dec.h >> Also exports format in priv_data >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> libavcodec/g729d

Re: [FFmpeg-devel] [PATCH 1/2] doc/ffplay: make timespec more precise

2015-08-11 Thread Ganesh Ajjanagadde
On Tue, Aug 11, 2015 at 4:00 AM, Clément Bœsch wrote: > On Mon, Aug 10, 2015 at 10:37:30PM -0400, Ganesh Ajjanagadde wrote: >> Fixes Ticket4595 >> >> Signed-off-by: Ganesh Ajjanagadde >> --- >> doc/ffplay.texi | 10 -- >> 1 file changed, 8 insertions(+), 2 deletions(-) >> >> diff --git a

Re: [FFmpeg-devel] [PATCH 1/3] libavcodec/qsvdec.c: the ff_get_format() missed at refactoring has been restored

2015-08-11 Thread Ivan Uskov
Hello Hendrik, Tuesday, August 11, 2015, 11:33:41 AM, you wrote: HL> On Sun, Aug 9, 2015 at 5:32 PM, Ivan Uskov wrote: >> Hello All, >> >> This patch, next two patches and also the patch posted by me a August 4 >> are fixing all issues about QSV-accelerated decoding. >> >> I will absent two next

Re: [FFmpeg-devel] [PATCH 2/2] mmaldec: restore extradata destroyed by bitstream filter

2015-08-11 Thread wm4
On Sun, 9 Aug 2015 03:15:17 +0200 Michael Niedermayer wrote: > On Sat, Aug 08, 2015 at 07:39:25PM +0200, wm4 wrote: > > This matters because avformat_find_stream_info() can open this decoder > > under certain circumstances. It will not create a copy of the context, > > and all changes done to AVC

Re: [FFmpeg-devel] [PATCH] concatdec: fix broken file_inpoint calculation

2015-08-11 Thread Marton Balint
On Tue, 11 Aug 2015, Nicolas George wrote: Le primidi 21 thermidor, an CCXXIII, Marton Balint a écrit : Should fix ticket #4765. Signed-off-by: Marton Balint --- libavformat/concatdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) LGTM, of course. Sorry for the delay and not spot

Re: [FFmpeg-devel] PATCH 2/3] libavcodec/qsvdec.c: Extended error messages for MFXVideoDECODE_Init() result

2015-08-11 Thread Hendrik Leppkes
On Sun, Aug 9, 2015 at 5:36 PM, Ivan Uskov wrote: > Hello all, > > the attached patch does extend error codes processing to give exact > message when input format is not supported by QSV (for example mpeg > 422 or avc 10 bit). > LGTM ___ ffmpeg-devel ma

Re: [FFmpeg-devel] [PATCH 1/3] libavcodec/qsvdec.c: the ff_get_format() missed at refactoring has been restored

2015-08-11 Thread Hendrik Leppkes
On Sun, Aug 9, 2015 at 5:32 PM, Ivan Uskov wrote: > Hello All, > > This patch, next two patches and also the patch posted by me a August 4 > are fixing all issues about QSV-accelerated decoding. > > I will absent two next weeks since August 11 and will not accessible > by e-mail. But even if these

Re: [FFmpeg-devel] [PATCH] concatdec: fix broken file_inpoint calculation

2015-08-11 Thread Nicolas George
Le primidi 21 thermidor, an CCXXIII, Marton Balint a écrit : > Should fix ticket #4765. > > Signed-off-by: Marton Balint > --- > libavformat/concatdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM, of course. Sorry for the delay and not spotting it in the first patch. Regards,

Re: [FFmpeg-devel] [PATCH 1/2] doc/ffplay: make timespec more precise

2015-08-11 Thread Clément Bœsch
On Mon, Aug 10, 2015 at 10:37:30PM -0400, Ganesh Ajjanagadde wrote: > Fixes Ticket4595 > > Signed-off-by: Ganesh Ajjanagadde > --- > doc/ffplay.texi | 10 -- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/doc/ffplay.texi b/doc/ffplay.texi > index 1ee3c30..c98c3bb 100

Re: [FFmpeg-devel] [PATCH 1/2][RFC] avcodec/g729dec: move definitions to header file

2015-08-11 Thread Paul B Mahol
Dana 11. 8. 2015. 03:51 osoba "Ganesh Ajjanagadde" napisala je: > > Moves structure definitions and related macros to g729dec.h > Also exports format in priv_data > > Signed-off-by: Ganesh Ajjanagadde > --- > libavcodec/g729dec.c | 111 ++--- > libavcodec/g729