Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-29Simplify r20025: use align_get_bits instead of reimplementing it.Reimar Döffinger
2009-09-29Make sure all the bits are written to output in fax data decoder.Kostya Shishkov
2009-09-28cosmetics: reindent and reformat function declarationsKostya Shishkov
2009-09-28Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov
2009-09-26Fix decoding of TIFF CCITT RLE compressed data.Kostya Shishkov
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun
2008-12-26indentMichael Niedermayer
2008-12-26Simplify vertical modeMichael Niedermayer
2008-12-26And another sechole ...Michael Niedermayer
2008-12-26Fix yet another sechole.Michael Niedermayer
2008-12-26Fix another sechole.Michael Niedermayer
2008-12-26Minor simplification.Michael Niedermayer
2008-12-26Remove unused run_start variable.Michael Niedermayer
2008-12-26Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer
2008-12-26Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer
2008-12-26Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer
2008-12-26Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer
2008-12-26cosmetic (moving pix_left update)Michael Niedermayer
2008-12-26Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer
2008-12-26minor simplificationMichael Niedermayer
2008-12-26Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer
2008-12-26Ensure that an invalid run terminates the line.Michael Niedermayer
2008-12-2610l != vs. == (yes, my fault not kostya's).Michael Niedermayer
2008-12-26indentMichael Niedermayer
2008-12-26Simplify zero run handling in put_line().Michael Niedermayer
2008-12-26Avoid negation in put_line().Michael Niedermayer
2008-12-26Factorize mode switching in put_line().Michael Niedermayer
2008-12-26Fix (rewrite) find_group3_syncmarker().Michael Niedermayer
2008-12-26CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer