[issue1995] yxplayer possibly violates the GPL

2010-06-09 Thread Carl Eugen Hoyos
New submission from Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at: It was reported via pm that yxplayer (formerly yxflash) - available for Android, Symbian, Windows Mobile and jail-broken iPhones for 10$ - violates the GPL. The player seems to be installed with a dll named

[issue1994] Failure to convert DVR-MS (mpeg1video) to mpeg2video

2010-06-09 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Duplicate of issue 870, possibly related to issue 658. -- status: new - closed substatus: new - duplicate superseder: +ffmpeg (SVNr-17552) fails to identify video codec for dvr-ms files

[issue1986] Ogg file causes OOM kill on FFmpeg

2010-06-09 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Crashes for me after av_mallocz returns NULL in ff_interleave_add_packet (utils.c:2827). Do we have a policy for using alloc in void functions? -- status: new - open substatus: new - reproduced

[issue1985] Bad handling of broken files in ogg demuxer

2010-06-09 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fix status. (Reproducible with ffmpeg -i broken.ogv out.wav) -- status: new - open substatus: new - open FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue1954] regression: mp3 headers probing and 0-size signature packet

2010-06-09 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: What the OP forgot to add was that the decoded sample plays too slow with current ffmpeg (and mplayer -demuxer lavf, plays fine with mplayer -demuxer mp3 -ac ffmp3). ffmpeg -i 7a61f82b-63f2-11df-9ebd-000423b32792.mp3

[issue1996] ffplay unable to seek image sequences

2010-06-09 Thread Aldrik
New submission from Aldrik ald...@gmail.com: When playing a image sequence in ffplay (eg. ffplay /tmp/%04d.png ) I get a error if I try to seek (or use the -loop option) and playback is frozen. :( -- messages: 10761 priority: normal status: new substatus: new title: ffplay unable to

[issue1997] ffmpeg segfaults on paint_mouse_pointer

2010-06-09 Thread maxxus
New submission from maxxus max...@gmail.com: I was trying stream a portion of my desktop to a virtual webcam. ffmpeg segfaults when the mouse is moved into the area being captured. The line I was using is ffmpeg -f x11grab -s 320x240 -r 5 -i :0.0 -pix_fmt yuv420p -s 320x240 -r 5 -f