]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>
[ffmpeg] / libavcodec / mpeg12.c
2001-08-15 Fabrice Bellardwin32 fixes
2001-08-15 Fabrice Bellardcopy avctx
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-12 Fabrice Bellardfixed mpeg2 non intra dequant - fixed MPEG1 and 2 matri...
2001-08-11 Fabrice Bellardfixed last zero mv for field - fixed mismatch handling...
2001-08-11 Fabrice Bellardfixed mpeg2 qscale decoding
2001-08-08 Fabrice Bellardfixed mpeg1 last block bug (mb stuffing code was not...
2001-08-07 Fabrice Bellardchanged quant matrix order (should fix mmx mpeg decodin...
2001-08-04 Arpiget_bits() specialization, gives 4\speedup
2001-08-02 Arpi- removed #include ../config.h, because it's included...
2001-08-02 Nick KurshevAdding fastmemcpy stuff to speedup mplayer project
2001-07-30 Fabrice Bellarduse block[] in structure to have it aligned on 8 bytes...
2001-07-24 Fabrice Bellardadded skip macroblock optimization (big perf win on...
2001-07-23 Fabrice Bellardfixed unsigned pb
2001-07-22 Fabrice BellardInitial revision