]> git.sesse.net Git - x264/history - common/dct.h
SSSE3/SSE4/AVX 9-way fully merged i8x8 analysis (sa8d_x9)
[x264] / common / dct.h
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-07-22 Henrik GramnerShrink two arrays
2011-05-12 Simon HorlickMBAFF: Don't call zigzag_init for every mb
2011-01-25 Sean McGovernBump dates to 2011
2010-09-18 Fiona GlaserUpdate source file headers
2010-06-02 Oskar ArvidssonConvert to a unified "dctcoeff" type for DCT data
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2009-10-12 Loren Merrittchange all dct arrays to 1d.
2009-07-10 Fiona GlaserMerge array_non_zero into zigzag_sub
2009-07-03 Fiona GlaserEarly termination for chroma encoding
2009-02-03 Fiona GlaserFaster 8x8dct+CAVLC interleave
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2009-01-27 Fiona GlaserMuch faster chroma encoding and other opts
2008-11-10 Fiona GlaserFaster chroma encoding
2008-10-23 Loren MerrittAdd assembly version of CAVLC 8x8dct interleave
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-09-15 Fiona GlaserPsychovisually optimized rate-distortion optimization...
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...