]> git.sesse.net Git - ffmpeg/history - libavcodec/h263.h
Fix grammar errors in documentation
[ffmpeg] / libavcodec / h263.h
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-03-08 Måns RullgårdAdd lots of missing includes
2010-03-06 Måns RullgårdMove ff_set_qscale() prototype to mpegvideo.h; it is...
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_ANY_H263 preprocessor defin...
2009-12-30 Diego BiurrunEliminate CONFIG_ANY_H263_DECODER preprocessor definition.
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_WMV_DECODER definition.
2009-12-30 Diego BiurrunSimplify CONFIG_ANY_H263_DECODER preprocessor definition:
2009-12-28 Diego BiurrunReplace CONFIG_ANY_H263_ENCODER definition by CONFIG_H2...
2009-08-05 Diego BiurrunDo not redundantly check for preprocessor definitions...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-10 Aurelien JacobsAvoid linking with h263.c functions when the relevant...