| Commit message (Expand) | Author | Age | Files | Lines |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Support for MacIntel, last part: balign directives | John Dalgliesh | 2006-08-12 | 1 | -2/+2 |
* | kill warning | Måns Rullgård | 2006-07-02 | 1 | -0/+1 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -95/+95 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -109/+109 |
* | replace a few mov + psrlq with pshufw, there are more cases which could benef... | Michael Niedermayer | 2005-09-21 | 1 | -13/+15 |
* | H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac dot be>) | Michael Niedermayer | 2004-10-28 | 1 | -1/+1 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat... | Aurelien Jacobs | 2004-10-11 | 1 | -21/+22 |
* | dc_precission=11 fix | Michael Niedermayer | 2004-07-06 | 1 | -1/+1 |
* | 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 |