log huffyuv.c @ 9411:4cb7c65fc775 libavcodec

age author description
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 05 Apr 2009 13:02:47 +0000 michael Make sure the last bits of huffyuv frames are zeroed. libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. libavcodec
Sun, 08 Feb 2009 17:45:30 +0000 lorenm ff_add_hfyu_median_prediction_mmx2 libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 18 Jan 2009 22:57:40 +0000 aurel moves mid_pred() into mathops.h (with arch specific code split by directory) libavcodec
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Fri, 12 Dec 2008 16:21:23 +0000 michael More POSIX _t namespace cleanup. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Wed, 03 Sep 2008 12:33:21 +0000 diego Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific libavcodec
Tue, 02 Sep 2008 23:25:57 +0000 diego Replace generic CONFIG_DECODERS preprocessor conditionals by more specific libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 11 May 2008 22:28:43 +0000 cehoyos Replace some occurrences of -1 with PIX_FMT_NONE. libavcodec
Tue, 29 Apr 2008 21:31:21 +0000 diego Add long names to some AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 04:14:04 +0000 michael const libavcodec
Sun, 05 Aug 2007 00:29:02 +0000 lorenm prevent huffyuv from generating codewords of length 32. (regression in r9069) libavcodec
Thu, 05 Jul 2007 20:46:48 +0000 benoit fix mem leak libavcodec
Thu, 05 Jul 2007 10:37:29 +0000 diego Group all copyright and author notices together. libavcodec
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavcodec
Fri, 25 May 2007 00:16:14 +0000 lorenm merge huffman tables for rgb too libavcodec
Thu, 24 May 2007 19:04:19 +0000 lorenm cosmetics (reduce nesting) libavcodec
Thu, 24 May 2007 17:40:02 +0000 lorenm use sparse huffman tables. 1.5% faster huffyuv decoding. libavcodec
Wed, 23 May 2007 09:02:07 +0000 lorenm merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding. libavcodec
Sat, 19 May 2007 02:32:59 +0000 lorenm change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. libavcodec
Fri, 18 May 2007 08:58:30 +0000 lorenm cosmetics: macrofy duplicate code in huffyuv libavcodec
Fri, 18 May 2007 08:56:46 +0000 lorenm r3938 broke 2pass huffyuv (not that anyone uses it) libavcodec
Thu, 10 May 2007 09:00:44 +0000 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
Tue, 20 Mar 2007 16:51:30 +0000 lorenm oops, encoder was under ifdef decoders. libavcodec