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
Sun, 24 Jan 2010 13:20:17 +0000 michael Remove all uses of slice_type* from the loop filter, also remove its libavcodec
Sat, 23 Jan 2010 18:05:30 +0000 michael Move +52 from the loop filter to the alpha/beta offsets in the context. libavcodec
Sat, 23 Jan 2010 15:28:34 +0000 michael Set edges based on cbp and mv partitioning, not just skiped MBs. libavcodec
Sat, 23 Jan 2010 14:50:56 +0000 michael Optimize filter_mb_mbaff_edge*() libavcodec
Sat, 23 Jan 2010 13:54:02 +0000 michael Optmize 8x8dct check used to skip some borders in the loop filter. libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Fri, 22 Jan 2010 01:59:17 +0000 michael Gcc idiocy fixes related to filter_mb_edge*. libavcodec
Thu, 21 Jan 2010 16:50:31 +0000 michael Make calculation of mask_edge free of branches, faster of course but probably libavcodec
Wed, 20 Jan 2010 03:28:57 +0000 astrange H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts. libavcodec
Wed, 20 Jan 2010 03:00:08 +0000 michael Simplify/Optimize another of the mbaff loop filter cases. libavcodec
Wed, 20 Jan 2010 01:49:24 +0000 michael Only calculate the second chroma qp if it differs from the firstin the main libavcodec
Wed, 20 Jan 2010 01:38:32 +0000 michael Set bS with 64bits at a time. libavcodec
Wed, 20 Jan 2010 01:15:30 +0000 michael Merge multiple IS_* macro uses where possible. libavcodec
Wed, 20 Jan 2010 00:44:03 +0000 michael Simplify and optimize intra code in h264_loopfilter.c libavcodec
Wed, 20 Jan 2010 00:17:16 +0000 michael Sightly simplify initialization of int start. libavcodec
Tue, 19 Jan 2010 16:43:57 +0000 michael Reenable ff_h264_filter_mb_fast() for all slices it supported before. libavcodec
Mon, 18 Jan 2010 23:41:12 +0000 michael Fix compilation with -O0. libavcodec
Mon, 18 Jan 2010 21:22:09 +0000 michael Rather call filter_mb_mbaff_edge*v() more often than do extra calculations libavcodec
Mon, 18 Jan 2010 20:13:53 +0000 michael Use h->slice_num where possible. libavcodec
Mon, 18 Jan 2010 19:45:56 +0000 michael Enable filter_mb_fast for CAVLC P slices. libavcodec
Mon, 18 Jan 2010 16:29:16 +0000 michael PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_mb_fast() too. libavcodec
Mon, 18 Jan 2010 16:16:22 +0000 michael Reenable filter_mb_fast for I slices and progressive CABAC P slices. libavcodec
Mon, 18 Jan 2010 13:09:53 +0000 michael Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches libavcodec
Mon, 18 Jan 2010 05:15:31 +0000 michael Perform reference remapping at fill_cache() time instead of in the libavcodec
Mon, 18 Jan 2010 00:20:44 +0000 michael Move the qp check to skip the loop filter up. libavcodec
Sun, 17 Jan 2010 23:44:23 +0000 michael Reorganize how values are stored in h->non_zero_count. libavcodec
Sun, 17 Jan 2010 20:35:55 +0000 michael Rearchitecturing the stiched up goose part 1 libavcodec
Sat, 16 Jan 2010 17:41:40 +0000 michael Comment for() ; out libavcodec
Sat, 16 Jan 2010 17:27:17 +0000 michael Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller libavcodec
Sat, 16 Jan 2010 16:21:12 +0000 michael Apply last 2 optimizations to similar code i forgot. libavcodec