]> git.sesse.net Git - x264/history - common/x86/mc-a.asm
MBAFF: Create a VSAD DSP function
[x264] / common / x86 / mc-a.asm
2011-02-18 Daniel KangAdd AVX functions where 3+ arg commands are useful
2011-01-25 Sean McGovernBump dates to 2011
2011-01-25 Holger LubitzFix cacheline check in avg2 w20 cache32
2011-01-10 Joey GeralnikMMX/SSE2 high bit depth avg functions
2010-12-14 Daniel KangMMX/SSE2 high bit depth weight_cache/offset(sub|add...
2010-11-19 Oskar ArvidssonConvert X264_HIGH_BIT_DEPTH to HIGH_BIT_DEPTH
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth motion compensation
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth deblocking
2010-10-10 Holger LubitzAddress remaining cacheline split issues in avg2
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
2010-03-27 Holger LubitzFix some misattributions in profiling
2010-02-15 Loren MerrittRemove unnecessary PIC support macros
2009-11-09 Loren Merrittcosmetics
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-10-29 Fiona GlaserSlightly faster ssse3 width4 chroma MC
2009-07-26 Fiona GlaserSSSE3 cachesplit workaround for avg2_w16
2009-07-17 Fiona GlaserCacheline-split SSSE3 chroma MC
2009-02-11 Anton MitrofanovWindows 64-bit support
2008-12-30 Loren MerrittCosmetics: cleaner syntax for defining temporary regist...
2008-11-29 Fiona GlaserCosmetic: update various file headers.
2008-11-25 Fiona GlaserFaster width4 SSD+SATD, SSE4 optimizations
2008-11-23 Fiona GlaserPhenom CPU optimizations
2008-09-28 Loren Merrittavg_weight_ssse3
2008-09-20 Fiona GlaserMerge avg and avg_weight
2008-09-19 Fiona GlaserRewrite avg/avg_weight to take two source pointers
2008-09-05 Fiona GlaserFaster avg_weight assembly
2008-08-21 Loren Merrittdrop support for x86_32 PIC.
2008-08-21 Loren Merrittcosmetics
2008-08-10 Loren Merrittasm cosmetics
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-18 Loren Merrittmc_chroma_sse2/ssse3
2008-06-08 Fiona Glaseravg_weight_sse2
2008-06-08 Loren Merrittmany changes to which asm functions are enabled on...
2008-06-03 Loren Merrittcosmetics
2008-04-27 Loren Merrittdrop support for pre-SSE3 assemblers
2008-04-17 Fiona Glasercacheline split workaround for mc_luma
2008-03-21 Loren Merrittuse x264_mc_copy_w16_sse2 in mc.copy, it was previously...
2008-03-19 Loren Merrittcosmetics in asm
2008-03-19 Fiona Glaserget_ref_sse2
2008-03-17 Loren Merrittcheckasm check whether callee-saved regs are correctly...
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...