[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-02 Thread David Fang
David Fang added the comment: Do any of your regression builds use --enable-shared? The package we build does so with shared libraries, but the vanilla configure defaults to compiling static libs only, which is what FATE's powerpc-darwin tests do. Shared libraries required compiling with -fPIC

[issue2397] Low framerate MPEG-4 video unplayable on QuickTime

2010-12-02 Thread Kevin Vance
Kevin Vance added the comment: Possibly could be a QuickTime problem. I'll look for another encoder to test. 7 fps and 9 fps work. In fact, it looks like any power-of-2 frame rate causes this problem. 2, 4, 8, 16, 32, 64 fps videos are all unplayable in QT. __

[issue2402] CRI Sofdec Movies (SFD files) aren't decoded correctly

2010-12-02 Thread PabloACZ
PabloACZ added the comment: This is the log from the sample file I uploaded, using the command "ffmpeg -v 9 -loglevel 99 -i": C:\>ffmpeg -v 9 -loglevel -99 -i blocky_output_after_transcoding.sfd blocky_outp ut_after_transcoding.avi FFmpeg version SVN-r25859, Copyright (c) 2000-2010 the FFmpeg d

[issue2311] libvorbis init_encoder failures are unspecific

2010-12-02 Thread David Tombs
David Tombs added the comment: I just tried compiling with your patch and it makes the problem worse: AVERROR_INVALIDDATA is a positive integer, which means ffmpeg actually /ignores/ the error now and continues trying to process. Even if ffmpeg didn't ignore it, the user would get no more specif

[issue2402] CRI Sofdec Movies (SFD files) aren't decoded correctly

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Complete, uncut output of your transcoding attempt missing. -- status: new -> open substatus: new -> needs_more_info FFmpeg issue tracker ___

[issue2402] CRI Sofdec Movies (SFD files) aren't decoded correctly

2010-12-02 Thread PabloACZ
New submission from PabloACZ : The CRI Sofdec video format is widely used by videogames since the Sega Saturn era. As far as I know, there are two versions of the SFD codec; only the v1 is playable so far, but the v2 that was released on the GCN/PS2 early years is not, and it is being used right

[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-02 Thread David Fang
David Fang added the comment: I noticed one difference: you must be testing on powerpc970 (G5) because you have the dcbzl instruction that is not present for G4 (only has dcbz). Do you happen to have any regression tests run on G4s? I'll build the svn trunk later tonight.

[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-02 Thread Reimar Döffinger
Reimar Döffinger added the comment: On Thu, Dec 02, 2010 at 09:33:57PM +, David Fang wrote: > Can you show the options used in your ppc regression build? Perhaps I am > missing something. E.g.: http://fate.ffmpeg.org/powerpc-darwin9-gcc-4.2/20101202202430 _

[issue2399] inconsistent ipod presets

2010-12-02 Thread Christian Ebert
Christian Ebert added the comment: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2010-December/101321.html FFmpeg issue tracker

[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: And please use ./configure && make to test (iirc, this should enable Altivec, use --enable-altivec if not). FFmpeg issue tracker _

[issue1454] regtest-dnxhd_720p fails on Mac OS X / PowerPC

2010-12-02 Thread David Fang
David Fang added the comment: CC-ing me -- nosy: +fangism FFmpeg issue tracker

[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Please note that ONLY latest svn is supported on this bug tracker! FFmpeg issue tracker

[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-02 Thread David Fang
David Fang added the comment: I can't find the test case that triggers idct_put_altivec at the moment, but I am manually running some of the failing tests in my build area: [fangism:ffmpeg-0.6.1-5/ffmpeg-0.6.1/build] fang% env DYLD_LIBRARY_PATH=libavdevice:libavfilter:libavformat:libavcodec:lib

[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-02 Thread David Fang
David Fang added the comment: Thanks for the quick response. My h/w is dual PowerPC 7410 (G4), definitely supports altivec. FFmpeg version 0.6.1, Copyright (c) 2000-2010 the FFmpeg developers built on Dec 2 2010 11:27:40 with gcc 4.0.1 (Apple Computer, Inc. build 5370) configuration: --pre

[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-02 Thread Reimar Döffinger
Reimar Döffinger added the comment: On Thu, Dec 02, 2010 at 07:26:43PM +, David Fang wrote: > For ffmpeg 0.6.1, built on Mac OS X 10.4/ppc (via fink), > with --enable-altivec, many tests fail with illegal instruction > with --disable-altivec test suite passes (except for a stray altivec test

[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: What hardware are you using? Please note that only latest svn is supported on this bug tracker, so please test latest svn. If the problem is reproducible, please post all minimal information needed to reproduce the problem (with a minimal command like make f

[issue2401] idct_put_altivec illegal instruction on OS X 10.4/ppc

2010-12-02 Thread David Fang
New submission from David Fang : For ffmpeg 0.6.1, built on Mac OS X 10.4/ppc (via fink), with --enable-altivec, many tests fail with illegal instruction with --disable-altivec test suite passes (except for a stray altivec test that should have been disabled) Illegal instruction is in libavcodec

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Did you upload the original file? I tested with 2012-tlr2_h640w.mov (md5sum 6bfd20aaa9a31ce0e689981b0b84bd59) and the resulting ogg file plays fine (without pause). My theora version is libtheora-devel-1.0.0-2.6.1.x86_64. ffmpeg -i 2012-tlr2_h640w.mov -an -b

[issue2399] inconsistent ipod presets

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: I suggest you send a patch to ffmpeg-devel. -- status: new -> open substatus: new -> open FFmpeg issue tracker

[issue2394] Crashes while muxing large audio files to video

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Feel free to open a new issue concerning your error messages. (If they aren't just warnings.) -- status: open -> closed substatus: needs_more_info -> invalid FFmpeg issue tracker

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-02 Thread Deyan
Deyan added the comment: Hello, The issue stays the same with -an and removed -bt and -f ffmpeg -v 9 -loglevel 99 -y -i ../2012-tlr2_h.640.mov -an -vcodec libtheora -b 1024k -t 00:00:30 1024k-1pass.ogg FFmpeg version SVN-r25860, Copyright (c) 2000-2010 the FFmpeg developers built on Dec

[issue2400] Can't convert to ogg from webcam

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Only latest svn is supported on this bug tracker. -- status: new -> open substatus: new -> needs_more_info topic: -ffmpeg FFmpeg issue tracker _

[issue2400] Can't convert to ogg from webcam

2010-12-02 Thread kaimano
New submission from kaimano : the video.ogg file has only the first frame. It works if I output to an mpeg file. emanu...@emanuele-laptop:~$ ffmpeg -s 320x240 -f video4linux2 -i /dev/video0 -t 1 video.ogg FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard, et

[issue2399] inconsistent ipod presets

2010-12-02 Thread Christian Ebert
New submission from Christian Ebert : libx264-ipod640.ffpreset contains refs=1 but libx264-ipod320 does not contain any reference frame restriction. There is no clear information out there how restrictive exactly refs must be. According to my tests anything over refs=2 is unreliable: http://www.b

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Is the problem also reproducible with -an instead of -acodec and is -bt needed? (And please remove -f ogg.) FFmpeg issue tracker

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-02 Thread Deyan
Deyan added the comment: Hello, Here is the info requested: [r...@spare ~]# ffmpeg -v 9 -loglevel 99 -y -i ../2012-tlr2_h.640.mov -acodec libvorbis -ab 128k -vcodec libtheora -b 1024k -bt 1024k -f ogg 1024k-1pass.ogg FFmpeg version SVN-r25860, Copyright (c) 2000-2010 the FFmpeg developers bu

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Minimal command line (one pass, please) and complete, uncut output of transcoding process missing. -- status: new -> open substatus: new -> needs_more_info FFmpeg issue tracker

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-02 Thread Deyan
Deyan added the comment: Firefox does not like that I cut the file, that is why I submit a recoded file with small length which with firefox too. File 'fade-in-freeze-new.ogg' not attached - you can download it from https://roundup.ffmpeg.org/file1201. _

[issue2398] fade-in freeze with libtheora and OGG container

2010-12-02 Thread Deyan
New submission from Deyan : Hello, I am trying to convert to theora/vorbis in OGG container. However I am getting the following effect: When the picture is fading-in (ie from dark to bright) I always get something like a little pause which is sometimes 2 secs long and is noticeable and the imp

[issue2394] Crashes while muxing large audio files to video

2010-12-02 Thread Dominic DiChiera
Dominic DiChiera added the comment: Oops, hadn't realised I was using an outdated version. Now running latest and it seems to work ok, albeit with some error messages. FFmpeg issue tracker _

[issue2397] Low framerate MPEG-4 video unplayable on QuickTime

2010-12-02 Thread Baptiste Coudurier
Baptiste Coudurier added the comment: On 12/1/10 9:05 AM, Kevin Vance wrote: > > New submission from Kevin Vance : > > I am trying to generate MPEG-4 video that is compatible with the latest > QuickTime player. When I use a low frame rate, the output is playable > on MPlayer but green and a

[issue2397] Low framerate MPEG-4 video unplayable on QuickTime

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Are you sure you are not describing a QuickTime problem? -- status: new -> open substatus: new -> needs_more_info FFmpeg issue tracker __

[issue2395] Uncompressed AVI / rawvideo is incompatible with Windows XP

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Please re-open this issue once the http://www.fourcc.org/rgb.php#BI_BITFIELDS bitfields are implemented. -- status: new -> closed substatus: new -> duplicate superseder: +RGB and BGR24 raw avi file output consistency problem _

[issue2396] FFmpeg Memory Leak on Windows Platform (Windows 7)

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Please post your questions on libav-users. -- status: open -> closed substatus: reproduced -> invalid FFmpeg issue tracker __

[issue2396] FFmpeg Memory Leak on Windows Platform (Windows 7)

2010-12-02 Thread Meskalin
Meskalin added the comment: You can see new code at top or just look at below... extern "C" { #define __STDC_CONSTANT_MACROS #define __STDC_LIMIT_MACROS #include "libavformat/avformat.h" #include "libavcodec/avcodec.h" #include "libavutil/avutil.h" #include "libswscale/swscale.h" } int m

[issue2396] FFmpeg Memory Leak on Windows Platform (Windows 7)

2010-12-02 Thread Meskalin
Meskalin added the comment: Hi, Guys... I just modify the sample code on windows to show the exact problem with av_read_frame...**I free all packets*** but windows memory usage still increases when i look at the application There is a real problem at windows with memory usage... -

[issue2311] libvorbis init_encoder failures are unspecific

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Never mind, new patch attached. FFmpeg issue tracker Index: libavcodec/libvorbis.c ===

[issue2311] libvorbis init_encoder failures are unspecific

2010-12-02 Thread Carl Eugen Hoyos
Carl Eugen Hoyos added the comment: Which specific codes would be ignored? FFmpeg issue tracker