Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Fri, 13 Feb 2004 21:07:31 +0000 | michael | activate the memcpy special case for the byte aligned case in ff_copy_bits(), wasnt working before because of a incorrectly used pbBufPtr() libavcodec |
Fri, 13 Feb 2004 20:59:48 +0000 | michael | replace a few pbBufPtr() by put_bits_count(), one of them was actually wrong libavcodec |
Fri, 13 Feb 2004 18:39:43 +0000 | michael | simplify MV availability check / dont use below last row MV which is always zero libavcodec |
Fri, 13 Feb 2004 17:54:10 +0000 | michael | multithreaded/SMP motion estimation libavcodec |
Thu, 12 Feb 2004 16:21:21 +0000 | michael | ppc chroma mess workaround (real bug is that the motion compensation code assumes that 2*uvlinesize == linesize and fixing this would mean a slowdown) libavcodec |
Tue, 10 Feb 2004 20:48:09 +0000 | romansh | * gotta setup coded_frame for encoding. avcodec.h says that for decoding libavcodec |
Mon, 09 Feb 2004 15:23:35 +0000 | michael | rv10/obmc fixes libavcodec |