[issue1162] Possible MediaCoder GPL violation

2010-07-26 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: @victorhooi: Could you post the link to the source code you found? -- substatus: - reproduced FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue866] Baofeng Media Player violates FFmpeg's licenses

2010-07-26 Thread luis
luis luiis...@gmail.com added the comment: HI,jason Garrett-Glaser.I think this rulemake sure your program is not using any GPL libraries(notably libx264)quiet very unreasonable.because a lot of soft use other GPL libraries if necessary.just for the ability that play media documents.

[issue866] Baofeng Media Player violates FFmpeg's licenses

2010-07-26 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fix Status etc. -- assignedto: Dark Shikari - nosy: -Dark Shikari priority: wish - normal substatus: reject - reproduced type: feature_request - FFmpeg issue

[issue2079] ffplay: segfault if coded video WxH dimension larger than desktop

2010-07-26 Thread UGeorge
UGeorge netbe...@gatworks.com added the comment: i used this: -noframedrop -an -vf scale=1024:693 /home/gat/DIESEL/TEST_FP24/PF24_60Seconds.MTS this works, and appears to be fairly fast on a pIII/700Mhz laptop. It does seem like one has to feed in the minimum of screen size and video frame

[issue2126] AVFORMAT leaks 1KB for every missing file.

2010-07-26 Thread Vitor
Vitor vitor1...@gmail.com added the comment: Using vi...@vitor:~$ valgrind ffmpeg_g -i /tmp/unexisting_file /tmp/out.avi ==12603== Memcheck, a memory error detector ==12603== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al. ==12603== Using Valgrind-3.6.0.SVN-Debian and LibVEX;

[issue2126] AVFORMAT leaks 1KB for every missing file.

2010-07-26 Thread Vitor
Vitor vitor1...@gmail.com added the comment: Needs more info. -- substatus: new - needs_more_info FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2126

[issue2126] AVFORMAT leaks 1KB for every missing file.

2010-07-26 Thread Reimar Döffinger
Reimar Döffinger b...@reimardoeffinger.de added the comment: On Mon, Jul 26, 2010 at 03:11:10AM +, Pavel wrote: free allocated context on failure That not really enough at all. See av_close_input_stream. I think everything except s-iformat-read_close(s); should be done. Otherwise every

[issue2126] AVFORMAT leaks 1KB for every missing file.

2010-07-26 Thread Pavel
Pavel i-love-s...@yandex.ru added the comment: I use: int ret = av_open_input_file(format_ctx, invalidfile.png, NULL, 0, NULL); if invalidfile.png doesn't exist, then on return format_ctx is 0 and ret contains a error return (-2). At this point, I can't do anything anymore. The only way to fix

[issue2126] AVFORMAT leaks 1KB for every missing file.

2010-07-26 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: I would like to repeat that this kind of bug-report is _very_ rude and definitely NOT welcome! (That is also true if it's a patch since the patch guidelines clearly ask for explanations.) valgrind ./ffmpeg_g -i no.png

[issue2126] AVFORMAT leaks 1KB for every missing file.

2010-07-26 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: ==19207== ==19207== HEAP SUMMARY: ==19207== in use at exit: 940 bytes in 1 blocks ==19207== total heap usage: 12 allocs, 11 frees, 44,291 bytes allocated ==19207== ==19207== 940 bytes in 1 blocks are definitely lost

[issue2127] compilation with --disable-optimizations fails on x86_32 for transpose4x4()

2010-07-26 Thread Carl Eugen Hoyos
New submission from Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at: When trying to build ffmpeg with ./configure --disable-optimizations (with a 32 bit x86 compiler), compilation fails for transpose4x4() in libavcodec/x86/dsputil_mmx.c This being the only failing file (and

[issue2116] Possible license violation, Edimax

2010-07-26 Thread Robert Lukassen
Robert Lukassen robert.lukas...@gmail.com added the comment: The file IC-9000-020304-n.f is uploaded in the context of issue 2116. It contains the firmware for an IP camera (IC-9000) distributed by Edimax. This camera is probably a clone of the IC-602 camera distributed by StarVedia. The

[issue2128] ffserver's RTSP doesn't work with VLC

2010-07-26 Thread PeterKim
New submission from PeterKim demo...@paran.com: VLC / ffserver RTSP handshake have a problem, ffserver / vlc / rtsp combination doesn't work. - VLC client use PLAY rtsp://192.168.229.132:5454/test1- rtsp.mpg/ RTSP/1.0 - FFSERVER internal ...