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
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
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
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
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
> >> >
> >> > ---
>
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
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 --
---
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
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
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
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_
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
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
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
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
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
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.
> >
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
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">
> +
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
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.
>>
>>
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
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
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
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(+
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
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 +
From: db0company
+ Consulting page new design
+ Reordered left menu
+ Donations new design
---
src/consulting | 195 +---
src/contact| 287 ++---
src/donations | 83 +++-
src/download
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
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
@
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
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
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
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
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
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
36 matches
Mail list logo