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

2010-01-18 Thread Jeremy Morton
Jeremy Morton ffm...@game-point.net added the comment: A couple of questions: 1) Is there anywhere in the public ffmpeg API at the moment where calling code is exposed to a network address? If so, where? 2) If not, how would you go about exposing calling code to a network address via the

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

2010-01-18 Thread Zhou Zongyi
Zhou Zongyi zho...@os.pku.edu.cn added the comment: It's easy to fix. I make this patch: --- libavformat/matroskaenc.c (revision 21281) +++ libavformat/matroskaenc.c (working copy) @@ -610,6 +605,9 @@ ret = mkv_write_codecprivate(s, pb, codec, native_id, qt_id); if (ret

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

2010-01-18 Thread Luca Abeni
Luca Abeni lucab...@email.it added the comment: The UDP protocol code uses network addreeses. For example, see udp_set_remote_url(). But I am not sure what you want to do, here. So, the function I mentioned could be irrelevant. If you want to export the source address in AVPacket (as the message

[issue1587] Turkish Telecom's Wirofon infringes the GPL

2010-01-18 Thread Burak Gurdag
Burak Gurdag burak.gur...@argela.com.tr added the comment: As the development team of Wirofon application, we had mistakenly included the listed libraries even though the application does not use them at all. The Wirofon application currently does not have video call feature and also does not

[issue1696] Encoding MP2 and muxing into AVI via ffmpeg causes later remuxing to AVI to complain about non-monotone timestamps

2010-01-18 Thread Tomas Härdin
New submission from Tomas Härdin tomas.har...@codemill.se: Taking any media file with AVI compatible video and transcoding the audio to MP2, muxing into AVI and then remuxing (-acodec copy -vcodec copy) that into another AVI causes the muxer to complain about non-monotone timestamps. If the

[issue1696] Encoding MP2 and muxing into AVI via ffmpeg causes later remuxing to AVI to complain about non-monotone timestamps

2010-01-18 Thread Tomas Härdin
Tomas Härdin tomas.har...@codemill.se added the comment: Oops, that should be revision 21282, not 30366. The latter is libswscale. _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1696

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

2010-01-18 Thread Jeremy Morton
Jeremy Morton ffm...@game-point.net added the comment: I am indeed thinking of exporting the source address in AVPacket. As for which demuxer(s) should support this - any that may get packets over a network connection? The one that stands out to me is rtsp.c, but you probably know better than

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

2010-01-18 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: On Mon, Jan 18, 2010 at 02:41:49PM +, Jeremy Morton wrote: I am indeed thinking of exporting the source address in AVPacket. As for which demuxer(s) should support this - any that may get packets over a network connection? The

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

2010-01-18 Thread Alan Steremberg
New submission from Alan Steremberg al...@wunderground.com: curl -i http://www.fox970.com/cc-common/streaming_new/index.html? refreshed=yes | grep genasx | grep src | cut -d \ -f 2 this will give you a playlist url - fetch this url, then you will get an ASX. Take the ASX and switch the mms to

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

2010-01-18 Thread ghost_zero5
ghost_zero5 ghost_ze...@gmx.at added the comment: @cehoyos: What do you mean it is not enough information and not reproducible. It is perfectly reproducable. You just have to create a mkv file with ffmpeg and it will not write the default-duration information (FPS information) and it doesn't

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

2010-01-18 Thread Luca Barbato
Luca Barbato lu_z...@gentoo.org added the comment: The style could be cleaned up I think. _ FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/roundup/ffmpeg/issue1697

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

2010-01-18 Thread David Conrad
David Conrad umovi...@gmail.com added the comment: Anything that relies on default duration for correct operation is wrong and should be fixed. It's an optional field and completely redundant. It's also not the fps field. Anyway, I sent a patch to calculate the average fps, once that's

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

2010-01-18 Thread Luca Abeni
Luca Abeni lucab...@email.it added the comment: Ronald S. Bultje wrote: Ronald S. Bultje rsbul...@gmail.com added the comment: Adding Luca and Luca. OK to apply? I've heard this come up several times now. Regarding applying the patch or not, I do not know (this is Luca B. decision). But I