log h264_loopfilter.c @ 12501:b3f9612d4ea7 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
Thu, 28 Jan 2010 11:12:46 +0000 michael Restructure check_mv() libavcodec
Thu, 28 Jan 2010 10:38:43 +0000 michael Restructure if() in check_mv() libavcodec
Thu, 28 Jan 2010 10:34:06 +0000 michael Unroll loops in check_mv() libavcodec
Thu, 28 Jan 2010 10:10:02 +0000 michael Factor mv/ref compare code out. libavcodec
Thu, 28 Jan 2010 02:41:52 +0000 michael Simplify first edge filter condition. libavcodec
Thu, 28 Jan 2010 02:20:31 +0000 michael Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazy libavcodec
Thu, 28 Jan 2010 02:15:25 +0000 michael Make the fast loop filter path work with unavailable left MBs. libavcodec
Thu, 28 Jan 2010 01:31:06 +0000 michael get rid of the start variable. libavcodec
Thu, 28 Jan 2010 01:24:25 +0000 michael Unroll main loop so the edge==0 case is seperate. libavcodec
Wed, 27 Jan 2010 13:18:08 +0000 michael Update comment. libavcodec
Wed, 27 Jan 2010 11:14:29 +0000 michael Use table to speedup access to non_zero_count in MBAFF with differing interlacing. libavcodec
Tue, 26 Jan 2010 22:59:19 +0000 michael Optimize loop filtering of the left edge in MBAFF. libavcodec
Tue, 26 Jan 2010 15:34:21 +0000 michael remove unneeded check libavcodec
Tue, 26 Jan 2010 14:57:53 +0000 michael Use left_mb_xy from fill_caches instead of recalculating it. libavcodec
Tue, 26 Jan 2010 13:39:26 +0000 michael Simplify loop filter a little by using top/left_type. libavcodec