]> git.sesse.net Git - ffmpeg/history - libavcodec/msmpeg4.c
Fix RV40 chroma MC
[ffmpeg] / libavcodec / msmpeg4.c
2002-04-30 Michael Niedermayerfixing msmpeg4v3 dc-scale for quantizers 24-31
2002-04-06 Michael Niedermayerwmv1 header parser (unfinished)
2002-04-05 Michael Niedermayermsmpeg4v2 encoding
2002-04-05 Michael Niedermayerfixing msmpeg4v2 bugs (is bugfree now afaik)
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-03-29 Michael Niedermayermsmpeg4v2 header parser & some dump bits code behind...
2002-03-29 Michael Niedermayerminor optimizations / simplifications
2002-02-22 Michael Niedermayerfixing msmpeg4 decoding if fps < 16 (i thought it was...
2002-02-18 Zdenek Kabelac* simplified indexing
2002-02-09 Michael Niedermayerworkaround gcc 2.95.2 bug
2002-02-05 Michael Niedermayeruse multiply instead of divides for DC prediction on X86
2002-01-28 Zdenek Kabelac* temporal solution for shared lib compilation
2002-01-20 Nick KurshevAlpha optimizations by Falk Hueffner <falk.hueffner...
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-14 Michael Niedermayer(commit by michael)
2002-01-13 Michael Niedermayer(commit by michael)
2002-01-13 Michael Niedermayer(commit by michael)
2002-01-11 Michael Niedermayers->c_dc_scale was 7 if s->qscale==2 but should be 8...
2002-01-08 Michael Niedermayerfix slices when code=0x18, patch by Michael Niedermayer...
2001-10-23 Zdenek Kabelac* prevent crash in decoder
2001-08-11 Fabrice Bellardfixed mb_intra_vlc decoding table size
2001-08-06 Fabrice Bellardtypes fix
2001-08-04 Arpiget_bits() specialization, gives 4\speedup
2001-07-24 Fabrice Bellardadded skip macroblock optimization (big perf win on...
2001-07-22 Fabrice BellardInitial revision