summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Collapse)AuthorAge
...
* align fixes for sse/altivecFabrice Bellard2003-01-07
| | | | Originally committed as revision 1414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops : better error resilience - should fix most wma decoding problemsFabrice Bellard2003-01-06
| | | | Originally committed as revision 1404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * avoid negative numbers as wellZdenek Kabelac2002-10-31
| | | | Originally committed as revision 1134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lNick Kurshev2002-10-31
| | | | Originally committed as revision 1133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverse first hunkNick Kurshev2002-10-31
| | | | Originally committed as revision 1132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed debug compilationNick Kurshev2002-10-31
| | | | Originally committed as revision 1131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does ↵Fabrice Bellard2002-10-31
| | | | | | not need to be initialized) Originally committed as revision 1121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use lrintf to avoid double conversionFabrice Bellard2002-10-29
| | | | Originally committed as revision 1107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid name clash - fixed again block size selectionFabrice Bellard2002-10-29
| | | | Originally committed as revision 1105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed block size selectionFabrice Bellard2002-10-28
| | | | Originally committed as revision 1093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added wma decoderFabrice Bellard2002-10-28
Originally committed as revision 1090 to svn://svn.ffmpeg.org/ffmpeg/trunk