| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not read full byte when less than 8 bits are still to be read. | Reimar Döffinger | 2006-06-27 | 1 | -1/+1 |
* | Ignore overrun in spectral RLE decoding, fixes | Reimar Döffinger | 2006-06-27 | 1 | -1/+4 |
* | reverting 1.31->1.33 | Michael Niedermayer | 2006-03-30 | 1 | -31/+25 |
* | fix coverity warning CID: 255 (uninitalized variable used to build tables whi... | Michael Niedermayer | 2006-03-13 | 1 | -1/+1 |
* | Init simplification and 2% faster wma_decode_block on amd64 with tables use | Benjamin Larsson | 2006-03-08 | 1 | -25/+31 |
* | - fix insufficient code length for exp_vlc | Jindřich Makovička | 2006-02-11 | 1 | -6/+13 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -5/+5 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | get_vlc -> get_vlc2 transition. | Benjamin Larsson | 2006-01-08 | 1 | -3/+5 |
* | Fix wma2 audio decoder | Reimar Döffinger | 2005-12-27 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -60/+60 |
* | WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, np... | Mark Weaver | 2005-06-28 | 1 | -1/+1 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -3/+3 |
* | k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>) | Diego Biurrun | 2004-08-19 | 1 | -1/+2 |
* | altivec workaround | Alex Beregszaszi | 2004-06-26 | 1 | -0/+5 |
* | add the minimal documentation to make this decoder useful | Mike Melanson | 2004-04-24 | 1 | -0/+9 |
* | segfault fix | Michael Niedermayer | 2004-01-18 | 1 | -0/+5 |
* | moved frame_count to wmadeccontext | Alex Beregszaszi | 2003-07-04 | 1 | -4/+10 |
* | uniformization (now it uses the same trace functions as h264, defined in comm... | Alex Beregszaszi | 2003-07-04 | 1 | -79/+30 |
* | works with old gcc versions too | Fabrice Bellard | 2003-06-10 | 1 | -1/+1 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -1/+1 |
* | use av_malloc() functions - added av_strdup and av_realloc() | Fabrice Bellard | 2003-01-23 | 1 | -3/+3 |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -3/+3 |
* | align fixes for sse/altivec | Fabrice Bellard | 2003-01-07 | 1 | -6/+6 |
* | oops : better error resilience - should fix most wma decoding problems | Fabrice Bellard | 2003-01-06 | 1 | -5/+9 |
* | * avoid negative numbers as well | Zdenek Kabelac | 2002-10-31 | 1 | -1/+1 |
* | 10l | Nick Kurshev | 2002-10-31 | 1 | -2/+2 |
* | reverse first hunk | Nick Kurshev | 2002-10-31 | 1 | -3/+3 |
* | fixed debug compilation | Nick Kurshev | 2002-10-31 | 1 | -2/+2 |
* | fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does no... | Fabrice Bellard | 2002-10-31 | 1 | -4/+11 |
* | use lrintf to avoid double conversion | Fabrice Bellard | 2002-10-29 | 1 | -1/+1 |
* | avoid name clash - fixed again block size selection | Fabrice Bellard | 2002-10-29 | 1 | -5/+6 |
* | fixed block size selection | Fabrice Bellard | 2002-10-28 | 1 | -1/+1 |
* | added wma decoder | Fabrice Bellard | 2002-10-28 | 1 | -0/+1339 |