Re: [FFmpeg-devel] [PATCH] ffprobe: add -show_pixel_formats option

2014-09-12 Thread Tobias Rapp
On 11.09.2014 12:12, Stefano Sabatini wrote: On date Thursday 2014-09-11 09:54:42 +0200, Tobias Rapp encoded: Have now added documentation and cleaned up some unused variables with the new patch. Also on a second thought the option names show_pixel_format_descriptions or show_pixel_formats seem

Re: [FFmpeg-devel] [PATCH]Add a closing CRLF to Webm-manifest files

2014-09-12 Thread Nicolas George
Le sextidi 26 fructidor, an CCXXII, Carl Eugen Hoyos a écrit : Attached patch fixes fate-webm-dash-manifest on aix. I cannot reproduce the problem on other systems and I don't know if the patch is correct. I do not know that protocol, but adding a final newline at the end of an XML file seems

Re: [FFmpeg-devel] [PATCH] add hls_ts_option into hlsenc

2014-09-12 Thread Stefano Sabatini
[resending as I sent it privately] In data Friday 2014-09-12 10:48:44 +0800, Steven Liu ha scritto: same as COMMITID 4f5493fe2380ad4aba67759baa7d7d4437f2e776 --- doc/muxers.texi | 5 + libavformat/hlsenc.c | 24 +++- 2 files changed, 28 insertions(+), 1

Re: [FFmpeg-devel] [PATCH] web/contact: replace MPlayer guidelines link

2014-09-12 Thread Stefano Sabatini
On date Thursday 2014-09-11 22:15:20 +, Carl Eugen Hoyos encoded: James Darnley james.darnley at gmail.com writes: Point 2, unified diffs, is covered by out request for patches. Are we doing to allow git diff dumps? While I always send unified diffs, some people (still) send other

Re: [FFmpeg-devel] [PATCH v2] web/contact: replace MPlayer guidelines link

2014-09-12 Thread Stefano Sabatini
On date Thursday 2014-09-11 15:49:38 -0800, Lou Logan encoded: Replace with FFmpeg Developer Documentation and mention git-howto. Signed-off-by: Lou Logan l...@lrcd.com --- src/contact | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/contact b/src/contact

Re: [FFmpeg-devel] [PATCH 5/6] docs: mention when one might be offered write access to the git repository

2014-09-12 Thread Stefano Sabatini
On date Friday 2014-09-12 03:12:06 +0200, Michael Niedermayer encoded: On Fri, Sep 12, 2014 at 01:31:29AM +0200, James Darnley wrote: [...] +@item +Don't expect to be given write access straight away. If you show yourself to be +a regular and reliable contributor or if you wish to be a

Re: [FFmpeg-devel] [PATCH] add hls_ts_option into hlsenc

2014-09-12 Thread Steven Liu
I have refine the patch as Stefano's suggestion:-) 2014-09-12 17:29 GMT+08:00 Stefano Sabatini stefa...@gmail.com: [resending as I sent it privately] In data Friday 2014-09-12 10:48:44 +0800, Steven Liu ha scritto: same as COMMITID 4f5493fe2380ad4aba67759baa7d7d4437f2e776 ---

[FFmpeg-devel] [PATCH 2/2] avformat/img2dec: Run image2 probe again when file content data is available

2014-09-12 Thread Michael Niedermayer
This is part of the fix for Ticket 3901 Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/img2dec.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c index a21429f..57c53fb 100644 --- a/libavformat/img2dec.c +++

Re: [FFmpeg-devel] [PATCH 3/4] avformat/format: Run image2 probe again when file content data is available

2014-09-12 Thread Michael Niedermayer
On Fri, Sep 12, 2014 at 10:13:20AM +0200, Benoit Fouet wrote: Hi, - Mail original - Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/format.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/format.c

Re: [FFmpeg-devel] [PATCH 1/2] avformat: add AVFMT_FILE to allow demuxers to be used with and without files

2014-09-12 Thread wm4
On Fri, 12 Sep 2014 12:29:36 +0200 Michael Niedermayer michae...@gmx.at wrote: Suggested-by: Benoit Fouet benoit.fo...@free.fr Signed-off-by: Michael Niedermayer michae...@gmx.at --- doc/APIchanges |3 +++ libavformat/avformat.h |8 libavformat/format.c |3

Re: [FFmpeg-devel] [PATCH 1/2] avformat: add AVFMT_FILE to allow demuxers to be used with and without files

2014-09-12 Thread Michael Niedermayer
On Fri, Sep 12, 2014 at 12:49:03PM +0200, wm4 wrote: On Fri, 12 Sep 2014 12:29:36 +0200 Michael Niedermayer michae...@gmx.at wrote: Suggested-by: Benoit Fouet benoit.fo...@free.fr Signed-off-by: Michael Niedermayer michae...@gmx.at --- doc/APIchanges |3 +++

Re: [FFmpeg-devel] Should add AVProbeData change to API changes + release notes

2014-09-12 Thread Andreas Cadhalpun
Hi, On 11.08.2014 22:22, Michael Niedermayer wrote: On Mon, Aug 11, 2014 at 08:05:38PM +0200, Reimar Döffinger wrote: Hello, (sorry for being too lazy to send a patch) With the major version bump AVProbeData was extended by a new field. This so far has broken 3 places within FFmpeg and one

Re: [FFmpeg-devel] Should add AVProbeData change to API changes + release notes

2014-09-12 Thread Michael Niedermayer
On Fri, Sep 12, 2014 at 01:54:36PM +0200, Andreas Cadhalpun wrote: Hi, On 11.08.2014 22:22, Michael Niedermayer wrote: On Mon, Aug 11, 2014 at 08:05:38PM +0200, Reimar Döffinger wrote: Hello, (sorry for being too lazy to send a patch) With the major version bump AVProbeData was extended by

Re: [FFmpeg-devel] [PATCH 1/2] avformat: add AVFMT_FILE to allow demuxers to be used with and without files

2014-09-12 Thread Benoit Fouet
Hi, - Mail original - On Fri, 12 Sep 2014 12:29:36 +0200 Michael Niedermayer michae...@gmx.at wrote: Suggested-by: Benoit Fouet benoit.fo...@free.fr Signed-off-by: Michael Niedermayer michae...@gmx.at --- doc/APIchanges |3 +++ libavformat/avformat.h |8

Re: [FFmpeg-devel] [PATCH 3/4] avformat/format: Run image2 probe again when file content data is available

2014-09-12 Thread Benoit Fouet
Hi, - Mail original - On Fri, Sep 12, 2014 at 10:13:20AM +0200, Benoit Fouet wrote: Hi, - Mail original - Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/format.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [FFmpeg-devel] [PATCH 5/6] docs: mention when one might be offered write access to the git repository

2014-09-12 Thread compn
On Fri, 12 Sep 2014 11:42:01 +0200 Stefano Sabatini stefa...@gmail.com wrote: On date Friday 2014-09-12 03:12:06 +0200, Michael Niedermayer encoded: On Fri, Sep 12, 2014 at 01:31:29AM +0200, James Darnley wrote: [...] +@item +Don't expect to be given write access straight away. If you

Re: [FFmpeg-devel] [PATCH 3/4] avformat/format: Run image2 probe again when file content data is available

2014-09-12 Thread Michael Niedermayer
On Fri, Sep 12, 2014 at 04:20:30PM +0200, Benoit Fouet wrote: Hi, - Mail original - On Fri, Sep 12, 2014 at 10:13:20AM +0200, Benoit Fouet wrote: Hi, - Mail original - Signed-off-by: Michael Niedermayer michae...@gmx.at --- libavformat/format.c |2

Re: [FFmpeg-devel] Should add AVProbeData change to API changes + release notes

2014-09-12 Thread Andreas Cadhalpun
Hi, On 12.09.2014 15:18, Michael Niedermayer wrote: On Fri, Sep 12, 2014 at 01:54:36PM +0200, Andreas Cadhalpun wrote: On 11.08.2014 22:22, Michael Niedermayer wrote: On Mon, Aug 11, 2014 at 08:05:38PM +0200, Reimar Döffinger wrote: Hello, (sorry for being too lazy to send a patch) With the

Re: [FFmpeg-devel] [PATCH 1/6] docs: add missing code formatting around commands

2014-09-12 Thread James Darnley
On 2014-09-12 01:33, Timothy Gu wrote: On Thu, Sep 11, 2014 at 4:31 PM, James Darnley james.darn...@gmail.com wrote: --- doc/developer.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) I would use @command{}. I will change it to command. Should I go through the file(s)

Re: [FFmpeg-devel] [PATCH 3/6] docs: mention the preferred character to use in options

2014-09-12 Thread James Darnley
On 2014-09-12 01:34, Timothy Gu wrote: On Thu, Sep 11, 2014 at 4:31 PM, James Darnley james.darn...@gmail.com wrote: This addresses point 12 from the mplayer patches text file. Discussion about removing a link to this document can be found in the thread on ffmpeg-devel titled: [PATCH]

Re: [FFmpeg-devel] [PATCH 1/6] docs: add missing code formatting around commands

2014-09-12 Thread Timothy Gu
On Fri, Sep 12, 2014 at 11:06 AM, James Darnley james.darn...@gmail.com wrote: On 2014-09-12 01:33, Timothy Gu wrote: On Thu, Sep 11, 2014 at 4:31 PM, James Darnley james.darn...@gmail.com wrote: --- doc/developer.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) I would

Re: [FFmpeg-devel] [PATCH 1/6] docs: add missing code formatting around commands

2014-09-12 Thread Lou Logan
On Fri, 12 Sep 2014 20:06:47 +0200, James Darnley wrote: Should I go through the file(s) and change other codes to commands where they are really commands? (This would be a separate patch.) Personally I wouldn't bother, but it's up to you. IIRC, the docs in general are somewhat inconsistent

[FFmpeg-devel] [PATCH 1/2] Fix miscompilation for i586.

2014-09-12 Thread Mikulas Patocka
Hi Here I'm sending two patches to fix portability for 586-class machines (Pentium, K6, etc.) If the CPU is generic, 386, 486 or pentium, we must not use cmov in inline assembler. Note that some Linux distributions are compiled for i686, and for them it is possible to use cmov in the

Re: [FFmpeg-devel] [PATCH 1/2] Fix miscompilation for i586.

2014-09-12 Thread Hendrik Leppkes
On Fri, Sep 12, 2014 at 9:49 PM, Mikulas Patocka miku...@artax.karlin.mff.cuni.cz wrote: Hi Here I'm sending two patches to fix portability for 586-class machines (Pentium, K6, etc.) If the CPU is generic, 386, 486 or pentium, we must not use cmov in inline assembler. Note that some

Re: [FFmpeg-devel] [PATCH 1/2] Fix miscompilation for i586.

2014-09-12 Thread Michael Niedermayer
Hi On Fri, Sep 12, 2014 at 09:49:30PM +0200, Mikulas Patocka wrote: Hi Here I'm sending two patches to fix portability for 586-class machines (Pentium, K6, etc.) If the CPU is generic, 386, 486 or pentium, we must not use cmov in inline assembler. [...] --- configure

Re: [FFmpeg-devel] [PATCH v2] web/contact: replace MPlayer guidelines link

2014-09-12 Thread Lou Logan
On Fri, 12 Sep 2014 11:37:46 +0200, Stefano Sabatini wrote: LGTM. Pushed. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 2/2] Don't use CMOV in MMX code

2014-09-12 Thread Daniel Kang
All processors supporing mmx2 also support cmov, so if a test for mmx2 succeeds, we can use cmov. Since I originally thought mmx = cmov (and apparently am wrong) is there official documentation supporting this? ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] Should add AVProbeData change to API changes + release notes

2014-09-12 Thread wm4
On Fri, 12 Sep 2014 18:51:48 +0200 Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: Hi, On 12.09.2014 15:18, Michael Niedermayer wrote: On Fri, Sep 12, 2014 at 01:54:36PM +0200, Andreas Cadhalpun wrote: On 11.08.2014 22:22, Michael Niedermayer wrote: On Mon, Aug 11, 2014 at

Re: [FFmpeg-devel] [PATCH] Adds decode support for formats other than 420

2014-09-12 Thread Michael Niedermayer
On Fri, Sep 12, 2014 at 04:07:16PM -0700, Deb Mukherjee wrote: Handles decoding of new VP9 profiles 1-3 with different color sampling and bit-depths. For high bitdepth (profiles 2 and 3) support, we currently need to link with the highbitdepth branch of libvpx with --enable-experimental and

Re: [FFmpeg-devel] [PATCH] web/contact: clarify mailing list descriptions

2014-09-12 Thread wm4
On Fri, 12 Sep 2014 15:27:00 -0800 Lou Logan l...@lrcd.com wrote: Also slightly reorder mailing lists by category of development, user help, then logs. Also link some phrases to relevant pages. Signed-off-by: Lou Logan l...@lrcd.com --- src/contact | 25 - 1