log

age author description
Sun, 24 Jan 2010 22:47:50 +0000 cehoyos Fix decoding ATI VCR2 codec, sample in libavcodec
Sun, 24 Jan 2010 20:54:09 +0000 michael Branchless setting of MB_TYPE_8x8DCT. libavcodec
Sun, 24 Jan 2010 20:52:49 +0000 michael Remove cruft. libavcodec
Sun, 24 Jan 2010 19:19:09 +0000 michael Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. libavcodec
Sun, 24 Jan 2010 18:42:22 +0000 michael a[b-1] -> (a-1)[b]. libavcodec
Sun, 24 Jan 2010 18:23:46 +0000 michael Optimize suffix_length computation, 1 cpu cycle speedup. libavcodec
Sun, 24 Jan 2010 18:18:08 +0000 michael Simplify suffix_length computation, same speed. libavcodec
Sun, 24 Jan 2010 18:17:01 +0000 michael Optimize level_code computation, 6cpu cycles speedup. libavcodec
Sun, 24 Jan 2010 18:07:29 +0000 reimar Fix crash in MLP decoder due to integer overflow. libavcodec
Sun, 24 Jan 2010 18:05:02 +0000 michael 1 cpu cycle faster suffix_length calculation. libavcodec
Sun, 24 Jan 2010 17:27:00 +0000 fenrir VC-1/WMV3 DXVA2 implementation libavcodec
Sun, 24 Jan 2010 17:02:44 +0000 michael Remove is_complex from loop_filter() its useless there in its current form. libavcodec
Sun, 24 Jan 2010 16:40:58 +0000 fenrir Added a few missing consts in dxva_h264. libavcodec
Sun, 24 Jan 2010 16:37:12 +0000 fenrir Added a missing const to ff_h264_get_slice_type(). libavcodec
Sun, 24 Jan 2010 16:22:09 +0000 fenrir Added missing const to get_bits_count(). libavcodec