]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/flashsvenc.c
Use skip_bits_long() for large skips
[frescor/ffmpeg.git] / libavcodec / flashsvenc.c
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2007-05-17 bananUse FFABS instead of abs.
2007-05-17 bananRemove lots of unused commented code. (Cleanup)
2007-05-17 bananChange default 1 pass blocksize to 64x64.
2007-05-12 bananAdded support for instances where linesize[0] is negative.
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-03-11 bananRespect the gop size (-g) for marking I frames. Use...
2007-03-10 bananSimplify, use avctx->frame_number.
2007-01-25 bananDon't copy more then needed, bugfix by Gus Scheidt...
2007-01-21 bananRemove debug line.
2007-01-21 bananAdd flashsv encoder to changelog and fix the encoder...
2007-01-21 bananFlash screen video encoder.