Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-28Make code independent/less dependent on dsputil.Michael Niedermayer
2008-06-26Revert "add libmpeg2 permutation to dct-test"Måns Rullgård
2008-06-26add libmpeg2 permutation to dct-testMåns Rullgård
2008-06-25Use a local variable instead of mm_flags in dct-test.Alexander Strange
2008-06-25Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange
2008-06-25Replace redundant MAX macro declaration by proper use of FFMAX.Diego Biurrun
2008-06-24Mark constant structure member as const to avoid some warnings.Laurent Desnogues
2008-04-16Test idct_xvid_sse2() in dct-test.Alexander Strange
2008-04-12Add a header file to declare Xvid IDCT functions.Alexander Strange
2008-03-30Altivec and SSE2 require 16-byte alignment, so make sure they get itAlexander Strange
2008-03-30check mm_flags for each DCT and skips the ones that can't be runAlexander Strange
2008-03-30get rid of the useless DCT_ERROR() macroAlexander Strange
2008-03-25Set mm_flags in dct-test to fix floating math.Alexander Strange
2008-02-26floating point AAN IDCTMichael Niedermayer
2007-12-09add ff_ prefix to all simple_idct symbolsAurelien Jacobs
2007-07-19Fix the compilation of dct-test, fft-test and motion-test which are usingPanagiotis Issaris
2007-06-12misc spelling fixesDiego Biurrun
2007-06-09Add some #includes to allow compilation without HAVE_AV_CONFIG_H.Ronald S. Bultje
2007-06-07Only run MMX2 tests when MMX2 is available.Diego Biurrun
2007-06-07Fix linking when GPL code has been disabled.Diego Biurrun
2007-06-07Fix compilation when MMX is disabled.Ronald S. Bultje
2007-06-07FAAN is not x86-specific.Diego Biurrun
2007-05-12Remove redundant extern declaration of j_rev_dct that is alreadyDiego Biurrun
2007-03-31platform-independent restructuring and code simplificationMarc Hoffman
2007-03-31Remove illegal call to exit().Marc Hoffman
2007-03-31Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-07-03Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-11add xvid idcts to dct-testMichael Niedermayer
2003-10-2510lMichael Niedermayer
2003-10-23optionally merge postscale into quantization table for the float aan dctMichael Niedermayer
2003-10-22floating point AAN DCTMichael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-01-08suppressed getopt.hFabrice Bellard
2002-10-04in fact IDCT248 needs to be normalized as I suspectedFabrice Bellard
2002-10-03added IDCT248 testingFabrice Bellard
2002-09-20fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi
2002-09-01dct cleanupMichael Niedermayer
2002-09-01dct-test updateMichael Niedermayer
2002-06-04avoid name clash with libjpeg - added missing externsFabrice Bellard
2002-05-26license/copyright changeFabrice Bellard
2001-08-08updated dct-test to test IDCTs tooFabrice Bellard
2001-07-22Initial revisionFabrice Bellard