summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
* 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
* updated mmx macrosFabrice Bellard2001-08-07
* added idct mmx codeFabrice Bellard2001-08-07
* Suppressing external gas stuff to improve portability to Win32Nick Kurshev2001-08-05
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-03
* added external cpuid code to solve -fPIC and gcc unclear constraints problemsFabrice Bellard2001-07-30
* renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 ...Fabrice Bellard2001-07-30
* Sync with mplayer's stuffNick Kurshev2001-07-30
* suppressed no longer needed emms()Fabrice Bellard2001-07-24
* fixed cpuid macro to allow PIC compilingFabrice Bellard2001-07-24
* Initial revisionFabrice Bellard2001-07-22