[FFmpeg-devel] [PATCH 11/16] web/template: 3D logo has been chosen

2014-07-14 Thread Clément Bœsch
From: db0company db0comp...@gmail.com --- src/template_head2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/template_head2 b/src/template_head2 index 84f268a..41938c3 100644 --- a/src/template_head2 +++ b/src/template_head2 @@ -11,7 +11,7 @@ link rel=stylesheet

[FFmpeg-devel] [PATCH 12/16] Script to install npm locally

2014-07-14 Thread Clément Bœsch
From: db0company db0comp...@gmail.com --- .gitignore | 1 + README | 6 ++ local-npm.sh | 38 ++ 3 files changed, 45 insertions(+) create mode 100755 local-npm.sh diff --git a/.gitignore b/.gitignore index 9d5c38a..de36d30 100644 ---

Re: [FFmpeg-devel] A few filter questions

2014-07-17 Thread Clément Bœsch
On Thu, Jul 17, 2014 at 12:33:41PM +0200, Gerion Entrup wrote: Good day, I'm currently working on a video signature filter for ffmpeg. This allows you to fingerprint videos. Oh, nice. This fingerprint is built up of 9mb/s of bits or 2-3 mb/s bits compressed. In this context a few

Re: [FFmpeg-devel] A few filter questions

2014-07-17 Thread Clément Bœsch
On Thu, Jul 17, 2014 at 04:56:08PM +0200, Gerion Entrup wrote: [...] Also, you still have the string metadata possibility (git grep SET_META libavfilter). Hmm, thank you, I will take a look at it. If I see it right, it is used to fill a dictionary per frame with some kind of data?

Re: [FFmpeg-devel] [PATCH] lavfi/drawtext: add alias expr_int_format to expansion function eif

2014-07-18 Thread Clément Bœsch
On Fri, Jul 18, 2014 at 12:05:42AM +0200, Nicolas George wrote: Le decadi 30 messidor, an CCXXII, Andrey Utkin a écrit : --- doc/filters.texi | 2 +- libavfilter/vf_drawtext.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) IMHO, since the function was added

Re: [FFmpeg-devel] Filters

2014-07-18 Thread Clément Bœsch
On Fri, Jul 18, 2014 at 12:56:17PM +0100, JULIAN GARDNER wrote: From: Clément Bœsch u...@pkh.me To: FFmpeg development discussions and patches ffmpeg-devel@ffmpeg.org Sent: Friday, 18 July 2014, 13:38 Subject: Re: [FFmpeg-devel] Filters On Fri, Jul 18

Re: [FFmpeg-devel] Filters

2014-07-18 Thread Clément Bœsch
On Fri, Jul 18, 2014 at 01:14:25PM +0100, JULIAN GARDNER wrote: [...] You do exactly that and that's all. Then ffmpeg -i foo -vf bar -f null - There are a lot of detection only filters. volumedetect, signalstats, blackdetect, ... just copy their behaviour Yes but this is my problem,

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Clément Bœsch
On Sat, Jul 19, 2014 at 06:16:42PM -0800, Lou Logan wrote: On Tue, Jul 15, 2014, at 12:10 AM, Clément Bœsch wrote: - should we restore the hall of shame page, or maybe simply add a Violations linking to a specific query in our trac? I prefer a link to the trac violations. Or no link

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Clément Bœsch
On Sun, Jul 13, 2014 at 10:32:16PM -0400, compn wrote: On Mon, 14 Jul 2014 02:20:09 +0200 Michael Niedermayer michae...@gmx.at wrote: Hi all Theres a pull request that modernises our webpage https://github.com/FFmpeg/web/pull/1 https://github.com/FFmpeg/FFmpeg/pull/77 i like

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Clément Bœsch
On Sun, Jul 20, 2014 at 10:11:39AM +0200, Christophe Gisquet wrote: Hi, 2014-07-15 10:10 GMT+02:00 Clément Bœsch u...@pkh.me: The new website can be previewed @ http://db0.galo.pe/ffmpeg-web/ Some comments: - The FFmpeg project is proud a brand new version - lacks a to launch

Re: [FFmpeg-devel] Filters

2014-07-20 Thread Clément Bœsch
On Fri, Jul 18, 2014 at 10:33:40PM +0100, JULIAN GARDNER wrote: [...] fmpeg -i .ts -vcodec libx264 -b:v 1000k -acodec libfaac -async 1 -vf 'split [mark], drawbox=10:10:100:100:color=green [dontneed];[mark] drawbox=100:100:100;100:color=red [vid];[dontneed][vid] overlay' -y -f mpegts

Re: [FFmpeg-devel] A few filter questions

2014-07-20 Thread Clément Bœsch
On Fri, Jul 18, 2014 at 12:38:43PM +0200, Gerion Entrup wrote: Am Donnerstag 17 Juli 2014, 17:24:35 schrieb Clément Bœsch: On Thu, Jul 17, 2014 at 04:56:08PM +0200, Gerion Entrup wrote: [...] Also, you still have the string metadata possibility (git grep SET_META libavfilter

Re: [FFmpeg-devel] new webpage design patches

2014-07-20 Thread Clément Bœsch
On Sun, Jul 20, 2014 at 01:44:48PM +0200, Michael Niedermayer wrote: On Sun, Jul 20, 2014 at 10:15:03AM +0200, Clément Bœsch wrote: On Sun, Jul 20, 2014 at 10:11:39AM +0200, Christophe Gisquet wrote: Hi, 2014-07-15 10:10 GMT+02:00 Clément Bœsch u...@pkh.me: The new website can

Re: [FFmpeg-devel] Recommendation for ffmpeg.org background color change

2014-07-28 Thread Clément Bœsch
On Mon, Jul 28, 2014 at 09:46:31AM -0800, Lou Logan wrote: On Mon, 28 Jul 2014 07:00:12 -0700, Frantisek Korbel wrote: For this reasons I strongly recommend to set the white background please try it from the 1st August. If you are interested you could supply a patch to ffmpeg-web to

Re: [FFmpeg-devel] [PATCH 1/4] lavfi: add filter messages infrastructure.

2014-07-29 Thread Clément Bœsch
On Thu, Jul 24, 2014 at 03:39:42PM +0200, Nicolas George wrote: Messaages are passed as frames with a negative format code, Messages* only to filter that declare supporting them. The only message for now is EOF; this mechanism augments the current mechanism based on request_frame() returning

Re: [FFmpeg-devel] [PATCH]Do not select a default subtitle output stream with incorrect subtitle type

2014-08-01 Thread Clément Bœsch
On Fri, Aug 01, 2014 at 01:54:57AM +0200, Carl Eugen Hoyos wrote: Hi! When transcoding an input file with subtitles to mkv, ffmpeg by default tries to encode the subtitles even if the input contains bitmap subtitles. Attached patch should fix this issue reported in ticket #3819 (and before

Re: [FFmpeg-devel] rectification filter

2014-08-01 Thread Clément Bœsch
On Fri, Aug 01, 2014 at 12:10:50PM +0200, Daniel Oberhoff wrote: Am 29.07.2014 um 09:43 schrieb Clément Bœsch u...@pkh.me: On Tue, Jul 29, 2014 at 08:04:50AM +0200, Daniel Oberhoff wrote: Updated patch: … +static av_cold int init(AVFilterContext *ctx) +{ +return 0

[FFmpeg-devel] [PATCH 1/5] avutil: add pixelutils API

2014-08-02 Thread Clément Bœsch
/pixelutils.asm @@ -0,0 +1,111 @@ +;** +;* Pixel utilities SIMD +;* +;* Copyright (C) 2002-2004 Michael Niedermayer michae...@gmx.at +;* Copyright (C) 2014 Clément Bœsch u pkh me +;* +;* This file is part of FFmpeg

[FFmpeg-devel] [PATCH 4/5] avfilter/mp_decimate: remove avcodec dependency

2014-08-02 Thread Clément Bœsch
--- configure | 4 ++-- libavfilter/vf_mpdecimate.c | 44 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/configure b/configure index bc187a5..210cafb 100755 --- a/configure +++ b/configure @@ -2549,8 +2549,8 @@

[FFmpeg-devel] [PATCH 3/5] avfilter/deshake: remove avcodec dependency

2014-08-02 Thread Clément Bœsch
--- configure| 4 +--- libavfilter/deshake.h| 5 ++--- libavfilter/vf_deshake.c | 27 +++ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/configure b/configure index 5159f10..bc187a5 100755 --- a/configure +++ b/configure @@ -2531,8

Re: [FFmpeg-devel] [PATCH 1/5] avutil: add pixelutils API

2014-08-02 Thread Clément Bœsch
On Sat, Aug 02, 2014 at 08:30:39PM +0200, Lukasz Marek wrote: +static av_always_inline int sad_wxh(const uint8_t *src1, ptrdiff_t stride1, +const uint8_t *src2, ptrdiff_t stride2, +int w, int h) +{ +int x, y, sum = 0;

Re: [FFmpeg-devel] [PATCH 1/5] avutil: add pixelutils API

2014-08-02 Thread Clément Bœsch
On Sat, Aug 02, 2014 at 04:29:39PM -0300, James Almer wrote: On 02/08/14 3:20 PM, Clément Bœsch wrote: +psrlq m0, m6, 32 +paddw m6, m0 +psrlq m0, m6, 16 +paddw m6, m0 +movdeax, m6 +movzx eax, ax You could use the HADDW

[FFmpeg-devel] [PATCH 2/5] build: remove wrong avcodec dep in decimate

2014-08-02 Thread Clément Bœsch
This was probably a mistake with mpdecimate. The decimate filter doesn't depend on avcodec. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 57edd1d..5159f10 100755 --- a/configure +++ b/configure @@ -5241,7 +5241,6 @@ enabled amovie_filter

[FFmpeg-devel] [PATCH 3/5] avfilter/deshake: remove avcodec dependency

2014-08-02 Thread Clément Bœsch
--- configure| 4 +--- libavfilter/deshake.h| 5 ++--- libavfilter/vf_deshake.c | 20 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/configure b/configure index 5159f10..bc187a5 100755 --- a/configure +++ b/configure @@ -2531,8 +2531,7

[FFmpeg-devel] pixelutils API [v2]

2014-08-02 Thread Clément Bœsch
Second attempt. Since previously: - much simpler usage (you basically just call av_pixelutils_get_sad_fn() as a user); filters patches updated accordingly. - 16x16 mmxext added (thanks jamrial) - FATE tests Note for the context since I didn't write anything about it in the previous

[FFmpeg-devel] [PATCH 5/5] avfilter/select: remove optional avcodec dependency

2014-08-02 Thread Clément Bœsch
--- configure | 1 + libavfilter/f_select.c | 50 -- 2 files changed, 13 insertions(+), 38 deletions(-) diff --git a/configure b/configure index 210cafb..b9b1e3b 100755 --- a/configure +++ b/configure @@ -2564,6 +2564,7 @@

[FFmpeg-devel] [PATCH 1/5] avutil: add pixelutils API

2014-08-02 Thread Clément Bœsch
@@ +;** +;* Pixel utilities SIMD +;* +;* Copyright (C) 2002-2004 Michael Niedermayer michae...@gmx.at +;* Copyright (C) 2014 Clément Bœsch u pkh me +;* +;* This file is part of FFmpeg. +;* +;* FFmpeg is free software; you can

[FFmpeg-devel] [PATCH 4/5] avfilter/mp_decimate: remove avcodec dependency

2014-08-02 Thread Clément Bœsch
--- configure | 4 ++-- libavfilter/vf_mpdecimate.c | 36 2 files changed, 14 insertions(+), 26 deletions(-) diff --git a/configure b/configure index bc187a5..210cafb 100755 --- a/configure +++ b/configure @@ -2549,8 +2549,8 @@

Re: [FFmpeg-devel] rectification filter

2014-08-02 Thread Clément Bœsch
On Fri, Aug 01, 2014 at 06:47:38PM +0200, Daniel Oberhoff wrote: [...] Did you already explain if / how this filter is different from / better than the vignette filter? Its completely differen. Vignette modulates brightness, this one geometry, but I will mention it. So this is a lens

Re: [FFmpeg-devel] rectification filter

2014-08-02 Thread Clément Bœsch
On Fri, Aug 01, 2014 at 01:08:58PM +0200, Daniel Oberhoff wrote: Am 01.08.2014 um 13:07 schrieb Carl Eugen Hoyos ceho...@ag.or.at: Daniel Oberhoff danieloberhoff at gmail.com writes: all work now, except vuy444p It's yuv444p oops :). And how about that

[FFmpeg-devel] [PATCH] avfilter/dctdnoiz: rewrite [f/i]dct

2014-08-03 Thread Clément Bœsch
100644 --- a/libavfilter/vf_dctdnoiz.c +++ b/libavfilter/vf_dctdnoiz.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 Clément Bœsch + * Copyright (c) 2013-2014 Clément Bœsch * * This file is part of FFmpeg. * @@ -23,7 +23,6 @@ * @see http://www.ipol.im/pub/art/2011/ys-dct/ */ -#include

Re: [FFmpeg-devel] [PATCH] avfilter/dctdnoiz: rewrite [f/i]dct

2014-08-03 Thread Clément Bœsch
On Sun, Aug 03, 2014 at 10:27:21PM +0200, Clément Bœsch wrote: This removes the avcodec dependency and make the code almost twice as fast. More to come. The DCT factorization is based on Fast and numerically stable algorithms for discrete cosine transforms from Gerlind Plonkaa Manfred

Re: [FFmpeg-devel] [PATCH] avfilter/dctdnoiz: rewrite [f/i]dct

2014-08-04 Thread Clément Bœsch
On Mon, Aug 04, 2014 at 11:44:43AM -0400, Ronald S. Bultje wrote: Hi, On Mon, Aug 4, 2014 at 11:42 AM, Clément Bœsch u...@pkh.me wrote: On Mon, Aug 04, 2014 at 11:17:29AM -0400, Ronald S. Bultje wrote: Hi, On Sun, Aug 3, 2014 at 4:27 PM, Clément Bœsch u...@pkh.me wrote

Re: [FFmpeg-devel] [PATCH 3/3] x86/vp9lpf: use fewer instructions in SPLATB_MIX

2014-08-04 Thread Clément Bœsch
On Sun, Aug 03, 2014 at 11:53:40PM -0300, James Almer wrote: Signed-off-by: James Almer jamr...@gmail.com --- libavcodec/x86/vp9lpf.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libavcodec/x86/vp9lpf.asm b/libavcodec/x86/vp9lpf.asm index c5db0ca..def7d5a

Re: [FFmpeg-devel] [PATCH] avfilter/dctdnoiz: rewrite [f/i]dct

2014-08-04 Thread Clément Bœsch
On Sun, Aug 03, 2014 at 01:59:25PM -0700, Timothy Gu wrote: On Aug 3, 2014 1:27 PM, Clément Bœsch u...@pkh.me wrote: This removes the avcodec dependency and make the code almost twice as fast. More to come. The DCT factorization is based on Fast and numerically stable algorithms

Re: [FFmpeg-devel] [PATCH] lavfi/avf_showspectrum: use automatic framing.

2014-08-06 Thread Clément Bœsch
On Sun, Aug 03, 2014 at 07:51:00PM +0200, Nicolas George wrote: The framework can ensure that each input frame has exactly the correct number of samples, except the last one. Signed-off-by: Nicolas George geo...@nsup.org --- libavfilter/avf_showspectrum.c | 48

Re: [FFmpeg-devel] [PATCH] lavfi/avf_showspectrum: check RDFT contet init.

2014-08-06 Thread Clément Bœsch
On Sun, Aug 03, 2014 at 08:40:36PM +0200, Nicolas George wrote: Fix a segfault with large window size. Signed-off-by: Nicolas George geo...@nsup.org --- libavfilter/avf_showspectrum.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavfilter/avf_showspectrum.c

Re: [FFmpeg-devel] [PATCH] lavfi/avf_showspectrum: add full frame sliding mode.

2014-08-06 Thread Clément Bœsch
On Sun, Aug 03, 2014 at 07:31:43PM +0200, Nicolas George wrote: Signed-off-by: Nicolas George geo...@nsup.org --- doc/filters.texi | 15 +++-- libavfilter/avf_showspectrum.c | 50 +++--- 2 files changed, 45 insertions(+), 20

Re: [FFmpeg-devel] [PATCH 1/2] lavfi/avf_showspectrum: set output frame rate.

2014-08-06 Thread Clément Bœsch
On Wed, Aug 06, 2014 at 11:37:23AM +0200, Clément Bœsch wrote: On Sun, Aug 03, 2014 at 04:29:36PM +0200, Nicolas George wrote: Signed-off-by: Nicolas George geo...@nsup.org --- libavfilter/avf_showspectrum.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavfilter

Re: [FFmpeg-devel] rectification filter

2014-08-07 Thread Clément Bœsch
On Thu, Aug 07, 2014 at 10:38:03AM +0200, Daniel Oberhoff wrote: Hello, Did anyone get my last mail? Wrote it last night and it shows up on my mailing host too, but somehow not in the list archives... Seems it's here: http://ffmpeg.org/pipermail/ffmpeg-devel/2014-August/160764.html [...]

Re: [FFmpeg-devel] [PATCH] swresample: Add AVFrame based API

2014-08-11 Thread Clément Bœsch
On Mon, Aug 11, 2014 at 01:49:19AM +0200, Michael Niedermayer wrote: From: Luca Barbato lu_z...@gentoo.org TODO:bump Signed-off-by: Michael Niedermayer michae...@gmx.at --- libswresample/Makefile |1 + libswresample/swresample.h | 61 +++

[FFmpeg-devel] [PATCH] avcodec: export motion vectors in frame side data on demand

2014-08-11 Thread Clément Bœsch
From: Clément Bœsch clem...@stupeflix.com The reasoning behind this addition is that various third party applications are interested in getting some motion information out of a video for free when it is available. It was considered to export other information as well (such as the intra

Re: [FFmpeg-devel] [PATCH] avfitler/vf_perspective: support slice threading

2014-08-13 Thread Clément Bœsch
On Tue, Aug 12, 2014 at 05:12:43PM +0200, Paul B Mahol wrote: On 8/12/14, Clement Boesch u...@pkh.me wrote: On Tue, Aug 12, 2014 at 11:32:20AM +, Paul B Mahol wrote: Signed-off-by: Paul B Mahol one...@gmail.com --- libavfilter/vf_perspective.c | 69

Re: [FFmpeg-devel] [PATCH] avfilter/dctdnoiz: add slice threading

2014-08-13 Thread Clément Bœsch
On Wed, Aug 13, 2014 at 04:02:57PM +0200, Michael Niedermayer wrote: On Sun, Aug 10, 2014 at 10:09:02PM +0200, Clément Bœsch wrote: --- I have one or two little things to cleanup after this but I think I'm mostly done. The filter is now usable from a performance point of view

Re: [FFmpeg-devel] [PATCH] reset and complete RELEASE_NOTES for the next version

2014-08-13 Thread Clément Bœsch
On Wed, Aug 13, 2014 at 09:00:38PM +0200, Michael Niedermayer wrote: On Wed, Aug 13, 2014 at 08:51:05PM +0200, Clément Bœsch wrote: --- RELEASE_NOTES | 162 +++--- 1 file changed, 19 insertions(+), 143 deletions(-) ok thanks

[FFmpeg-devel] [PATCH 1/5] avutil/pixelutils: add av_pixelutils_bdiff()

2014-08-14 Thread Clément Bœsch
--- doc/APIchanges | 3 +++ libavutil/pixelutils.c | 21 + libavutil/pixelutils.h | 23 +++ libavutil/version.h| 2 +- 4 files changed, 48 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index 067f60f..72cfe96 100644

[FFmpeg-devel] [PATCH 2/5] avfilter/select: use av_pixelutils_bdiff()

2014-08-14 Thread Clément Bœsch
--- libavfilter/f_select.c | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c index 546a940..e1837db 100644 --- a/libavfilter/f_select.c +++ b/libavfilter/f_select.c @@ -251,22 +251,12 @@ static double

[FFmpeg-devel] [PATCH 3/5] avutil/pixelutils: faster pixelutils_sad_[au]_16x16

2014-08-14 Thread Clément Bœsch
~560 → ~500 decicycles This is following the comments from Michael in https://ffmpeg.org/pipermail/ffmpeg-devel/2014-August/160599.html Using 2 registers for accumulator didn't help. On the other hand, some re-ordering between the movs and psadbw allowed going ~538 to ~500. ---

[FFmpeg-devel] [PATCH 4/5] avfilter/select: use SAD 16x16 when w/h are multiples of 16

2014-08-14 Thread Clément Bœsch
Note: this isn't actually faster. pixelutils_sad_a_16x16_sse2() is ~500 decicyles. pixelutils_sad_8x8_mmxext() is ~240 decicyles. Still, the overall decode is bigger when using the former. I don't get it. --- libavfilter/f_select.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-)

[FFmpeg-devel] [PATCH 5/5] avfilter/fieldmatch: use av_pixelutils_bdiff()

2014-08-14 Thread Clément Bœsch
Not that much relevant from a performance PoV because not called often. --- libavfilter/vf_fieldmatch.c | 42 ++ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/libavfilter/vf_fieldmatch.c b/libavfilter/vf_fieldmatch.c index e2aa60b..4935a30

Re: [FFmpeg-devel] [PATCH] ffmpeg: look for encoding options in both avcodec and avformat

2014-08-15 Thread Clément Bœsch
On Fri, Aug 15, 2014 at 10:15:48PM +0200, Michael Niedermayer wrote: On Fri, Aug 15, 2014 at 09:14:26PM +0200, Clément Bœsch wrote: This patch is the same as 8a1714ad85dd5defdf1fb2baba9ababebfa47d01 but applied to encoding. It fixes the current clash of the -password option between tta

Re: [FFmpeg-devel] Invitation to VDD and registration

2014-08-16 Thread Clément Bœsch
On Sat, Aug 16, 2014 at 02:36:00PM +0100, Kieran Kunhya wrote: [...] Whether you like it or not these problems are social issues (cf VDD11) and they will require a social solution. You are the blocking factor and everyone knows it and we say it every VDD. I'm too lazy to make a long mail to

Re: [FFmpeg-devel] [PATCH] avcodec: export motion vectors in frame side data on demand

2014-08-17 Thread Clément Bœsch
On Thu, Aug 14, 2014 at 01:19:10PM +0200, Stefano Sabatini wrote: On date Monday 2014-08-11 15:22:59 +0200, Clément Bœsch encoded: From: Clément Bœsch clem...@stupeflix.com The reasoning behind this addition is that various third party applications are interested in getting some motion

[FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-18 Thread Clément Bœsch
This is adapted from Elemental/libavformat.isom.c.patch by a certain GARYH. The original patch only includes the LE version. See also http://lists.apple.com/archives/quicktime-users/2009/Oct/msg00048.html --- libavformat/isom.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-18 Thread Clément Bœsch
On Mon, Aug 18, 2014 at 11:01:39PM +0200, Clément Bœsch wrote: This is adapted from Elemental/libavformat.isom.c.patch by a certain GARYH. The original patch only includes the LE version. See also http://lists.apple.com/archives/quicktime-users/2009/Oct/msg00048.html --- libavformat

Re: [FFmpeg-devel] [PATCH] avfilter/showcqt: add fontcolor option

2014-08-18 Thread Clément Bœsch
On Mon, Aug 18, 2014 at 06:54:55AM +0700, Muhammad Faiz wrote: This fontcolor option uses arithmetic expression, not color value, so color names aren't available. Thank's --- doc/filters.texi | 20 +++ libavfilter/avf_showcqt.c | 84

Re: [FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-19 Thread Clément Bœsch
On Mon, Aug 18, 2014 at 11:39:26PM +, Carl Eugen Hoyos wrote: Clément Bœsch u at pkh.me writes: +{ AV_CODEC_ID_PCM_S24BE, MKTAG('n', 'i', '2', '4') }, BBC typo */ +{ AV_CODEC_ID_PCM_S24LE, MKTAG('n', 'i', '2', '4') }, /* BBC typo */ Doesn't this patch make

Re: [FFmpeg-devel] Reintroducing FFmpeg to Debian

2014-08-19 Thread Clément Bœsch
Hi, On Tue, Aug 19, 2014 at 10:50:31AM +0200, Ondřej Surý wrote: [...] From the security viewpoint, I would be also interested if ffmpeg has tests and what is current code coverage. That could help avoiding regressions when doing security updates. 1. There are also other tools: llvm/clang

[FFmpeg-devel] [PATCH 1/3] avfilter/showwaves: add center mode.

2014-08-19 Thread Clément Bœsch
From: Clément Bœsch clem...@stupeflix.com --- doc/filters.texi| 3 +++ libavfilter/avf_showwaves.c | 24 +++- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 0ca1d6f..828f2b4 100644 --- a/doc/filters.texi

[FFmpeg-devel] [PATCH 3/3] avfilter/showwaves: add split_channels option.

2014-08-19 Thread Clément Bœsch
From: Clément Bœsch clem...@stupeflix.com --- doc/filters.texi| 3 +++ libavfilter/avf_showwaves.c | 14 ++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 828f2b4..7939018 100644 --- a/doc/filters.texi +++ b/doc

[FFmpeg-devel] [PATCH 2/3] avfilter/showwaves: split out draw sample code.

2014-08-19 Thread Clément Bœsch
From: Clément Bœsch clem...@stupeflix.com --- libavfilter/avf_showwaves.c | 119 +++- 1 file changed, 74 insertions(+), 45 deletions(-) diff --git a/libavfilter/avf_showwaves.c b/libavfilter/avf_showwaves.c index e4911cc..1389e64 100644 --- a/libavfilter

Re: [FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-19 Thread Clément Bœsch
On Tue, Aug 19, 2014 at 01:41:49PM +, Carl Eugen Hoyos wrote: Clément Bœsch u at pkh.me writes: On Mon, Aug 18, 2014 at 11:39:26PM +, Carl Eugen Hoyos wrote: Clément Bœsch u at pkh.me writes: +{ AV_CODEC_ID_PCM_S24BE, MKTAG('n', 'i', '2', '4') }, BBC typo

Re: [FFmpeg-devel] [PATCH 2/3] build: rely on pkg-config for libx264 probing

2014-08-20 Thread Clément Bœsch
On Tue, Jun 17, 2014 at 11:05:39PM +0200, Clément Bœsch wrote: --- Changelog | 2 ++ configure | 4 +--- doc/encoders.texi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 40a7751..268205c 100644 --- a/Changelog +++ b

Re: [FFmpeg-devel] [PATCH 2/3] build: rely on pkg-config for libx264 probing

2014-08-20 Thread Clément Bœsch
On Sat, Aug 16, 2014 at 03:27:17PM +0200, Clément Bœsch wrote: On Fri, Aug 15, 2014 at 06:49:39AM +, Carl Eugen Hoyos wrote: [...] But really that's insane, because I know you will end-up hardcoding all kind of linker flags to these fallback calls, Yes, some external

Re: [FFmpeg-devel] [PATCH 2/3] avfilter/showwaves: split out draw sample code.

2014-08-20 Thread Clément Bœsch
On Wed, Aug 20, 2014 at 11:28:40AM +0200, Paul B Mahol wrote: On 8/19/14, Clement Boesch u...@pkh.me wrote: From: Clement Boesch clem...@stupeflix.com --- libavfilter/avf_showwaves.c | 119 +++- 1 file changed, 74 insertions(+), 45 deletions(-)

Re: [FFmpeg-devel] [PATCH 1/3] avfilter/showwaves: add center mode.

2014-08-20 Thread Clément Bœsch
On Wed, Aug 20, 2014 at 01:02:21PM +0200, Stefano Sabatini wrote: On date Tuesday 2014-08-19 14:47:02 +0200, Clément Bœsch encoded: From: Clément Bœsch clem...@stupeflix.com --- doc/filters.texi| 3 +++ libavfilter/avf_showwaves.c | 24 +++- 2 files

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/showwaves: add split_channels option.

2014-08-20 Thread Clément Bœsch
On Wed, Aug 20, 2014 at 11:27:23AM +0200, Paul B Mahol wrote: On 8/19/14, Clement Boesch u...@pkh.me wrote: From: Clement Boesch clem...@stupeflix.com --- doc/filters.texi| 3 +++ libavfilter/avf_showwaves.c | 14 ++ 2 files changed, 13 insertions(+), 4

Re: [FFmpeg-devel] [PATCH] avfilter/showcqt: add fontcolor option

2014-08-20 Thread Clément Bœsch
On Wed, Aug 20, 2014 at 07:10:56AM +0700, Muhammad Faiz wrote: [...] +static double r_func(void *p, double x) +{ +x = av_clipd(x, 0.0, 1.0); +return (int)(x*255.0+0.5) 16; You can probably use lrint() here: return lrint(av_clipd(x, 0.0, 1.0) * 255.0) 16; [...] +

Re: [FFmpeg-devel] [PATCH] avcodec: export motion vectors in frame side data on demand

2014-08-20 Thread Clément Bœsch
On Wed, Aug 20, 2014 at 11:28:42PM +0200, Clément Bœsch wrote: [...] I'm tired. Please ignore. Sorry for the noise. -- Clément B. pgp3CzeayEKnJ.pgp Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org

[FFmpeg-devel] [PATCH] avutil/motion_vector.h: fix coordinate types

2014-08-20 Thread Clément Bœsch
--- doc/APIchanges| 2 +- libavutil/motion_vector.h | 8 libavutil/version.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 1bed107..1fbeb09 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,7 +15,7 @@

Re: [FFmpeg-devel] [PATCH] avutil/motion_vector.h: fix coordinate types

2014-08-20 Thread Clément Bœsch
On Thu, Aug 21, 2014 at 12:01:51AM +0200, Michael Niedermayer wrote: On Wed, Aug 20, 2014 at 11:30:27PM +0200, Clément Bœsch wrote: --- doc/APIchanges| 2 +- libavutil/motion_vector.h | 8 libavutil/version.h | 2 +- 3 files changed, 6 insertions(+), 6

Re: [FFmpeg-devel] [PATCH] avutil/motion_vector.h: fix coordinate types

2014-08-21 Thread Clément Bœsch
On Thu, Aug 21, 2014 at 07:34:50AM +0200, Clément Bœsch wrote: On Thu, Aug 21, 2014 at 12:01:51AM +0200, Michael Niedermayer wrote: On Wed, Aug 20, 2014 at 11:30:27PM +0200, Clément Bœsch wrote: --- doc/APIchanges| 2 +- libavutil/motion_vector.h | 8 libavutil

Re: [FFmpeg-devel] Filters

2014-08-21 Thread Clément Bœsch
On Mon, Aug 18, 2014 at 06:51:41PM +0100, JULIAN GARDNER wrote: [...] Thanks for this, its 99% what i need apart from I lose the audio on the [vid] output. I want the small picture [160x100] output without audio and the 640x360 output with audio Commandlineffmpeg -threads 0 -i

Re: [FFmpeg-devel] [PATCH] avutil/motion_vector.h: fix coordinate types

2014-08-21 Thread Clément Bœsch
On Thu, Aug 21, 2014 at 11:42:53AM +0200, Michael Niedermayer wrote: On Thu, Aug 21, 2014 at 09:32:29AM +0200, Clément Bœsch wrote: On Thu, Aug 21, 2014 at 07:34:50AM +0200, Clément Bœsch wrote: On Thu, Aug 21, 2014 at 12:01:51AM +0200, Michael Niedermayer wrote: On Wed, Aug 20, 2014

Re: [FFmpeg-devel] [PATCH 2/3] build: rely on pkg-config for libx264 probing

2014-08-21 Thread Clément Bœsch
On Thu, Aug 21, 2014 at 11:23:41AM +, Carl Eugen Hoyos wrote: Clément Bœsch u at pkh.me writes: I thought the purpose is to allow educated developers to use pkg-config while (uneducated) users (like me) will not understand how this is easier than using configure parameters

Re: [FFmpeg-devel] [PATCH 2/3] build: rely on pkg-config for libx264 probing

2014-08-21 Thread Clément Bœsch
On Thu, Aug 21, 2014 at 12:16:35PM +, Carl Eugen Hoyos wrote: Clément Bœsch u at pkh.me writes: [...] Sorry, I seem to have lost track of what you fear will not work if pkg-config is used for x264 detection but will fallback to the current system if pkg-config does not find

Re: [FFmpeg-devel] [PATCH 2/3] build: rely on pkg-config for libx264 probing

2014-08-21 Thread Clément Bœsch
On Thu, Aug 21, 2014 at 02:24:40PM +0200, Clément Bœsch wrote: On Thu, Aug 21, 2014 at 12:16:35PM +, Carl Eugen Hoyos wrote: Clément Bœsch u at pkh.me writes: [...] Sorry, I seem to have lost track of what you fear will not work if pkg-config is used for x264 detection

Re: [FFmpeg-devel] [PATCH] avfilter/showcqt: add fontcolor option

2014-08-23 Thread Clément Bœsch
On Sat, Aug 23, 2014 at 05:51:31AM +0700, Muhammad Faiz wrote: [...] Update patch to the latest master branch. Thank's. Muhammad Faiz --- doc/filters.texi | 26 libavfilter/avf_showcqt.c | 102 --

Re: [FFmpeg-devel] [PATCH 3/5] avutil/pixelutils: faster pixelutils_sad_[au]_16x16

2014-08-23 Thread Clément Bœsch
On Sun, Aug 17, 2014 at 01:51:13PM +0200, Michael Niedermayer wrote: On Thu, Aug 14, 2014 at 11:05:13PM +0200, Clément Bœsch wrote: ~560 → ~500 decicycles This is following the comments from Michael in https://ffmpeg.org/pipermail/ffmpeg-devel/2014-August/160599.html Using 2

Re: [FFmpeg-devel] [PATCH 1/2] avcodec/xan: fix style issue

2014-08-23 Thread Clément Bœsch
On Sat, Aug 23, 2014 at 07:40:21PM +, Paul B Mahol wrote: Signed-off-by: Paul B Mahol one...@gmail.com --- libavcodec/xan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/xan.c b/libavcodec/xan.c index 7489113..bb28916 100644 --- a/libavcodec/xan.c +++

Re: [FFmpeg-devel] [PATCH 2/2] Correct few ffmpeg typos

2014-08-23 Thread Clément Bœsch
On Sat, Aug 23, 2014 at 07:40:22PM +, Paul B Mahol wrote: Signed-off-by: Paul B Mahol one...@gmail.com --- libavcodec/aasc.c| 2 +- libavcodec/cinepak.c | 2 +- libavcodec/cyuv.c| 2 +- libavcodec/flicvideo.c | 2 +- libavcodec/idcinvideo.c |

[FFmpeg-devel] Common mailing-list for API evolutions

2014-08-23 Thread Clément Bœsch
Hi, Kieran suggested tonight on #ffmpeg-devel to have a common mailing-list between the two projects to start communicating again in sane terms. The proposition would be a mailing-list where the 2 projects would send the patches that will make API evolutions. So the projects can continue to drop

Re: [FFmpeg-devel] Common mailing-list for API evolutions

2014-08-23 Thread Clément Bœsch
On Sun, Aug 24, 2014 at 12:27:09AM +0200, Clément Bœsch wrote: Hi, Kieran suggested tonight on #ffmpeg-devel to have a common mailing-list between the two projects to start communicating again in sane terms. The proposition would be a mailing-list where the 2 projects would send

Re: [FFmpeg-devel] Filters

2014-08-24 Thread Clément Bœsch
On Sun, Aug 24, 2014 at 12:06:46AM +0100, JULIAN GARDNER wrote: [...] I tried your suggestion of splitting the -map [vid[0:a] into -map [vid] -map [0:a] and I get the following error message Output with label '0:a' does not exist in any defined filter graph, or is already used elsewhere.

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-24 Thread Clément Bœsch
On Wed, Aug 13, 2014 at 02:11:26PM -0300, James Almer wrote: On 13/08/14 1:52 PM, Reimar Döffinger wrote: On 13.08.2014, at 12:48, Ronald S. Bultje rsbul...@gmail.com wrote: Might it be useful to add some of those special samples to fate? Probably. The first 10 frames of the sample

Re: [FFmpeg-devel] [PATCH] tests: switch to a test image that is under public domain

2014-08-26 Thread Clément Bœsch
On Tue, Aug 26, 2014 at 01:52:19PM +0200, Michael Niedermayer wrote: [...] I'm fine with the patch, even though Lena has a special meaning in video processing... yep, i wonder if this is the best solution after sleepng over it. the lena image is well known, also people know how girls look,

Re: [FFmpeg-devel] [PATCH] vp9: ignore reference segmentation map if error_resilience flag is set.

2014-08-27 Thread Clément Bœsch
On Sun, Aug 24, 2014 at 08:20:19PM +0200, Michael Niedermayer wrote: On Sun, Aug 24, 2014 at 07:37:59PM +0200, Clément Bœsch wrote: On Wed, Aug 13, 2014 at 02:11:26PM -0300, James Almer wrote: On 13/08/14 1:52 PM, Reimar Döffinger wrote: On 13.08.2014, at 12:48, Ronald S. Bultje rsbul

Re: [FFmpeg-devel] [RFC] Bug bounties

2014-08-28 Thread Clément Bœsch
On Thu, Aug 28, 2014 at 02:15:45AM +0200, Michael Niedermayer wrote: On Wed, Aug 27, 2014 at 11:47:59PM +0200, Clément Bœsch wrote: On Wed, Aug 27, 2014 at 10:16:12PM +0200, Michael Niedermayer wrote: Hi all I was thinking about if we should put an automatic 50 USD bounty on every

Re: [FFmpeg-devel] [PATCH 2/3] build: rely on pkg-config for libx264 probing

2014-08-28 Thread Clément Bœsch
On Thu, Aug 21, 2014 at 02:34:42PM +0200, Clément Bœsch wrote: On Thu, Aug 21, 2014 at 02:24:40PM +0200, Clément Bœsch wrote: On Thu, Aug 21, 2014 at 12:16:35PM +, Carl Eugen Hoyos wrote: Clément Bœsch u at pkh.me writes: [...] Sorry, I seem to have lost track of what you

Re: [FFmpeg-devel] [PATCH 2/3] build: rely on pkg-config for libx264 probing

2014-08-28 Thread Clément Bœsch
On Thu, Aug 28, 2014 at 01:18:55PM +, Carl Eugen Hoyos wrote: Clément Bœsch u at pkh.me writes: Did you try the patch with pkg-config only detection? And try to add --pkg-config=true to trick the detect function. So, I did try myself Sorry, I was away and still didn't test

Re: [FFmpeg-devel] [PATCH] tests: Download lena.pnm if its missing from the source tree

2014-08-28 Thread Clément Bœsch
On Thu, Aug 28, 2014 at 02:12:14PM +0200, Andreas Cadhalpun wrote: On 28.08.2014 14:01, Carl Eugen Hoyos wrote: Andreas Cadhalpun andreas.cadhalpun at googlemail.com writes: But I'm fine with moving lena.pnm to the FATE samples, which are downloaded with 'make fate-rsync'. Attached patch

Re: [FFmpeg-devel] [libav-devel] Common mailing-list for API evolutions

2014-08-28 Thread Clément Bœsch
On Thu, Aug 28, 2014 at 06:58:57PM +0200, Anton Khirnov wrote: [...] Second, how do you propose this arrangement will actually function? As you probably know, I see many of the API additions done in your project as ugly hacks, and would be strongly opposed to having them in our tree in their

Re: [FFmpeg-devel] [PATCH] tests: Download lena.pnm if its missing from the source tree

2014-08-28 Thread Clément Bœsch
On Thu, Aug 28, 2014 at 07:28:07PM +0200, Andreas Cadhalpun wrote: On 28.08.2014 17:53, Clément Bœsch wrote: ffplay http://lucy.pkh.me/lena.pnm File size and dimensions are the same, and we can of course keep the file name since the person looks like Lena a bit. Would that one be OK

Re: [FFmpeg-devel] [libav-devel] Common mailing-list for API evolutions

2014-08-28 Thread Clément Bœsch
On Fri, Aug 29, 2014 at 01:00:45AM +0200, Diego Biurrun wrote: On Sun, Aug 24, 2014 at 12:28:56AM +0200, Clément Bœsch wrote: Kieran suggested tonight on #ffmpeg-devel to have a common mailing-list between the two projects to start communicating again in sane terms. The proposition

Re: [FFmpeg-devel] [PATCH] doc/demuxers: document gif demuxer

2014-08-28 Thread Clément Bœsch
On Thu, Aug 28, 2014 at 04:27:08PM -0800, Lou Logan wrote: Signed-off-by: Lou Logan l...@lrcd.com --- doc/demuxers.texi | 26 ++ 1 file changed, 26 insertions(+) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index d51b9d0..7b96d85 100644 ---

Re: [FFmpeg-devel] [PATCH] doc/demuxers: document gif demuxer

2014-08-28 Thread Clément Bœsch
On Fri, Aug 29, 2014 at 07:47:41AM +0200, Clément Bœsch wrote: On Thu, Aug 28, 2014 at 04:27:08PM -0800, Lou Logan wrote: Signed-off-by: Lou Logan l...@lrcd.com --- doc/demuxers.texi | 26 ++ 1 file changed, 26 insertions(+) diff --git a/doc/demuxers.texi b

Re: [FFmpeg-devel] [PATCH] lavu/hash.c: Add missing static const.

2014-08-29 Thread Clément Bœsch
On Fri, Aug 29, 2014 at 06:34:52PM +0200, Reimar Döffinger wrote: Signed-off-by: Reimar Döffinger reimar.doeffin...@gmx.de --- libavutil/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/hash.c b/libavutil/hash.c index 773f29e..979fdd9 100644 ---

Re: [FFmpeg-devel] [PATCH] lavu/hash.c: Add missing static const.

2014-08-30 Thread Clément Bœsch
On Sat, Aug 30, 2014 at 04:36:57PM +0200, Reimar Döffinger wrote: On Fri, Aug 29, 2014 at 09:29:46PM +0200, Clément Bœsch wrote: On Fri, Aug 29, 2014 at 06:34:52PM +0200, Reimar Döffinger wrote: Signed-off-by: Reimar Döffinger reimar.doeffin...@gmx.de --- libavutil/hash.c | 2 +- 1

Re: [FFmpeg-devel] [PATCH] lavu/hash.c: Add missing static const.

2014-08-31 Thread Clément Bœsch
On Sun, Aug 31, 2014 at 10:46:29AM +0200, Reimar Döffinger wrote: On Sat, Aug 30, 2014 at 11:23:52PM +0200, Reimar Döffinger wrote: On 30.08.2014, at 21:50, Clément Bœsch u...@pkh.me wrote: On Sat, Aug 30, 2014 at 04:36:57PM +0200, Reimar Döffinger wrote: On Fri, Aug 29, 2014 at 09:29

Re: [FFmpeg-devel] [PATCH] add silenceremove filter

2014-08-31 Thread Clément Bœsch
On Fri, Aug 29, 2014 at 06:22:36PM +, Paul B Mahol wrote: Signed-off-by: Paul B Mahol one...@gmail.com --- doc/filters.texi | 62 ++ libavfilter/Makefile | 1 + libavfilter/af_silenceremove.c | 478 +

  1   2   3   4   5   6   7   8   9   10   >