summaryrefslogtreecommitdiffstats
path: root/libavcodec/faxcompr.c
Commit message (Expand)AuthorAgeFilesLines
* faxcompr: return meaningful errorsLuca Barbato2013-06-071-19/+19
* faxcompr: K&R formatting cosmeticsLuca Barbato2013-06-071-69/+75
* faxcompr: Check malloc results and unify return pathAlex Converse2012-04-131-5/+10
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-5/+5
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-141-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Simplify r20025: use align_get_bits instead of reimplementing it.Reimar Döffinger2009-09-291-2/+2
* Make sure all the bits are written to output in fax data decoder.Kostya Shishkov2009-09-291-0/+1
* cosmetics: reindent and reformat function declarationsKostya Shishkov2009-09-281-2/+3
* Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov2009-09-281-2/+3
* Fix decoding of TIFF CCITT RLE compressed data.Kostya Shishkov2009-09-261-1/+3
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-301-1/+1
* indentMichael Niedermayer2008-12-261-1/+1
* Simplify vertical modeMichael Niedermayer2008-12-261-3/+0
* And another sechole ...Michael Niedermayer2008-12-261-1/+1
* Fix yet another sechole.Michael Niedermayer2008-12-261-3/+4
* Fix another sechole.Michael Niedermayer2008-12-261-6/+6
* Minor simplification.Michael Niedermayer2008-12-261-1/+1
* Remove unused run_start variable.Michael Niedermayer2008-12-261-1/+0
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-261-5/+5
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-261-1/+1
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-261-11/+8
* Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer2008-12-261-3/+4
* cosmetic (moving pix_left update)Michael Niedermayer2008-12-261-1/+1
* Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer2008-12-261-6/+21
* minor simplificationMichael Niedermayer2008-12-261-2/+2
* Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer2008-12-261-31/+4
* Ensure that an invalid run terminates the line.Michael Niedermayer2008-12-261-1/+1
* 10l != vs. == (yes, my fault not kostya's).Michael Niedermayer2008-12-261-1/+1
* indentMichael Niedermayer2008-12-261-1/+1
* Simplify zero run handling in put_line().Michael Niedermayer2008-12-261-3/+1
* Avoid negation in put_line().Michael Niedermayer2008-12-261-4/+4
* Factorize mode switching in put_line().Michael Niedermayer2008-12-261-3/+2
* Fix (rewrite) find_group3_syncmarker().Michael Niedermayer2008-12-261-7/+7
* CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer2008-12-261-0/+333
OpenPOWER on IntegriCloud