[issue371] Error converting mpg file to flv, video ignored

2008-03-05 Thread janruhser
New submission from janruhser [EMAIL PROTECTED]: Commend Line: /ffmpeg -i f312e1jaime.mpg -vstats -ar 44100 test.flv FFMpeg output: FFmpeg version SVN-r12326, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --prefix=/usr libavutil version: 49.6.0 libavcodec version:

[issue297] High-resolution videos crash ffplay

2008-03-05 Thread Panagiotis Issaris
Panagiotis Issaris [EMAIL PROTECTED] added the comment: Thanks! It now cleanly exists with a clear warning. [EMAIL PROTECTED]:/mnt/build/ffmpeg-rw$ ./ffplay_g /tmp/pi-20071213T180217-ffmpeg-large_size_crash_decoder_minimal_broken.h264 FFplay version SVN-r11168, Copyright (c) 2003-2008 Fabrice

[issue297] High-resolution videos crash ffplay

2008-03-05 Thread Panagiotis Issaris
Panagiotis Issaris [EMAIL PROTECTED] added the comment: But, when incrementing VOFW to something adequate, it segfaults: [EMAIL PROTECTED]:/mnt/build/ffmpeg-rw$ ./ffplay_g -s 4096x2304 /tmp/pi-20071213T180217-ffmpeg-large_size_crash_decoder_minimal_broken.h264 FFplay version SVN-r11168,

[issue297] High-resolution videos crash ffplay

2008-03-05 Thread Reimar Döffinger
Reimar Döffinger [EMAIL PROTECTED] added the comment: This is the change I made in swscale_internal.h: #define VOF 4096 -#define VOFW 2048 +#define VOFW 4096 I assumed you would have to double VOF as well. Though in that case it might be better to define VOF depending on VOFW...

[issue297] High-resolution videos crash ffplay

2008-03-05 Thread Panagiotis Issaris
Panagiotis Issaris [EMAIL PROTECTED] added the comment: Reimar Döffinger schreef: Reimar Döffinger [EMAIL PROTECTED] added the comment: This is the change I made in swscale_internal.h: #define VOF 4096 -#define VOFW 2048 +#define VOFW 4096 I tried that initially, but the numbers seemd

[issue372] artifacts with Theora video

2008-03-05 Thread Diego Biurrun
New submission from Diego Biurrun [EMAIL PROTECTED]: The files from the semiofficial Theora test suite at http://v2v.cc/~j/theora_testsuite/

[issue373] Theora 4:2:2 pixel format not supported

2008-03-05 Thread Diego Biurrun
New submission from Diego Biurrun [EMAIL PROTECTED]: Theora video with 4:2:2 pixel format is not supported, samples are http://v2v.cc/~j/theora_testsuite/mobile_itu601_i_422.ogg http://samples.mplayerhq.hu/V-codecs/Theora/theora_testsuite/mobile_itu601_i_422.ogg Samples are not yet common

[issue358] asf_read_header() doesn't handle extended_content_header's value type 6.

2008-03-05 Thread Ralph Corderoy
Ralph Corderoy [EMAIL PROTECTED] added the comment: Someone else has hosted it. http://www.carlyleclarke.plus.com/sample.wma Hope that helps. __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue358

[issue297] High-resolution videos crash ffplay

2008-03-05 Thread Michael Niedermayer
Michael Niedermayer [EMAIL PROTECTED] added the comment: On Wed, Mar 05, 2008 at 02:23:51PM -, Reimar Döffinger wrote: Reimar Döffinger [EMAIL PROTECTED] added the comment: This is the change I made in swscale_internal.h: #define VOF 4096 -#define VOFW 2048 +#define VOFW 4096

[issue373] Theora 4:2:2 pixel format not supported

2008-03-05 Thread Michael Niedermayer
Michael Niedermayer [EMAIL PROTECTED] added the comment: . -- status: new - open substatus: new - open __ FFmpeg issue tracker [EMAIL PROTECTED] https://roundup.mplayerhq.hu/roundup/ffmpeg/issue373

[issue269] Concatenation example using yuv4mpegpipe in FAQ does not work

2008-03-05 Thread Michael Niedermayer
Michael Niedermayer [EMAIL PROTECTED] added the comment: On Tue, Dec 25, 2007 at 08:16:09PM -, Benjamin Larsson wrote: Benjamin Larsson [EMAIL PROTECTED] added the comment: This looks correct. I'll apply it in a few days. How many month does a day have? [...] -- Michael GnuPG

[issue374] MS RLE with odd dimensions plays incorrectly

2008-03-05 Thread Mike Melanson
New submission from Mike Melanson [EMAIL PROTECTED]: This AVI file containing MS RLE decodes incorrectly: http://samples.mplayerhq.hu/V-codecs/RLE/clock.avi This is most likely due to its odd dimensions -- assignedto: melanson messages: 1681 nosy: melanson priority: normal status:

[issue375] SMC decoder incorrectly plays odd dimensions

2008-03-05 Thread Mike Melanson
New submission from Mike Melanson [EMAIL PROTECTED]: The native SMC video decoder seems to have trouble with files that have odd dimensions. This is a representative sample: http://samples.mplayerhq.hu/V-codecs/SMC/quiz.mov -- assignedto: melanson messages: 1682 nosy: melanson

[issue376] QT RLE decoder is incomplete

2008-03-05 Thread Mike Melanson
New submission from Mike Melanson [EMAIL PROTECTED]: The QT RLE decoder is not complete. These items are outstanding: * No 1-bit support; sample: http://samples.mplayerhq.hu/V-codecs/QTRLE/Animation-Monochrome.mov * No 2-bit support; sample:

[issue297] High-resolution videos crash ffplay

2008-03-05 Thread Benoit Fouet
Benoit Fouet [EMAIL PROTECTED] added the comment: Hi, Michael Niedermayer wrote: Michael Niedermayer [EMAIL PROTECTED] added the comment: On Wed, Mar 05, 2008 at 02:23:51PM -, Reimar Döffinger wrote: Reimar Döffinger [EMAIL PROTECTED] added the comment: This is the change I