summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* added idct mmx codeFabrice Bellard2001-08-07
* use default huffman tables if none givenFabrice Bellard2001-08-06
* added 422P and 444P support - fixed block parsing errorFabrice Bellard2001-08-06
* added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in ...Fabrice Bellard2001-08-06
* added correct component id handlingFabrice Bellard2001-08-06
* types fixFabrice Bellard2001-08-06
* added MJPEG decoder + commentsFabrice Bellard2001-08-06
* added MJPEG decoder, renamed mjpegenc.c to mjpeg.cFabrice Bellard2001-08-06
* Suppressing external gas stuff to improve portability to Win32Nick Kurshev2001-08-05
* get_bits() specialization, gives 4\speedupArpi2001-08-04
* inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...Arpi2001-08-03
* 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
* added external cpuid code to solve -fPIC and gcc unclear constraints problemsFabrice Bellard2001-07-30
* added cpuid.sFabrice Bellard2001-07-30
* renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 ...Fabrice Bellard2001-07-30
* use block[] in structure to have it aligned on 8 bytes for mmx optimizations ...Fabrice Bellard2001-07-30
* use block[] in structure to have it aligned on 8 bytes for mmx optimizationsFabrice Bellard2001-07-30
* commentsFabrice Bellard2001-07-30
* added HAVE_AV_CONFIG_HFabrice Bellard2001-07-30
* added mpegvideo_mmx.c - added HAVE_AV_CONFIG_HFabrice 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
* added emms_c() macro which should can used in c code in both mmx/non mmx casesFabrice Bellard2001-07-24
* suppressed no longer needed emms()Fabrice Bellard2001-07-24
* fixed cpuid macro to allow PIC compilingFabrice Bellard2001-07-24
* added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: d...Fabrice Bellard2001-07-23
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-23
* fixed unsigned pbFabrice Bellard2001-07-23
* Initial revisionFabrice Bellard2001-07-22