]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/faxcompr.c
parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop
[frescor/ffmpeg.git] / libavcodec / faxcompr.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 diegoAdd missing void keyword to parameterless function...
2008-12-26 michaelindent
2008-12-26 michaelSimplify vertical mode
2008-12-26 michaelAnd another sechole ...
2008-12-26 michaelFix yet another sechole.
2008-12-26 michaelFix another sechole.
2008-12-26 michaelMinor simplification.
2008-12-26 michaelRemove unused run_start variable.
2008-12-26 michaelMove sync line pointers code to the end of the loop...
2008-12-26 michaelGet rid of impossible condition (run_off < avctx->width).
2008-12-26 michaelGet rid of pix_left in the 2d code, its simpler that...
2008-12-26 michaelFactorize "avctx->width + 2" out to avoid someone mista...
2008-12-26 michaelcosmetic (moving pix_left update)
2008-12-26 michaelClose gapping sechole, that is a series of run=0 allows...
2008-12-26 michaelminor simplification
2008-12-26 michaelMerge ff_ccitt_unpack_1d and 2d.
2008-12-26 michaelEnsure that an invalid run terminates the line.
2008-12-26 michael10l != vs. == (yes, my fault not kostyas).
2008-12-26 michaelindent
2008-12-26 michaelSimplify zero run handling in put_line().
2008-12-26 michaelAvoid negation in put_line().
2008-12-26 michaelFactorize mode switching in put_line().
2008-12-26 michaelFix (rewrite) find_group3_syncmarker().
2008-12-26 michaelCCITT Fax Group 3 and 4 decompression by kostya.