aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
* win32 fixesFabrice Bellard2001-08-151-16/+1
* copy avctxFabrice Bellard2001-08-151-0/+1
* win32 fixesFabrice Bellard2001-08-131-10/+12
* fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsingFabrice Bellard2001-08-121-11/+33
* fixed last zero mv for field - fixed mismatch handling for intra coefsFabrice Bellard2001-08-111-2/+4
* fixed mpeg2 qscale decodingFabrice Bellard2001-08-111-11/+18
* fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)Fabrice Bellard2001-08-081-2/+2
* changed quant matrix order (should fix mmx mpeg decoding bug)Fabrice Bellard2001-08-071-12/+18
* get_bits() specialization, gives 4\speedupArpi2001-08-041-43/+43
* - 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/+8
* use block[] in structure to have it aligned on 8 bytes for mmx optimizationsFabrice Bellard2001-07-301-4/+3
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-241-0/+1
* fixed unsigned pbFabrice Bellard2001-07-231-1/+2
* Initial revisionFabrice Bellard2001-07-221-0/+1530