]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12.c
removed incomplete seek patch
[ffmpeg] / libavcodec / mpeg12.c
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