log vp6.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Wed, 25 Aug 2010 13:42:28 +0000 rbultje Move vp6_filter_diag4() from DSPContext to VP56DSPContext. libavcodec
Wed, 04 Aug 2010 23:04:05 +0000 darkshikari VP5/6/8: eliminate CABAC dependency libavcodec
Wed, 28 Jul 2010 05:38:30 +0000 alexc Reindent after last commit. libavcodec
Wed, 28 Jul 2010 05:36:33 +0000 alexc ff_prefix non static vp56 functions. libavcodec
Thu, 24 Jun 2010 09:02:44 +0000 mru vp6: convert VLA to fixed size 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
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which 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
Sun, 05 Jul 2009 16:01:51 +0000 reimar Add a check to vp6_parse_coeff_huffman to ensure it does not overread the input buffer. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Mon, 09 Feb 2009 23:37:31 +0000 aurel move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil 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 22:56:19 +0000 aurel avoid POSIX reserved _t suffix libavcodec
Mon, 13 Oct 2008 00:10:53 +0000 aurel vp6dec: ensure we don't try to use a buffer with negative size libavcodec
Sun, 22 Jun 2008 13:20:41 +0000 aurel vp6: ensure that huffman decoding table is sorted with descending symbol order libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Sat, 08 Mar 2008 17:57:13 +0000 aurel huffman: pass hnode_first as a flag instead of as an argument on its own libavcodec
Wed, 05 Mar 2008 00:07:53 +0000 aurel remove #include "mpegvideo.h" where it is not needed libavcodec
Fri, 01 Feb 2008 16:16:40 +0000 michael const libavcodec
Tue, 27 Nov 2007 22:00:45 +0000 aurel 10l: init_get_bits want size in bits, not bytes libavcodec
Sun, 14 Oct 2007 22:30:59 +0000 aurel add support for VP6 with huffman encoded blocks 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:43:47 +0000 aurel some simplifications and uniformisation libavcodec
Sat, 01 Sep 2007 13:04:25 +0000 aurel add a warning message for unsupported kind of encoding libavcodec
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavcodec
Sun, 06 May 2007 09:17:50 +0000 lorenm simplify libavcodec
Sun, 06 May 2007 06:46:20 +0000 lorenm simplify libavcodec
Sun, 06 May 2007 06:43:33 +0000 lorenm faster and simpler vp6 bilinear mc libavcodec
Sat, 05 May 2007 15:21:57 +0000 aurel set CODEC_CAP_DR1 for vp5 and vp6 decoders 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
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
Sun, 14 Jan 2007 18:18:14 +0000 aurel cosmetics: reindent libavcodec
Sun, 14 Jan 2007 18:17:15 +0000 aurel add support for another variant of vp6 libavcodec
Sun, 17 Dec 2006 22:00:12 +0000 aurel Add support for VP60 and VP61. libavcodec
Sun, 17 Dec 2006 15:26:50 +0000 aurel small optimization libavcodec
Tue, 24 Oct 2006 18:57:43 +0000 diego Don't include inttypes.h/stdint.h directly, there is an abstraction in libavcodec
Mon, 23 Oct 2006 00:10:18 +0000 aurel document the extradata protocol for VP6F libavcodec
Sun, 22 Oct 2006 23:19:42 +0000 aurel use the adjustment value present in FLV to crop VP6 video libavcodec
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' 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