]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg4videodec.c
Eliminate FF_COMMON_FRAME macro.
[ffmpeg] / libavcodec / mpeg4videodec.c
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-06-02 Mans RullgardRemove unused variables
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-13 Anatoly Nenashevmpeg4video: ignore broken GOP headers
2011-02-08 Stefan Kostlogging: downgrade recoverable errors to warnings
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-23 Mans RullgardRemove redundant checks against MIN_CACHE_BITS
2011-01-03 Aurelien Jacobsmpeg4videodec: reset time_base.num to 0 when detecting...
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-02-08 Michael NiedermayerChange xvid/divx/lavc build variables to be consistent...
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-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c