On Thu, Jan 01, 2015 at 10:08:34PM +0100, Werner Robitza wrote:
> ffmpeg looks for both .ffpreset and .avpreset files in addition to
> checking the FFMPEG_DATADIR and AVCONV_DATADIR.
>
> Added a paragraph explaining that both are included for compatibility
> reasons.
>
> Removed a superfluous sec
ffmpeg looks for both .ffpreset and .avpreset files in addition to
checking the FFMPEG_DATADIR and AVCONV_DATADIR.
Added a paragraph explaining that both are included for compatibility
reasons.
Removed a superfluous section from "Examples" (7.1) which mentioned
AVCONV_DATADIR and .avpreset. It wa
On Thu, Jan 1, 2015 at 9:14 PM, Michael Niedermayer wrote:
> i hope our docs are correct, we do support avpreset & AVCONV_DATADIR
> as well for compatibility with libav
I see, thanks. Then it should probably mention both. I'll send a new patch.
___
ffmp
On Wed, Dec 31, 2014 at 10:09:30PM +0100, Werner Robitza wrote:
> Probably something from Libav that got carried over. ffmpeg uses .ffpreset
> files instead of .avpreset, and it uses $FFMPEG_DATADIR instead of
> $AVCONV_DATADIR.
>
> Signed-off-by: Werner Robitza
> ---
> doc/ffmpeg.texi | 6 +++--
---
src/contact |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/contact b/src/contact
index 130addf..7233806 100644
--- a/src/contact
+++ b/src/contact
@@ -35,7 +35,8 @@
https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-devel/";>
ffmpeg-devel
On Thu, Jan 01, 2015 at 02:56:26PM +0100, Marton Balint wrote:
>
> On Sat, 27 Dec 2014, Michael Niedermayer wrote:
>
> >On Thu, Dec 25, 2014 at 07:57:02PM +0100, Marton Balint wrote:
> >>Signed-off-by: Marton Balint
> >>---
> >> ffplay.c | 4
> >> 1 file changed, 4 deletions(-)
> >
> >LGTM
>
On Fri, Jan 02, 2015 at 01:27:51AM +0800, zhaoxiu.zeng wrote:
> 在 2015/1/1 11:49, Michael Niedermayer 写道:
> > On Thu, Jan 01, 2015 at 10:13:58AM +0800, zhaoxiu.zeng wrote:
> >> libavcodec/utils.c | 68
> >> --
> >> 1 file changed, 56 insertions(
在 2015/1/1 11:49, Michael Niedermayer 写道:
> On Thu, Jan 01, 2015 at 10:13:58AM +0800, zhaoxiu.zeng wrote:
>> libavcodec/utils.c | 68
>> --
>> 1 file changed, 56 insertions(+), 12 deletions(-)
>>
>> diff --git a/libavcodec/utils.c b/libavcodec/u
On Sat, 27 Dec 2014, Michael Niedermayer wrote:
On Thu, Dec 25, 2014 at 07:57:02PM +0100, Marton Balint wrote:
Signed-off-by: Marton Balint
---
ffplay.c | 4
1 file changed, 4 deletions(-)
LGTM
Hello Michael,
Please merge from my stable branch for the ffplay patch series:
8c1f5fb
On 01.01.2015, at 12:49, Clément Bœsch wrote:
> On Thu, Jan 01, 2015 at 12:43:52PM +0100, Reimar Döffinger wrote:
>> On 01.01.2015, at 12:04, Clément Bœsch wrote:
>>> On Thu, Jan 01, 2015 at 11:40:25AM +0100, Reimar Döffinger wrote:
+enabled libx264 && use_pkg_config x264 "st
On Thu, Jan 01, 2015 at 12:43:52PM +0100, Reimar Döffinger wrote:
> On 01.01.2015, at 12:04, Clément Bœsch wrote:
> > On Thu, Jan 01, 2015 at 11:40:25AM +0100, Reimar Döffinger wrote:
> >>
> >> +enabled libx264 && use_pkg_config x264 "stdint.h x264.h"
> >> x264_encoder_encode -lx264 &&
On 01.01.2015, at 12:04, Clément Bœsch wrote:
> On Thu, Jan 01, 2015 at 11:40:25AM +0100, Reimar Döffinger wrote:
>>
>> +enabled libx264 && use_pkg_config x264 "stdint.h x264.h"
>> x264_encoder_encode -lx264 &&
>> { check_cpp_condition x264.h "X264_BUILD >=
On Thu, Jan 01, 2015 at 11:40:25AM +0100, Reimar Döffinger wrote:
> Make require_pkg_config check for extra argument that should not be
> there.
> Change use_pkg_config to allow specifying fallback libs and cflags.
>
> Signed-off-by: Reimar Döffinger
> ---
> configure | 22 +++---
Make require_pkg_config check for extra argument that should not be
there.
Change use_pkg_config to allow specifying fallback libs and cflags.
Signed-off-by: Reimar Döffinger
---
configure | 22 +++---
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/configure b/con
Make require_pkg_config check for extra argument that should not be
there.
Change use_pkg_config to allow specifying fallback libs and cflags.
Signed-off-by: Reimar Döffinger
---
configure | 21 ++---
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/configure b/conf
On Thu, Jan 01, 2015 at 03:34:15AM +0100, Michael Niedermayer wrote:
> Suggested-by: Reimar
> Signed-off-by: Michael Niedermayer
> ---
> Changelog |1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Changelog b/Changelog
> index 37ce0f0..e9d8355 100644
> --- a/Changelog
> +++ b/Changelog
Before the prefix was silently dropped if --toolchain was specified.
Signed-off-by: Reimar Döffinger
---
configure | 36 ++--
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/configure b/configure
index 5c1cbca..1aaadd4 100755
--- a/configure
+++ b/
Useful to select e.g. between mingw32, 32-bit mingw64 and 64-bit mingw64
toolchains, which all are not cross-compilation toolchains.
Signed-off-by: Reimar Döffinger
---
configure | 8
1 file changed, 8 insertions(+)
diff --git a/configure b/configure
index 9085200..5c1cbca 100755
--- a
18 matches
Mail list logo