summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAge
* win32 fixesFabrice Bellard2001-08-15
* copy avctxFabrice Bellard2001-08-15
* win32 fixesFabrice Bellard2001-08-13
* fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsingFabrice Bellard2001-08-12
* fixed last zero mv for field - fixed mismatch handling for intra coefsFabrice Bellard2001-08-11
* fixed mpeg2 qscale decodingFabrice Bellard2001-08-11
* fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)Fabrice Bellard2001-08-08
* changed quant matrix order (should fix mmx mpeg decoding bug)Fabrice Bellard2001-08-07
* get_bits() specialization, gives 4\speedupArpi2001-08-04
* - 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 optimizationsFabrice Bellard2001-07-30
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-24
* fixed unsigned pbFabrice Bellard2001-07-23
* Initial revisionFabrice Bellard2001-07-22