307 Commits (b956373b6f62bfc72b71070b50f1f053225cab8a)

Author SHA1 Message Date
Zdenek Kabelac fbdedc1704 * always baling even though it seems to produce sometime worse 23 years ago
Zdenek Kabelac 31ddcf9851 * cleanup for put_pixels_mmx 23 years ago
Zdenek Kabelac ec9a41f57d * somewhat more advanced test suit for dsp code - for now i386 only 23 years ago
Zdenek Kabelac 6efad6fd85 * align the source initialy address 23 years ago
Zdenek Kabelac 2bd978bdb8 * fixed contrains and avoid usage of scale index access 23 years ago
Zdenek Kabelac dcb9cd4b81 * added simple test main - see comments about how to 23 years ago
Michael Niedermayer ba0420d83e using 1 operand less and slightly faster put_pixels_y2 23 years ago
Zdenek Kabelac a213d66486 * fix for -fPIC compilation - compiles with 2.95.2 as well - any 23 years ago
Fabrice Bellard 4f12a4976a removed unused code 23 years ago
Fabrice Bellard 61a4e8ae3b removed debug function 23 years ago
Fabrice Bellard 9241551049 tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added comment about rounding bug in some functions (need to correct or suppress them for regression tests) 23 years ago
Michael Niedermayer a7bd879798 shared lib support (req by kabi) ... 23 years ago
Michael Niedermayer 607dce96c0 hopefully faster mmx2&3dnow MC 23 years ago
Michael Niedermayer ccf589a8fe C4=16383 for the c version too and even for some outcommented code 23 years ago
Michael Niedermayer 9e1795dd13 set C4 to 16383 23 years ago
Juanjo ef5b1b5a7e - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. 23 years ago
Michael Niedermayer d7e9533aa0 fixed msmpeg4 infinite loop if buggy stream 23 years ago
Zdenek Kabelac cd8e5f9637 * fixes problem with -funroll-loops and buggy gcc compiler 23 years ago
Michael Niedermayer ba8d0be99d rounding bugfix 23 years ago
Michael Niedermayer 9dbf1dddbd mpeg2/mpeg4 dequantizer support (c & mmx) 23 years ago
Michael Niedermayer 9dbcbd92e8 fixed mpeg4 time stuff on encoding 23 years ago
Michael Niedermayer 3bf43d42ed mpeg4 mpeg quantizer support 23 years ago
Michael Niedermayer 649c00c96d sizeof(s->block) isnt 64*6*2 anymore bugfix 23 years ago
Michael Niedermayer ba6802debf 4MV motion estimation (not finished yet) 23 years ago
Juanjo 43f1708f8b - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm 23 years ago
Juanjo e7774f11ac - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. 23 years ago
Juanjo 9e15ad28bd - Bug fixes in H.263+ Advanced INTRA Coding decoder. 23 years ago
Juanjo d140623fc4 - H.263+ decoder support for Advanded INTRA Coding (buggy) 23 years ago
Zdenek Kabelac d6a4c0b111 * some modifications to allow gcc to compile same code for -fPIC 23 years ago
Arpi 3cb32e3d1f PATCH by Rik Snel <rsnel@cube.dyndns.org> 23 years ago
Arpi 5dfd24ac98 workaround gcc bug "m" (0) 23 years ago
Michael Niedermayer 2f349de286 (commit by michael) 23 years ago
Nick Kurshev 4bdd9157cc Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> 23 years ago
Michael Niedermayer 0a8d8945fd (commit by michael) 23 years ago
Michael Niedermayer 3d9fccbf0f (commit by michael) 23 years ago
Michael Niedermayer badaf88eeb (commit by michael) 23 years ago
Michael Niedermayer f4470e0936 print cpu flags 23 years ago
Arpi 37e8dcda36 new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable 23 years ago
Arpi d962f6fd3a new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable 23 years ago
Nick Kurshev f12e206b47 Let loops will be aligned 23 years ago
Nick Kurshev a822a47983 fixed gcc-3.0.x compilation (by Michael Niedermayer) 23 years ago
Arpi 7f3f5ec87b dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Fabrice Bellard a74127c071 win32 fixes 23 years ago
Fabrice Bellard 64ccc83c2b removed 23 years ago
Fabrice Bellard 694ec0612b suppressed nasm dependancy - rewrote forward DCT and motion estimation code 23 years ago
Nick Kurshev c10e9f70c0 Portability and testing issues 23 years ago
Fabrice Bellard 8def029919 added mmx idct 23 years ago
Fabrice Bellard fe97c87d65 updated mmx macros 23 years ago
Fabrice Bellard f33802a005 added idct mmx code 23 years ago
Nick Kurshev 1d20b11aa4 Suppressing external gas stuff to improve portability to Win32 23 years ago