log common.c @ 1083:b923be2fc4b5 libavcodec

age author description
Mon, 24 Feb 2003 13:41:57 +0000 kabi * using const buffers for reading libavcodec
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 10 Feb 2003 09:35:32 +0000 kabi * static,const,compiler warning cleanup libavcodec
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
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
Sat, 26 Jan 2002 00:22:25 +0000 arpi_esp (m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org> libavcodec
Fri, 11 Jan 2002 21:21:20 +0000 arpi_esp aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni@gmx.at> libavcodec
Thu, 10 Jan 2002 00:56:05 +0000 uid46427 another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at> libavcodec
Sat, 03 Nov 2001 00:49:53 +0000 pulento - Bug fix on inter MCBPC table for inter+q. libavcodec
Mon, 13 Aug 2001 21:48:05 +0000 glantau win32 fixes libavcodec
Mon, 06 Aug 2001 00:47:03 +0000 glantau added MJPEG decoder + comments libavcodec
Fri, 03 Aug 2001 23:09:15 +0000 arpi_esp inlineing common case of get_bits() -> gives 2speedup. more optim coming soon... libavcodec
Mon, 30 Jul 2001 09:04:34 +0000 nickols_k Sync with mplayer's stuff libavcodec
Sun, 22 Jul 2001 14:18:56 +0000 glantau Initial revision libavcodec