]> git.sesse.net Git - ffmpeg/history - libavcodec/simple_idct.c
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
[ffmpeg] / libavcodec / simple_idct.c
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 Måns Rullgårdsimple_idct: use MUL16 and MAC16 from mathops.h
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2007-12-09 Kostya ShishkovAdd 4x4 IDCT
2007-12-08 Aurelien Jacobsadd ff_ prefix to all simple_idct symbols
2007-12-03 Kostya ShishkovRename function to reflect its action
2007-02-28 Aurelien Jacobsenable some 64bit optimized code on 64bit arch
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-15 Michael Niedermayerfixing DCTELEM != short
2002-12-27 Michael Niedermayerqpel encoding
2002-10-11 Falk HüffnerMove Alpha optimized IDCT to own file. Based on a patch...
2002-10-03 Fabrice Bellardin fact IDCT248 needs to be normalized as I suspected
2002-10-03 Fabrice Bellardfirst version of IDCT248 for DV decoding support
2002-09-02 Michael Niedermayer10l (compilation if defined ARCH_ALPHA)
2002-09-01 Michael Niedermayerdct-test update
2002-06-24 Falk HüffnerReintroduce lost idctSparseCol for Alpha. Sorry for...
2002-06-05 Fabrice Bellardadded inlined put/add functions
2002-06-05 Fabrice Bellardremoved unused code - began to merge alpha specific...
2002-06-02 Felix Bünemanngcc 3.1 warning fix (patch by Felix Buenemann <atmosfea...
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-05-02 Michael NiedermayerC4=16383 for the c version too and even for some outcom...
2002-01-21 Nick KurshevSmall simple idct improvement for Alpha by Falk Hueffne...
2002-01-20 Nick KurshevAlpha optimizations by Falk Hueffner <falk.hueffner...
2002-01-14 Michael Niedermayer(commit by michael)
2001-12-09 Arpinew IDCT code by Michael Niedermayer (michaelni@gmx...