OSDN Git Service

doc: explain __STDC_CONSTANT_MACROS in C++
[coroid/libav_saccubus.git] / libavcodec / faxcompr.c
2011-07-14 Diego Biurrundoxygen: consistently place brief description
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-09-29 Reimar DöffingerSimplify r20025: use align_get_bits instead of reimplem...
2009-09-29 Kostya ShishkovMake sure all the bits are written to output in fax...
2009-09-28 Kostya Shishkovcosmetics: reindent and reformat function declarations
2009-09-28 Kostya ShishkovFinally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D...
2009-09-26 Kostya ShishkovFix decoding of TIFF CCITT RLE compressed data.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Diego BiurrunAdd missing void keyword to parameterless function...
2008-12-26 Michael Niedermayerindent
2008-12-26 Michael NiedermayerSimplify vertical mode
2008-12-26 Michael NiedermayerAnd another sechole ...
2008-12-26 Michael NiedermayerFix yet another sechole.
2008-12-26 Michael NiedermayerFix another sechole.
2008-12-26 Michael NiedermayerMinor simplification.
2008-12-26 Michael NiedermayerRemove unused run_start variable.
2008-12-26 Michael NiedermayerMove sync line pointers code to the end of the loop...
2008-12-26 Michael NiedermayerGet rid of check for condition that is always true...
2008-12-26 Michael NiedermayerGet rid of pix_left in the 2d code, it is simpler that...
2008-12-26 Michael NiedermayerFactorize "avctx->width + 2" out to avoid someone mista...
2008-12-26 Michael Niedermayercosmetic (moving pix_left update)
2008-12-26 Michael NiedermayerClose gaping sechole. That is, a series of run=0 allows...
2008-12-26 Michael Niedermayerminor simplification
2008-12-26 Michael NiedermayerMerge ff_ccitt_unpack_1d and 2d.
2008-12-26 Michael NiedermayerEnsure that an invalid run terminates the line.
2008-12-26 Michael Niedermayer10l != vs. == (yes, my fault not kostya's).
2008-12-26 Michael Niedermayerindent
2008-12-26 Michael NiedermayerSimplify zero run handling in put_line().
2008-12-26 Michael NiedermayerAvoid negation in put_line().
2008-12-26 Michael NiedermayerFactorize mode switching in put_line().
2008-12-26 Michael NiedermayerFix (rewrite) find_group3_syncmarker().
2008-12-26 Michael NiedermayerCCITT Fax Group 3 and 4 decompression by kostya.