<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-postmall17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=SV link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hello! I've been using libavcodec 0.10.2 for decoding audio in a certain application (calling avcodec_decode_audio4() to use the "mp3" and "mp3float" decoders) and now I've tried to upgrade to version 2.0.2. Everything builds fine without changes in my code, but for some reason I get Mickey Mouse kind of sound after decoding. I've tried other releases and come to the conclusion that release 1.0.8 works straight off, but release 1.1.x (I've tried 1.1.7) and later will produce this effect.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>From reading the "Old FFmpeg Releases" page on the website I can see that 1.0 was branched on 2012-09-28 and 1.1 on 2013-01-06. So the change I'm looking for is probably somewhere between those dates. But I also see that the 1.1.7 release use libav 9.10 and 1.0.8 use libav 0.8.3. What does that mean, which versions are you referring to? Where can I find out what the differences (or rather "changes of concept") there are between these "libav" versions? Has there for instance been some change in the sample format, sample rate or whatever between these version, so that I need to call avcodec_open2() with some more or less undocumented option in order to get the same behaviour as before?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I've tried to find release notes or any kind of documentation where I can find out which changes were implemented and what I need to do to cope with this. Could anybody please spread some light on what might have changed, not the whole changelog for each and every change of a comment or whatever but for a broader picture. Is something like that available?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Better yet, perhaps somebody knows exactly what I’ll have to do to avoid this effect?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal>BR,<o:p></o:p></p><p class=MsoNormal>Mathias<o:p></o:p></p></div></body></html>