log h264.h @ 12514:e6d711ba5760 libavcodec

age author description
Tue, 06 Jul 2010 07:40:35 +0000 diego Add av_unused to decode_mb_skip declaration to fix the following warning: libavcodec
Mon, 05 Jul 2010 12:42:19 +0000 michael Factorize ff_generate_sliding_window_mmcos() out. libavcodec
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavcodec
Fri, 28 May 2010 20:14:14 +0000 hyc Cleanup prev commit, flag variable should start with 0 libavcodec
Fri, 28 May 2010 18:50:39 +0000 hyc Parse avctx->extradata if available. libavcodec
Wed, 26 May 2010 19:00:59 +0000 cehoyos Factorize ff_h264_decode_extradata(). libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 13 Apr 2010 22:15:49 +0000 diego Move static function fill_filter_caches() from h264.h to h264.c. libavcodec
Tue, 30 Mar 2010 21:05:11 +0000 michael Fix implicit weight for b frames in mbaff. libavcodec
Tue, 30 Mar 2010 15:50:57 +0000 benoit Replace @returns by @return. libavcodec
Tue, 16 Mar 2010 01:17:00 +0000 mru Move H264 dsputil functions into their own struct libavcodec
Mon, 15 Mar 2010 23:00:53 +0000 mru H264: fix signed overflow in constant multiplication libavcodec
Sat, 06 Mar 2010 14:24:59 +0000 mru Remove DECLARE_ALIGNED_{8,16} macros libavcodec
Thu, 04 Mar 2010 02:00:05 +0000 michael Port Optimizations about *_type init from decode to filter code. libavcodec
Thu, 04 Mar 2010 01:03:15 +0000 michael Optimize *_type init, 1.5 cpu cycles faster. libavcodec
Wed, 03 Mar 2010 21:10:08 +0000 michael Reorder indexes in weight tables. libavcodec
Wed, 03 Mar 2010 20:36:56 +0000 michael Move all context fields that are not used in the mb and block layers libavcodec
Wed, 03 Mar 2010 19:44:27 +0000 michael remove unused left_border field from context. libavcodec
Wed, 03 Mar 2010 19:31:58 +0000 michael Note about luma/chroma_weight tables and their datatype. libavcodec
Wed, 03 Mar 2010 16:47:40 +0000 michael move svq3 specific fields to the end of the context libavcodec
Wed, 03 Mar 2010 14:41:43 +0000 michael Merge weight & offset tables, 15 cpu cycles faster. libavcodec
Wed, 03 Mar 2010 02:20:48 +0000 michael Another 3 useless zeroing instructions. libavcodec
Wed, 03 Mar 2010 01:38:27 +0000 michael Load the whole left side of mv&ref only when needed. libavcodec
Sat, 27 Feb 2010 04:09:48 +0000 michael Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup libavcodec
Sat, 27 Feb 2010 03:46:16 +0000 michael Split *_type setting up, 4 cpu cycles faster. libavcodec
Fri, 26 Feb 2010 15:26:11 +0000 michael Only load the topleft mv/ref when the topright is unavailable. libavcodec
Fri, 26 Feb 2010 15:03:00 +0000 michael Remove some useless operations from the code setting left_cbp. libavcodec
Fri, 26 Feb 2010 09:13:40 +0000 michael Simplify code to set cbp_* libavcodec
Fri, 26 Feb 2010 03:27:52 +0000 michael Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). libavcodec
Fri, 26 Feb 2010 02:54:03 +0000 michael Remove 3 mv_cache zeroing instructions that zeroed the right side. libavcodec