[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 ---

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

2015-05-30 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer michae...@gmx.at --- 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.

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 michae...@gmx.at --- 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 +++

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 only warns

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

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 returns the

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 does do that?

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 stdout

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 michae...@gmx.at --- doc/ffmpeg.texi |3 +++ 1 file

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 michae...@gmx.at --- 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 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: On 30.05.2015

[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

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

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

2015-05-30 Thread Wolfgang Lorenz
Am Sat, 30 May 2015 05:30:30 +0200 schrieb Michael Niedermayer michae...@gmx.at: [...] --- ./tests/ref/acodec/s302m2015-05-29 00:02:07.530881596 +0200 +++ tests/data/fate/acodec-s302m2015-05-30 05:29:38.689115803 +0200 @@ -1,4 +1,2 @@ 2d1494ad78292dca556fd079ec27f28d

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 michae...@gmx.at 发送时间: 2015年5月27日 星期三 收件人: FFmpeg development discussions and patches ffmpeg-devel@ffmpeg.org 抄送: 主题: Re: [FFmpeg-devel] [PATCH] avcodec: loongson3 optimized mpegvideo

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

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 michae...@gmx.at --- libavfilter/vf_fade.c | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) applied [...] -- Michael GnuPG

[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 michae...@gmx.at --- 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 +++

[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 @@

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 ---

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 @@ /* + *

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

2015-05-30 Thread Carl Eugen Hoyos
Wolfgang Lorenz wl-chmw at gmx.de writes: Strange. Do you have another configuration? I configured ffmpeg via: $ ./configure --disable-static --enable-shared --disable-debug --enable-debug That looks strange... (But works as expected iirc) --disable-optimizations --disable-stripping

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 ceho...@ag.or.at: Wolfgang Lorenz wl-chmw at gmx.de writes: Strange. Do you have another configuration? I configured ffmpeg via: $ ./configure --disable-static

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 wl-c...@gmx.de wrote: Am Sat, 30 May 2015 11:00:18 +0200 schrieb Wolfgang Lorenz wl-c...@gmx.de: Am Sat, 30 May 2015 06:57:49 + (UTC) schrieb Carl Eugen Hoyos ceho...@ag.or.at: [...] $ make SAMPLES=fate-suite fate-rsync $ make

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 nedeljko.ba...@imgtec.com --- tests/fate/aac.mak | 58 +- 1 file changed, 57 insertions(+), 1 deletion(-) These tests do not all pass:

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

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 jovan.zelince...@imgtec.com Signed-off-by: Nedeljko Babic nedeljko.ba...@imgtec.com --- Changelog | 1 + doc/general.texi| 2 +- doc/mips.txt| 4 libavutil/version.h | 2 +-

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 wl-c...@gmx.de: Am Sat, 30 May 2015 06:57:49 + (UTC) schrieb Carl Eugen Hoyos ceho...@ag.or.at: [...] $ make SAMPLES=fate-suite fate-rsync $ make SAMPLES=fate-suite fate I see. Looks like this is going to take a while. I

[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 andreas.cadhal...@googlemail.com --- libavcodec/libopenjpegdec.c | 9 + 1 file changed, 9 insertions(+) diff --git a/libavcodec/libopenjpegdec.c

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 andreas.cadhal...@googlemail.com --- libavcodec/libopenjpegdec.c | 9 +