]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12enc.c
Rewrite doxy for av_strtod().
[ffmpeg] / libavcodec / mpeg12enc.c
2009-04-17 Michael NiedermayerMove declarations in mpeg1_encode_motion() closer to...
2009-04-17 Michael NiedermayerUseless assignment found by the clang static analyzer.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-25 Michael NiedermayerSupport >=4096 dimensions, fixes issue499.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2007-08-01 Michael Niedermayerget rid of mb_type_len
2007-08-01 Michael Niedermayerexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-07-05 Aurelien Jacobsadd proper ff_ prefix to new extern symbols
2007-07-05 Aurelien Jacobssplit mpeg12 encoder out of mpeg12.c