log h264.h @ 11145:8805efb4c3fd libavcodec

age author description
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 15:30:27 +0000 michael Dont calculate any surrounding MVs for temporal MBs libavcodec
Mon, 08 Feb 2010 04:24:50 +0000 michael Remove an apparently unneeded && !FRAME_MBAFF. libavcodec
Sun, 07 Feb 2010 23:15:53 +0000 michael Ooops, 10l forgot to commit h264.h. libavcodec
Wed, 27 Jan 2010 22:22:01 +0000 cehoyos Fix svq3_* function declarations. libavcodec
Wed, 27 Jan 2010 00:15:55 +0000 michael Simplify left_xy init libavcodec
Tue, 26 Jan 2010 23:54:11 +0000 michael Split fill_caches() between loopfilter & decode, the 2 no longer where common libavcodec
Tue, 26 Jan 2010 20:28:58 +0000 michael use left_xy[1] in mbaff QP loop filter check, this improves the amount that can libavcodec
Tue, 26 Jan 2010 20:25:14 +0000 michael Optimize mv/ref cache init for left MB. libavcodec
Tue, 26 Jan 2010 14:55:19 +0000 michael Simplify left_xy content for the loop filter, this also makes it closer to libavcodec
Tue, 26 Jan 2010 13:38:18 +0000 michael Set top & left types for deblock in fill_caches(). libavcodec
Tue, 26 Jan 2010 13:28:55 +0000 michael cosmetic libavcodec
Tue, 26 Jan 2010 13:27:22 +0000 michael Fix qp_thres loop filter check for MBAFF. libavcodec
Tue, 26 Jan 2010 10:35:36 +0000 michael Optimize mb neighbor initialization for MBAFF in fill_caches(). libavcodec
Mon, 25 Jan 2010 00:30:44 +0000 astrange H.264: Use 64-/128-bit write-combining macros for copies 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 13:43:26 +0000 michael Prefer cbp over cbp_table. libavcodec
Sat, 23 Jan 2010 22:11:46 +0000 michael Remove unneeded reset of non_zero_count_cache for deblock. libavcodec
Sat, 23 Jan 2010 21:57:36 +0000 michael Remove useless things from the deblock side of fill_caches(). libavcodec
Sat, 23 Jan 2010 21:45:12 +0000 michael make mv_cache init 64bit where possible. libavcodec
Fri, 22 Jan 2010 03:25:11 +0000 mru Move array specifiers outside DECLARE_ALIGNED() invocations libavcodec
Tue, 19 Jan 2010 03:14:45 +0000 michael Dont waste time initializing stuff for deblocking intra mbs, none of libavcodec
Mon, 18 Jan 2010 23:34:37 +0000 michael Fix accumulated indention errors. libavcodec
Mon, 18 Jan 2010 23:31:14 +0000 michael Optimize top non_zero_count_cache init. libavcodec
Mon, 18 Jan 2010 23:30:21 +0000 michael Dont init chroma elements of non_zero_count_cache for deblock. libavcodec
Mon, 18 Jan 2010 23:27:53 +0000 michael Remove unneeded for_deblock check, this code was alraedy under for_deblock. libavcodec
Mon, 18 Jan 2010 16:11:13 +0000 michael Set h->cbp for ff_h264_filter_mb_fast(). 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:34:28 +0000 michael Make qp check for loop filter skiping also work with MBAFF. libavcodec