Re: [FFmpeg-devel] [PATCH] Revert "lavc/utils: Do not require dimensions for PNG."

2014-07-14 Thread Reimar Döffinger
On 14.07.2014, at 00:15, wm4 wrote: > On Sun, 13 Jul 2014 22:17:44 +0200 > Reimar Döffinger wrote: > >> On Sun, Jul 13, 2014 at 08:38:44PM +0200, wm4 wrote >> >>> A project specific hack for >>> something that used the API incorrectly. I surely hope mplayer fixed >>> this in the meantime on the

[FFmpeg-devel] [PATCH] doc/filters: fixing typo

2014-07-14 Thread Muhammad Faiz
Fixing typo at showcqt section. Thank's From 3edee97ea807ce8f7814110443aec8af6e69f110 Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Mon, 14 Jul 2014 14:13:59 +0700 Subject: [PATCH] doc/filters: fixing typo --- doc/filters.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[FFmpeg-devel] [PATCH 03/16] web/about: New design for the about page, content unchanged

2014-07-14 Thread Clément Bœsch
From: db0company --- src/about | 149 ++--- src/index | 2 +- src/template_head2 | 3 +- style.less | 46 + 4 files changed, 143 insertions(+), 57 deletions(-) diff --git a/src/about b/src/about index

[FFmpeg-devel] [PATCH 07/16] web/documentation: Anchors in the menu to the documentation

2014-07-14 Thread Clément Bœsch
From: db0company --- src/documentation | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/documentation b/src/documentation index 97805a0..8fb7677 100644 --- a/src/documentation +++ b/src/documentation @@ -8,7 +8,7 @@ - + Command Line T

[FFmpeg-devel] [PATCH 05/16] web/projects: New design with lists for Projects page

2014-07-14 Thread Clément Bœsch
From: db0company --- src/projects | 321 ++- style.less | 7 ++ 2 files changed, 168 insertions(+), 160 deletions(-) diff --git a/src/projects b/src/projects index 9394728..51f8310 100644 --- a/src/projects +++ b/src/projects @@ -1,164

[FFmpeg-devel] [PATCH 06/16] web/documentation: New design for documentation page

2014-07-14 Thread Clément Bœsch
From: db0company --- src/documentation | 200 +- 1 file changed, 121 insertions(+), 79 deletions(-) diff --git a/src/documentation b/src/documentation index 6ce50f1..97805a0 100644 --- a/src/documentation +++ b/src/documentation @@ -1,83 +1,12

[FFmpeg-devel] [PATCH 09/16] web: Various UI improvements based on IRC feedback

2014-07-14 Thread Clément Bœsch
From: db0company + Consulting page new design + Reordered left menu + Donations new design --- src/consulting | 195 +--- src/contact| 287 ++--- src/donations | 83 +++- src/download

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

2014-07-14 Thread Clément Bœsch
From: db0company --- 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 @@ - + @@ -20,7 +

[FFmpeg-devel] [PATCH 08/16] web/bugreports: New design for the bug report page

2014-07-14 Thread Clément Bœsch
From: db0company --- src/bugreports | 250 +++ src/bugreports_title | 2 +- src/template_head2 | 2 +- style.less | 15 +++- 4 files changed, 151 insertions(+), 118 deletions(-) diff --git a/src/bugreports b/src/bugreports i

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

2014-07-14 Thread Clément Bœsch
From: db0company --- .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 --- a/.gitignore +++ b/.gitignore @

Re: [FFmpeg-devel] [PATCH] doc/filters: fixing typo

2014-07-14 Thread Michael Niedermayer
On Mon, Jul 14, 2014 at 12:37:12AM -0700, Muhammad Faiz wrote: > Fixing typo at showcqt section. > > Thank's > From 3edee97ea807ce8f7814110443aec8af6e69f110 Mon Sep 17 00:00:00 2001 > From: Muhammad Faiz > Date: Mon, 14 Jul 2014 14:13:59 +0700 > Subject: [PATCH] doc/filters: fixing typo applied

Re: [FFmpeg-devel] [PATCH] Add a release note for 2.3

2014-07-14 Thread Michael Niedermayer
On Sun, Jul 13, 2014 at 07:04:57PM -0700, Timothy Gu wrote: > Based on a patch by Clément Bœsch . > > Signed-off-by: Timothy Gu > --- > > Moved API info up per IRC > > --- > > RELEASE_NOTES | 172 > ++ > 1 file changed, 172 insertions(+

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread James Darnley
On 2014-07-14 10:31, Clément Bœsch wrote: > src/about | 2 - > src/about_js | 0 > src/about_title | 2 +- > src/archive | 2 - > src/archive_js| 0 > src/archive_title | 2 +- > src/bugrep

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread db0 company
On Mon, Jul 14, 2014 at 12:15 PM, James Darnley wrote: > > On 2014-07-14 10:31, Clément Bœsch wrote: > > src/about | 2 - > > src/about_js | 0 > > src/about_title | 2 +- > > src/archive | 2 - > > src/archive_js

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread James Darnley
On 2014-07-14 12:23, db0 company wrote: > On Mon, Jul 14, 2014 at 12:15 PM, James Darnley > wrote: >> Why are there so many empty files? > > All the *_js files are included to add extra javascript code at the > end of the page. > > For instance, the download page requires a bit of javascript to

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread db0 company
On Mon, Jul 14, 2014 at 12:32 PM, James Darnley wrote: > On 2014-07-14 12:23, db0 company wrote: >> On Mon, Jul 14, 2014 at 12:15 PM, James Darnley >> wrote: >>> Why are there so many empty files? >> >> All the *_js files are included to add extra javascript code at the >> end of the page. >> >>

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread compn
On Mon, 14 Jul 2014 12:34:46 +0200 db0 company wrote: > On Mon, Jul 14, 2014 at 12:32 PM, James Darnley > wrote: > > On 2014-07-14 12:23, db0 company wrote: > >> On Mon, Jul 14, 2014 at 12:15 PM, James Darnley > >> wrote: > >>> Why are there so many empty files? > >> > >> All the *_js files are

Re: [FFmpeg-devel] [PATCH 01/16] web: Modernize with Bower, Bootstrap, LESS

2014-07-14 Thread compn
On Mon, 14 Jul 2014 10:31:03 +0200 Clément Bœsch wrote: > From: db0company > > --- a/src/template_head2 > +++ b/src/template_head2 > + > + content="width=device-width,initial-scale=1.0"> > +

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

2014-07-14 Thread Lukasz Marek
On 11 July 2014 20:34, Nicolas George wrote: > Le tridi 23 messidor, an CCXXII, Lukasz Marek a écrit : > > Hi, any comments, if not I will sent pull request tomorrow including > > libssh and ftp implementations (with minor changes) > > Sorry, I did not follow the thread carefully enough. Could yo

Re: [FFmpeg-devel] [PATCH] Revert "lavc/utils: Do not require dimensions for PNG."

2014-07-14 Thread wm4
On Mon, 14 Jul 2014 01:57:52 +0200 Michael Niedermayer wrote: > On Sun, Jul 13, 2014 at 07:32:56PM +0100, Derek Buitenhuis wrote: > > mplayer-specifc hacks should not be in our codebase. mplayer should fix > > it's own code. It is not our responsibility to work around their broken > > code. > >

Re: [FFmpeg-devel] [PATCH] Revert "lavc/utils: Do not require dimensions for PNG."

2014-07-14 Thread wm4
On Mon, 14 Jul 2014 09:15:20 +0200 Reimar Döffinger wrote: > I actually think it worked with a lot of formats, not just PNG (which is not > an argument for the hack though). This is also related to encoders which can > in principle support resolution changes. That is true, but even the MJPEG e

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

2014-07-14 Thread Nicolas George
Le sextidi 26 messidor, an CCXXII, Lukasz Marek a écrit : > Nicolas, do you need more time or I can send pull request? Sorry, I am in the middle of preparing luggages. Can you give me 24 more hours. Regards, -- Nicolas George signature.asc Description: Digital signature

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

2014-07-14 Thread Lukasz Marek
On 14 July 2014 14:00, Nicolas George wrote: > Le sextidi 26 messidor, an CCXXII, Lukasz Marek a écrit : > > Nicolas, do you need more time or I can send pull request? > > Sorry, I am in the middle of preparing luggages. Can you give me 24 more > hours. > No problem, no hurry, just let me know w

Re: [FFmpeg-devel] [PATCH] kCVPixelFormatType_OneComponent8only exists from 10.8 onward

2014-07-14 Thread Carl Eugen Hoyos
Reimar Döffinger gmx.de> writes: > In other words, I think the check should be about whether > the header provides that definition, not what minimum OSX > version we compile for. Isn't this exactly what the check does? Carl Eugen ___ ffmpeg-devel m

Re: [FFmpeg-devel] [PATCH] Revert "lavc/utils: Do not require dimensions for PNG."

2014-07-14 Thread Derek Buitenhuis
On 7/14/2014 8:15 AM, Reimar Döffinger wrote: > There is also the issue about how much sense the check makes: while I decided > to do it (slightly) more properly, a "fix" would be to just set width/height > to 320x240 no matter what you actually encode in the end. This is a bad idea. API users d

Re: [FFmpeg-devel] [PATCH 2/2] lavf: Add WebM DASH Manifest Muxer

2014-07-14 Thread Vignesh Venkatasubramanian
On Thu, Jul 10, 2014 at 12:58 PM, Michael Niedermayer wrote: > On Mon, Jul 07, 2014 at 01:41:34PM -0700, Vignesh Venkatasubramanian wrote: >> This patch adds the ability to generate WebM DASH manifest XML using >> ffmpeg. A sample command line would be as follows: >> >> ffmpeg \ >> -f webm_dash_

[FFmpeg-devel] [PATCH 2/2] lavf: Add WebM DASH Manifest Muxer

2014-07-14 Thread Vignesh Venkatasubramanian
This patch adds the ability to generate WebM DASH manifest XML using ffmpeg. A sample command line would be as follows: ffmpeg \ -f webm_dash_manifest -i video1.webm \ -f webm_dash_manifest -i video2.webm \ -f webm_dash_manifest -i audio1.webm \ -f webm_dash_manifest -i audio2.webm \ -ma

[FFmpeg-devel] [PATCH] disable compule_edt in case of filters

2014-07-14 Thread Anshul Maheshwari
From: Anshul Maheshwari --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 3d23ee6..0b1f930 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2283,7 +2283,7 @@ static int init_input_stream(int ist_index, char *error, int error_len) ist->de

[FFmpeg-devel] [PATCH] disable compule_edt in case of filters

2014-07-14 Thread Anshul Maheshwari
--- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 3d23ee6..0b1f930 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2283,7 +2283,7 @@ static int init_input_stream(int ist_index, char *error, int error_len) ist->dec_ctx->thread_safe_callbac

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add Subtitle maintainer

2014-07-14 Thread Anshul Maheshwari
On 7/13/14, Michael Niedermayer wrote: > On Sun, Jul 13, 2014 at 02:05:46PM +0200, Clément Bœsch wrote: >> On Sun, Jul 13, 2014 at 03:32:19PM +0530, Anshul Maheshwari wrote: >> > From: Anshul Maheshwari >> > >> > --- >> > MAINTAINERS | 2 ++ >> > 1 file changed, 2 insertions(+) >> > >> > diff --

Re: [FFmpeg-devel] [PATCH] disable compule_edt in case of filters

2014-07-14 Thread Nicolas George
Le septidi 27 messidor, an CCXXII, Anshul Maheshwari a écrit : > --- > ffmpeg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ffmpeg.c b/ffmpeg.c > index 3d23ee6..0b1f930 100644 > --- a/ffmpeg.c > +++ b/ffmpeg.c > @@ -2283,7 +2283,7 @@ static int init_input_stream(int i

Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add Subtitle maintainer

2014-07-14 Thread Michael Niedermayer
On Tue, Jul 15, 2014 at 01:05:22AM +0530, Anshul Maheshwari wrote: > On 7/13/14, Michael Niedermayer wrote: > > On Sun, Jul 13, 2014 at 02:05:46PM +0200, Clément Bœsch wrote: > >> On Sun, Jul 13, 2014 at 03:32:19PM +0530, Anshul Maheshwari wrote: > >> > From: Anshul Maheshwari > >> > > >> > --- >

[FFmpeg-devel] [PATCH] RELEASE_NOTES: Mention Libav and add codename

2014-07-14 Thread Timothy Gu
Signed-off-by: Timothy Gu --- RELEASE_NOTES | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index ef773a8..349995f 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,15 +1,15 @@ - ┌─┐ - │ R

[FFmpeg-devel] [PATCH] doc/utils: add missing `@c man end` title

2014-07-14 Thread Timothy Gu
Signed-off-by: Timothy Gu --- doc/utils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/utils.texi b/doc/utils.texi index 5abfb0c..c46ad45 100644 --- a/doc/utils.texi +++ b/doc/utils.texi @@ -1031,7 +1031,7 @@ indication of the corresponding powers of 10 and of 2. 10

Re: [FFmpeg-devel] [PATCH] RELEASE_NOTES: Mention Libav and add codename

2014-07-14 Thread Michael Niedermayer
On Mon, Jul 14, 2014 at 04:16:29PM -0700, Timothy Gu wrote: > Signed-off-by: Timothy Gu > --- > RELEASE_NOTES | 21 +++-- > 1 file changed, 11 insertions(+), 10 deletions(-) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaki

Re: [FFmpeg-devel] [PATCH] disable compule_edt in case of filters

2014-07-14 Thread Anshul
On July 15, 2014 3:07:23 AM IST, Nicolas George wrote: >Le septidi 27 messidor, an CCXXII, Anshul Maheshwari a écrit : >> --- >> ffmpeg.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/ffmpeg.c b/ffmpeg.c >> index 3d23ee6..0b1f930 100644 >> --- a/ffmpeg.c >> +++ b/ff