]> git.sesse.net Git - x264/history - common/quant.c
Remove explicit run calculation from coeff_level_run
[x264] / common / quant.c
2012-03-06 Fiona GlaserRemove explicit run calculation from coeff_level_run
2012-02-04 HiiBump dates to 2012
2012-01-15 Loren MerrittCABAC trellis opts part 4: x86_64 asm
2012-01-15 Fiona GlaserUse a large LUT for CAVLC zero-run bit codes
2011-10-22 Fiona GlaserSome more 4:2:2 x86 asm
2011-10-22 Fiona GlaserInitial XOP and FMA4 support on AMD Bulldozer
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-08-24 Anton MitrofanovDon't override flat SSE2 dequant functions with non...
2011-08-10 Loren MerrittEnable some existing asm functions that were missing...
2011-08-09 Loren MerrittCosmetics: s/mmxext/mmx2/
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-03-24 Henrik Gramnerx86 SIMD versions of optimize_chroma_dc
2011-02-18 Daniel KangAdd AVX functions where 3+ arg commands are useful
2011-01-25 Fiona GlaserVBV emergency mode
2011-01-25 Fiona GlaserInitial AVX support
2011-01-25 Sean McGovernBump dates to 2011
2011-01-25 Holger LubitzRemove high bit depth mmx quant
2011-01-10 Joe CortesMMX high bit depth coeff_last4
2010-12-14 Daniel KangSSE2 high bit depth dequant functions
2010-11-19 Oskar ArvidssonConvert X264_HIGH_BIT_DEPTH to HIGH_BIT_DEPTH
2010-11-19 Fiona Glaserx86 asm for some high-bit-depth coefficient functions
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth quant
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-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...
2009-11-12 Fiona GlaserFix all aliasing violations
2009-10-12 Loren Merrittchange all dct arrays to 1d.
2009-08-24 David ConradGSOC merge part 6: ARM NEON quant assembly functions...
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2008-12-31 Fiona GlaserAdd support for SSE4a (Phenom) LZCNT instruction
2008-12-30 Fiona GlaserMuch faster CAVLC RDO and bitstream writing
2008-11-28 Fiona GlaserSignificantly faster CABAC and CAVLC residual coding...
2008-11-27 Fiona Glaserdequant_4x4_dc assembly
2008-11-10 Fiona GlaserFaster chroma encoding
2008-10-22 Fiona GlaserAdd assembly versions of decimate_score
2008-08-21 Loic Le Loarershut up various gcc warnings
2008-08-21 Loren Merrittcosmetics
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-03 Fiona Glaserdenoise_dct asm
2008-05-17 Fiona Glaserquant_2x2_dc_ssse3
2008-04-27 Loren Merrittdrop support for pre-SSE3 assemblers
2008-03-22 Loren Merrittspecial case dequant for flat matrix
2008-03-21 Loren Merrittfaster dequant
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...
2007-11-12 Guillaume Poirieradd AltiVec implementation of dequant_4x4 and dequant_8...
2007-11-12 Guillaume PoirierAdd AltiVec implementation of quant_2x2_dc,
2007-04-04 Loren Merritt2x faster quant. 2% overall.
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
2007-03-14 Loren Merrittssse3 detection. x86_64 ssse3 satd and quant.
2006-11-18 Eric PetitMerges Guillaume Poirier's AltiVec changes:
2006-09-13 Loren Merrittfix a buffer overread from r540
2006-09-12 Loren Merrittcosmetics (spelling)
2006-02-10 Loren Merrittdequant_mmx made incorrect assumptions about extreme...
2005-11-06 Loren Merrittmmx dequant. up to 3% speedup w/ RD.
2005-09-24 Loren Merrittfaster mmx quant 15bit, and add 16bit version. total...
2005-09-14 Loren MerrittMMX quantization functions, and optimization of the...