| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |