log

age author description
Mon, 27 Jan 2003 20:39:29 +0000 michaelni optimizing av_log2 libavcodec
Mon, 27 Jan 2003 09:21:30 +0000 bellard DV audio decoder by Roman Shaposhnick libavcodec
Sun, 26 Jan 2003 23:11:08 +0000 michaelni drawing cute arrows instead of lame lines for motion vector visualization libavcodec
Sun, 26 Jan 2003 23:09:12 +0000 michaelni feeding doxygen libavcodec
Sun, 26 Jan 2003 22:29:47 +0000 bellard Altivec on non darwin systems patch by Romain Dolbeau libavcodec
Thu, 23 Jan 2003 23:18:42 +0000 bellard removed warning libavcodec
Thu, 23 Jan 2003 23:03:09 +0000 bellard use av_malloc() functions - added av_strdup and av_realloc() libavcodec
Thu, 23 Jan 2003 22:59:06 +0000 bellard undefine malloc macros libavcodec
Thu, 23 Jan 2003 04:19:24 +0000 rfelker C implementation of the median deinterlacer (seems to be the only one libavcodec
Thu, 23 Jan 2003 01:20:47 +0000 michaelni reversing my own stupidity ... (raw packed yuv422 files dont use YUY2 but UYVY) libavcodec
Wed, 22 Jan 2003 09:35:03 +0000 bellard fixed dependancy generation (I want the case where SRC_PATH is not . to work too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff libavcodec
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