[issue2101] RockPlayer Android app in violation of license agreement

2010-07-22 Thread pinxue
pinxue pin...@gmail.com added the comment: I'm glad to have your observation. We removed configure because we didn't figured out how to make it work with NDK yet, so that we removed it to avoid confuse developers interested. Because we have done this kind of cleanup, some files are deleted by

[issue2117] MJPEG decoder crash

2010-07-22 Thread Pavel
Pavel i-love-s...@yandex.ru added the comment: The reason it crashes is because the bitreader reads way past the end of GetBitContext buffer. As a workaround for my case I made a temporary patch like this: GET_VLC(code, re, s-gb, s-vlcs[1][ac_index].table, 9, 2) if(s-gb.buffer + (re_index3)

[issue2113] SWScale output junk converting YUV444 - RGB565 using bilinear+full_chroma_int

2010-07-22 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Fix Status. -- status: closed - open substatus: fixed - reproduced FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2113

[issue2117] MJPEG decoder crash

2010-07-22 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: . -- status: new - closed substatus: new - invalid FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2117

[issue2003] (libavformat) 0x00e8cfac in av_open_input_stream () from /usr/lib/libavformat.so.52

2010-07-22 Thread Ernst Albrecht Köstlin
Ernst Albrecht Köstlin m...@alks.org added the comment: Less is more... - fine! :-) I just tested this change (to remove the whole code in the fail: block and find the original misbehaviour does not occur anymore. The bad feed file just will be deleted as it sould and things works fine

[issue2101] RockPlayer Android app in violation of license agreement

2010-07-22 Thread pinxue
pinxue pin...@gmail.com added the comment: Done, I add following note in INSTALL 1 RockPlayer notes: 2 Following is method used by original FFmpeg. Which doesn't work with 3 Android NDK yet. 4 5 Please use Android.mk to build the .so by standard Android NDK way. 6 Added doc and

[issue2119] Mezzmo breaching GPL licence

2010-07-22 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: If you have any indication that Mezzmo is actually using GPL'd (and not LGPL'd) code, please add it to issue 488. -- status: new - closed substatus: new - duplicate superseder: +License violation by Conceiva topic:

[issue488] License violation by Conceiva

2010-07-22 Thread Petr
Petr p_neje...@hotmail.com added the comment: This license.txt says: The Mezzmo installer includes FFmpeg in two forms - GPL and LGPL. When Mezzmo runs, it detects if the FFmpeg program is in the Mezzmo folder and runs FFmpeg for meta data and transcoding purposes. FFmpeg.exe included with

[issue488] License violation by Conceiva

2010-07-22 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: I suspect you are (not) referring to this paragraph of the GPL: In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or

[issue2120] Complete your registration to FFmpeg issue tracker -- key 0KuJgxWg8LIyBaO9qRV6tgG8KACMOtoD

2010-07-22 Thread Jean Louis Goblet
New submission from Jean Louis Goblet cocoons...@skynet.be: -Message d'origine- De : FFmpeg issue tracker [mailto:iss...@roundup.ffmpeg.org] Envoyé : jeudi 22 juillet 2010 15:15 À : cocoons...@skynet.be Objet : Complete your registration to FFmpeg issue tracker -- key

[issue2120] Complete your registration to FFmpeg issue tracker -- key 0KuJgxWg8LIyBaO9qRV6tgG8KACMOtoD

2010-07-22 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ceho...@rainbow.studorg.tuwien.ac.at added the comment: Not an issue. -- status: new - closed substatus: new - invalid FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2120

[issue2121] Mplayer LIBRTSP:buffer overflow in rtsp_get

2010-07-22 Thread seethapathi
New submission from seethapathi piseethapa...@gmail.com: Hello , I try to play mp3 songs in ffserver using mplayer rtsp://192.168.75.135:8090/1.mp3 Playing rtsp://192.168.75.135:8090/1.mp3. Connecting to server 192.168.75.135[192.168.75.135]: 8090... librtsp: buffer overflow in rtsp_get It

[issue2121] Mplayer LIBRTSP:buffer overflow in rtsp_get

2010-07-22 Thread Ronald S. Bultje
Ronald S. Bultje rsbul...@gmail.com added the comment: This is the FFmpeg bug tracker, not the MPlayer one. -- status: new - closed substatus: new - invalid FFmpeg issue tracker iss...@roundup.ffmpeg.org

[issue2122] H.264 Access Unit RBSP trialing bits

2010-07-22 Thread pvnsUser
New submission from pvnsUser brian.bar...@alcatel-lucent.com: I created a program that parses H.264 media. I created some media using ffmpeg and my parsing of this file failed when I reached the Access Unit Nal as created by ffmpeg. As I understand the ffmpeg code, the Access Unit is

[issue2113] SWScale output junk converting YUV444 - RGB565 using bilinear+full_chroma_int

2010-07-22 Thread Pavel
Pavel i-love-s...@yandex.ru added the comment: just a side note about my experience about libswscale and libavcodec. avcodec has arm optimizations for encoders/decoders but swscale destroys it all if libavcodec+libswscale used to decode/convert/scale pictures on mobile devices: colorspace

[issue2122] H.264 Access Unit RBSP trialing bits

2010-07-22 Thread Baptiste Coudurier
Baptiste Coudurier baptiste.coudur...@gmail.com added the comment: On 07/22/2010 09:00 AM, pvnsUser wrote: New submission from pvnsUserbrian.bar...@alcatel-lucent.com: I created a program that parses H.264 media. I created some media using ffmpeg and my parsing of this file failed when I

[issue2122] H.264 Access Unit RBSP trialing bits

2010-07-22 Thread Baptiste Coudurier
Baptiste Coudurier baptiste.coudur...@gmail.com added the comment: Fixed in r24449. -- status: new - closed substatus: new - fixed FFmpeg issue tracker iss...@roundup.ffmpeg.org https://roundup.ffmpeg.org/issue2122

[issue2113] SWScale output junk converting YUV444 - RGB565 using bilinear+full_chroma_int

2010-07-22 Thread Michael Niedermayer
Michael Niedermayer michae...@gmx.at added the comment: On Wed, Jul 21, 2010 at 11:52:58PM +, Vitor wrote: [...] BTW, is there a reason why yuvj444p - rgb555 does dithering while yuvj420p - rbg555 doesn't? if that is so, its a bug [...]

[issue2123] dca sample does not play, channels wrongly detected (regression)

2010-07-22 Thread Anssi Hannula
New submission from Anssi Hannula anssi.hann...@iki.fi: The DCA sample in http://samples.mplayerhq.hu/A-codecs/DTS/lotr_5.1_768.dts no longer works. When running ffplay, no audio is output and it seems to fast-forward to the end. Bisection shows r23697 (add code to handle DTS-ES extension) as