log common.c @ 1037:44a230c11d83 libavcodec

age author description
Mon, 27 Jan 2003 20:39:29 +0000 michaelni optimizing av_log2 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
Wed, 20 Nov 2002 13:08:04 +0000 michaelni aspect ratio cleanup libavcodec
Tue, 12 Nov 2002 15:00:04 +0000 kabi * fixing some minor const warnings libavcodec
Wed, 06 Nov 2002 09:30:47 +0000 michaelni cleanup libavcodec
Thu, 22 Aug 2002 19:41:39 +0000 michaelni faster ff_sqrt() libavcodec
Thu, 11 Jul 2002 12:42:20 +0000 michaelni dont trash table in GET_VLC libavcodec
Wed, 10 Jul 2002 17:32:59 +0000 michaelni get_vlc() optimization libavcodec
Tue, 09 Jul 2002 18:38:07 +0000 kabi * declare av_free libavcodec
Tue, 09 Jul 2002 10:35:10 +0000 michaelni new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) libavcodec
Mon, 17 Jun 2002 08:29:03 +0000 bellard use #ifdef libavcodec
Sun, 02 Jun 2002 12:13:09 +0000 michaelni fixing get_bits_count at the end libavcodec
Sat, 25 May 2002 22:45:33 +0000 glantau license/copyright change libavcodec
Sat, 18 May 2002 23:03:29 +0000 glantau removed useless header includes - use av memory functions libavcodec