| Commit message (Expand) | Author | Age | Files | Lines |
* | Make code independent/less dependent on dsputil. | Michael Niedermayer | 2008-06-28 | 1 | -5/+14 |
* | Revert "add libmpeg2 permutation to dct-test" | Måns Rullgård | 2008-06-26 | 1 | -4/+1 |
* | add libmpeg2 permutation to dct-test | Måns Rullgård | 2008-06-26 | 1 | -1/+4 |
* | Use a local variable instead of mm_flags in dct-test. | Alexander Strange | 2008-06-25 | 1 | -5/+2 |
* | Define mm_flags/support to be 0 on architectures where they don't exist. | Alexander Strange | 2008-06-24 | 1 | -0/+3 |
* | Replace redundant MAX macro declaration by proper use of FFMAX. | Diego Biurrun | 2008-06-24 | 1 | -5/+2 |
* | Mark constant structure member as const to avoid some warnings. | Laurent Desnogues | 2008-06-24 | 1 | -1/+1 |
* | Test idct_xvid_sse2() in dct-test. | Alexander Strange | 2008-04-16 | 1 | -1/+7 |
* | Add a header file to declare Xvid IDCT functions. | Alexander Strange | 2008-04-12 | 1 | -2/+1 |
* | Altivec and SSE2 require 16-byte alignment, so make sure they get it | Alexander Strange | 2008-03-30 | 1 | -1/+1 |
* | check mm_flags for each DCT and skips the ones that can't be run | Alexander Strange | 2008-03-30 | 1 | -9/+10 |
* | get rid of the useless DCT_ERROR() macro | Alexander Strange | 2008-03-30 | 1 | -21/+18 |
* | Set mm_flags in dct-test to fix floating math. | Alexander Strange | 2008-03-25 | 1 | -0/+1 |
* | floating point AAN IDCT | Michael Niedermayer | 2008-02-26 | 1 | -0/+2 |
* | add ff_ prefix to all simple_idct symbols | Aurelien Jacobs | 2007-12-08 | 1 | -2/+2 |
* | Fix the compilation of dct-test, fft-test and motion-test which are using | Panagiotis Issaris | 2007-07-19 | 1 | -0/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | Add some #includes to allow compilation without HAVE_AV_CONFIG_H. | Ronald S. Bultje | 2007-06-09 | 1 | -0/+1 |
* | Only run MMX2 tests when MMX2 is available. | Diego Biurrun | 2007-06-07 | 1 | -0/+2 |
* | Fix linking when GPL code has been disabled. | Diego Biurrun | 2007-06-07 | 1 | -0/+2 |
* | Fix compilation when MMX is disabled. | Ronald S. Bultje | 2007-06-07 | 1 | -1/+1 |
* | FAAN is not x86-specific. | Diego Biurrun | 2007-06-07 | 1 | -1/+1 |
* | Remove redundant extern declaration of j_rev_dct that is already | Diego Biurrun | 2007-05-12 | 1 | -1/+0 |
* | platform-independent restructuring and code simplification | Marc Hoffman | 2007-03-31 | 1 | -37/+68 |
* | Remove illegal call to exit(). | Marc Hoffman | 2007-03-31 | 1 | -2/+1 |
* | Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com. | Marc Hoffman | 2007-03-31 | 1 | -3/+3 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -4/+4 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -4/+4 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
* | Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h | Luca Abeni | 2006-07-03 | 1 | -1/+0 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -16/+16 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -26/+26 |
* | add xvid idcts to dct-test | Michael Niedermayer | 2005-09-10 | 1 | -0/+8 |
* | 10l | Michael Niedermayer | 2003-10-25 | 1 | -0/+1 |
* | optionally merge postscale into quantization table for the float aan dct | Michael Niedermayer | 2003-10-23 | 1 | -1/+5 |
* | floating point AAN DCT | Michael Niedermayer | 2003-10-22 | 1 | -0/+2 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -3/+6 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -9/+9 |
* | suppressed getopt.h | Fabrice Bellard | 2003-01-07 | 1 | -7/+4 |
* | in fact IDCT248 needs to be normalized as I suspected | Fabrice Bellard | 2002-10-03 | 1 | -16/+20 |
* | added IDCT248 testing | Fabrice Bellard | 2002-10-03 | 1 | -26/+194 |
* | fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) | Arpi | 2002-09-19 | 1 | -1/+1 |
* | dct cleanup | Michael Niedermayer | 2002-09-01 | 1 | -9/+11 |
* | dct-test update | Michael Niedermayer | 2002-09-01 | 1 | -33/+175 |
* | avoid name clash with libjpeg - added missing externs | Fabrice Bellard | 2002-06-04 | 1 | -2/+2 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -1/+1 |
* | updated dct-test to test IDCTs too | Fabrice Bellard | 2001-08-07 | 1 | -14/+94 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+105 |