summaryrefslogtreecommitdiff
path: root/libavcodec/wmadec.c
Commit message (Collapse)AuthorAge
* k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)Diego Biurrun2004-08-19
| | | | Originally committed as revision 3403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec workaroundAlex Beregszaszi2004-06-26
| | | | Originally committed as revision 3259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the minimal documentation to make this decoder usefulMike Melanson2004-04-24
| | | | Originally committed as revision 3059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-01-18
| | | | Originally committed as revision 2714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved frame_count to wmadeccontextAlex Beregszaszi2003-07-04
| | | | Originally committed as revision 2011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformization (now it uses the same trace functions as h264, defined in ↵Alex Beregszaszi2003-07-04
| | | | | | common.h) Originally committed as revision 2010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* works with old gcc versions tooFabrice Bellard2003-06-10
| | | | Originally committed as revision 1948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid ↵Michael Niedermayer2003-01-21
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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