]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg4videoenc.c
Eliminate FF_COMMON_FRAME macro.
[ffmpeg] / libavcodec / mpeg4videoenc.c
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-06-26 Diego Biurrunmpeg4videoenc: Remove disabled variant of mpeg4_encode_...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-08 Michael NiedermayerRename mpeg4 intra vlc tables so they contain "mpeg4...
2010-01-08 Michael NiedermayerRename DCtab_*, its a global variable and it helps...
2010-01-08 Diego BiurrunExplain why the level variable is magically inceased...
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c