[FFmpeg-devel] Loongson Optimization Patchs Submitting Question - new branch of mipsel64

2015-03-20 Thread 周晓勇
Dear Michael, Hi, ffmpeg and mplayer have achieved huge performance improvement on x86 under your leadership. And MIPS corporation have contributed the optimizations on their chips, which mainly aiming at audio codecs. As we know, ffmpeg and mplayer began to support loongson as a branch of

Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-20 Thread wm4
On Thu, 19 Mar 2015 20:43:55 -0400 "Ronald S. Bultje" wrote: > Hi, > > On Thu, Mar 19, 2015 at 4:53 PM, Nicolas George wrote: > > > +If at any point you have any question, do not hesitate to ask them. > > +Actually, yes, hesitate a few seconds, in case this question will make you > > +look dum

Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-20 Thread Stefano Sabatini
On date Friday 2015-03-20 09:57:58 +0100, wm4 encoded: > On Thu, 19 Mar 2015 20:43:55 -0400 > "Ronald S. Bultje" wrote: > > > Hi, > > > > On Thu, Mar 19, 2015 at 4:53 PM, Nicolas George wrote: > > > > > +If at any point you have any question, do not hesitate to ask them. > > > +Actually, yes,

Re: [FFmpeg-devel] [PATCH] lavfi: Add support to process_command in vf_eq.c

2015-03-20 Thread Stefano Sabatini
On date Saturday 2015-03-14 01:36:29 +0530, Arwa Arif encoded: > On Fri, Mar 13, 2015 at 9:50 PM, Stefano Sabatini > wrote: > > > On date Friday 2015-03-13 11:46:42 +0530, Arwa Arif encoded: > > > I have added the variable options. I have not done the refactoring part > > yet. > > > > > From 0005

Re: [FFmpeg-devel] [PATCH] lavfi/eq: factorize code in process_command through a macro

2015-03-20 Thread Stefano Sabatini
On date Tuesday 2015-03-17 12:46:32 +0100, Michael Niedermayer encoded: > On Sun, Mar 15, 2015 at 02:59:58PM +0100, Stefano Sabatini wrote: > > On date Friday 2015-03-13 20:05:35 +0100, Michael Niedermayer encoded: > > > On Fri, Mar 13, 2015 at 05:16:53PM +0100, Stefano Sabatini wrote: > > > > ---

Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-20 Thread wm4
On Fri, 20 Mar 2015 10:43:55 +0100 Stefano Sabatini wrote: > On date Friday 2015-03-20 09:57:58 +0100, wm4 encoded: > > On Thu, 19 Mar 2015 20:43:55 -0400 > > "Ronald S. Bultje" wrote: > > > > > Hi, > > > > > > On Thu, Mar 19, 2015 at 4:53 PM, Nicolas George wrote: > > > > > > > +If at any p

[FFmpeg-devel] [PATCH] lavf/segment: add logic to track chapter, and add segment_n and segment_id variables

2015-03-20 Thread Stefano Sabatini
--- doc/muxers.texi | 12 libavformat/segment.c | 38 +++--- 2 files changed, 47 insertions(+), 3 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 3e9476c..fcb121b 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -985,6 +985

Re: [FFmpeg-devel] [PATCH 5/7] lavf/file: implement directory listing callbacks

2015-03-20 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 03:02:00AM +0100, Mariusz Szczepańczyk wrote: > From: Lukasz Marek > > Signed-off-by: Lukasz Marek > --- > libavformat/file.c | 87 > ++ > 1 file changed, 87 insertions(+) fails to build on mingw: ffmpeg/libavformat/f

Re: [FFmpeg-devel] [PATCH 4/7] lavu/avstring: add av_append_path_component() funcion

2015-03-20 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 03:01:59AM +0100, Mariusz Szczepańczyk wrote: > From: Lukasz Marek > > TODO: bump minor, update doc/APIchanges > > Convinient function to build paths. > > Signed-off-by: Lukasz Marek breaks make fate-avstring TESTavstring --- ./tests/ref/fate/avstring 2015-03-20

[FFmpeg-devel] [PATCH] lavf/segment: copy chapter metadata to output

2015-03-20 Thread Stefano Sabatini
--- libavformat/segment.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/segment.c b/libavformat/segment.c index 947a0c6..b465cc5 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -189,6 +189,9 @@ static int segment_mux_init(AVFormatContext *s) oc->max_dela

Re: [FFmpeg-devel] [PATCH 1/7] [GSoC] lavf: add directory listing API

2015-03-20 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 03:01:56AM +0100, Mariusz Szczepańczyk wrote: > From: Lukasz Marek > > API allows protocol implementations to provide API that > allows to list directory content. > API is similar to POSIX opendir/readdir/closedir. > > Signed-off-by: Lukasz Marek > --- > libavformat/avi

Re: [FFmpeg-devel] [PATCH] doc: add a few note for sponsorship candidates.

2015-03-20 Thread Ronald S. Bultje
Hi, On Fri, Mar 20, 2015 at 7:51 AM, wm4 wrote: > On Fri, 20 Mar 2015 10:43:55 +0100 > Stefano Sabatini wrote: > > > On date Friday 2015-03-20 09:57:58 +0100, wm4 encoded: > > > On Thu, 19 Mar 2015 20:43:55 -0400 > > > "Ronald S. Bultje" wrote: > > > > > > > Hi, > > > > > > > > On Thu, Mar 19,

Re: [FFmpeg-devel] [PATCH 2/2] libavutil: add bmi2 optimized av_mod_uintp2

2015-03-20 Thread Michael Niedermayer
On Thu, Mar 19, 2015 at 02:35:20AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavutil/x86/intmath.h | 24 ++-- > 1 file changed, 22 insertions(+), 2 deletions(-) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0

Re: [FFmpeg-devel] [PATCH] configure: Silence warnings about constant unsigned overflows in MSVC

2015-03-20 Thread Michael Niedermayer
On Mon, Mar 16, 2015 at 03:34:32PM +0100, Michael Niedermayer wrote: > unsigned overflows are well defined in C and used for example in crypto > and various other places. > None of the affected warnings currently shown points to an actual defect > > untested will be tested by fate > > Signed-

Re: [FFmpeg-devel] [PATCH 1/2] libavutil: add av_mod_uintp2

2015-03-20 Thread Michael Niedermayer
On Thu, Mar 19, 2015 at 02:34:26AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavutil/common.h | 14 ++ > 1 file changed, 14 insertions(+) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I do not agree with what y

[FFmpeg-devel] [PATCH] avcodec/pngenc: add supporting PAL8 pixel format for APNG demuxer

2015-03-20 Thread Alexey Dolgavin
It addes support PAL8 pixel format for APNG-picture. The picture is http://littlesvr.ca/apng/samples.html (clock) It is a qualification task of GSoC 2015 (mentor is Paul B Mahol) --- libavcodec/pngdec.c | 58 + 1 file changed, 36 insertions(+),

[FFmpeg-devel] [PATCH] avcodec/libvpxenc: Set min/max quantizer to 0 for lossless mode

2015-03-20 Thread Michael Niedermayer
Fixes Ticket4246 Signed-off-by: Michael Niedermayer --- libavcodec/libvpxenc.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index 7f7d4ae..176c6b6 100644 --- a/libavcodec/libvpxenc.c +++ b/libavcodec/libvpxenc

[FFmpeg-devel] [PATCH] avutil/utils: remove unnecessary things

2015-03-20 Thread wm4
The checks for the enums all were added in 2011 and 2012. They were likely for checking that Libav changes do not change the FFmpeg ABI. Given the amount of changes in the last 3 years, and the fact that barely any other ABI specifics are tested, keeping these tests makes not much sense anymore. T

Re: [FFmpeg-devel] Loongson Optimization Patchs Submitting Question - new branch of mipsel64

2015-03-20 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 04:06:56PM +0800, 周晓勇 wrote: > Dear Michael, > > > Hi, ffmpeg and mplayer have achieved huge performance improvement on x86 > under your leadership. And MIPS corporation have contributed the > optimizations on their chips, which mainly aiming at audio codecs. As we

Re: [FFmpeg-devel] [PATCH] avutil/utils: remove unnecessary things

2015-03-20 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 05:41:43PM +0100, wm4 wrote: > The checks for the enums all were added in 2011 and 2012. They were > likely for checking that Libav changes do not change the FFmpeg ABI. > Given the amount of changes in the last 3 years, and the fact that > barely any other ABI specifics are

Re: [FFmpeg-devel] [PATCH] avcodec/libvpxenc: Set min/max quantizer to 0 for lossless mode

2015-03-20 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 10:38:41AM -0700, James Zern wrote: > On Fri, Mar 20, 2015 at 9:02 AM, Michael Niedermayer wrote: > > Fixes Ticket4246 > > > > lgtm. applied > That annoying behavior was fixed after v1.3.0, but this is good for > compatibility. If there are other bugs in trac for vpx yo

Re: [FFmpeg-devel] [PATCH 1/2] libavutil: add av_mod_uintp2

2015-03-20 Thread James Almer
On 20/03/15 11:41 AM, Michael Niedermayer wrote: > On Thu, Mar 19, 2015 at 02:34:26AM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> libavutil/common.h | 14 ++ >> 1 file changed, 14 insertions(+) > > LGTM > > thanks Patchset pushed.

[FFmpeg-devel] Remove some compiler warning

2015-03-20 Thread Martin Vignali
in attach patchs in order to avoid some compiler warning (CLang Mac os 10.9) 001, and 002 : remove unused variable 003, and 004 : Convert const AVFrame * to AVFrame * Martin 0001-remove-unused-variable-lsp16s.patch Description: Binary data 0002-remove-unused-variable-bark_tab_s16_64.patch D

Re: [FFmpeg-devel] [PATCH 1/7] [GSoC] lavf: add directory listing API

2015-03-20 Thread Lukasz Marek
On 20.03.2015 14:55, Michael Niedermayer wrote: On Fri, Mar 20, 2015 at 03:01:56AM +0100, Mariusz Szczepańczyk wrote: From: Lukasz Marek /** + * Open directory for reading. + * + * @param s directory read context. Pointer to a NULL pointer must be passed. + * @param url directory t

Re: [FFmpeg-devel] Remove some compiler warning

2015-03-20 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 10:11:07PM +0100, Martin Vignali wrote: > in attach patchs in order to avoid some compiler warning (CLang Mac os 10.9) > > 001, and 002 : remove unused variable > > 003, and 004 : Convert const AVFrame * to AVFrame * applied patch 1 patches 3 and 4 cast a const away, th

Re: [FFmpeg-devel] GSoC project proposal + qualification task

2015-03-20 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 02:51:31AM +0100, Mariusz Szczepańczyk wrote: > Hello, > > my name is Mariusz Szczepańczyk and I am currently finishing my > bachelor's degree in Computer Science at the University of Warsaw in > Poland. I have written few patches for other open source projects, > like gif

Re: [FFmpeg-devel] GSoC project proposal + qualification task

2015-03-20 Thread Lukasz Marek
On 20.03.2015 02:51, Mariusz Szczepańczyk wrote: Hello, my name is Mariusz Szczepańczyk and I am currently finishing my bachelor's degree in Computer Science at the University of Warsaw in Poland. I have written few patches for other open source projects, like gif reading plugin for OpenImageIO,

Re: [FFmpeg-devel] [PATCH 1/7] [GSoC] lavf: add directory listing API

2015-03-20 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 10:31:56PM +0100, Lukasz Marek wrote: > On 20.03.2015 14:55, Michael Niedermayer wrote: > >On Fri, Mar 20, 2015 at 03:01:56AM +0100, Mariusz Szczepańczyk wrote: > >>From: Lukasz Marek > >> /** > >>+ * Open directory for reading. > >>+ * > >>+ * @param s directory rea

Re: [FFmpeg-devel] [PATCH 1/7] [GSoC] lavf: add directory listing API

2015-03-20 Thread Michael Niedermayer
On Fri, Mar 20, 2015 at 11:26:34PM +0100, Michael Niedermayer wrote: > On Fri, Mar 20, 2015 at 10:31:56PM +0100, Lukasz Marek wrote: > > On 20.03.2015 14:55, Michael Niedermayer wrote: > > >On Fri, Mar 20, 2015 at 03:01:56AM +0100, Mariusz Szczepańczyk wrote: > > >>From: Lukasz Marek > > >> /** >

Re: [FFmpeg-devel] [PATCH] avcodec/hevc_refs: Silence "Could not find ref with POC" for CRA/BLA

2015-03-20 Thread Michael Niedermayer
On Sun, Mar 15, 2015 at 08:07:37PM +0100, Michael Niedermayer wrote: > Avoids error messages during seeking > > Found-by: cousin_luigi > Signed-off-by: Michael Niedermayer > --- > libavcodec/hevc_refs.c |5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) applied [...] -- Michael