log vp56.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Wed, 28 Jul 2010 05:40:38 +0000 alexc 10l: missed one reindent. libavcodec
Wed, 28 Jul 2010 05:36:33 +0000 alexc ff_prefix non static vp56 functions. libavcodec
Fri, 30 Apr 2010 21:30:22 +0000 mru VP56: move vp56_edge_filter to new VP56DSPContext libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Wed, 03 Mar 2010 22:29:06 +0000 aurel move vp6 huffman table freeing code, out of common vp56 code libavcodec
Wed, 03 Mar 2010 17:24:32 +0000 vitor Plug some memory leaks in the VP6 decoder libavcodec
Fri, 29 Jan 2010 19:11:47 +0000 reimar Make VP5 and VP6 decoders output a qscale table to allow for more automatic libavcodec
Thu, 28 Jan 2010 23:49:46 +0000 aurel vp56: check buffer size to fix a potential segfault libavcodec
Sat, 23 Jan 2010 13:49:09 +0000 reimar Use av_freep intead of av_free to free pointers in vp56 context. libavcodec
Tue, 07 Apr 2009 18:24:47 +0000 aurel fix vp5/vp6 decoding by using new prototype for decode function libavcodec
Mon, 09 Feb 2009 22:45:30 +0000 aurel vp56: alpha_offset is uninitialized on purpose libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Mon, 15 Dec 2008 00:00:16 +0000 aurel vp56: don't reset dimensions to 0 in codec init libavcodec
Fri, 12 Dec 2008 00:51:53 +0000 aurel rename Vp56Model to VP56Model for consistency libavcodec
Thu, 11 Dec 2008 23:00:58 +0000 aurel cosmetics: vertical alignment libavcodec
Thu, 11 Dec 2008 22:56:19 +0000 aurel avoid POSIX reserved _t suffix libavcodec
Wed, 10 Dec 2008 21:35:17 +0000 lorenm clear_block mmx libavcodec
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