log

age author description
Tue, 18 Jun 2002 00:50:20 +0000 michaelni wmv1 support libavcodec
Tue, 18 Jun 2002 00:49:00 +0000 michaelni wmv1 support libavcodec
Tue, 18 Jun 2002 00:46:02 +0000 michaelni dc scale simplification/optimization libavcodec
Mon, 17 Jun 2002 08:29:03 +0000 bellard use #ifdef libavcodec
Thu, 13 Jun 2002 23:36:30 +0000 bellard reverted to inttypes.h since it gives problems on some unixes libavcodec
Tue, 11 Jun 2002 13:45:17 +0000 bellard moved code to mem.c and allcodecs.c libavcodec
Tue, 11 Jun 2002 13:44:14 +0000 bellard fixed one mpeg decoder memory leak libavcodec
Tue, 11 Jun 2002 13:43:27 +0000 bellard move unaligned access macros to dsputil.h - added unaligned 32 bit store libavcodec
Tue, 11 Jun 2002 13:42:18 +0000 bellard memory functions are exported libavcodec
Tue, 11 Jun 2002 13:41:41 +0000 bellard put codec registering in another file so that the user can install the codecs he wants libavcodec
Tue, 11 Jun 2002 13:41:01 +0000 bellard put memory functions in a separate file so that the user can redefinite them without modifying the library libavcodec
Tue, 11 Jun 2002 13:39:47 +0000 bellard added installlib target to install static libraries and includes libavcodec
Tue, 11 Jun 2002 13:38:54 +0000 bellard do not export internal functions - use stdint.h libavcodec
Sun, 09 Jun 2002 14:04:36 +0000 michaelni grayscale only encoding libavcodec
Sun, 09 Jun 2002 13:43:53 +0000 michaelni passing avctx->flags so that grayscale only decoding works with mpeg1/2 too libavcodec
Sun, 09 Jun 2002 13:35:56 +0000 michaelni grayscale only decoding libavcodec
Fri, 07 Jun 2002 22:01:03 +0000 arpi_esp in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>" libavcodec
Thu, 06 Jun 2002 14:31:18 +0000 bellard fixed multiple allocation bug libavcodec
Thu, 06 Jun 2002 14:25:44 +0000 bellard fixed case where abs_level > MAX_LEVEL libavcodec
Wed, 05 Jun 2002 23:43:56 +0000 michaelni optimizing MPV_decode_mb libavcodec
Wed, 05 Jun 2002 18:48:07 +0000 bellard added ff_idct_put/add libavcodec
Wed, 05 Jun 2002 18:46:25 +0000 bellard added inlined put/add functions libavcodec
Wed, 05 Jun 2002 18:36:03 +0000 bellard use ff_idct_put/add() libavcodec
Wed, 05 Jun 2002 18:35:28 +0000 bellard use ff_idct_put() libavcodec
Wed, 05 Jun 2002 14:25:06 +0000 bellard removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs libavcodec
Tue, 04 Jun 2002 18:35:31 +0000 michaelni run1 can be <0 bugfix (found by fabrice) libavcodec
Tue, 04 Jun 2002 12:58:40 +0000 bellard avoid name clash with libjpeg - added missing externs libavcodec
Tue, 04 Jun 2002 12:56:04 +0000 bellard added missing externs (we were lucky that commons are used) libavcodec
Tue, 04 Jun 2002 12:53:11 +0000 bellard added missing externs libavcodec
Mon, 03 Jun 2002 17:35:35 +0000 kabi * reimplemented remaing avg_ pixel functions libavcodec