summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
...
* * avoids double inclusion of this headerZdenek Kabelac2002-05-27
* license/copyright changeFabrice Bellard2002-05-25
* * baling 8 seems to have the same speedZdenek Kabelac2002-05-23
* * always baling even though it seems to produce sometime worseZdenek Kabelac2002-05-23
* * cleanup for put_pixels_mmxZdenek Kabelac2002-05-23
* * somewhat more advanced test suit for dsp code - for now i386 onlyZdenek Kabelac2002-05-23
* * align the source initialy addressZdenek Kabelac2002-05-23
* * fixed contrains and avoid usage of scale index accessZdenek Kabelac2002-05-23
* * added simple test main - see comments about how toZdenek Kabelac2002-05-23
* using 1 operand less and slightly faster put_pixels_y2Michael Niedermayer2002-05-22
* * fix for -fPIC compilation - compiles with 2.95.2 as well - anyZdenek Kabelac2002-05-22
* removed unused codeFabrice Bellard2002-05-20
* removed debug functionFabrice Bellard2002-05-18
* tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added...Fabrice Bellard2002-05-18
* shared lib support (req by kabi) ...Michael Niedermayer2002-05-17
* hopefully faster mmx2&3dnow MCMichael Niedermayer2002-05-17
* C4=16383 for the c version too and even for some outcommented codeMichael Niedermayer2002-05-02
* set C4 to 16383Michael Niedermayer2002-05-02
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-02
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-27
* * fixes problem with -funroll-loops and buggy gcc compilerZdenek Kabelac2002-04-24
* rounding bugfixMichael Niedermayer2002-04-21
* mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer2002-04-17
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-07
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-28
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-27
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-26
* - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder.Juanjo2002-02-22
* - Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo2002-02-19
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-18
* * some modifications to allow gcc to compile same code for -fPICZdenek Kabelac2002-02-18
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-09
* workaround gcc bug "m" (0)Arpi2002-01-28
* (commit by michael)Michael Niedermayer2002-01-27
* Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>Nick Kurshev2002-01-20
* (commit by michael)Michael Niedermayer2002-01-17
* (commit by michael)Michael Niedermayer2002-01-15
* (commit by michael)Michael Niedermayer2002-01-13
* print cpu flagsMichael Niedermayer2002-01-10
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-09
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-09
* Let loops will be alignedNick Kurshev2001-11-11
* fixed gcc-3.0.x compilation (by Michael Niedermayer)Nick Kurshev2001-11-10
* dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at>Arpi2001-11-03
* win32 fixesFabrice Bellard2001-08-15
* removedFabrice Bellard2001-08-15
* suppressed nasm dependancy - rewrote forward DCT and motion estimation codeFabrice Bellard2001-08-15
* Portability and testing issuesNick Kurshev2001-08-08
* added mmx idctFabrice Bellard2001-08-07