]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/simple_idct.c
Fix bandwith vs. bandwiDth typo.
[frescor/ffmpeg.git] / libavcodec / simple_idct.c
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 mrusimple_idct: use MUL16 and MAC16 from mathops.h
2008-12-27 diegoconsistency cosmetics: Rename POWERPC identifiers to...
2008-10-16 flameeyesConvert asm keyword into __asm__.
2007-12-09 kostyaAdd 4x4 IDCT
2007-12-08 aureladd ff_ prefix to all simple_idct symbols
2007-12-03 kostyaRename function to reflect its action
2007-02-28 aurelenable some 64bit optimized code on 64bit arch
2006-11-12 mrurename cropTbl -> ff_cropTbl
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2003-03-06 michaelniper file doxy
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-15 michaelnifixing DCTELEM != short
2002-12-27 michaelniqpel encoding
2002-10-11 mellumMove Alpha optimized IDCT to own file. Based on a patch...
2002-10-03 bellardin fact IDCT248 needs to be normalized as I suspected
2002-10-03 bellardfirst version of IDCT248 for DV decoding support
2002-09-02 michaelni10l (compilation if defined ARCH_ALPHA)
2002-09-01 michaelnidct-test update
2002-06-24 mellumReintroduce lost idctSparseCol for Alpha. Sorry for...
2002-06-05 bellardadded inlined put/add functions
2002-06-05 bellardremoved unused code - began to merge alpha specific...
2002-06-02 michaelnigcc 3.1 warning fix (patch by Felix Buenemann <atmosfea...
2002-05-27 kabi* started to cleanup name clashes for onetime compilation
2002-05-25 glantaulicense/copyright change
2002-05-18 glantauremoved useless header includes - use av memory functions
2002-05-02 michaelniC4=16383 for the c version too and even for some outcom...
2002-01-21 nickols_kSmall simple idct improvement for Alpha by Falk Hueffne...
2002-01-20 nickols_kAlpha optimizations by Falk Hueffner <falk.hueffner...
2002-01-14 arpi_esp(commit by michael)
2001-12-09 arpi_espnew IDCT code by Michael Niedermayer (michaelni@gmx...