log h264_loopfilter.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 16 Mar 2010 01:17:00 +0000 mru Move H264 dsputil functions into their own struct libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Thu, 18 Feb 2010 16:24:31 +0000 mru H264: use alias-safe macros libavcodec
Wed, 17 Feb 2010 20:36:20 +0000 mru Use LOCAL_ALIGNED macro for local arrays libavcodec
Sat, 13 Feb 2010 21:09:38 +0000 astrange h264: Remove unused variables. libavcodec
Sun, 07 Feb 2010 02:00:00 +0000 michael Fix CAVLC+8x8DCT+MBAFF loopfiltering. libavcodec
Sun, 31 Jan 2010 02:05:26 +0000 michael Get rid of a check in one direction that cant be true in it in that part libavcodec
Sat, 30 Jan 2010 20:07:37 +0000 michael Split first reference list comparission from mv comparission. libavcodec
Sat, 30 Jan 2010 14:33:25 +0000 michael Replace h->left_type[0] by the local variable for it we have. libavcodec
Sat, 30 Jan 2010 14:10:06 +0000 michael slightly faster bit trickery. libavcodec
Sat, 30 Jan 2010 13:40:20 +0000 michael Replace ?: by branchless code. libavcodec
Thu, 28 Jan 2010 19:44:13 +0000 michael factorize first filter call out, this makes the code somewhat libavcodec
Thu, 28 Jan 2010 11:37:35 +0000 michael Change wraper functions to always inline, they are faster now that way. libavcodec
Thu, 28 Jan 2010 11:18:06 +0000 michael indent libavcodec