Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
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 |