[FFmpeg-devel] [PATCH] configure: Check for SecItemImport for securetransport as well

2015-05-30 Thread Rodger Combs
This fixes the default build on iOS; eventually I should come up with a better solution for that platform. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fb7ec68..fe3d25d 100755 --- a/configure +++ b/configure @@ -5218,7 +5218,7 @@ fi

Re: [FFmpeg-devel] [PATCH] libavformat/tls_securetransport: silence uninitialized value warning

2015-05-30 Thread Michael Niedermayer
On Sat, May 30, 2015 at 09:45:22PM -0500, Rodger Combs wrote: > --- > libavformat/tls_securetransport.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavformat/tls_securetransport.c > b/libavformat/tls_securetransport.c > index 9951b90..c90eab7 100644 > --- a/lib

Re: [FFmpeg-devel] [PATCH] avfilter/vf_fade: Force alpha pixel format if alpha is set to 1

2015-05-30 Thread Michael Niedermayer
On Thu, May 28, 2015 at 01:50:29AM +0200, Michael Niedermayer wrote: > Fixes Ticket4321 > > Signed-off-by: Michael Niedermayer > --- > libavfilter/vf_fade.c | 26 ++ > 1 file changed, 22 insertions(+), 4 deletions(-) applied [...] -- Michael GnuPG fingerprint: 9F

[FFmpeg-devel] [PATCH] libavformat/tls_securetransport: silence uninitialized value warning

2015-05-30 Thread Rodger Combs
--- libavformat/tls_securetransport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/tls_securetransport.c b/libavformat/tls_securetransport.c index 9951b90..c90eab7 100644 --- a/libavformat/tls_securetransport.c +++ b/libavformat/tls_securetransport.c @@ -350

[FFmpeg-devel] [PATCH] avformat/concatdec: Check that the opened file contains a stream.

2015-05-30 Thread Michael Niedermayer
Fixes segfault from ticket 4350 Signed-off-by: Michael Niedermayer --- libavformat/concatdec.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c index 07db9f9..9b482e2 100644 --- a/libavformat/concatdec.c +++ b/libavformat/concatdec.c

Re: [FFmpeg-devel] [PATCH] avcodec: loongson3 optimized mpegvideo dct unquantize and denoise with mmi

2015-05-30 Thread Michael Niedermayer
On Thu, May 28, 2015 at 10:47:27AM +0800, 周晓勇 wrote: > > > > > -原始邮件- > > 发件人: "Michael Niedermayer" > > 发送时间: 2015年5月27日 星期三 > > 收件人: "FFmpeg development discussions and patches" > > 抄送: > > 主题: Re: [FFmpeg-devel] [PATCH] avcodec: loongson3 optimized mpegvideo dct > > unquantize and

Re: [FFmpeg-devel] Off topic question about format specifiers in the C stdlib

2015-05-30 Thread Gonzalo Garramuno
On 30/05/15 13:24, Marcus Johnson wrote: I'm writing my own Video codec, and I'm trying to take multiple frames as the input with a specifier like %03d, is there a stdlib function for this, or will I have to write it myself? ___ ffmpeg-devel mailing lis

Re: [FFmpeg-devel] [PATCH] network: prevent SIGPIPE on OSX

2015-05-30 Thread Michael Niedermayer
On Sat, May 30, 2015 at 08:50:43PM +0200, wm4 wrote: > OSX does not know MSG_NOSIGNAL, and provides its own non-standard > mechanism instead. I guess Apple hates standards. > --- > libavformat/network.c | 4 > 1 file changed, 4 insertions(+) applied thanks [...] -- Michael GnuPG fin

Re: [FFmpeg-devel] [libav-devel] [PATCH] libopenjpegdec: check existence of image component data

2015-05-30 Thread Andreas Cadhalpun
On 30.05.2015 20:33, Michael Niedermayer wrote: > On Sat, May 30, 2015 at 08:01:53PM +0200, Andreas Cadhalpun wrote: >> On 30.05.2015 19:21, Michael Niedermayer wrote: >>> On Sat, May 30, 2015 at 10:09:54AM -0700, Michael Bradshaw wrote: On Sat, May 30, 2015 at 7:50 AM, Andreas Cadhalpun < >>>

[FFmpeg-devel] [PATCH] network: prevent SIGPIPE on OSX

2015-05-30 Thread wm4
OSX does not know MSG_NOSIGNAL, and provides its own non-standard mechanism instead. I guess Apple hates standards. --- libavformat/network.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/network.c b/libavformat/network.c index 8cc5aad..47ade8c 100644 --- a/libavformat/networ

Re: [FFmpeg-devel] [libav-devel] [PATCH] libopenjpegdec: check existence of image component data

2015-05-30 Thread Michael Niedermayer
On Sat, May 30, 2015 at 08:01:53PM +0200, Andreas Cadhalpun wrote: > On 30.05.2015 19:21, Michael Niedermayer wrote: > > On Sat, May 30, 2015 at 10:09:54AM -0700, Michael Bradshaw wrote: > >> On Sat, May 30, 2015 at 7:50 AM, Andreas Cadhalpun < > >> andreas.cadhal...@googlemail.com> wrote: > >> > >

Re: [FFmpeg-devel] [libav-devel] [PATCH] libopenjpegdec: check existence of image component data

2015-05-30 Thread Andreas Cadhalpun
On 30.05.2015 19:21, Michael Niedermayer wrote: > On Sat, May 30, 2015 at 10:09:54AM -0700, Michael Bradshaw wrote: >> On Sat, May 30, 2015 at 7:50 AM, Andreas Cadhalpun < >> andreas.cadhal...@googlemail.com> wrote: >> >>> On 30.05.2015 16:41, Luca Barbato wrote: Do you happen to know why it d

Re: [FFmpeg-devel] [libav-devel] [PATCH] libopenjpegdec: check existence of image component data

2015-05-30 Thread Andreas Cadhalpun
On 30.05.2015 19:09, Michael Bradshaw wrote: > On Sat, May 30, 2015 at 7:50 AM, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: > >> On 30.05.2015 16:41, Luca Barbato wrote: >>> Do you happen to know why it does do that? >> >> It encounters a problem, but only warns about it and ret

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg: Document xerror

2015-05-30 Thread Michael Niedermayer
On Sat, May 30, 2015 at 07:22:42PM +0200, Michael Niedermayer wrote: > On Sat, May 30, 2015 at 09:14:53AM -0800, Lou Logan wrote: > > On Sat, May 30, 2015, at 09:03 AM, Michael Niedermayer wrote: > > > Signed-off-by: Michael Niedermayer > > > --- > > > doc/ffmpeg.texi |3 +++ > > > 1 file cha

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg: Document xerror

2015-05-30 Thread Michael Niedermayer
On Sat, May 30, 2015 at 09:14:53AM -0800, Lou Logan wrote: > On Sat, May 30, 2015, at 09:03 AM, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > doc/ffmpeg.texi |3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi > >

Re: [FFmpeg-devel] [libav-devel] [PATCH] libopenjpegdec: check existence of image component data

2015-05-30 Thread Michael Niedermayer
On Sat, May 30, 2015 at 10:09:54AM -0700, Michael Bradshaw wrote: > On Sat, May 30, 2015 at 7:50 AM, Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: > > > On 30.05.2015 16:41, Luca Barbato wrote: > > > Do you happen to know why it does do that? > > > > It encounters a problem, but o

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg: Document xerror

2015-05-30 Thread Lou Logan
On Sat, May 30, 2015, at 09:03 AM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > doc/ffmpeg.texi |3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi > index 16cee47..20800e7 100644 > --- a/doc/ffmpeg.texi > +++ b/doc/ffmpeg.t

Re: [FFmpeg-devel] [libav-devel] [PATCH] libopenjpegdec: check existence of image component data

2015-05-30 Thread Michael Bradshaw
On Sat, May 30, 2015 at 7:50 AM, Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > On 30.05.2015 16:41, Luca Barbato wrote: > > Do you happen to know why it does do that? > > It encounters a problem, but only warns about it and returns the image > anyway. The warning is not sent to st

[FFmpeg-devel] [PATCH] doc/ffmpeg: Document xerror

2015-05-30 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- doc/ffmpeg.texi |3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 16cee47..20800e7 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1221,6 +1221,9 @@ Discard all frames excepts keyframes. Discard all fra

[FFmpeg-devel] Off topic question about format specifiers in the C stdlib

2015-05-30 Thread Marcus Johnson
I'm writing my own Video codec, and I'm trying to take multiple frames as the input with a specifier like %03d, is there a stdlib function for this, or will I have to write it myself? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org

Re: [FFmpeg-devel] [libav-devel] [PATCH] libopenjpegdec: check existence of image component data

2015-05-30 Thread Andreas Cadhalpun
On 30.05.2015 16:41, Luca Barbato wrote: > On 30/05/15 16:39, Andreas Cadhalpun wrote: >> libopenjpeg can return images with components without data. >> >> This fixes segmentation faults. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavcodec/libopenjpegdec.c | 9 + >> 1 file chang

[FFmpeg-devel] [PATCH] libopenjpegdec: check existence of image component data

2015-05-30 Thread Andreas Cadhalpun
libopenjpeg can return images with components without data. This fixes segmentation faults. Signed-off-by: Andreas Cadhalpun --- libavcodec/libopenjpegdec.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavcodec/libopenjpegdec.c b/libavcodec/libopenjpegdec.c index 1cd1b9b..ab68

Re: [FFmpeg-devel] [PATCH 14/14] Edit documentation and versioning

2015-05-30 Thread Michael Niedermayer
On Fri, May 29, 2015 at 03:46:33PM +0200, Nedeljko Babic wrote: > From: Jovan Zelincevic > > Signed-off-by: Nedeljko Babic > --- > Changelog | 1 + > doc/general.texi| 2 +- > doc/mips.txt| 4 > libavutil/version.h | 2 +- > 4 files changed, 7 insertions(+), 2 deletio

Re: [FFmpeg-devel] [PATCH 13/14] tests: Add aac_fixed decoder test

2015-05-30 Thread Michael Niedermayer
On Fri, May 29, 2015 at 03:46:32PM +0200, Nedeljko Babic wrote: > Signed-off-by: Nedeljko Babic > --- > tests/fate/aac.mak | 58 > +- > 1 file changed, 57 insertions(+), 1 deletion(-) These tests do not all pass: tests/data/fate/aac-fixed-al_

Re: [FFmpeg-devel] [PATCH] * mpegts demuxer should recognize private streams

2015-05-30 Thread Hendrik Leppkes
On Sat, May 30, 2015 at 12:39 PM, Wolfgang Lorenz wrote: > Am Sat, 30 May 2015 11:00:18 +0200 > schrieb Wolfgang Lorenz : > >> Am Sat, 30 May 2015 06:57:49 + (UTC) >> schrieb Carl Eugen Hoyos : > >> [...] > >> > $ make SAMPLES=fate-suite fate-rsync >> > $ make SAMPLES=fate-suite fate >> >> I s

Re: [FFmpeg-devel] [PATCH] * mpegts demuxer should recognize private streams

2015-05-30 Thread Wolfgang Lorenz
Am Sat, 30 May 2015 11:00:18 +0200 schrieb Wolfgang Lorenz : > Am Sat, 30 May 2015 06:57:49 + (UTC) > schrieb Carl Eugen Hoyos : > [...] > > $ make SAMPLES=fate-suite fate-rsync > > $ make SAMPLES=fate-suite fate > > I see. Looks like this is going to take a while. I come back, when I have

Re: [FFmpeg-devel] [PATCH] lavf/tls_securetransport: add missing copyright notice

2015-05-30 Thread Michael Niedermayer
On Sat, May 30, 2015 at 02:12:49AM -0500, Rodger Combs wrote: > --- > libavformat/tls_securetransport.c | 2 ++ > 1 file changed, 2 insertions(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Frequently ignored answer#1 FFmpeg bugs should be s

Re: [FFmpeg-devel] [PATCH] * mpegts demuxer should recognize private streams

2015-05-30 Thread Wolfgang Lorenz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Sat, 30 May 2015 06:57:49 + (UTC) schrieb Carl Eugen Hoyos : > Wolfgang Lorenz gmx.de> writes: > > > Strange. Do you have another configuration? I > > configured ffmpeg via: > > $ ./configure --disable-static --enable-shared > > > --disa

Re: [FFmpeg-devel] [PATCH][GSoC] lavf/http: Parse and set HTTP method when listening on HTTP(S)

2015-05-30 Thread Nicolas George
Le decadi 10 prairial, an CCXXIII, Stephan Holljes a écrit : > Should method be reassigned or should the set value be kept? As far as > I can tell the only way to set method is by specifying it as an option > in the command line. > I don't think overwriting specific values set by the user is good.

[FFmpeg-devel] [PATCH] lavf/tls_securetransport: add missing copyright notice

2015-05-30 Thread Rodger Combs
--- libavformat/tls_securetransport.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/tls_securetransport.c b/libavformat/tls_securetransport.c index 10fc967..9951b90 100644 --- a/libavformat/tls_securetransport.c +++ b/libavformat/tls_securetransport.c @@ -1,4 +1,6 @@ /* + * C