32 Commits (4b5fee0205a825e5f0c7b414af6776803e55a78e)

Author SHA1 Message Date
Reimar Döffinger badce93dad Simplify r20025: use align_get_bits instead of reimplementing it. 15 years ago
Kostya Shishkov a5568f4608 Make sure all the bits are written to output in fax data decoder. 15 years ago
Kostya Shishkov d2cdf20147 cosmetics: reindent and reformat function declarations 15 years ago
Kostya Shishkov 8da5d3dc37 Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them 15 years ago
Kostya Shishkov a8c7a3d2c1 Fix decoding of TIFF CCITT RLE compressed data. 15 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun dc8a7c93d3 Add missing void keyword to parameterless function declarations. 16 years ago
Michael Niedermayer a56f82eaf8 indent 16 years ago
Michael Niedermayer 537bf4266f Simplify vertical mode 16 years ago
Michael Niedermayer eb0094b224 And another sechole ... 16 years ago
Michael Niedermayer 268309750b Fix yet another sechole. 16 years ago
Michael Niedermayer 11c5999e20 Fix another sechole. 16 years ago
Michael Niedermayer 2a522579aa Minor simplification. 16 years ago
Michael Niedermayer f78a679177 Remove unused run_start variable. 16 years ago
Michael Niedermayer 6f5c00eb9f Move sync line pointers code to the end of the loop, it is simpler that way. 16 years ago
Michael Niedermayer e3a54b6694 Get rid of check for condition that is always true (run_off < avctx->width). 16 years ago
Michael Niedermayer 43ba8f3545 Get rid of pix_left in the 2d code, it is simpler that way. 16 years ago
Michael Niedermayer 6fe68c7b97 Factorize "avctx->width + 2" out to avoid someone mistakenly changing 16 years ago
Michael Niedermayer 621e6525a6 cosmetic (moving pix_left update) 16 years ago
Michael Niedermayer 1d7985072c Close gaping sechole. That is, a series of run=0 allows arbitrary data to 16 years ago
Michael Niedermayer d02ab57a5f minor simplification 16 years ago
Michael Niedermayer 66909bc4f1 Merge ff_ccitt_unpack_1d and 2d. 16 years ago
Michael Niedermayer d68542f019 Ensure that an invalid run terminates the line. 16 years ago
Michael Niedermayer ec5bdf4989 10l != vs. == (yes, my fault not kostya's). 16 years ago
Michael Niedermayer 679f3fa901 indent 16 years ago
Michael Niedermayer 68d48cc592 Simplify zero run handling in put_line(). 16 years ago
Michael Niedermayer bc0f7a9c75 Avoid negation in put_line(). 16 years ago
Michael Niedermayer 4e60b64324 Factorize mode switching in put_line(). 16 years ago
Michael Niedermayer eb12536a31 Fix (rewrite) find_group3_syncmarker(). 16 years ago
Michael Niedermayer 8d48db314e CCITT Fax Group 3 and 4 decompression by kostya. 16 years ago