Re: [FFmpeg-devel] [PATCH] vp9: add profile names

2015-05-02 Thread Ronald S. Bultje
Hi, On Sun, May 3, 2015 at 2:15 AM, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/avcodec.h | 3 +++ > libavcodec/version.h | 4 ++-- > libavcodec/vp9.c | 22 ++ > 3 files changed, 19 insertions(+), 10 deletions(-) > > diff --git a/libavcodec/avco

Re: [FFmpeg-devel] [PATCH] FFV1 specification: Reduce redundancy in the description of xxPlane() and xxLine()

2015-05-02 Thread Michael Niedermayer
On Sat, May 02, 2015 at 01:57:17AM +0200, Jerome Martinez wrote: > New patch because I misunderstood the definition of plane_count. > Now is 1 + ( ( chroma_planes || version < 4 ) ? 1 : 0 ) + ( > alpha_plane ? 1 : 0 ) > > Le 02/05/2015 01:33, Jerome Martinez a écrit : > >Some notes: > >- I discard

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Make pix_fmts_nvenc const

2015-05-02 Thread Michael Niedermayer
On Sat, May 02, 2015 at 10:40:59PM +0200, Timo Rothenpieler wrote: > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/nvenc.c |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c > > index 445d60f..de082d1 100644 > >

[FFmpeg-devel] [PATCH] avcodec: Add av_packet_side_data_name()

2015-05-02 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/avcodec.h |2 ++ libavcodec/avpacket.c | 23 +++ 2 files changed, 25 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8c7c420..41414ee 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcod

Re: [FFmpeg-devel] [PATCH 1/2] ffplay: unify displaymatrix based rotation code

2015-05-02 Thread Michael Niedermayer
On Sun, May 03, 2015 at 03:10:04AM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > ffplay.c | 45 +++-- > 1 file changed, 23 insertions(+), 22 deletions(-) btw, i intend to use this code in ffmpeg as well, so its handled co

[FFmpeg-devel] [PATCH 1/2] ffplay: unify displaymatrix based rotation code

2015-05-02 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- ffplay.c | 45 +++-- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/ffplay.c b/ffplay.c index 826a473..eea00e6 100644 --- a/ffplay.c +++ b/ffplay.c @@ -33,6 +33,7 @@ #include "libavutil/avstring.h"

[FFmpeg-devel] [PATCH 2/2] ffplay: support snap to 90degree autorotation

2015-05-02 Thread Michael Niedermayer
do people prefer this to be enabled or disabled by default ? Signed-off-by: Michael Niedermayer --- ffplay.c |5 + 1 file changed, 5 insertions(+) diff --git a/ffplay.c b/ffplay.c index eea00e6..48b09ee 100644 --- a/ffplay.c +++ b/ffplay.c @@ -343,6 +343,7 @@ static int nb_vfilters = 0;

[FFmpeg-devel] [PATCH] vp9: add profile names

2015-05-02 Thread James Almer
Signed-off-by: James Almer --- libavcodec/avcodec.h | 3 +++ libavcodec/version.h | 4 ++-- libavcodec/vp9.c | 22 ++ 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 8c7c420..3d5e82d 100644 --- a/libavcod

Re: [FFmpeg-devel] [PATCH] ffv1dec: plane_index is 1 in case of version 4 gray+alpha.

2015-05-02 Thread Michael Niedermayer
On Sat, May 02, 2015 at 01:35:13PM +0200, Jerome Martinez wrote: > Le 02/05/2015 12:51, Michael Niedermayer a écrit : > >On Sat, May 02, 2015 at 02:41:33AM +0200, Jerome Martinez wrote: > >> > >>shouldn't it be > >> if (fs->transparency) > >> decode_plane(fs, p->data[3] + ps*x +

Re: [FFmpeg-devel] [PATCH] lavf/tls: Support Secure Transport

2015-05-02 Thread Carl Eugen Hoyos
Rodger Combs gmail.com> writes: > +enabled securetransport && require2 "Secure Transport" I believe this should be "disabled securetransport ||" Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmp

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: Make pix_fmts_nvenc const

2015-05-02 Thread Timo Rothenpieler
> Signed-off-by: Michael Niedermayer > --- > libavcodec/nvenc.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c > index 445d60f..de082d1 100644 > --- a/libavcodec/nvenc.c > +++ b/libavcodec/nvenc.c > @@ -1375,7 +1375,7 @@ static

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

2015-05-02 Thread Michael Niedermayer
On Sat, May 02, 2015 at 06:20:35PM +0200, Nicolas George wrote: > Le tridi 13 floréal, an CCXXIII, Michael Niedermayer a écrit : > > nicolas do you want to work on this ? > > Sorry, I am more than overbooked these days, and when I have time to work on > FFmpeg, I prefer spend it on my ongoing atte

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

2015-05-02 Thread Michael Niedermayer
On Thu, Apr 30, 2015 at 01:11:41PM -0800, Lou Logan wrote: > On Thu, 30 Apr 2015 14:11:20 +0200, Michael Niedermayer wrote: > > > Signed-off-by: Michael Niedermayer > > --- > > configure |1 + > > doc/filters.texi | 46 + > > libavfilter/Makefile

[FFmpeg-devel] [PATCH] avfilter/avf_showcqt: optimize gamma

2015-05-02 Thread Muhammad Faiz
From c79989a2069966331ec65f9734554e4a2de065b9 Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Fri, 1 May 2015 16:44:59 +0700 Subject: [PATCH] avfilter/avf_showcqt: optimize gamma calculation benchmark (on intel core2 duo, gcc 4.9.1) input samples duration 00:03:39.59 command: time -p ffmpeg -

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

2015-05-02 Thread Nicolas George
Le tridi 13 floréal, an CCXXIII, Michael Niedermayer a écrit : > nicolas do you want to work on this ? Sorry, I am more than overbooked these days, and when I have time to work on FFmpeg, I prefer spend it on my ongoing attempt at de-recursiving lavfi. I have no objection to the patch as it is (b

Re: [FFmpeg-devel] Test case for Closed caption decoder.

2015-05-02 Thread Clément Bœsch
On Tue, Apr 28, 2015 at 07:50:15PM +0530, Anshul wrote: > > > On 04/28/2015 02:14 PM, Clément Bœsch wrote: > >Then FATE test patch should be applied after the CC patch. > > > New patch attached. I have used other ass api. > >>+fate-sub-cc: CMD = fmtstdout ass -f lavfi -i > >>"movie=$(TARGET_SAMP

Re: [FFmpeg-devel] [PATCH] libavcodec/svq3: rename unknown_field to has_watermark

2015-05-02 Thread Michael Niedermayer
On Sat, May 02, 2015 at 08:41:27AM -0400, compn wrote: > On Sat, 2 May 2015 03:15:27 +0200 > Michael Niedermayer wrote: > > > The name is based on how the field is used in the code > > > > libavcodec/svq3.c | 10 +- > > 1 file changed, 5 insertions(+), 5 deletions(-) > > > > diff --

[FFmpeg-devel] [PATCH] avcodec/nvenc: Make pix_fmts_nvenc const

2015-05-02 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/nvenc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index 445d60f..de082d1 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -1375,7 +1375,7 @@ static int nvenc_encode_fr

Re: [FFmpeg-devel] [PATCH] libavcodec/svq3: rename unknown_field to has_watermark

2015-05-02 Thread compn
On Sat, 2 May 2015 03:15:27 +0200 Michael Niedermayer wrote: > The name is based on how the field is used in the code > > libavcodec/svq3.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c > -int unknown_flag; > +

[FFmpeg-devel] [PATCH] ffv1dec: plane_index is 1 in case of version 4 gray+alpha.

2015-05-02 Thread Jerome Martinez
Le 02/05/2015 12:51, Michael Niedermayer a écrit : On Sat, May 02, 2015 at 02:41:33AM +0200, Jerome Martinez wrote: shouldn't it be if (fs->transparency) decode_plane(fs, p->data[3] + ps*x + y*p->linesize[3], width, height, p->linesize[3], (f->version >= 4 && !f->chroma_pl

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

2015-05-02 Thread JULIAN GARDNER
I like the idea of passing the found coordinates on so you can use delogo etc On Saturday, 2 May 2015, 13:07, Michael Niedermayer wrote: On Fri, May 01, 2015 at 11:38:52AM +0200, Clément Bœsch wrote: > On Thu, Apr 30, 2015 at 02:45:12PM +0200, Michael Niedermayer wrote: > > On Thu

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

2015-05-02 Thread Michael Niedermayer
On Fri, May 01, 2015 at 11:38:52AM +0200, Clément Bœsch wrote: > On Thu, Apr 30, 2015 at 02:45:12PM +0200, Michael Niedermayer wrote: > > On Thu, Apr 30, 2015 at 02:21:55PM +0200, Nicolas George wrote: > > > Le primidi 11 floréal, an CCXXIII, Michael Niedermayer a écrit : > > > > +@item object > >

Re: [FFmpeg-devel] FFV1 specification: plane_count prior to version 4

2015-05-02 Thread Michael Niedermayer
On Sat, May 02, 2015 at 02:41:33AM +0200, Jerome Martinez wrote: > Le 02/05/2015 01:37, Michael Niedermayer a écrit : > >plane_count was 2 for gray prior to version 4 [...] > > Got it. > Maybe I missed something else, but looks like decode_plane() is > never called with plane_index = 1 if chroma_p

Re: [FFmpeg-devel] [PATCH 3/3] lavf/tls: accept a default CA bundle at configure-time

2015-05-02 Thread Michael Niedermayer
On Sat, May 02, 2015 at 02:07:31AM -0500, Rodger Combs wrote: > --- > configure | 28 > libavformat/tls.c | 2 +- > 2 file > > diff --git a/configure b/configure > index 1ef2908..5b68514 100755 > --- a/configure > +++ b/configure > @@ -108,6 +108,7 @@ Configu

Re: [FFmpeg-devel] [PATCH 1/3] lavf/http: support HTTPS when listening

2015-05-02 Thread Michael Niedermayer
On Sat, May 02, 2015 at 02:07:29AM -0500, Rodger Combs wrote: > --- > libavformat/http.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you think the mosad wants you dead since

Re: [FFmpeg-devel] [PATCH] lavf/tls: Support Secure Transport

2015-05-02 Thread wm4
On Sat, 2 May 2015 04:11:22 -0500 Rodger Combs wrote: > --- > configure | 7 +- > libavformat/tls.c | 302 > ++ > 2 files changed, 308 insertions(+), 1 deletion(-) > Plus points if you move the implementation to a separate file. T

[FFmpeg-devel] [PATCH] lavf/tls: Support Secure Transport

2015-05-02 Thread Rodger Combs
--- configure | 7 +- libavformat/tls.c | 302 ++ 2 files changed, 308 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 88e0d97..1ef2908 100755 --- a/configure +++ b/configure @@ -274,6 +274,8 @@ External library s

[FFmpeg-devel] [PATCH 2/3] lavf/tls: Support Secure Transport

2015-05-02 Thread Rodger Combs
--- configure | 7 +- libavformat/tls.c | 301 ++ 2 files changed, 307 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 88e0d97..1ef2908 100755 --- a/configure +++ b/configure @@ -274,6 +274,8 @@ External library s

[FFmpeg-devel] [PATCH 3/3] lavf/tls: accept a default CA bundle at configure-time

2015-05-02 Thread Rodger Combs
--- configure | 28 libavformat/tls.c | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 1ef2908..5b68514 100755 --- a/configure +++ b/configure @@ -108,6 +108,7 @@ Configuration options: --disable-all

[FFmpeg-devel] [PATCH 1/3] lavf/http: support HTTPS when listening

2015-05-02 Thread Rodger Combs
--- libavformat/http.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libavformat/http.c b/libavformat/http.c index acf0318..3a31a86 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -304,12 +304,15 @@ static int http_listen(URLContext *h, const char *uri,