]> git.sesse.net Git - x264/history - common/dct.c
Add speedcontrol file.
[x264] / common / dct.c
2016-04-12 Henrik Gramnerx86: dct2x4dc asm
2016-01-16 Henrik GramnerBump dates to 2016
2015-10-11 Martin Storsjöarm: Implement x264_sub8x16_dct_dc_neon
2015-07-25 Rishikesh Moremips: MSA dct optimizations
2015-02-23 Anton MitrofanovBump dates to 2015
2014-12-16 Janne Grunauaarch64: implement x264_sub8x16_dct_dc_neon
2014-12-16 Janne Grunauaarch64: NEON asm for missing x264_zigzag_* functions
2014-09-16 Anton MitrofanovFix inappropriate instruction use
2014-08-26 Janne Grunauaarch64: transform and zigzag NEON asm
2014-01-08 Henrik GramnerBump dates to 2014
2013-05-20 Fiona Glaserx86: AVX2 add16x16_idct_dc
2013-04-23 Fiona Glaserx86: more AVX2 framework, AVX2 functions, plus some...
2013-02-26 Fiona Glaserx86: detect Bobcat, improve Atom optimizations, reorgan...
2013-01-09 Loren MerrittBump dates to 2013
2012-02-04 Fiona GlaserMinor asm optimizations/cleanup
2012-02-04 Fiona GlaserXOP 8x8 zigzags
2012-02-04 HiiBump dates to 2012
2012-01-15 Loren MerrittCABAC trellis opts part 3: make some arrays non-static
2012-01-15 Loren MerrittCABAC trellis opts part 2: C optimizations
2012-01-15 Ilia ValiakhmetovHigh bit depth SSE2/AVX add8x8_idct8 and add16x16_idct8
2012-01-15 Edward WangMMX/SSE2/AVX predict_8x16_p, high bit depth fdct8
2012-01-15 Fiona GlaserXOP 8-bit fDCT
2012-01-15 IliaMore 4:2:2 asm functions
2012-01-15 Henrik GramnerSSE2 and SSSE3 versions of sub8x16_dct_dc
2011-10-22 Fiona GlaserInitial XOP and FMA4 support on AMD Bulldozer
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-08-09 Loren MerrittCosmetics: s/mmxext/mmx2/
2011-07-22 Henrik GramnerShrink two arrays
2011-05-12 Simon HorlickMBAFF: Don't call zigzag_init for every mb
2011-02-18 Daniel KangAdd AVX functions where 3+ arg commands are useful
2011-01-25 Sean McGovernBump dates to 2011
2011-01-10 Daniel KangSSE2 high bit depth zigzag_interleave_cavlc
2011-01-08 Daniel KangFix compile error with high bit depth and disable-asm
2010-12-14 Daniel KangSSE2 high bit depth zigzag functions
2010-12-07 David CzechSSE2 high bit depth 8x8/16x16 idct/idct_dc
2010-11-25 Daniel KangSSE versions of some high-bit-depth DCT functions
2010-11-19 Oskar ArvidssonConvert X264_HIGH_BIT_DEPTH to HIGH_BIT_DEPTH
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth DCT
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-06-09 Steven WaltersPreprocessing cosmetics
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
2010-05-26 Fiona GlaserDetect Atom CPU, enable appropriate asm functions
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-02-25 David ConradDisable Altivec and VIS optimizations when --disable...
2010-02-23 Fiona GlaserFaster probe_skip, 2x2 DC transform handling
2009-12-09 Cleo SaulnierMMX version of 8x8 interlaced zigzag
2009-12-05 Fiona GlaserSSSE3 version of zigzag_8x8_field
2009-11-12 Fiona GlaserFix all aliasing violations
2009-10-12 Loren Merrittchange all dct arrays to 1d.
2009-10-07 Holger LubitzSSE4 version of 4x4 idct
2009-08-24 David ConradGSOC merge part 5: ARM NEON dct assembly functions
2009-07-10 Fiona GlaserMerge array_non_zero into zigzag_sub
2009-07-03 Fiona GlaserEarly termination for chroma encoding
2009-03-17 Fiona GlaserSSE2 zigzag_interleave
2009-03-07 Holger LubitzVastly faster SATD/SA8D/Hadamard_AC/SSD/DCT/IDCT
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-01 Holger Lubitzzigzag asm
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-08 Loren Merrittmany changes to which asm functions are enabled on...
2008-04-27 Loren Merrittdrop support for pre-SSE3 assemblers
2008-04-09 Loren Merrittdct4 sse2
2008-04-09 Loren Merrittfaster x86_32 dct8
2008-03-22 Loren Merrittdon't distinguish between luma4x4 and luma4x4ac
2008-03-22 Loren Merrittfaster lossless zigzag
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-16 Loren Merrittremove x264_mc_clip1.
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...
2008-03-01 Loren Merrittx86_32 sse2 idct8
2007-12-10 Guillaume PoirierAdd AltiVec implementation of
2007-11-12 Guillaume PoirierAdd AltiVec implementation of add4x4_idct, add8x8_idct...
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
2006-11-27 Guillaume PoirierAdd Altivec implementations of add8x8_idct8, add16x16_i...
2006-11-18 Eric PetitMerges Guillaume Poirier's AltiVec changes:
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-04-16 Eric Petitrestored AltiVec dct
2006-03-24 Loren Merrittuse FDEC_STRIDE instead of a parameter in mmx dct
2006-03-17 Loren Merritt10l in r470 on x86_64
2006-03-17 Loren Merrittsome mmxext functions really only required mmx.
2006-03-09 Loren Merrittkeep transposed dct coefs. ~1% overall speedup.
2006-03-09 Loren Merritttweak rounding of 8x8dct
2006-01-17 Loren Merrittcosmetics: simplify #includes
2005-11-03 Loren Merrittcosmetics: XCHG macro
2005-11-03 Loren Merrittamd64 sse2 8x8dct. 1.45x faster than mmx.
2005-08-29 Loren Merrittmmx 8x8 dct.
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-05 Loren Merrittslightly faster 8x8 dct
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-05-15 Eric Petit Optimized subXxX_dct
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...