]> git.sesse.net Git - ffmpeg/history - libavcodec/i386
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead...
[ffmpeg] / libavcodec / i386 /
2003-03-26 Michael Niedermayerfaster hadamard transform
2003-03-10 Zdenek Kabelac* oooooops - sorry for this one - wrong logic
2003-03-07 Zdenek Kabelac* support FF_MM_FORCE
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* prototypes at one place
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-19 Michael Niedermayerfinetuneing thresholds/factors
2003-01-11 Felix von Leitnersse16 & pix_norm1 optimization patch by (Felix von...
2003-01-09 Michael Niedermayertypo (noticed by kabi)
2003-01-09 Michael Niedermayerqpel fix
2003-01-07 Fabrice Bellardadded define for builtins use - inverse fix by Romain...
2003-01-07 Michael NiedermayerPIC / ebx fix
2003-01-07 Michael Niedermayermore gcc bug workarounds
2003-01-07 Michael Niedermayergcc 3.2.2 -O3 bug workaround (older gcc are very likely...
2003-01-06 Michael Niedermayer1000l (push & esp) using mangle now ...
2003-01-05 Michael Niedermayerqpel in b frames bugfixes
2003-01-05 Michael Niedermayerslowdown / gcc 2.95.* bug workaround (this should be...
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2003-01-01 bubuwarnings patch by (bubu <bubu at bubu dot net>)
2002-12-27 Michael Niedermayerqpel encoding
2002-12-03 Michael Niedermayer100l (sad8x8_x2 had params in wrong order)
2002-11-26 Francisco Javier... via c3 fix patch by (Francisco Javier Cabello Torres...
2002-11-25 Francisco Javier... via c3 detection patch by (Francisco Javier Cabello...
2002-11-14 Michael Niedermayerhuffyuv
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-05 Michael Niedermayercleanup
2002-10-28 Fabrice Bellardnew generic FFT/MDCT code for audio codecs
2002-10-25 Michael Niedermayeridct_permutation_type variable, so the permutation...
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-20 Michael Niedermayerpix_sum16_mmx()
2002-09-19 Arpifdct_mmx -> ff_fdct_mmx (renamed to avoid namespace...
2002-09-11 Michael Niedermayerput/avg_pixels16
2002-09-02 Michael Niedermayerfixing encoding at high QPs (was broken after the dct...
2002-09-01 Michael Niedermayerdct cleanup
2002-09-01 Lennert Buytenhekbe less verbose patch by (Lennert Buytenhek <buytenh...
2002-08-31 Michael Niedermayerbitexact hack for the simple mmx idct
2002-08-29 Michael Niedermayerslow but accurate integer dct from IJG (should be ok...
2002-08-28 Dominik Mierzejewskiwarning patch by (Dominik Mierzejewski <dominik at...
2002-08-20 Michael Niedermayerdont trash mm0, its still used in the next iteration...
2002-08-06 Michael Niedermayermpeg4 mpeg quantizer encoding
2002-07-21 Michael Niedermayerpix_abs mmx2 isnt bit-exact ...
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
next