| Commit message (Expand) | Author | Age | Files | Lines |
* | * baling 8 seems to have the same speed | Zdenek Kabelac | 2002-05-23 | 1 | -1/+1 |
* | * always baling even though it seems to produce sometime worse | Zdenek Kabelac | 2002-05-23 | 1 | -2/+0 |
* | * cleanup for put_pixels_mmx | Zdenek Kabelac | 2002-05-23 | 1 | -56/+24 |
* | * somewhat more advanced test suit for dsp code - for now i386 only | Zdenek Kabelac | 2002-05-23 | 1 | -41/+0 |
* | * align the source initialy address | Zdenek Kabelac | 2002-05-23 | 1 | -4/+6 |
* | * fixed contrains and avoid usage of scale index access | Zdenek Kabelac | 2002-05-23 | 1 | -6/+6 |
* | * added simple test main - see comments about how to | Zdenek Kabelac | 2002-05-23 | 1 | -4/+46 |
* | using 1 operand less and slightly faster put_pixels_y2 | Michael Niedermayer | 2002-05-22 | 1 | -15/+19 |
* | * fix for -fPIC compilation - compiles with 2.95.2 as well - any | Zdenek Kabelac | 2002-05-22 | 1 | -17/+49 |
* | removed unused code | Fabrice Bellard | 2002-05-20 | 2 | -233/+18 |
* | removed debug function | Fabrice Bellard | 2002-05-18 | 1 | -1/+3 |
* | tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added... | Fabrice Bellard | 2002-05-18 | 1 | -16/+20 |
* | shared lib support (req by kabi) ... | Michael Niedermayer | 2002-05-17 | 2 | -7/+14 |
* | hopefully faster mmx2&3dnow MC | Michael Niedermayer | 2002-05-17 | 2 | -323/+362 |
* | C4=16383 for the c version too and even for some outcommented code | Michael Niedermayer | 2002-05-02 | 1 | -2/+2 |
* | set C4 to 16383 | Michael Niedermayer | 2002-05-02 | 1 | -1/+14 |
* | - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. | Juanjo | 2002-05-02 | 3 | -9/+14 |
* | fixed msmpeg4 infinite loop if buggy stream | Michael Niedermayer | 2002-04-27 | 2 | -124/+134 |
* | * fixes problem with -funroll-loops and buggy gcc compiler | Zdenek Kabelac | 2002-04-24 | 1 | -8/+7 |
* | rounding bugfix | Michael Niedermayer | 2002-04-21 | 1 | -0/+6 |
* | mpeg2/mpeg4 dequantizer support (c & mmx) | Michael Niedermayer | 2002-04-17 | 1 | -88/+204 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -1/+29 |
* | mpeg4 mpeg quantizer support | Michael Niedermayer | 2002-04-07 | 1 | -5/+3 |
* | sizeof(s->block) isnt 64*6*2 anymore bugfix | Michael Niedermayer | 2002-03-28 | 1 | -1/+19 |
* | 4MV motion estimation (not finished yet) | Michael Niedermayer | 2002-03-27 | 2 | -212/+355 |
* | - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm | Juanjo | 2002-02-26 | 1 | -8/+8 |
* | - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. | Juanjo | 2002-02-22 | 1 | -11/+11 |
* | - Bug fixes in H.263+ Advanced INTRA Coding decoder. | Juanjo | 2002-02-19 | 1 | -18/+19 |
* | - H.263+ decoder support for Advanded INTRA Coding (buggy) | Juanjo | 2002-02-18 | 1 | -1/+4 |
* | * some modifications to allow gcc to compile same code for -fPIC | Zdenek Kabelac | 2002-02-18 | 1 | -80/+172 |
* | PATCH by Rik Snel <rsnel@cube.dyndns.org> | Arpi | 2002-02-09 | 1 | -0/+4 |
* | workaround gcc bug "m" (0) | Arpi | 2002-01-28 | 1 | -6/+8 |
* | (commit by michael) | Michael Niedermayer | 2002-01-27 | 2 | -1/+229 |
* | Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> | Nick Kurshev | 2002-01-20 | 1 | -4/+5 |
* | (commit by michael) | Michael Niedermayer | 2002-01-17 | 1 | -1110/+938 |
* | (commit by michael) | Michael Niedermayer | 2002-01-15 | 1 | -0/+92 |
* | (commit by michael) | Michael Niedermayer | 2002-01-13 | 1 | -14/+21 |
* | print cpu flags | Michael Niedermayer | 2002-01-10 | 1 | -2/+2 |
* | new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT... | Arpi | 2001-12-09 | 1 | -0/+1455 |
* | new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT... | Arpi | 2001-12-09 | 1 | -0/+5 |
* | Let loops will be aligned | Nick Kurshev | 2001-11-11 | 1 | -39/+2 |
* | fixed gcc-3.0.x compilation (by Michael Niedermayer) | Nick Kurshev | 2001-11-10 | 2 | -97/+92 |
* | dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at> | Arpi | 2001-11-03 | 1 | -11/+147 |
* | win32 fixes | Fabrice Bellard | 2001-08-15 | 1 | -1/+1 |
* | removed | Fabrice Bellard | 2001-08-15 | 1 | -143/+0 |
* | suppressed nasm dependancy - rewrote forward DCT and motion estimation code | Fabrice Bellard | 2001-08-15 | 4 | -1305/+535 |
* | Portability and testing issues | Nick Kurshev | 2001-08-08 | 1 | -3/+13 |
* | added mmx idct | Fabrice Bellard | 2001-08-07 | 1 | -26/+9 |
* | updated mmx macros | Fabrice Bellard | 2001-08-07 | 1 | -493/+196 |
* | added idct mmx code | Fabrice Bellard | 2001-08-07 | 1 | -0/+590 |