Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Sat, 14 Feb 2004 03:21:03 +0000 | michael | multithreaded spatial complexity calculation for i frames libavcodec |
Sat, 14 Feb 2004 01:25:41 +0000 | michael | ff_copy_bits() optimization libavcodec |
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 |