log h264_direct.c @ 12488:351a81a23343 libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Thu, 25 Feb 2010 23:44:42 +0000 michael Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to libavcodec
Thu, 18 Feb 2010 16:24:31 +0000 mru H264: use alias-safe macros libavcodec
Mon, 15 Feb 2010 09:11:00 +0000 michael 10l ;; gcc 2.95 compilation fix by mike libavcodec
Mon, 15 Feb 2010 01:24:50 +0000 michael 10l use pack16to32(), should fix big endian h264 failures. libavcodec
Sun, 14 Feb 2010 01:14:05 +0000 michael Cosmetics, vertical align. libavcodec
Sat, 13 Feb 2010 15:57:49 +0000 michael Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. libavcodec
Sat, 13 Feb 2010 13:28:04 +0000 michael Simplify if() libavcodec
Sat, 13 Feb 2010 13:14:07 +0000 michael Init sub_mb_type cleanly. libavcodec
Sat, 13 Feb 2010 13:04:11 +0000 michael 100l Forgoten hunk.unbreak compile before someone notices. libavcodec
Sat, 13 Feb 2010 13:02:25 +0000 michael Restructure spatial direct MV generation so that the zero predictior shortcut libavcodec
Sat, 13 Feb 2010 03:46:51 +0000 michael Split spatial and temporal direct MV generation. libavcodec
Sat, 13 Feb 2010 02:47:41 +0000 michael Special case for spatial direct MV predictor being 0. libavcodec
Sat, 13 Feb 2010 02:20:56 +0000 michael Pack MVs together from the begin for spatial direct, this simplifies the code libavcodec
Tue, 09 Feb 2010 00:19:03 +0000 michael Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler. libavcodec
Mon, 08 Feb 2010 17:25:50 +0000 michael Set partitioning to 16x16 for spatial direct MBs with mixed interlacing. libavcodec
Mon, 08 Feb 2010 16:23:05 +0000 michael Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned libavcodec
Mon, 08 Feb 2010 13:05:24 +0000 michael Detect equal 4x4 blocks in spatial direct MBs. libavcodec
Mon, 08 Feb 2010 03:22:17 +0000 michael Branchless calculation of ref_offset. libavcodec
Mon, 08 Feb 2010 02:10:59 +0000 michael Remove incorrect fixme, i see no case that is missing. libavcodec
Mon, 08 Feb 2010 02:09:27 +0000 michael Replace call to pred_motion() in direct spatial mv pred by code libavcodec
Mon, 08 Feb 2010 00:08:05 +0000 michael Set x264_build so that checks are simpler. libavcodec
Sun, 07 Feb 2010 22:58:03 +0000 michael Zero a/b only in the branch where they need to be zeroed. libavcodec
Sun, 07 Feb 2010 21:53:55 +0000 michael Merge mv&ref related code for spatial direct MV code. libavcodec
Sun, 07 Feb 2010 21:09:09 +0000 michael Precalculate a few variables for direct mv prediction for interlaced MBs. libavcodec
Sun, 07 Feb 2010 17:40:22 +0000 michael Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective true partitioning. libavcodec
Sun, 07 Feb 2010 17:15:17 +0000 michael Factorize setting sub_mb_type out. libavcodec
Sun, 07 Feb 2010 15:13:56 +0000 michael Remove FIXMEs for cases that are disallowed by the spec. libavcodec
Sun, 07 Feb 2010 14:55:59 +0000 michael Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame. libavcodec
Sun, 07 Feb 2010 01:18:00 +0000 michael Fix colocated map. libavcodec
Sun, 07 Feb 2010 01:17:13 +0000 michael Fix reference selection for colocated MBs from frames to fields. libavcodec
Sun, 07 Feb 2010 01:14:58 +0000 michael Add assert(sps.direct_8x8_inference_flag) to FIXME comment. libavcodec
Sun, 07 Feb 2010 01:13:56 +0000 michael ref_offset must be added after checking references validity. libavcodec
Sat, 06 Feb 2010 02:55:58 +0000 michael Long term references behave different from short term in spatial direct MV calculation. libavcodec
Mon, 18 Jan 2010 23:41:12 +0000 michael Fix compilation with -O0. libavcodec
Tue, 12 Jan 2010 21:36:26 +0000 michael Split motion vector prediction off h264.c/h. libavcodec
Tue, 12 Jan 2010 14:32:58 +0000 michael Split direct mode (macro)block decoding off h264.c. libavcodec base h264.c@82073492b840