]> git.sesse.net Git - ffmpeg/history - libavcodec/i386
reverted to inttypes.h since it gives problems on some unixes
[ffmpeg] / libavcodec / i386 /
2002-06-03 Zdenek Kabelac* reimplemented remaing avg_ pixel functions
2002-06-03 Zdenek Kabelac* implemented remaing avg_ pixel functions (these are...
2002-05-30 Zdenek Kabelac* removed MANGLE from macros for setting constants
2002-05-29 Zdenek Kabelac* using unrolled loops seems to help to MMX Celerons
2002-05-29 Zdenek Kabelac* reenabled original xy2 put routine - rounding error...
2002-05-29 Zdenek Kabelac* code with new PAVGB for MMX only CPU splited into...
2002-05-29 Zdenek Kabelac* new mmx code - based upon http://aggregate.org/MAGIC
2002-05-29 Zdenek Kabelac* cosmetic minor change
2002-05-29 Zdenek Kabelac* optimized remaing avg_pixels_xy2
2002-05-28 Zdenek Kabelac* optimized avg_* functions (except xy2)
2002-05-27 Zdenek Kabelac* more PIC friendly and faster code
2002-05-27 Zdenek Kabelac* removed TESTCPU_MAIN - not needed for testing
2002-05-27 Zdenek Kabelac* undefine local defines when they are no longer needed
2002-05-27 Zdenek Kabelac* avoids double inclusion of this header
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-23 Zdenek Kabelac* baling 8 seems to have the same speed
2002-05-23 Zdenek Kabelac* always baling even though it seems to produce sometim...
2002-05-23 Zdenek Kabelac* cleanup for put_pixels_mmx
2002-05-23 Zdenek Kabelac* somewhat more advanced test suit for dsp code - for...
2002-05-23 Zdenek Kabelac* align the source initialy address
2002-05-23 Zdenek Kabelac* fixed contrains and avoid usage of scale index access
2002-05-23 Zdenek Kabelac* added simple test main - see comments about how to
2002-05-22 Michael Niedermayerusing 1 operand less and slightly faster put_pixels_y2
2002-05-22 Zdenek Kabelac* fix for -fPIC compilation - compiles with 2.95.2...
2002-05-20 Fabrice Bellardremoved unused code
2002-05-18 Fabrice Bellardremoved debug function
2002-05-18 Fabrice Bellardtried to avoid gcc 2.95.2 bug by puting explicit regist...
2002-05-17 Michael Niedermayershared lib support (req by kabi) ...
2002-05-17 Michael Niedermayerhopefully faster mmx2&3dnow MC
2002-05-02 Michael NiedermayerC4=16383 for the c version too and even for some outcom...
2002-05-02 Michael Niedermayerset C4 to 16383
2002-05-02 Juanjo- Advanced Intra Coding (AIC) support for H.263+ encode...
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