The commercial closed-source application "ImageMatics StillMotion Creator PE" appears to be statically linking with lame in violation of the LGPL. http://www.imagematics.com/PE/Product/PE_Product_Page.htm http://www.imagematics.com/Pcr2/ismc_pe.exe
I was able to find the byte sequences from the static const unsigned char rv_tbl[] array from lame/libmp3lame/fft.c in their exe (Flicker.exe 1.0.0.1). (using Cygwin od/grep/strings tools) C:\Program Files\ImageMatics>od -txC Flicker.exe | grep '00 80 40 c0 20 a0 60 e0 10 90 50 d0 30 b0 70 f0' 3317060 00 80 40 c0 20 a0 60 e0 10 90 50 d0 30 b0 70 f0 The static const unsigned char slen[] in III_get_scale_factors_1() in lame/mpglib/layer3.c also appears. C:\Program Files\ImageMatics>od -txC Flicker.exe | grep '00 01 02 03 00 01 02 03 01 02' 3136020 00 01 02 03 00 01 02 03 01 02 03 01 02 03 02 03 And static const short t24HB[] in lame/libmp3lame/tables.c C:\Program Files\ImageMatics>od -tu2 Flicker.exe | grep '15 13 46 80' 3146020 5 3 1 3 15 13 46 80 Also some string constants from lame/mpglib/interface.c and lame/mpglib/layer3.c: C:\Program Files\ImageMatics>strings Flicker.exe |grep mpg mpglib: wordpointer trashed. size=%i (%i) bytes=%i mpg123: Can't rewind stream by %d bits! And from lame/mpglib/interface.c: C:\Program Files\ImageMatics>strings Flicker.exe |grep bitstream bitstream problem: resyncing... According to the FSF, "The copyright holder is the one who is legally authorized to take action to enforce the license." http://www.fsf.org/copyleft/gpl-violation.html __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
