| Commit message (Expand) | Author | Age | Files | Lines |
* | reorder table instead of wasting instructions to reorder the input to match t... | Michael Niedermayer | 2003-10-25 | 1 | -123/+107 |
* | 10l | Michael Niedermayer | 2003-10-25 | 1 | -0/+2 |
* | optimizing | Michael Niedermayer | 2003-10-24 | 1 | -23/+60 |
* | Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l... | Panagiotis Issaris | 2003-10-24 | 1 | -3/+3 |
* | 1l | Alex Beregszaszi | 2003-10-23 | 1 | -1/+1 |
* | minor mmx2 optimization if the dct | Michael Niedermayer | 2003-10-23 | 4 | -5/+40 |
* | inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference ... | Michael Niedermayer | 2003-10-23 | 1 | -4/+4 |
* | move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl... | Michael Niedermayer | 2003-10-22 | 1 | -4/+4 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+16 |
* | mmx2 optimization of huffyuv median encoding | Michael Niedermayer | 2003-10-13 | 1 | -0/+39 |
* | another non const static, maybe its thread save now | Michael Niedermayer | 2003-09-15 | 1 | -2/+5 |
* | removed warnings | Fabrice Bellard | 2003-09-09 | 1 | -1/+1 |
* | fixing thread safety, this may cause alignment problms (if it does than the s... | Michael Niedermayer | 2003-08-15 | 1 | -1/+3 |
* | the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ... | Michael Niedermayer | 2003-06-21 | 1 | -0/+3 |
* | fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu... | BERO | 2003-05-14 | 1 | -1/+0 |
* | * oops - reversed last commit | Zdenek Kabelac | 2003-05-13 | 1 | -43/+31 |
* | * sync | Zdenek Kabelac | 2003-05-12 | 1 | -31/+43 |
* | more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot c... | Michael Niedermayer | 2003-05-07 | 1 | -0/+2 |
* | 10l (hadamard fix) | Michael Niedermayer | 2003-04-14 | 1 | -1/+1 |
* | faster hadamard transform | Michael Niedermayer | 2003-03-26 | 1 | -20/+115 |
* | * oooooops - sorry for this one - wrong logic | Zdenek Kabelac | 2003-03-10 | 1 | -4/+6 |
* | * support FF_MM_FORCE | Zdenek Kabelac | 2003-03-07 | 1 | -0/+6 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 4 | -98/+82 |
* | * prototypes at one place | Zdenek Kabelac | 2003-02-11 | 2 | -5/+0 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 7 | -104/+104 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 2 | -78/+67 |
* | finetuneing thresholds/factors | Michael Niedermayer | 2003-01-19 | 1 | -2/+1 |
* | sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at f... | Felix von Leitner | 2003-01-11 | 1 | -0/+104 |
* | typo (noticed by kabi) | Michael Niedermayer | 2003-01-09 | 1 | -2/+2 |
* | qpel fix | Michael Niedermayer | 2003-01-09 | 2 | -331/+89 |
* | added define for builtins use - inverse fix by Romain Dolbeau | Fabrice Bellard | 2003-01-07 | 1 | -0/+12 |
* | PIC / ebx fix | Michael Niedermayer | 2003-01-07 | 2 | -8/+16 |
* | more gcc bug workarounds | Michael Niedermayer | 2003-01-07 | 2 | -7/+15 |
* | gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didn... | Michael Niedermayer | 2003-01-07 | 1 | -3/+3 |
* | 1000l (push & esp) using mangle now ... | Michael Niedermayer | 2003-01-06 | 1 | -82/+59 |
* | qpel in b frames bugfixes | Michael Niedermayer | 2003-01-05 | 2 | -149/+152 |
* | slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc ... | Michael Niedermayer | 2003-01-05 | 1 | -9/+34 |
* | qpel in mmx2/3dnow | Michael Niedermayer | 2003-01-05 | 3 | -2/+1181 |
* | warnings patch by (bubu <bubu at bubu dot net>) | bubu | 2003-01-01 | 1 | -1/+0 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 2 | -2/+178 |
* | 100l (sad8x8_x2 had params in wrong order) | Michael Niedermayer | 2002-12-03 | 1 | -1/+2 |
* | via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-too... | Francisco Javier Cabello Torres | 2002-11-26 | 1 | -1/+2 |
* | via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visu... | Francisco Javier Cabello Torres | 2002-11-25 | 1 | -0/+15 |
* | huffyuv | Michael Niedermayer | 2002-11-14 | 1 | -0/+48 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -5/+6 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -2/+2 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -121/+120 |
* | cleanup | Michael Niedermayer | 2002-11-05 | 1 | -8/+8 |
* | new generic FFT/MDCT code for audio codecs | Fabrice Bellard | 2002-10-28 | 1 | -0/+128 |
* | idct_permutation_type variable, so the permutation type can quickly be identi... | Michael Niedermayer | 2002-10-25 | 1 | -17/+3 |