log vp56.c @ 7062:fb6038ffd2a9 libavcodec

age author description
Tue, 13 May 2008 15:56:45 +0000 cehoyos Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. libavcodec
Thu, 08 May 2008 21:59:51 +0000 aurel ensure vp56_decode_frame always return unchanged buf_size libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 16:16:40 +0000 michael const libavcodec
Tue, 25 Sep 2007 22:33:31 +0000 aurel simplify libavcodec
Tue, 25 Sep 2007 22:31:00 +0000 aurel rename one variable to be consistent with the rest of the file libavcodec
Tue, 25 Sep 2007 21:01:34 +0000 aurel consistent spelling: plan => plane libavcodec
Tue, 25 Sep 2007 19:22:47 +0000 aurel simplify libavcodec
Tue, 25 Sep 2007 19:16:38 +0000 aurel cosmetic: indent libavcodec
Tue, 25 Sep 2007 19:12:46 +0000 aurel add a new vp6a codec (add alpha plan support to vp6) libavcodec
Mon, 24 Sep 2007 22:29:11 +0000 aurel move all model related tables into their own struct libavcodec
Mon, 24 Sep 2007 20:52:11 +0000 aurel rename vp56_b6to3 to vp56_b2p libavcodec
Mon, 24 Sep 2007 20:43:47 +0000 aurel some simplifications and uniformisation libavcodec
Thu, 05 Jul 2007 10:40:25 +0000 diego license header consistency cosmetics libavcodec
Sun, 25 Feb 2007 16:02:32 +0000 aurel cleanup setting of returned data frame libavcodec
Sun, 25 Feb 2007 15:33:38 +0000 aurel Use pointers to avoid copying AVFrame. libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Tue, 06 Feb 2007 00:35:51 +0000 aurel ensure that data[0] is set to NULL for next frame libavcodec
Sun, 22 Oct 2006 18:33:09 +0000 aurel use coded_width and coded_height instead of width and height libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Wed, 13 Sep 2006 20:16:33 +0000 aurel replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) libavcodec
Mon, 11 Sep 2006 23:29:24 +0000 aurel don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) libavcodec
Sat, 09 Sep 2006 22:53:44 +0000 aurel rename vector to vect to avoid clash with Apple gcc libavcodec
Sat, 09 Sep 2006 17:19:37 +0000 aurel VP5 and VP6 video decoder libavcodec