summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo2001-08-31
* Added support to Unrestricted Motion Vectors (UMV)Juanjo2001-08-28
* changed opendivx to mpeg4Fabrice Bellard2001-08-15
* win32 fixesFabrice Bellard2001-08-13
* moved matrix init away from MPV_common_init()Fabrice Bellard2001-08-12
* fixed mpeg2 interlaced DCTFabrice Bellard2001-08-11
* fixed mpeg1 first block bug (pb with black picture optimisation for B frames)Fabrice Bellard2001-08-08
* fixed block permutation in encoder (not optimal - should move it in forward D...Fabrice Bellard2001-08-07
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-03
* - removed #include ../config.h, because it's included from common.hArpi2001-08-02
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-02
* use block[] in structure to have it aligned on 8 bytes for mmx optimizations ...Fabrice Bellard2001-07-30
* Sync with mplayer's stuffNick Kurshev2001-07-30
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-24
* Initial revisionFabrice Bellard2001-07-22