aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Suppressing external gas stuff to improve portability to Win32Nick Kurshev2001-08-052-38/+14
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-031-0/+28
* added external cpuid code to solve -fPIC and gcc unclear constraints problemsFabrice Bellard2001-07-302-12/+33
* renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 ...Fabrice Bellard2001-07-301-29/+17
* Sync with mplayer's stuffNick Kurshev2001-07-303-16/+257
* suppressed no longer needed emms()Fabrice Bellard2001-07-242-30/+2
* fixed cpuid macro to allow PIC compilingFabrice Bellard2001-07-241-12/+17
* Initial revisionFabrice Bellard2001-07-227-0/+3499