| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 4 | -151/+241 |
* | pix_sum16_mmx() | Michael Niedermayer | 2002-09-20 | 1 | -0/+39 |
* | fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) | Arpi | 2002-09-19 | 3 | -3/+3 |
* | put/avg_pixels16 | Michael Niedermayer | 2002-09-11 | 3 | -61/+325 |
* | fixing encoding at high QPs (was broken after the dct accuracy increase due t... | Michael Niedermayer | 2002-09-02 | 1 | -5/+5 |
* | dct cleanup | Michael Niedermayer | 2002-09-01 | 2 | -4/+4 |
* | be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv d... | Lennert Buytenhek | 2002-09-01 | 1 | -8/+8 |
* | bitexact hack for the simple mmx idct | Michael Niedermayer | 2002-08-31 | 1 | -0/+26 |
* | slow but accurate integer dct from IJG (should be ok with the LGPL as the old... | Michael Niedermayer | 2002-08-29 | 3 | -7/+11 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | Dominik Mierzejewski | 2002-08-28 | 1 | -2/+2 |
* | dont trash mm0, its still used in the next iteration of the loop (fixes stran... | Michael Niedermayer | 2002-08-20 | 1 | -2/+2 |
* | mpeg4 mpeg quantizer encoding | Michael Niedermayer | 2002-08-06 | 1 | -1/+2 |
* | pix_abs mmx2 isnt bit-exact ... | Michael Niedermayer | 2002-07-21 | 1 | -0/+8 |
* | * reimplemented remaing avg_ pixel functions | Zdenek Kabelac | 2002-06-03 | 1 | -359/+12 |