aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* * baling 8 seems to have the same speedZdenek Kabelac2002-05-231-1/+1
* * always baling even though it seems to produce sometime worseZdenek Kabelac2002-05-231-2/+0
* * cleanup for put_pixels_mmxZdenek Kabelac2002-05-231-56/+24
* * somewhat more advanced test suit for dsp code - for now i386 onlyZdenek Kabelac2002-05-231-41/+0
* * align the source initialy addressZdenek Kabelac2002-05-231-4/+6
* * fixed contrains and avoid usage of scale index accessZdenek Kabelac2002-05-231-6/+6
* * added simple test main - see comments about how toZdenek Kabelac2002-05-231-4/+46
* using 1 operand less and slightly faster put_pixels_y2Michael Niedermayer2002-05-221-15/+19
* * fix for -fPIC compilation - compiles with 2.95.2 as well - anyZdenek Kabelac2002-05-221-17/+49
* removed unused codeFabrice Bellard2002-05-202-233/+18
* removed debug functionFabrice Bellard2002-05-181-1/+3
* tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added...Fabrice Bellard2002-05-181-16/+20
* shared lib support (req by kabi) ...Michael Niedermayer2002-05-172-7/+14
* hopefully faster mmx2&3dnow MCMichael Niedermayer2002-05-172-323/+362
* C4=16383 for the c version too and even for some outcommented codeMichael Niedermayer2002-05-021-2/+2
* set C4 to 16383Michael Niedermayer2002-05-021-1/+14
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-023-9/+14
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-272-124/+134
* * fixes problem with -funroll-loops and buggy gcc compilerZdenek Kabelac2002-04-241-8/+7
* rounding bugfixMichael Niedermayer2002-04-211-0/+6
* mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer2002-04-171-88/+204
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-171-1/+29
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-071-5/+3
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-281-1/+19
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-272-212/+355
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-261-8/+8
* - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.Juanjo2002-02-221-11/+11
* - Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo2002-02-191-18/+19
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-181-1/+4
* * some modifications to allow gcc to compile same code for -fPICZdenek Kabelac2002-02-181-80/+172
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-091-0/+4
* workaround gcc bug "m" (0)Arpi2002-01-281-6/+8
* (commit by michael)Michael Niedermayer2002-01-272-1/+229
* Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>Nick Kurshev2002-01-201-4/+5
* (commit by michael)Michael Niedermayer2002-01-171-1110/+938
* (commit by michael)Michael Niedermayer2002-01-151-0/+92
* (commit by michael)Michael Niedermayer2002-01-131-14/+21
* print cpu flagsMichael Niedermayer2002-01-101-2/+2
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-091-0/+1455
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-091-0/+5
* Let loops will be alignedNick Kurshev2001-11-111-39/+2
* fixed gcc-3.0.x compilation (by Michael Niedermayer)Nick Kurshev2001-11-102-97/+92
* dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>Arpi2001-11-031-11/+147
* win32 fixesFabrice Bellard2001-08-151-1/+1
* removedFabrice Bellard2001-08-151-143/+0
* suppressed nasm dependancy - rewrote forward DCT and motion estimation codeFabrice Bellard2001-08-154-1305/+535
* Portability and testing issuesNick Kurshev2001-08-081-3/+13
* added mmx idctFabrice Bellard2001-08-071-26/+9
* updated mmx macrosFabrice Bellard2001-08-071-493/+196
* added idct mmx codeFabrice Bellard2001-08-071-0/+590