Mercurial > libavcodec.hg
graph
-
fixed block permutation in encoder (not optimal - should move it in forward DCT code) libavcodec2001-08-07, by glantau
-
permuted coefs in normal IDCT to avoid having different cases there libavcodec2001-08-07, by glantau
-
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program) libavcodec2001-08-06, by glantau
-
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon... libavcodec2001-08-03, by arpi_esp
-
MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 libavcodec2001-08-03, by arpi_esp
-
- removed #include ../config.h, because it's included from common.h libavcodec2001-08-02, by arpi_esp
-
added external cpuid code to solve -fPIC and gcc unclear constraints problems libavcodec2001-07-30, by glantau
-
renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff libavcodec2001-07-30, by glantau
-
use block[] in structure to have it aligned on 8 bytes for mmx optimizations libavcodec2001-07-30, by glantau
-
added skip macroblock optimization (big perf win on black regions for example) libavcodec2001-07-24, by glantau
-
added emms_c() macro which should can used in c code in both mmx/non mmx cases libavcodec2001-07-24, by glantau
-
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) libavcodec2001-07-23, by glantau