]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
minor optimizations
[ffmpeg] / libavcodec / mpegvideo.c
2001-11-19 Juanjo- Preliminary RTP friendly mode for H.263.
2001-10-16 Arpiexporting qscale data for postprocessing (for MPlayer)
2001-08-31 JuanjoMoved some H.263+ variables to MpegEncContext to be...
2001-08-28 JuanjoAdded support to Unrestricted Motion Vectors (UMV)
2001-08-15 Fabrice Bellardchanged opendivx to mpeg4
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-12 Fabrice Bellardmoved matrix init away from MPV_common_init()
2001-08-11 Fabrice Bellardfixed mpeg2 interlaced DCT
2001-08-08 Fabrice Bellardfixed mpeg1 first block bug (pb with black picture...
2001-08-07 Fabrice Bellardfixed block permutation in encoder (not optimal - shoul...
2001-08-03 ArpiMMX/MMXEXT iDCT support, using external functions curre...
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-30 Nick KurshevSync with mplayer's stuff
2001-07-24 Fabrice Bellardadded skip macroblock optimization (big perf win on...
2001-07-22 Fabrice BellardInitial revision