]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/svq1dec.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / svq1dec.c
2009-04-11 michael2 INIT_VLC_USE_STATIC cases, carl missed.
2009-04-11 cehoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2008-12-14 melansonThe POSIX namespace shall be held sacrosanct. To that...
2008-10-14 michaelExport svq1_packet_checksum() that is needed for svq3...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-02-01 michaelsome const
2008-01-16 diegoAdd const qualifiers to unmodified function parameters...
2008-01-16 diegoRemove bogus cast.
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-07-06 aurelsplit SVQ1 decoder and encoder in their own files