log h264.c @ 7062:fb6038ffd2a9 libavcodec

age author description
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Thu, 29 May 2008 23:16:12 +0000 cehoyos Warn about unimplemented H264 feature. libavcodec
Thu, 29 May 2008 20:09:45 +0000 skal in TRUNCATED mode, use residual fragments in ParseContext libavcodec
Wed, 28 May 2008 09:20:59 +0000 diego cosmetics: spelling typo fixes libavcodec
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavcodec
Mon, 26 May 2008 01:06:15 +0000 michael print direct_spatial_mv_pred libavcodec
Sun, 11 May 2008 19:22:28 +0000 astrange Remove newly unused variables. libavcodec
Sun, 11 May 2008 19:18:39 +0000 astrange Use h->mb_xy directly in decode_cabac_residual(). libavcodec
Sun, 11 May 2008 19:16:21 +0000 astrange Store mb_xy in H264Context and only calculate it once per MB. libavcodec
Thu, 08 May 2008 14:01:44 +0000 cehoyos One const per declaration is enough. libavcodec
Sun, 04 May 2008 22:39:12 +0000 astrange Use a state machine to reduce branching logic in decode_cabac_residual. libavcodec
Tue, 29 Apr 2008 07:24:44 +0000 diego Add some long names to AVCodec declarations. libavcodec
Sat, 19 Apr 2008 17:07:58 +0000 voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. libavcodec
Wed, 16 Apr 2008 04:40:21 +0000 heydowns Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. libavcodec
Wed, 16 Apr 2008 04:26:52 +0000 heydowns Revert 12838 to redo it the right way (use svn copy to create new libavcodec
Tue, 15 Apr 2008 13:51:41 +0000 heydowns Move decode_significance_x86() and decode_significance_8x8_x86() to libavcodec
Fri, 11 Apr 2008 12:55:21 +0000 michael Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv libavcodec
Sat, 22 Mar 2008 01:06:57 +0000 diego typo: occured --> occurred libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Thu, 13 Mar 2008 01:49:19 +0000 michael If consumed does not match nalsize, favor nalsize. libavcodec
Wed, 12 Mar 2008 23:58:46 +0000 diego typo fixes libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Sat, 01 Mar 2008 01:58:25 +0000 lorenm more aspect ratios added in one of the ammendments libavcodec
Tue, 19 Feb 2008 22:09:08 +0000 michael Fix ;; libavcodec
Sat, 02 Feb 2008 10:54:20 +0000 lorenm "swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields libavcodec
Sat, 02 Feb 2008 10:53:15 +0000 lorenm fix mbaff diagonal neighbor mv libavcodec
Sat, 02 Feb 2008 10:51:56 +0000 lorenm mbaff spatial direct libavcodec
Fri, 01 Feb 2008 02:35:11 +0000 michael consts libavcodec
Fri, 01 Feb 2008 01:35:31 +0000 michael Indention, it seems i have forgotton to commit this. libavcodec
Thu, 31 Jan 2008 00:15:24 +0000 andoma Fix the following warnings: libavcodec