[FFmpeg-cvslog] avformat/format: Run image2 probe again when file content data is available

2014-09-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 11 16:48:02 2014 +0200| [917d14e6a20d05a58eb65ba9c766997886199c46] | committer: Michael Niedermayer avformat/format: Run image2 probe again when file content data is available Reviewed-by: Benoit Fouet Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/img2dec: reduce bmppipe probe score

2014-09-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 11 16:48:01 2014 +0200| [321c3cd1a97b9307760c3ebb175296590c382eca] | committer: Michael Niedermayer avformat/img2dec: reduce bmppipe probe score bmp pipe needs the bmp parser which is not bug free and should thus not be favored over the

[FFmpeg-cvslog] avformat/img2dec: Fail probing when no data is yet available and the filename contains no number /glob patterns either.

2014-09-12 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Sep 11 16:48:03 2014 +0200| [b3fd2b175c90b4766034095e74e1f5112b1547ef] | committer: Michael Niedermayer avformat/img2dec: Fail probing when no data is yet available and the filename contains no number/glob patterns either. Fixes Ticket3901

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. af23beb web/contact: replace MPlayer guidelines link

2014-09-12 Thread gitolite
The branch, master has been updated via af23beb315b7ee8f5b5b6051e23e017b55083914 (commit) from 0d5100c7790d2d12e8fa0b77638e17c1fd6e8058 (commit) - Log - commit af23beb315b7ee8f5b5b6051e23e017b55083914 Author: Lou L

[FFmpeg-cvslog] configure: Fix miscompilation for i586

2014-09-12 Thread Mikulas Patocka
ffmpeg | branch: master | Mikulas Patocka | Fri Sep 12 22:29:29 2014 +0200| [cdb3eee7c496f763d195de34be7f67783b98fb2c] | committer: Michael Niedermayer configure: Fix miscompilation for i586 If the CPU is 386, 486 or pentium, we must not use cmov in inline assembler. Signed-off-by: Michael Ni

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 989966e web/contact: make valid HTML

2014-09-12 Thread gitolite
The branch, master has been updated via 989966e5d3169c0a7528ef02d75c7ccaa420fada (commit) from af23beb315b7ee8f5b5b6051e23e017b55083914 (commit) - Log - commit 989966e5d3169c0a7528ef02d75c7ccaa420fada Author: Lou L

[FFmpeg-cvslog] lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for matching mime types

2014-09-12 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Sep 12 18:20:08 2014 +0200| [bcac0f401001e6ebb0ae2718cc42d30b2009de4b] | committer: Michael Niedermayer lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for matching mime types Signed-off-by: Andreas Cadhalpun Signed-o

[FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-12 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Sep 12 18:18:42 2014 +0200| [d5e802609a0046441798cdbd137c96e4aa912390] | committer: Michael Niedermayer doc: document the addition of the AVProbeData.mime_type field and it's implications Signed-off-by: Andreas Cadhalpun Signed-off-by: Michae

Re: [FFmpeg-cvslog] doc: document the addition of the AVProbeData.mime_type field and it' s implications

2014-09-12 Thread Clément Bœsch
On Sat, Sep 13, 2014 at 12:53:21AM +0200, Andreas Cadhalpun wrote: > ffmpeg | branch: master | Andreas Cadhalpun > | Fri Sep 12 18:18:42 2014 +0200| > [d5e802609a0046441798cdbd137c96e4aa912390] | committer: Michael Niedermayer > > doc: document the addition of the AVProbeData.mime_type field an