log

age author description
Sun, 12 Jan 2003 13:13:52 +0000 michaelni /* align 16 */ libavcodec
Sun, 12 Jan 2003 12:16:36 +0000 michaelni average motion vector rounding like the reference says and not what the standard says libavcodec
Sun, 12 Jan 2003 00:48:29 +0000 michaelni get_format() libavcodec
Sat, 11 Jan 2003 22:32:56 +0000 michaelni sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) (with some modifications) libavcodec
Sat, 11 Jan 2003 21:04:47 +0000 michaelni add/diff_bytes bugfix patch by (Felix von Leitner <felix-ffmpeg at fefe dot de>) libavcodec
Sat, 11 Jan 2003 20:51:03 +0000 michaelni altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) libavcodec
Sat, 11 Jan 2003 20:34:38 +0000 michaelni os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) libavcodec
Sat, 11 Jan 2003 04:54:38 +0000 bellard added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions libavcodec
Sat, 11 Jan 2003 04:52:39 +0000 bellard moved avpicture_xxx to imgconvert libavcodec
Sat, 11 Jan 2003 04:51:31 +0000 bellard build update - avpicture_fill() returns the image size libavcodec
Sat, 11 Jan 2003 00:13:18 +0000 bellard changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu libavcodec
Sat, 11 Jan 2003 00:08:48 +0000 bellard simplified code (need automatic testing) - added primitive new format support. libavcodec
Sat, 11 Jan 2003 00:07:06 +0000 bellard moved avcodec_get_chroma_sub_sample() to imgconvert.c libavcodec
Sat, 11 Jan 2003 00:04:36 +0000 bellard new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name() libavcodec
Fri, 10 Jan 2003 13:35:15 +0000 mellum Implement sad8x8 and sad16x16 with pix_abs. libavcodec
Thu, 09 Jan 2003 22:10:57 +0000 michaelni typo (noticed by kabi) libavcodec
Thu, 09 Jan 2003 20:42:37 +0000 michaelni qpel fix libavcodec
Thu, 09 Jan 2003 11:37:08 +0000 michaelni fixed wmv2 slices libavcodec
Thu, 09 Jan 2003 01:43:31 +0000 michaelni workaround dropable p frame after first frame bug libavcodec
Wed, 08 Jan 2003 18:47:49 +0000 bellard altivec patches by Romain Dolbeau libavcodec
Tue, 07 Jan 2003 23:49:40 +0000 bellard suppressed getopt.h libavcodec
Tue, 07 Jan 2003 23:47:09 +0000 bellard tests link all libavcodec libavcodec
Tue, 07 Jan 2003 22:51:32 +0000 bellard suppressed pix_norm_altivec libavcodec
Tue, 07 Jan 2003 22:43:16 +0000 bellard suppressed redundant math.h - suppressed M_PI redefinition libavcodec
Tue, 07 Jan 2003 22:38:25 +0000 bellard generic M_PI define libavcodec
Tue, 07 Jan 2003 18:15:48 +0000 bellard fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding libavcodec
Tue, 07 Jan 2003 18:15:14 +0000 bellard removed redundant includes libavcodec
Tue, 07 Jan 2003 17:48:14 +0000 bellard enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support) libavcodec
Tue, 07 Jan 2003 17:46:08 +0000 bellard align fixes for sse/altivec libavcodec
Tue, 07 Jan 2003 17:45:24 +0000 bellard enabled SSE fft on x86 libavcodec