[issue1162] Possible MediaCoder GPL violation

2009-06-28 Thread compn
compn te...@twmi.rr.com added the comment: so hows that going? i assume they check the binaries for evidence of violation. then they send a mail requesting source, and wait two weeks for reply? then they send the dmca notice? has anyone had good communication with the sflc?

[issue1202] Segfault decoding mp3 with embedded artwork

2009-06-28 Thread Alexandr Kutuzov
Alexandr Kutuzov allet...@gmail.com added the comment: Not fixed album data skipping. for example: http://myau.su/file_000423b32792.mp3 //file with album data inside http://myau.su/preview_000423b32792.mp3 // decoded file with noise at the begining

[issue1153] ac3dec 5.1 material is 3x softer than 2.0 material

2009-06-28 Thread Justin Ruggles
Justin Ruggles justin.rugg...@gmail.com added the comment: IIRC, Michael has said before that it might be an acceptable solution for the decoder to export the source dialogue level. Then the output could be scaled at the user level if the user specifies a target dialogue level.

[issue1234] mp3 ID3v2 album pictures skipping bug

2009-06-28 Thread Alexandr Kutuzov
New submission from Alexandr Kutuzov allet...@gmail.com: Not fixed album data skipping or probably headers frames skipping for id3v2. for example: http://myau.su/file_000423b32792.mp3 //file with album data inside http://myau.su/preview_000423b32792.mp3 // decoded file with noise at the

[issue1153] ac3dec 5.1 material is 3x softer than 2.0 material

2009-06-28 Thread Mark Spieth
Mark Spieth mspi...@digivation.com.au added the comment: proposed patch. exports dialnorm in avctx-level (2ch case not handled yet) normalizes if compression_level is set to something other than 0. 2ch case could be handled by putting 2nd channel in upper byte of level. comments please.