log faxcompr.c @ 12501:b3f9612d4ea7 libavcodec

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 29 Sep 2009 11:06:04 +0000 reimar Simplify r20025: use align_get_bits instead of reimplementing it. libavcodec
Tue, 29 Sep 2009 05:55:14 +0000 kostya Make sure all the bits are written to output in fax data decoder. libavcodec
Mon, 28 Sep 2009 05:19:13 +0000 kostya cosmetics: reindent and reformat function declarations libavcodec
Mon, 28 Sep 2009 05:17:20 +0000 kostya Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them libavcodec
Sat, 26 Sep 2009 05:48:50 +0000 kostya Fix decoding of TIFF CCITT RLE compressed data. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Fri, 30 Jan 2009 18:38:25 +0000 diego Add missing void keyword to parameterless function declarations. libavcodec
Fri, 26 Dec 2008 18:39:24 +0000 michael indent libavcodec
Fri, 26 Dec 2008 18:39:07 +0000 michael Simplify vertical mode libavcodec
Fri, 26 Dec 2008 18:14:59 +0000 michael And another sechole ... libavcodec
Fri, 26 Dec 2008 18:06:29 +0000 michael Fix yet another sechole. libavcodec
Fri, 26 Dec 2008 17:51:10 +0000 michael Fix another sechole. libavcodec
Fri, 26 Dec 2008 17:32:11 +0000 michael Minor simplification. libavcodec
Fri, 26 Dec 2008 17:11:19 +0000 michael Remove unused run_start variable. libavcodec
Fri, 26 Dec 2008 17:04:31 +0000 michael Move sync line pointers code to the end of the loop, it is simpler that way. libavcodec
Fri, 26 Dec 2008 16:59:10 +0000 michael Get rid of check for condition that is always true (run_off < avctx->width). libavcodec
Fri, 26 Dec 2008 16:57:35 +0000 michael Get rid of pix_left in the 2d code, it is simpler that way. libavcodec
Fri, 26 Dec 2008 16:38:55 +0000 michael Factorize "avctx->width + 2" out to avoid someone mistakenly changing libavcodec
Fri, 26 Dec 2008 16:30:50 +0000 michael cosmetic (moving pix_left update) libavcodec
Fri, 26 Dec 2008 16:29:01 +0000 michael Close gaping sechole. That is, a series of run=0 allows arbitrary data to libavcodec
Fri, 26 Dec 2008 15:21:48 +0000 michael minor simplification libavcodec
Fri, 26 Dec 2008 15:05:12 +0000 michael Merge ff_ccitt_unpack_1d and 2d. libavcodec
Fri, 26 Dec 2008 14:57:42 +0000 michael Ensure that an invalid run terminates the line. libavcodec
Fri, 26 Dec 2008 14:39:21 +0000 michael 10l != vs. == (yes, my fault not kostya's). libavcodec
Fri, 26 Dec 2008 13:52:07 +0000 michael indent libavcodec
Fri, 26 Dec 2008 13:51:52 +0000 michael Simplify zero run handling in put_line(). libavcodec
Fri, 26 Dec 2008 13:50:00 +0000 michael Avoid negation in put_line(). libavcodec
Fri, 26 Dec 2008 13:48:09 +0000 michael Factorize mode switching in put_line(). libavcodec
Fri, 26 Dec 2008 13:46:11 +0000 michael Fix (rewrite) find_group3_syncmarker(). libavcodec
Fri, 26 Dec 2008 13:39:19 +0000 michael CCITT Fax Group 3 and 4 decompression by kostya. libavcodec