[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

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 Thu, 19 Mar 2015 20:43:55 -0400 Ronald S. Bultje rsbul...@gmail.com wrote: Hi, On Thu, Mar 19, 2015 at 4:53 PM, Nicolas George geo...@nsup.org 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

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 lukasz.m.lu...@gmail.com Signed-off-by: Lukasz Marek lukasz.m.luki2 at gmail.com --- libavformat/file.c | 87 ++ 1 file changed, 87 insertions(+)

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 jamr...@gmail.com --- libavutil/x86/intmath.h | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) LGTM thanks [...] -- Michael GnuPG fingerprint:

[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

[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(+),

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 michae...@gmx.at --- libavcodec/hevc_refs.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) applied [...] --

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 stefa...@gmail.com 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 rsbul...@gmail.com wrote: Hi, On Thu, Mar 19, 2015 at 4:53 PM, Nicolas George geo...@nsup.org

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 lukasz.m.lu...@gmail.com 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

[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

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 michae...@gmx.at 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

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 jamr...@gmail.com --- libavutil/common.h | 14 ++ 1 file changed, 14 insertions(+) LGTM thanks Patchset pushed.

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

[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 michae...@gmx.at --- 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 +++

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 lukasz.m.lu...@gmail.com /** + * Open directory for reading. + * + * @param s directory read context. Pointer to a NULL pointer must be passed. + *

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, that

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] [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 stefa...@gmail.com 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

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

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 lukasz.m.lu...@gmail.com /** + * Open directory for reading. + * + * @param s

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