]> git.sesse.net Git - x264/history - common/dct.h
Update file headers throughout x264
[x264] / common / dct.h
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-03-22 Loren Merrittdon't distinguish between luma4x4 and luma4x4ac
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2007-12-02 Loren Merrittreduce the data type used in some tables. 16KB smaller...
2006-10-01 Loren Merrittmove zigzag scan functions to dsp function pointers.
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-03-24 Loren Merrittuse FDEC_STRIDE instead of a parameter in mmx dct
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2005-11-03 Loren MerrittTrellis RD quantization.
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...