log wmadec.c @ 1064:b32afefe7d33 libavcodec

age author description
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Thu, 23 Jan 2003 23:03:09 +0000 bellard use av_malloc() functions - added av_strdup and av_realloc() libavcodec
Tue, 21 Jan 2003 17:34:12 +0000 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec
Tue, 07 Jan 2003 17:46:08 +0000 bellard align fixes for sse/altivec libavcodec
Mon, 06 Jan 2003 22:47:42 +0000 bellard oops : better error resilience - should fix most wma decoding problems libavcodec
Thu, 31 Oct 2002 20:22:30 +0000 kabi * avoid negative numbers as well libavcodec
Thu, 31 Oct 2002 18:22:15 +0000 nickols_k 10l libavcodec
Thu, 31 Oct 2002 18:17:25 +0000 nickols_k reverse first hunk libavcodec
Thu, 31 Oct 2002 18:08:19 +0000 nickols_k fixed debug compilation libavcodec
Thu, 31 Oct 2002 00:07:13 +0000 bellard fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized) libavcodec
Tue, 29 Oct 2002 22:39:11 +0000 bellard use lrintf to avoid double conversion libavcodec
Tue, 29 Oct 2002 22:27:30 +0000 bellard avoid name clash - fixed again block size selection libavcodec
Mon, 28 Oct 2002 01:42:05 +0000 bellard fixed block size selection libavcodec
Mon, 28 Oct 2002 00:48:55 +0000 bellard added wma decoder libavcodec