]> git.sesse.net Git - x264/history - common/x86/mc-c.c
Various cosmetics and minor fixes
[x264] / common / x86 / mc-c.c
2008-11-10 Fiona GlaserVarious cosmetics and minor fixes
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-09-28 Loren Merrittavg_weight_ssse3
2008-09-21 Holger LubitzMerging Holger's GSOC branch part 1: hpel_filter speedups
2008-09-20 Fiona GlaserMerge avg and avg_weight
2008-09-19 Fiona GlaserRewrite avg/avg_weight to take two source pointers
2008-08-21 Loic Le Loarershut up various gcc warnings
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-02 Loren Merrittlowres_init asm
2008-06-29 Gabriel Bouvignesome asm functions require aligned stack. disable these...
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 Fiona Glasermemzero_aligned_mmx
2008-04-27 Loren Merrittdrop support for pre-SSE3 assemblers
2008-04-17 Fiona Glasercacheline split workaround for mc_luma
2008-04-13 Loren Merrittmore hpel fixes
2008-04-12 Loren Merrittr810 borked hpel_filter_sse2 on unaligned buffers
2008-04-09 Loren Merrittsfence after nontemporal stores
2008-04-09 Loren Merrittsimplify hpel filter asm (move control flow to C) and...
2008-03-21 Loren Merrittuse x264_mc_copy_w16_sse2 in mc.copy, it was previously...
2008-03-19 Fiona Glaserget_ref_sse2
2008-03-17 Fiona Glasermemcpy_aligned_sse2
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...