Re: [FFmpeg-devel] [PATCH 3/6] avutil: delay removal of the PIX_FMT_* flags

2015-08-10 Thread Frank Lömker
Hello, On 08/10/2015 01:18 PM, Ronald S. Bultje wrote: > Hi Frank, > > On Sun, Aug 9, 2015 at 2:28 PM, Frank Lömker wrote: > >> http://www.valdyas.org/fading/index.cgi/2015/04/06 > > I think there's a pretty big misunderstanding here: you think we're just > frivolously changing API to anno

Re: [FFmpeg-devel] [PATCH 6/6] aacenc: Move Intensity Stereo search functions to a new file

2015-08-10 Thread Claudio Freire
On Wed, Jul 29, 2015 at 1:44 AM, Rostislav Pehlivanov wrote: > With the new method to determine the phase, the functions > got sufficiently large to have their own file. > There are absolutely no changes from the IS patch from > this patchset, this commit simply moves it out of aaccoder.c > Encodi

Re: [FFmpeg-devel] [PATCH 4/6] aacenc: Move small misc. functions to a separate file

2015-08-10 Thread Claudio Freire
On Wed, Jul 29, 2015 at 1:44 AM, Rostislav Pehlivanov wrote: > As well as tables littered everywhere, functions were spread > out all across the encoder's files. This moves them to a single > place where they can be used by either the encoder's main files > or additional encoder files. Additionall

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

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

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

2015-08-10 Thread Ganesh Ajjanagadde
Signed-off-by: Ganesh Ajjanagadde --- doc/ffmpeg.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 04dea6d..3d9fa3a 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -295,8 +295,8 @@ Set the file size limit, expressed in bytes

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

2015-08-10 Thread Ganesh Ajjanagadde
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 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -47,9 +47,15 @@ Disable video. @it

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

2015-08-10 Thread Ronald S. Bultje
Hi, On Mon, Aug 10, 2015 at 10:12 PM, 周晓勇 wrote: > > > > > -原始邮件- > > 发件人: "Michael Niedermayer" > > 发送时间: 2015年8月11日 星期二 > > 收件人: "FFmpeg development discussions and patches" < > ffmpeg-devel@ffmpeg.org> > > 抄送: > > 主题: Re: [FFmpeg-devel] [PATCH] avcodec: use looking up crop table meth

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

2015-08-10 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 Fri, Aug 07, 2015 at 05:30:01PM +0800, 周晓勇 wrote: > > based on last

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

2015-08-10 Thread Ganesh Ajjanagadde
On Mon, Aug 10, 2015 at 9:51 PM, Ganesh Ajjanagadde wrote: > 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/g729dec.h |

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

2015-08-10 Thread Ganesh Ajjanagadde
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/g729dec.h | 138 +++ 2 files changed

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

2015-08-10 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 | 90 4 files changed, 96 insertions(+)

Re: [FFmpeg-devel] [PATCH] api-band-test: first version

2015-08-10 Thread Michael Niedermayer
On Tue, Jul 28, 2015 at 09:54:06PM +0300, Ludmila Glinskih wrote: > Works only for flv, h263 and huffyuv decoders, for video with yuv420p pixel > format. > Makes only one pass through the file (this should be changed to two passes) > --- > tests/api/Makefile| 1 + > tests/api/api-band-t

Re: [FFmpeg-devel] [PATCH 3/3] lavf/ftp: implement NLST method

2015-08-10 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 12:42:04AM +0200, Mariusz Szczepańczyk wrote: > On Mon, Aug 10, 2015 at 6:41 PM, Michael Niedermayer > wrote: > > > On Sun, Aug 09, 2015 at 02:38:12AM +0200, Mariusz Szczepańczyk wrote: > > > --- > > > libavformat/ftp.c | 98 > > +++

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

2015-08-10 Thread Michael Niedermayer
On Mon, Aug 10, 2015 at 08:05:37PM -0400, Ronald S. Bultje wrote: > Hi, > > On Fri, Aug 7, 2015 at 5:30 AM, 周晓勇 wrote: > > > based on last h264qpel optimization patch i have pushed > > do i need separate this patch to double? cause one file to change loongson > > arch > > use looking up crop tab

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

2015-08-10 Thread Ronald S. Bultje
Hi, On Fri, Aug 7, 2015 at 5:30 AM, 周晓勇 wrote: > based on last h264qpel optimization patch i have pushed > do i need separate this patch to double? cause one file to change loongson > arch > use looking up crop table method may boost up decode on loongson, and with > this patch x86 pass fate too

Re: [FFmpeg-devel] [PATCH 3/3] lavf/ftp: implement NLST method

2015-08-10 Thread Mariusz Szczepańczyk
On Mon, Aug 10, 2015 at 6:41 PM, Michael Niedermayer wrote: > On Sun, Aug 09, 2015 at 02:38:12AM +0200, Mariusz Szczepańczyk wrote: > > --- > > libavformat/ftp.c | 98 > +++ > > 1 file changed, 84 insertions(+), 14 deletions(-) > > > > diff --g

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

2015-08-10 Thread Michael Niedermayer
On Fri, Aug 07, 2015 at 05:30:01PM +0800, 周晓勇 wrote: > based on last h264qpel optimization patch i have pushed > do i need separate this patch to double? cause one file to change loongson > arch > use looking up crop table method may boost up decode on loongson, and with > this patch x86 pass fat

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

2015-08-10 Thread Michael Niedermayer
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 tested. should be ok if someone tests it or if noone does within a

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

2015-08-10 Thread Marton Balint
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 tested. Signed-off-by: Marton Balint --- libavformat/avisynth.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/l

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

2015-08-10 Thread Paul B Mahol
On 8/10/15, Lou Logan wrote: > On Mon, 10 Aug 2015 15:51:24 +0200, Paul B Mahol wrote: > > [...] > >> +@section showfreqs >> + >> +Convert input audio to video output, representing the audio power >> spectrum. > > You can remove that comma. > >> +Audio amplitude is on Y-axis while frequencies are

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

2015-08-10 Thread Lou Logan
On Mon, 10 Aug 2015 15:51:24 +0200, Paul B Mahol wrote: [...] > +@section showfreqs > + > +Convert input audio to video output, representing the audio power spectrum. You can remove that comma. > +Audio amplitude is on Y-axis while frequencies are on X-axis. Audio amplitude is on Y-axis while

Re: [FFmpeg-devel] Ticket4753 question

2015-08-10 Thread Paul B Mahol
On 8/8/15, Ganesh Ajjanagadde wrote: > On Fri, Aug 7, 2015 at 6:05 PM, Paul B Mahol wrote: >> Dana 7. 8. 2015. 22:44 osoba "Ganesh Ajjanagadde" >> napisala je: >>> >>> On Fri, Aug 7, 2015 at 4:09 PM, Paul B Mahol wrote: >>> > On 8/7/15, Ganesh Ajjanagadde wrote: >>> >> On Fri, Aug 7, 2015 at 1

Re: [FFmpeg-devel] [PATCH 2/3] lavf/ftp: properly read an empty path

2015-08-10 Thread Michael Niedermayer
On Sun, Aug 09, 2015 at 02:38:11AM +0200, Mariusz Szczepańczyk wrote: > --- > libavformat/ftp.c | 18 -- > 1 file changed, 8 insertions(+), 10 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Good people do not need l

Re: [FFmpeg-devel] [PATCH 3/3] lavf/ftp: implement NLST method

2015-08-10 Thread Michael Niedermayer
On Sun, Aug 09, 2015 at 02:38:12AM +0200, Mariusz Szczepańczyk wrote: > --- > libavformat/ftp.c | 98 > +++ > 1 file changed, 84 insertions(+), 14 deletions(-) > > diff --git a/libavformat/ftp.c b/libavformat/ftp.c > index 542cf6a..5a312b9 1006

Re: [FFmpeg-devel] [PATCH] avfilter/vsrc_testsrc: correct colors for smptebars

2015-08-10 Thread Paul B Mahol
On 8/9/15, Kieran Kunhya wrote: > On 9 August 2015 at 12:20, Paul B Mahol wrote: >> --- >> libavfilter/vsrc_testsrc.c | 36 +++- >> 1 file changed, 23 insertions(+), 13 deletions(-) > > I'll test the SD version on the scope on Monday (cc'ing dericed who > can prob

Re: [FFmpeg-devel] [PATCH 1/3] lavf/ftp: implement directory listing callbacks

2015-08-10 Thread Michael Niedermayer
On Sun, Aug 09, 2015 at 02:38:10AM +0200, Mariusz Szczepańczyk wrote: > From: Lukasz Marek > > Signed-off-by: Lukasz Marek > --- > libavformat/ftp.c | 193 > ++ > 1 file changed, 182 insertions(+), 11 deletions(-) applied thanks [...] --

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

2015-08-10 Thread Michael Niedermayer
On Mon, Aug 10, 2015 at 03:51:24PM +0200, Paul B Mahol wrote: > Hi, > > Here is yet another updated version, please comment. > configure |2 > doc/filters.texi| 104 > libavfilter/Makefile|1 > libavfilter/allfilters.c|1 > libav

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

2015-08-10 Thread Paul B Mahol
Hi, Here is yet another updated version, please comment. 0001-avfilter-add-showfreqs-filter.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] New Server

2015-08-10 Thread Michael Niedermayer
On Fri, Jul 31, 2015 at 05:35:11PM +0200, Michael Niedermayer wrote: > On Fri, Jul 24, 2015 at 07:06:02PM +0200, Michael Niedermayer wrote: > > Hi all > > > > as you all probably know FFmpeg/Mplayer/... is searching for a > > new free server & hosting ... > > > > We received the following offers

Re: [FFmpeg-devel] [PATCH 3/6] avutil: delay removal of the PIX_FMT_* flags

2015-08-10 Thread Ronald S. Bultje
Hi Frank, On Sun, Aug 9, 2015 at 2:28 PM, Frank Lömker wrote: > http://www.valdyas.org/fading/index.cgi/2015/04/06 I think there's a pretty big misunderstanding here: you think we're just frivolously changing API to annoy you. That's not the case. We're changing/adding API to expose new fe

Re: [FFmpeg-devel] [PATCH] mxfdec: set AVFMT_SEEK_TO_PTS demuxer flag

2015-08-10 Thread Tomas Härdin
On Sun, 2015-08-09 at 20:32 +0200, Marton Balint wrote: > Since 53f2ef2c4afb1d49a679dea9163cb0e4671f3117 seeking is done using PTS. > > Signed-off-by: Marton Balint > --- > libavformat/mxfdec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c

Re: [FFmpeg-devel] [PATCH 3/6] avutil: delay removal of the PIX_FMT_* flags

2015-08-10 Thread wm4
On Mon, 10 Aug 2015 02:39:28 +0200 Frank Lömker wrote: > Hello, > > On 08/09/2015 08:51 PM, Hendrik Leppkes wrote: > > On Sun, Aug 9, 2015 at 8:28 PM, Frank Lömker wrote: > >> And that's even the easy part. A lot of people don't update there > >> distribution every six months, often it's years