[issue1698] image2pipe loses bytes

2010-01-19 Thread Howard Chu
New submission from Howard Chu h...@symas.com: I tripped on this while trying to use gource, as described here http://michaeldehaan.net/2010/01/15/source-code-visualization-with-gource/ but the problem can be reproduced with anything generating the pipeline. I have attached the simple source

[issue1698] image2pipe loses bytes

2010-01-19 Thread Howard Chu
Howard Chu h...@symas.com added the comment: I forgot to mention, google shows traces of related problems but I don't see any resolution. E.g. http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/2007-April/000129.html _ FFmpeg

[issue1693] MKV Output format - FPS rate (default-duration) not set in header

2010-01-19 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fix feature-request priority. -- priority: normal - wish _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1693

[issue1587] Turkish Telecom's Wirofon infringes the GPL

2010-01-19 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: This may be a problem of understanding each-other (I am not an English native speaker), but I would assume we had mistakenly included the listed libraries even though the application does not use them at all means that a

[issue1688] AVPacket should provide a packet's source address

2010-01-19 Thread Jeremy Morton
Jeremy Morton ffm...@game-point.net added the comment: Adding michaelni. -- nosy: +michaelni _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1688

[issue1695] AAC encoder hangs on AMR input

2010-01-19 Thread Martin Storsjö
Martin Storsjö mar...@martin.st added the comment: Good catch. Uploaded a copy of a wav file of this content at http://albin.abo.fi/~mstorsjo/sample.wav, to avoid any potential AMR decoder differences. So, the same bug is reproducable with this command line: ./ffmpeg -i

[issue1698] image2pipe loses bytes

2010-01-19 Thread Howard Chu
Howard Chu h...@symas.com added the comment: Looks like it's just a spurious message from the pnm parser, the parser will correctly rebuffer and retry when it gets an incomplete record. This trivial patch shuts up the error message: h...@viola:/home/software/ffmpeg/libavcodec$ svn diff pnm.c

[issue1699] HELP~

2010-01-19 Thread RICHARD2362
New submission from RICHARD2362 richard2...@yahoo.com.tw: Hi everyone, I am trying to open a streaming video on FFPLAY but I can't do that My friend use unicast to transport to me(He use VLC server) and I am using the following command lines: ffplay rtp://my IP:port number but no

[issue1699] HELP~

2010-01-19 Thread Diego Biurrun
Diego Biurrun di...@biurrun.de added the comment: This is not a support forum. Go away. -- status: new - closed substatus: new - invalid _ FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue1697] MSRTSP doesn't work with some Akamai streams

2010-01-19 Thread Alan Steremberg
Alan Steremberg al...@wunderground.com added the comment: This part of the patch is a mistake, it should be taken out. I am not able to test without it in my copy, but I forgot to remove it before creating the patch. @@ -1278,6 +1295,7 @@ *filename = 0; } +

[issue1700] Crash in motion_est_mmx.c, backtrace attached

2010-01-19 Thread Eugen Dedu
New submission from Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr: Libavcodec crashes when executing ekiga with H263-1998 video codec (which uses libavcodec.so). 100% reproducible. To track down the issue, I installed ffmpeg manually with latest svn. Here are details: If I configure ffmpeg with

[issue1700] Crash in motion_est_mmx.c, backtrace attached

2010-01-19 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Is the crash reproducible with ffmpeg (the application)? Is a specific sample needed? If yes, please upload. The backtrace is missing some parts, please read http://ffmpeg.org/bugreports.html If this is a regression,

[issue1698] image2pipe loses bytes

2010-01-19 Thread Baptiste Coudurier
Baptiste Coudurier baptiste.coudur...@gmail.com added the comment: On 01/19/2010 06:43 AM, Howard Chu wrote: Howard Chuh...@symas.com added the comment: Looks like it's just a spurious message from the pnm parser, the parser will correctly rebuffer and retry when it gets an incomplete

[issue1633] Recent patch to libavcodec/h264.c breaks playback of legit files

2010-01-19 Thread Christos Gourdoupis
Christos Gourdoupis xg...@tellas.gr added the comment: Ok you are right. Because I now noticed that the sanity check is redundant anyway. And indeed av_reduce() is already used in h264.c. So, I now propose reversal of r19979, plus a small swap in h264.c to avoid a possible integer overflow

[issue1701] ./configure fails to properly detect vdpau.h

2010-01-19 Thread Michael Marley
New submission from Michael Marley mich...@michaelmarley.com: I am attempting to build an SVN version of ffmpeg on my Kubuntu lucid amd64 system, but it will not properly detect the installed VDPAU library, vdpau.h. It tells me when I run configure that Please upgrade to libvdpau = 0.2 if you

[issue1701] ./configure fails to properly detect vdpau.h

2010-01-19 Thread Jai Menon
Jai Menon jmeno...@gmail.com added the comment: config.err missing. -- substatus: new - needs_more_info _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1701

[issue1695] AAC encoder hangs on AMR input

2010-01-19 Thread Kostya Shishkov
Kostya Shishkov kostya.shish...@gmail.com added the comment: Obviously, some signal properties make it go in infinite loop during encoding. My guess would be that encoder can't encode some frame at wanted bitrate and continues to re-encode it.