Re: [FFmpeg-devel] [PATCH] avutil: disable arch specific intmath routines if optimizations are disabled

2016-02-16 Thread Yu Xiaolei
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 |

[FFmpeg-devel] [PATCH] lavf/file: prefer lseek64 to lseek

2014-10-08 Thread Yu Xiaolei
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

Re: [FFmpeg-devel] [PATCH v2] lavf: fix 2GB file seek limit on Android

2014-10-08 Thread Yu Xiaolei
--- 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

[FFmpeg-devel] [PATCH] build: mov_muxer requires ac3_parser

2014-10-14 Thread Yu Xiaolei
--- 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

[FFmpeg-devel] [PATCH] lavf/avio: clarify the buffer parameter of avio_alloc_context

2014-11-25 Thread Yu Xiaolei
--- 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

[FFmpeg-devel] [PATCH] swr: allow passing of AVFrame.data to swr_convert without, cast in C++ code

2014-12-05 Thread Yu Xiaolei
--- 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 @@ -

[FFmpeg-devel] [PATCH] avcodec/libx264: expose nv21 input support

2015-07-31 Thread Yu Xiaolei
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

[FFmpeg-devel] About the future of component registration APIs

2018-05-09 Thread Yu Xiaolei
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

[FFmpeg-devel] [PATCH] build: rawvideo decoder depends on bswapdsp

2014-07-10 Thread Yu Xiaolei
--- 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_