summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
* reorder table instead of wasting instructions to reorder the input to match t...Michael Niedermayer2003-10-25
* 10lMichael Niedermayer2003-10-25
* optimizingMichael Niedermayer2003-10-24
* Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l...Panagiotis Issaris2003-10-24
* 1lAlex Beregszaszi2003-10-23
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-23
* inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference ...Michael Niedermayer2003-10-23
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer2003-10-22
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-13
* another non const static, maybe its thread save nowMichael Niedermayer2003-09-15
* removed warningsFabrice Bellard2003-09-09
* fixing thread safety, this may cause alignment problms (if it does than the s...Michael Niedermayer2003-08-15
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO2003-05-14
* * oops - reversed last commitZdenek Kabelac2003-05-13
* * syncZdenek Kabelac2003-05-12
* more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot c...Michael Niedermayer2003-05-07
* 10l (hadamard fix)Michael Niedermayer2003-04-14
* faster hadamard transformMichael Niedermayer2003-03-26
* * oooooops - sorry for this one - wrong logicZdenek Kabelac2003-03-10
* * support FF_MM_FORCEZdenek Kabelac2003-03-07
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* * prototypes at one placeZdenek Kabelac2003-02-11
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* finetuneing thresholds/factorsMichael Niedermayer2003-01-19
* sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at f...Felix von Leitner2003-01-11
* typo (noticed by kabi)Michael Niedermayer2003-01-09
* qpel fixMichael Niedermayer2003-01-09
* added define for builtins use - inverse fix by Romain DolbeauFabrice Bellard2003-01-07
* PIC / ebx fixMichael Niedermayer2003-01-07
* more gcc bug workaroundsMichael Niedermayer2003-01-07
* gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didn...Michael Niedermayer2003-01-07
* 1000l (push & esp) using mangle now ...Michael Niedermayer2003-01-06
* qpel in b frames bugfixesMichael Niedermayer2003-01-05
* slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc ...Michael Niedermayer2003-01-05
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
* warnings patch by (bubu <bubu at bubu dot net>)bubu2003-01-01
* qpel encodingMichael Niedermayer2002-12-27
* 100l (sad8x8_x2 had params in wrong order)Michael Niedermayer2002-12-03
* via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-too...Francisco Javier Cabello Torres2002-11-26
* via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visu...Francisco Javier Cabello Torres2002-11-25
* huffyuvMichael Niedermayer2002-11-14
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* cleanupMichael Niedermayer2002-11-05
* new generic FFT/MDCT code for audio codecsFabrice Bellard2002-10-28
* idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer2002-10-25