log

age author description
Tue, 21 Jan 2003 21:30:48 +0000 michaelni cleanup 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
Mon, 20 Jan 2003 22:50:14 +0000 michaelni More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Mon, 20 Jan 2003 22:41:48 +0000 michaelni img_convert() (YUV to YUV) patch by (Max Krasnyansky <maxk at qualcomm dot com>) libavcodec
Mon, 20 Jan 2003 22:26:19 +0000 bellard added gray<->RGB functions - fixed rgb<->yuv functions for non RGB24 case libavcodec
Mon, 20 Jan 2003 20:37:24 +0000 michaelni trying to fix mb skip bug in mpeg1/2 if slices are not used libavcodec
Mon, 20 Jan 2003 20:33:08 +0000 michaelni fixing yuv422 -> yuv420p (i need that for the vceq videos ...) libavcodec
Mon, 20 Jan 2003 19:04:39 +0000 kabi * code for parsing options libavcodec
Mon, 20 Jan 2003 18:43:31 +0000 nickols_k reverse libavcodec
Mon, 20 Jan 2003 16:33:47 +0000 nickols_k Function renaming. Solves some namespace conflicts libavcodec
Sun, 19 Jan 2003 20:04:35 +0000 michaelni align libavcodec
Sun, 19 Jan 2003 19:00:45 +0000 michaelni PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) libavcodec
Sun, 19 Jan 2003 18:30:29 +0000 michaelni C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Mns Rullgrd)) libavcodec
Sun, 19 Jan 2003 17:55:13 +0000 michaelni finetuneing thresholds/factors libavcodec
Sun, 19 Jan 2003 12:06:36 +0000 mellum sse16_c is totally fucked up (unaligned loads, LONG_MAX is undefined, libavcodec