]> git.sesse.net Git - x264/history - common/arm/mc-a.S
Bump dates to 2016
[x264] / common / arm / mc-a.S
2016-01-16 Henrik GramnerBump dates to 2016
2015-12-20 Janne Grunauarm: Eliminate text relocations in asm
2015-10-17 Martin Storsjöarm: Don't assume alignment in mbtree_propagate_list_in...
2015-10-11 Martin Storsjöarm: Implement x264_mbtree_propagate_{cost, list}_neon
2015-10-11 Martin Storsjöarm: Implement x264_plane_copy_neon
2015-10-11 Martin Storsjöarm: Implement integral_init4/8h/v_neon
2015-07-25 Yu XiaoleiNV21 input support
2015-02-23 Anton MitrofanovBump dates to 2015
2014-08-26 Janne Grunauarm: use long multiplication in mc_weight_w*_neon
2014-08-26 Janne Grunauarm: do not use aligned stores in mc_weight_w4_*neon
2014-08-26 Janne Grunauarm: check if the assembler supports the '.func' directive
2014-08-26 Janne Grunauarm: set .arch/.fpu from asm.S
2014-04-22 Janne Grunauarm: do not export every asm function
2014-04-22 Janne Grunauarm: x264_store_interleave_chroma_neon
2014-04-22 Janne Grunauarm: x264_plane_copy_interleave_neon
2014-04-22 Janne Grunauarm: x264_plane_copy_deinterleave_rgb_neon
2014-04-22 Janne Grunauarm: load_deinterleave_chroma_f{dec,enc}_neon
2014-04-22 Janne Grunauarm: x264_plane_copy_deinterleave_neon
2014-04-22 Janne Grunauarm: add missing macro instantiation for x264_pixel_avg...
2014-01-08 Henrik GramnerBump dates to 2014
2014-01-08 Steve ClarkFix ARM asm compilation with Apple assembler
2013-02-26 Stefan GroenroosARM: update NEON mc_chroma to work with NV12 and re...
2013-01-09 Loren MerrittBump dates to 2013
2012-03-06 Henrik GramnerFix incorrect zero-extension assumptions in x86_64 asm
2012-02-04 HiiBump dates to 2012
2011-05-12 Fiona GlaserAdd checkasm tests for memcpy_aligned, memzero_aligned
2011-01-25 Sean McGovernBump dates to 2011
2010-09-18 Fiona GlaserUpdate source file headers
2010-02-15 David ConradARM NEON versions of weightp functions
2009-11-09 David ConradVarious ARM-related fixes
2009-09-02 David ConradCompile fixes for pre-ARMv6T2 and/or PIC
2009-08-24 David ConradGSOC merge part 4: ARM NEON mc assembly functions