[issue2558] VPlayer Android app in violation of LGPL

2011-01-18 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2011-January/103397.html http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/123828 VPlayer.apk (size 3307380, md5sum 0640ebc8dcd247823d0b3be0b664f498, uploaded to

[issue2560] voc regression

2011-01-18 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: On 01/17/2011 03:19 PM, ami_stuff wrote: New submission from ami_stuff ami_st...@o2.pl: the latest voc modification broken decoding of http://samples.mplayerhq.hu/voc/pcm_s16_2/nem.voc Author: cehoyos Date: Tue Jan 11

[issue2545] Lower the maximum lowres value for mjpeg to 3

2011-01-18 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: On Sun, Jan 16, 2011 at 01:21:59PM +, Carl Eugen Hoyos wrote: Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Maximum lowres set to 4 in r26368. 4 does not work it either crashes or shows corrupted

[issue2355] Possible license violation by ultrastargame.com

2011-01-18 Thread Alexander Sulfrian
Alexander Sulfrian alexan...@sulfrian.net added the comment: What is the next step? Should I contact the author? FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2355

[issue2393] avcodec_decode_video craches with H.264 steram

2011-01-18 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: If 25830 does not work but 16420 works fine, and since you have a good way of seeing if it crashes yes or no, could you figure out for us what revision exactly broke it? I have a Mac so no valgrind and it doesn't crash, so hard to debug

[issue2505] ffmpeg crashes on ts files with invalid headers

2011-01-18 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: Fixed in 1360f07 -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2505

[issue2560] voc regression

2011-01-18 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: fixed in 8ca8e82 -- status: open - closed substatus: reproduced - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2560

[issue2561] avcodec_decode_video craches with H.264 steram

2011-01-18 Thread Roman
New submission from Roman rvasile...@smartlabs.tv: steps to reproduce: ffmpeg_g -v 9 -loglevel 99 -i record2.ts -sameq test.mpg Old ffmpeg revision 16573 didn't crashed in this test. FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2562] Common ID3 tags set via -metadata don't show in Windows Explorer

2011-01-18 Thread Paul
New submission from Paul e...@anentropic.com: If I run a command like: ffmpeg -i src.wav -ab 192k -metadata title=Track Title -metadata author=Artist Name -metadata album=Album output.mp3 Only the author field shows up in Win 7 file explorer (as 'Contributing artists') ...the Title and

[issue2516] Assertion ost-audio_resample failed at ffmpeg.c:901

2011-01-18 Thread ytazawa
ytazawa yt4...@yahoo.co.jp added the comment: I cannot provide a patch, but I have a sample and output from ffmpeg -i produced by r25939: tester@ubuntu4:~$ ffmpeg -i '/home/tester/work/test/audio_resample_failure.wmv' -async 44100 '/home/tester/work/test/audio_resample_failure.mp4' FFmpeg

[issue2393] avcodec_decode_video craches with H.264 steram

2011-01-18 Thread vigasin
vigasin iviga...@gmail.com added the comment: I've attached valgrind output. File 'vg.log' not attached - you can download it from https://roundup.ffmpeg.org/file1320. FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2558] VPlayer Android app in violation of LGPL

2011-01-18 Thread yangtsesu
yangtsesu yangts...@gmail.com added the comment: objdump -T libffmpeg.so outfile FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2558

[issue2558] VPlayer Android app in violation of LGPL

2011-01-18 Thread yangtsesu
yangtsesu yangts...@gmail.com added the comment: objdump -T libffmpeg.sooutfile File 'vplayer_dumpout.txt' not attached - you can download it from https://roundup.ffmpeg.org/file1321. FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2541] GOP Encoding h264

2011-01-18 Thread Veeru
Veeru veer...@rediffmail.com added the comment: Hi, Hi ALL, I am decoding specific h264 GOP in the encoded stream and re-encoded that GOP. I am trying to put re-encoded data in the container (FLV,MP4..) but its failing. I am suspecting some issue in the moof /moov element. Should I update