| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add missing void keyword to parameterless function declarations. | Diego Biurrun | 2009-01-30 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Simplify vertical mode | Michael Niedermayer | 2008-12-26 | 1 | -3/+0 |
* | And another sechole ... | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Fix yet another sechole. | Michael Niedermayer | 2008-12-26 | 1 | -3/+4 |
* | Fix another sechole. | Michael Niedermayer | 2008-12-26 | 1 | -6/+6 |
* | Minor simplification. | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Remove unused run_start variable. | Michael Niedermayer | 2008-12-26 | 1 | -1/+0 |
* | Move sync line pointers code to the end of the loop, it is simpler that way. | Michael Niedermayer | 2008-12-26 | 1 | -5/+5 |
* | Get rid of check for condition that is always true (run_off < avctx->width). | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Get rid of pix_left in the 2d code, it is simpler that way. | Michael Niedermayer | 2008-12-26 | 1 | -11/+8 |
* | Factorize "avctx->width + 2" out to avoid someone mistakenly changing | Michael Niedermayer | 2008-12-26 | 1 | -3/+4 |
* | cosmetic (moving pix_left update) | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Close gaping sechole. That is, a series of run=0 allows arbitrary data to | Michael Niedermayer | 2008-12-26 | 1 | -6/+21 |
* | minor simplification | Michael Niedermayer | 2008-12-26 | 1 | -2/+2 |
* | Merge ff_ccitt_unpack_1d and 2d. | Michael Niedermayer | 2008-12-26 | 1 | -31/+4 |
* | Ensure that an invalid run terminates the line. | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | 10l != vs. == (yes, my fault not kostya's). | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Simplify zero run handling in put_line(). | Michael Niedermayer | 2008-12-26 | 1 | -3/+1 |
* | Avoid negation in put_line(). | Michael Niedermayer | 2008-12-26 | 1 | -4/+4 |
* | Factorize mode switching in put_line(). | Michael Niedermayer | 2008-12-26 | 1 | -3/+2 |
* | Fix (rewrite) find_group3_syncmarker(). | Michael Niedermayer | 2008-12-26 | 1 | -7/+7 |
* | CCITT Fax Group 3 and 4 decompression by kostya. | Michael Niedermayer | 2008-12-26 | 1 | -0/+333 |