summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo2001-08-311-0/+4
* Added support to Unrestricted Motion Vectors (UMV)Juanjo2001-08-281-1/+1
* changed opendivx to mpeg4Fabrice Bellard2001-08-151-4/+4
* win32 fixesFabrice Bellard2001-08-131-4/+9
* moved matrix init away from MPV_common_init()Fabrice Bellard2001-08-121-7/+7
* fixed mpeg2 interlaced DCTFabrice Bellard2001-08-111-4/+4
* fixed mpeg1 first block bug (pb with black picture optimisation for B frames)Fabrice Bellard2001-08-081-0/+1
* fixed block permutation in encoder (not optimal - should move it in forward D...Fabrice Bellard2001-08-071-0/+4
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-031-2/+2
* - removed #include ../config.h, because it's included from common.hArpi2001-08-021-5/+0
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-021-0/+9
* use block[] in structure to have it aligned on 8 bytes for mmx optimizations ...Fabrice Bellard2001-07-301-55/+78
* Sync with mplayer's stuffNick Kurshev2001-07-301-5/+18
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-241-0/+31
* Initial revisionFabrice Bellard2001-07-221-0/+1281
OpenPOWER on IntegriCloud