log common.c @ 777:da879983a88f libavcodec

age author description
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
Fri, 03 May 2002 23:13:24 +0000 michaelni move put_string() to common.{c,h} libavcodec
Wed, 17 Apr 2002 04:32:12 +0000 michaelni fixed mpeg4 time stuff on encoding libavcodec
Fri, 22 Mar 2002 02:21:17 +0000 michaelni new motion estimation (epzs) not complete yet but allready pretty good :) libavcodec
Wed, 13 Mar 2002 19:26:38 +0000 michaelni support decoding (with mplayer) of 3 .mp4 files from mphq libavcodec
Fri, 15 Feb 2002 00:14:01 +0000 michaelni optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7 libavcodec
Tue, 12 Feb 2002 15:43:16 +0000 michaelni alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) libavcodec