log

age author description
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Thu, 10 May 2007 03:13:41 +0000 lorenm sse2 version of fdct_col. libavcodec
Wed, 09 May 2007 23:32:29 +0000 ramiro Simplify ptr[0]; ptr++; to *ptr++ libavcodec
Wed, 09 May 2007 23:21:07 +0000 ramiro Use bytestream libavcodec
Wed, 09 May 2007 23:15:19 +0000 ramiro Use AV_XX16 macros libavcodec
Wed, 09 May 2007 23:13:43 +0000 aurel move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c libavcodec
Wed, 09 May 2007 23:08:01 +0000 ramiro Factorize usum libavcodec
Wed, 09 May 2007 22:24:23 +0000 ramiro Use 1 array with double the size instead of 2 arrays with normal size libavcodec
Wed, 09 May 2007 22:00:08 +0000 ramiro Add bias instead of -32 or 0, as is done in g.722.1 libavcodec
Wed, 09 May 2007 21:57:50 +0000 ramiro Indentation for previous patch libavcodec
Wed, 09 May 2007 21:56:22 +0000 ramiro Add another tmpbias variable, as bias' value will be used later libavcodec
Wed, 09 May 2007 21:50:01 +0000 ramiro Fix logic for return value of init_vlc libavcodec
Wed, 09 May 2007 18:23:20 +0000 diego Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. libavcodec
Wed, 09 May 2007 16:59:46 +0000 kostya Add ff_ prefix to (externally) visible variables libavcodec
Wed, 09 May 2007 11:30:30 +0000 kostya Use correct dequantizer value libavcodec
Wed, 09 May 2007 09:26:06 +0000 diego Allow conditional compilation of H.263-related decoders. libavcodec
Wed, 09 May 2007 01:46:33 +0000 lorenm cosmetics: remove code duplication in hadamard8_diff_mmx libavcodec
Wed, 09 May 2007 00:03:17 +0000 aurel move cavs parser in it's own file libavcodec
Tue, 08 May 2007 23:58:35 +0000 aurel move defines and enums out of cavsdata.h libavcodec
Tue, 08 May 2007 23:30:42 +0000 aurel remove no more useful includes libavcodec
Tue, 08 May 2007 23:29:07 +0000 aurel cosmetics: rename for consistency after previous aac and ac3 parsers move libavcodec
Tue, 08 May 2007 23:25:31 +0000 aurel move aac and ac3 parsers in their own files libavcodec
Tue, 08 May 2007 23:24:22 +0000 aurel avoid multiple inclusion of ac3.h libavcodec
Tue, 08 May 2007 17:55:56 +0000 lorenm cosmetics: remove duplicate transpose macro libavcodec
Tue, 08 May 2007 08:52:38 +0000 diego Move H.263 parser to its own file. libavcodec
Mon, 07 May 2007 20:07:35 +0000 ivo add doxygen comments libavcodec
Mon, 07 May 2007 15:44:42 +0000 aurel cosmetics: fix inconsistent indentation libavcodec
Mon, 07 May 2007 15:43:01 +0000 aurel fix display of theora videos with visible size smaller than encoded size libavcodec
Mon, 07 May 2007 13:29:02 +0000 ivo Renderware TXD decoder libavcodec
Mon, 07 May 2007 13:15:24 +0000 ivo generic S3TC DXT1 and DXT3 decoding functions libavcodec