On Tue, Feb 16, 2016 at 9:01 PM, Michael Niedermayer wrote:
> On Tue, Feb 16, 2016 at 02:40:10PM +0800, Xiaolei Yu wrote:
> > Current intmath routines for arm require inter-procedure constant
> propagation
> > and fail to compile when optimizations are disabled.
> > ---
> > configure |
This fixes 2GB seek limit on Android, because NDK does not handle
_FILE_OFFSET_BITS (https://code.google.com/p/android/issues/detail?id=64613).
---
configure | 2 ++
libavformat/file.c | 4
2 files changed, 6 insertions(+)
diff --git a/configure b/configure
index 2a20d03..e8dc71d
---
libavformat/os_support.h | 7 +++
1 file changed, 7 insertions(+)
diff --git a/libavformat/os_support.h b/libavformat/os_support.h
index 1522740..0b9fd49 100644
--- a/libavformat/os_support.h
+++ b/libavformat/os_support.h
@@ -56,6 +56,13 @@
#define mkdir(a, b) _mkdir(a)
#endif
+#ifd
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index cda463d..3e7143c 100755
--- a/configure
+++ b/configure
@@ -2413,7 +2413,7 @@ matroska_muxer_select="riffenc"
mmf_muxer_select="riffenc"
mov_demuxer_select="riffdec"
mov_demuxer_suggest
---
libavformat/avio.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 86f754e..b9b4017 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -186,6 +186,9 @@ int avio_check(const char *url, int flags);
*
* @param buffer Memory block
---
libswresample/swresample.c | 4 ++--
libswresample/swresample.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libswresample/swresample.c b/libswresample/swresample.c
index b0bd697..a154674 100644
--- a/libswresample/swresample.c
+++ b/libswresample/swresample.c
@@ -
libx264 added support for NV21 input recently.
---
libavcodec/libx264.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 5da816e..c017685 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -381,6 +381,9 @@ static int convert
Hello,
I noticed that commit 7e8eba2d87 deprecated avcodec_register and there was
some disagreement on this issue. Will there be some sort of replacement for
it?
We want to build ffmpeg in a way that only the most frequently used
components are shipped initially and others are downloaded on demand
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index d17abb9..bd49b8b 100755
--- a/configure
+++ b/configure
@@ -2136,7 +2136,7 @@ qdm2_decoder_select="mdct rdft mpegaudiodsp"
ra_144_encoder_select="audio_frame_queue lpc audiodsp"
ra_144_