]> git.sesse.net Git - ffmpeg/history - libavcodec/i386
Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine...
[ffmpeg] / libavcodec / i386 /
2002-04-27 Michael Niedermayerfixed msmpeg4 infinite loop if buggy stream
2002-04-24 Zdenek Kabelac* fixes problem with -funroll-loops and buggy gcc compiler
2002-04-21 Michael Niedermayerrounding bugfix
2002-04-17 Michael Niedermayermpeg2/mpeg4 dequantizer support (c & mmx)
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-04-07 Michael Niedermayermpeg4 mpeg quantizer support
2002-03-28 Michael Niedermayersizeof(s->block) isnt 64*6*2 anymore bugfix
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2002-02-22 Juanjo- Bug fix on RTYPE (rounding type) not being honoured...
2002-02-19 Juanjo- Bug fixes in H.263+ Advanced INTRA Coding decoder.
2002-02-18 Juanjo- H.263+ decoder support for Advanded INTRA Coding...
2002-02-18 Zdenek Kabelac* some modifications to allow gcc to compile same code...
2002-02-09 ArpiPATCH by Rik Snel <rsnel@cube.dyndns.org>
2002-01-28 Arpiworkaround gcc bug "m" (0)
2002-01-27 Michael Niedermayer(commit by michael)
2002-01-20 Nick KurshevCygwin's mangling by Felix Buenemann <atmosfear@users...
2002-01-17 Michael Niedermayer(commit by michael)
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-13 Michael Niedermayer(commit by michael)
2002-01-10 Michael Niedermayerprint cpu flags
2001-12-09 Arpinew IDCT code by Michael Niedermayer (michaelni@gmx...
2001-12-09 Arpinew IDCT code by Michael Niedermayer (michaelni@gmx...
2001-11-11 Nick KurshevLet loops will be aligned
2001-11-10 Nick Kurshevfixed gcc-3.0.x compilation (by Michael Niedermayer)
2001-11-03 Arpidct_unquantize_h263_mmx() by Michael Niedermayer <micha...
2001-08-15 Fabrice Bellardwin32 fixes
2001-08-15 Fabrice Bellardremoved
2001-08-15 Fabrice Bellardsuppressed nasm dependancy - rewrote forward DCT and...
2001-08-08 Nick KurshevPortability and testing issues
2001-08-07 Fabrice Bellardadded mmx idct
2001-08-07 Fabrice Bellardupdated mmx macros
2001-08-07 Fabrice Bellardadded idct mmx code
2001-08-05 Nick KurshevSuppressing external gas stuff to improve portability...
2001-08-03 ArpiMMX/MMXEXT iDCT support, using external functions curre...
2001-07-30 Fabrice Bellardadded external cpuid code to solve -fPIC and gcc unclea...
2001-07-30 Fabrice Bellardrenamed - use of s->dct_unquantize function pointer...
2001-07-30 Nick KurshevSync with mplayer's stuff
2001-07-24 Fabrice Bellardsuppressed no longer needed emms()
2001-07-24 Fabrice Bellardfixed cpuid macro to allow PIC compiling
2001-07-22 Fabrice BellardInitial revision