[issue1904] mmap_read_frame() read desired_video_buffers times only

2010-05-05 Thread Luca Abeni
Luca Abeni lucab...@email.it added the comment: According to the output you posted, it seems that your video4linux2 driver has at least 2 problems: 1)It returns wrong timestamps (the non monotone timestamps 1 = 1 error you posted seems to indicate that the driver returned the same timestamp

[issue1916] Womble violates the GPL

2010-05-05 Thread Carl Eugen Hoyos
New submission from Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at: Womble.com offers MPEG Video Wizard for $99. The installer (womble-dvd5-50091215.exe, size 12829433, md5sum fc40a9751d478d7a9ba06cdbebab42e8, will upload to incoming/issue1xxx) contains a dll derived from FFmpeg code,

[issue1916] Womble violates the GPL

2010-05-05 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Correction: FFmpeg is mentioned in womble's forum, it seems to have always been known they are using FFmpeg (note that I did test version 5 and it does still contain FFmpeg code):

[issue1917] Nidesoft violates the GPL

2010-05-05 Thread Carl Eugen Hoyos
New submission from Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at: I downloaded the installer for Nidesoft Video Converter (video-converter.exe, size 4655593, md5sum 1526d3695f79b7c97134ac49b4629323, will upload to incoming/issue1xxx). It contains a binary distribution of libavcodec,

[issue1918] Leawo violates the GPL

2010-05-05 Thread Carl Eugen Hoyos
New submission from Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at: I downloaded Leawo Video Converter. The installer (videoconverter_setup.exe, size 19812480, md5sum 33991ec27fed55295e9a7aef6a90af54) contains a binary distribution of libavcodec, renamed to ffbri.dll, compiled with

[issue1919] Daniusoft violates the GPL

2010-05-05 Thread Carl Eugen Hoyos
New submission from Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at: Daniusoft offers Daniusoft Video Converter for $35.95. I downloaded the installer (daniu-video-converter_full123.exe, size 10728355, md5sum a1542b40d094ef8f01086fb9f17bc480, will upload to incoming/issue1xxx) and found

[issue1234] mp3 ID3v2 album pictures skipping bug

2010-05-05 Thread yoav
yoav y...@monfort.co.il added the comment: Running over my sample data again I couldn't find any problematic files. When I originally fixed issue1234 for myself I also added the the provided logic (reading id3v2.3 extended header size as a non syncsafe length) so I though it should probably

[issue1921] crash in flac encoding with large frame_size

2010-05-05 Thread Loren Merritt
New submission from Loren Merritt lor...@u.washington.edu: flac encoding crashes when using larger-than-default frame_size. git bisect blames r20768. increasing audio_out_size and audio_buf_size at ffmpeg.c:647 fixes the crash, but doesn't get rid of flac's error message. ~ gdb --args

[issue1234] mp3 ID3v2 album pictures skipping bug

2010-05-05 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: I believe the whole point of the issue tracker are such discussions. -- status: open - closed substatus: needs_changes - fixed FFmpeg issue tracker

[issue1921] crash in flac encoding with large frame_size

2010-05-05 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Crashes are important (and I can reproduce r20768 as the first version to crash). -- priority: normal - important status: new - open substatus: new - reproduced

[issue1727] [IFF ILBM] file decodes incorrectly

2010-05-05 Thread Sebastian Vater
Sebastian Vater cdgs.ba...@googlemail.com added the comment: This patch fixes wrong decoding issues like MRLake.iff It's already in current git/svn... FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue1727

[issue1727] [IFF ILBM] file decodes incorrectly

2010-05-05 Thread Sebastian Vater
Sebastian Vater cdgs.ba...@googlemail.com added the comment: Here's another patch adding HAM5/6/7/8 support to IFF decoder. Please apply this to latest git/svn! Please also supply HAM5/HAM7 files for really testing if this patch works with HAM5/7 also (it should but you know...)

[issue1895] FFplay - IFF ILBM - crash when libavfilter is enabled

2010-05-05 Thread Sebastian Vater
Sebastian Vater cdgs.ba...@googlemail.com added the comment: Can confirm this bug in x86_64 and x86_32, too. So, I marked it just as reproduced. -- status: new - open substatus: new - reproduced FFmpeg issue tracker

[issue1727] [IFF ILBM] file decodes incorrectly

2010-05-05 Thread Sebastian Vater
Sebastian Vater cdgs.ba...@googlemail.com added the comment: Please also check if possible, if the new decoder works with the old demuxer and vice versa. Please don't forget to update to latest git/svn before. FFmpeg issue tracker

[issue1727] [IFF ILBM] file decodes incorrectly

2010-05-05 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: COBRA, Mannschaft, MRLake, OOze, Rei_01, Spieler and the states sample visually fixed by Sebastian Vetter in r23022, PAR and DAR are wrong, afaict: Connecticut is wider than high. The HAM samples still cannot be decoded.

[issue1012] Request for IFF ANIM/IFF ILBM/CDXL formats

2010-05-05 Thread Sebastian Vater
Sebastian Vater cdgs.ba...@googlemail.com added the comment: I will do the IFF ANIM support of the remaining issues with plain ILBM are fixed. -- substatus: needs_more_info - approved FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue1596] Add support for IFF 16SV audio format

2010-05-05 Thread Sebastian Vater
Sebastian Vater cdgs.ba...@googlemail.com added the comment: I would like to do this when IFF-ILBM and IFF-ANIM are finished. Apart from this, please try to provide some more infos concerning this, esp. more sample files. -- status: new - open substatus: new - needs_more_info

[issue1589] IFF 8SVX stereo files with FIB/EXP compression

2010-05-05 Thread Sebastian Vater
Sebastian Vater cdgs.ba...@googlemail.com added the comment: I've done an analysis of this and found out that the decoder trys to interleave stereo samples to packet buffer and not to the whole length of BODY chunk. Fix will be pretty straight forward, I think...but I'm busy right now with

[issue1427] IFF PCM file don't decode correctly

2010-05-05 Thread Sebastian Vater
Sebastian Vater cdgs.ba...@googlemail.com added the comment: Marked as duplicate of issue 1589, please see there... -- status: open - closed substatus: reproduced - duplicate FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue1922] Ojosoft GPL violation

2010-05-05 Thread Russell
New submission from Russell russellharring...@gmail.com: Ojosoft Total video converter ( http://www.ojosoft.com/video- converters/total-video-converter.html ) appears to be in violation of the GPL. After installing the software, I looked in the directory and found swscale.dll, avcodec.dll

[issue1922] Ojosoft GPL violation

2010-05-05 Thread Russell
Russell russellharring...@gmail.com added the comment: Here is the output of convert.exe FFmpeg version SVN-r12790, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --prefix=d:/OmniCoder/svn_build --enable-memalign-hack --enable -shared --disable-static --disable-encoder=snow

[issue1012] Request for IFF ANIM/IFF ILBM/CDXL formats

2010-05-05 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Approved is for patches, afaict. -- substatus: approved - open FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue1012

[issue1921] crash in flac encoding with large frame_size

2010-05-05 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: I patched this within the last couple weeks for the ALS encoder that Thilo and I are working on. I just haven't had a chance to submit it for review. FFmpeg issue tracker

[issue1921] crash in flac encoding with large frame_size

2010-05-05 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: I'm not sure how to create a patch for an old git commit... so I'll post the URL here. http://github.com/justinruggles/FFmpeg-alsenc/commit/011c17464f89b188c01627b9c177af665d65b159

[issue1915] Buggy decoding of sofdec video

2010-05-05 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Carefully re-read the paragraphs containing latest svn (which implies unpatched and I don't think the string Sherpya is part of svn) and rapidshare (and please call the directory issue1915).

[issue1915] Buggy decoding of sofdec video

2010-05-05 Thread Zhelkus
Zhelkus zhel...@gmail.com added the comment: Sorry about that. Here's the log from the same video SFD processed with build 23022. ffmpeg -v 9 -loglevel 99 -i D:\Temp\F-Zero\movie\story06B.sfd output.avi FFmpeg version SVN-r23022, Copyright (c) 2000-2010 the FFmpeg developers built on May

[issue1915] Buggy decoding of sofdec video

2010-05-05 Thread Zhelkus
Zhelkus zhel...@gmail.com added the comment: And here's the other video file. File 'story08B.sfd' not attached - you can download it from https://roundup.ffmpeg.org/file897. FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue1904] mmap_read_frame() read desired_video_buffers times only

2010-05-05 Thread cuizhu
cuizhu uhz...@yahoo.com.cn added the comment: (1) I have checked that the driver returned different timestamp for two different video frames (2) the error about apollo_camera_close() function has been rectified. (3) It can captures continually now. (4) New problem: ./ffmpeg -s 640x480

[issue1904] mmap_read_frame() read desired_video_buffers times only

2010-05-05 Thread cuizhu
cuizhu uhz...@yahoo.com.cn added the comment: (1) I have checked that the driver returned different timestamp for two different video frames (2) the error about apollo_camera_close() function has been rectified. (3) It can captures continually now. (4) New problem: ./ffmpeg -s 640x480