]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mpeg12enc.c
Per-stream language-tags extraction in asfdec.
[frescor/ffmpeg.git] / libavcodec / mpeg12enc.c
2009-04-17 michaelMove declarations in mpeg1_encode_motion() closer to...
2009-04-17 michaelUseless assignment found by the clang static analyzer.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-07-13 ramirobitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-25 michaelSupport >=4096 dimensions, fixes issue499.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 diegoAdd some long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2007-08-01 michaelget rid of mb_type_len
2007-08-01 michaelexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-07-05 aureladd proper ff_ prefix to new extern symbols
2007-07-05 aurelsplit mpeg12 encoder out of mpeg12.c