| Commit message (Expand) | Author | Age | Files | Lines |
* | denoise_dct_mmx() | Michael Niedermayer | 2004-01-02 | 1 | -1/+1 |
* | noise reduction of dct coefficients | Michael Niedermayer | 2003-11-02 | 1 | -0/+3 |
* | minor mmx2 optimization if the dct | Michael Niedermayer | 2003-10-23 | 1 | -1/+1 |
* | move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl... | Michael Niedermayer | 2003-10-22 | 1 | -4/+4 |
* | fixing thread safety, this may cause alignment problms (if it does than the s... | Michael Niedermayer | 2003-08-15 | 1 | -1/+3 |
* | * oops - reversed last commit | Zdenek Kabelac | 2003-05-13 | 1 | -43/+31 |
* | * sync | Zdenek Kabelac | 2003-05-12 | 1 | -31/+43 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -2/+2 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -2/+2 |
* | finetuneing thresholds/factors | Michael Niedermayer | 2003-01-19 | 1 | -2/+1 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -26/+137 |
* | fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) | Arpi | 2002-09-19 | 1 | -1/+1 |
* | 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 | 1 | -3/+3 |
* | slow but accurate integer dct from IJG (should be ok with the LGPL as the old... | Michael Niedermayer | 2002-08-29 | 1 | -1/+2 |
* | mpeg4 mpeg quantizer encoding | Michael Niedermayer | 2002-08-06 | 1 | -1/+2 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -17/+18 |
* | - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. | Juanjo | 2002-05-02 | 1 | -0/+5 |
* | fixed msmpeg4 infinite loop if buggy stream | Michael Niedermayer | 2002-04-27 | 1 | -120/+132 |
* | PATCH by Rik Snel <rsnel@cube.dyndns.org> | Arpi | 2002-02-09 | 1 | -0/+4 |
* | workaround gcc bug "m" (0) | Arpi | 2002-01-28 | 1 | -6/+8 |
* | (commit by michael) | Michael Niedermayer | 2002-01-27 | 1 | -0/+201 |