]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mimic.c
frsh: Print error messages
[frescor/ffmpeg.git] / libavcodec / mimic.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-12 reimarUse void * instead of uint8_t * for the destination...
2009-04-12 reimarUse AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-17 diegocosmetics: 'const static' --> 'static const' to avoid...
2008-12-10 lorenmclear_block mmx
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-04-26 ramiroget_vlc2() only gets up to three levels in the tables...
2008-04-22 ramiroFix regression introduced by r12929.
2008-04-22 ramiroThe code now is pretty self explanatory about the heade...
2008-04-22 ramiroUse bytestream functions for reading frame header.
2008-04-19 ramiroDo not pass dct_block to vlc_decode_block().
2008-04-19 ramiroCosmetics and style.
2008-04-19 ramiroRename vlc1 to vlc.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-18 ramiroMimic decoder.