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

2014-07-14 Thread Reimar Döffinger
On 14.07.2014, at 04:55, Hanspeter Niederstrasser niederstras...@gmail.com wrote: The AVFoundation indev uses kCVPixelFormatType_OneComponent8, but that only exists on 10.8 and up. This puts it behind a #if. It's not ideal. Maybe not worth the effort, but it would be better if a version

[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] [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/bugreports

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 db0comp...@gmail.com wrote: On Mon, Jul 14, 2014 at 12:32 PM, James Darnley james.darn...@gmail.com wrote: On 2014-07-14 12:23, db0 company wrote: On Mon, Jul 14, 2014 at 12:15 PM, James Darnley james.darn...@gmail.com wrote: Why are there

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 geo...@nsup.org 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.

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

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 reimar.doeffin...@gmx.de 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

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 geo...@nsup.org 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

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 don't

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

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

2014-07-14 Thread Anshul Maheshwari
On 7/13/14, Michael Niedermayer michae...@gmx.at 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 er.anshul.maheshw...@gmail.com --- MAINTAINERS | 2 ++ 1 file changed, 2

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