log

age author description
Mon, 15 Mar 2004 16:41:15 +0000 iive mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info, and make mpeg1_seq_header hot overwrite height/width libavcodec
Mon, 15 Mar 2004 01:21:01 +0000 melanson update the API for the idct function libavcodec
Mon, 15 Mar 2004 00:08:24 +0000 iive move MPV_common_init after parsing stream parameters, matrix rebuild libavcodec
Sun, 14 Mar 2004 23:45:42 +0000 romansh * DV decoding/encoding now supports MultiThreading for up to 324 CPUs ;-) libavcodec
Sun, 14 Mar 2004 22:09:58 +0000 romansh * DV decoder simplifications. Now it looks to be 6% faster. At least libavcodec
Sun, 14 Mar 2004 17:55:50 +0000 michael alignment fix libavcodec
Sun, 14 Mar 2004 17:33:48 +0000 michael width,height%16!=0 fix libavcodec
Sun, 14 Mar 2004 15:04:21 +0000 melanson don't fetch the size of SEQH unless SEQH was found libavcodec
Sun, 14 Mar 2004 04:08:11 +0000 melanson minor VMD system update; still not perfect, but should not crash either libavcodec
Sun, 14 Mar 2004 04:04:08 +0000 melanson remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG -> libavcodec
Sat, 13 Mar 2004 22:01:32 +0000 michael removing broken mpeg_decode_gop() libavcodec
Sat, 13 Mar 2004 21:43:24 +0000 michael fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) libavcodec
Sat, 13 Mar 2004 21:26:54 +0000 melanson be smarter about the variable size of the extra SVQ3 data libavcodec
Sat, 13 Mar 2004 20:07:38 +0000 melanson smarten up the SVQ3 extradata decoder without changing the external API libavcodec
Sat, 13 Mar 2004 19:21:58 +0000 melanson credit update libavcodec
Fri, 12 Mar 2004 23:39:38 +0000 romansh * moving some of the commonly used bit reading/writing functions libavcodec
Thu, 11 Mar 2004 13:22:39 +0000 michael 10l libavcodec
Wed, 10 Mar 2004 23:13:43 +0000 michael mb stuffing in partitioned frames fix libavcodec
Wed, 10 Mar 2004 22:11:49 +0000 michael h263+ custom pcf support libavcodec
Wed, 10 Mar 2004 00:43:24 +0000 michael disable lames leading zero "feature", fixes a few more flv encoding issues libavcodec
Tue, 09 Mar 2004 15:23:14 +0000 michael find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads libavcodec
Tue, 09 Mar 2004 12:18:40 +0000 kabi * missing opts for make dep libavcodec
Mon, 08 Mar 2004 02:18:19 +0000 melanson use optimized VP3 functions where appropriate libavcodec
Mon, 08 Mar 2004 02:15:13 +0000 melanson cut over to using new VP3 DSP functions and remove the old ones; bring libavcodec
Mon, 08 Mar 2004 02:13:45 +0000 melanson seperated out the C-based VP3 DSP functions into a different file; also libavcodec
Sat, 06 Mar 2004 12:33:56 +0000 michael h263 framerate & aspect ratio fixes libavcodec
Fri, 05 Mar 2004 18:44:04 +0000 michael fix motion compensation with (x+1/2,y+1/2) MVs libavcodec
Fri, 05 Mar 2004 15:10:56 +0000 michael 10l libavcodec
Fri, 05 Mar 2004 14:21:56 +0000 kabi * more consts libavcodec
Fri, 05 Mar 2004 14:09:12 +0000 kabi * const warn elimination libavcodec