summaryrefslogtreecommitdiff
path: root/libavcodec/faxcompr.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* indentMichael Niedermayer2008-12-26
* Simplify vertical modeMichael Niedermayer2008-12-26
* And another sechole ...Michael Niedermayer2008-12-26
* Fix yet another sechole.Michael Niedermayer2008-12-26
* Fix another sechole.Michael Niedermayer2008-12-26
* Minor simplification.Michael Niedermayer2008-12-26
* Remove unused run_start variable.Michael Niedermayer2008-12-26
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-26
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-26
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-26
* Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer2008-12-26
* cosmetic (moving pix_left update)Michael Niedermayer2008-12-26
* Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer2008-12-26
* minor simplificationMichael Niedermayer2008-12-26
* Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer2008-12-26
* Ensure that an invalid run terminates the line.Michael Niedermayer2008-12-26
* 10l != vs. == (yes, my fault not kostya's).Michael Niedermayer2008-12-26
* indentMichael Niedermayer2008-12-26
* Simplify zero run handling in put_line().Michael Niedermayer2008-12-26
* Avoid negation in put_line().Michael Niedermayer2008-12-26
* Factorize mode switching in put_line().Michael Niedermayer2008-12-26
* Fix (rewrite) find_group3_syncmarker().Michael Niedermayer2008-12-26
* CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer2008-12-26