15 Commits (9680a722822241c18ca1049e55bef0feb69eb6fe)

Author SHA1 Message Date
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Fabrice Bellard 8e1e6f31c1 use av_malloc() functions - added av_strdup and av_realloc() 22 years ago
Michael Niedermayer 68f593b484 GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops 22 years ago
Fabrice Bellard b35a02d527 align fixes for sse/altivec 22 years ago
Fabrice Bellard 2f62e147ae oops : better error resilience - should fix most wma decoding problems 22 years ago
Zdenek Kabelac f408fc67c0 * avoid negative numbers as well 22 years ago
Nick Kurshev dd3be2c97e 10l 22 years ago
Nick Kurshev b8e6ad84e5 reverse first hunk 22 years ago
Nick Kurshev d08070e653 fixed debug compilation 22 years ago
Fabrice Bellard 4707cb07e1 fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) 22 years ago
Fabrice Bellard bc42388648 use lrintf to avoid double conversion 22 years ago
Fabrice Bellard ab253fe3c5 avoid name clash - fixed again block size selection 22 years ago
Fabrice Bellard 64c133898a fixed block size selection 22 years ago
Fabrice Bellard bc8d1857fb added wma decoder 22 years ago