]> git.sesse.net Git - x264/history - common/arm/mc-c.c
arm: use the weight_fn_t typedef for mc weight function arrays
[x264] / common / arm / mc-c.c
2014-04-22 Janne Grunauarm: use the weight_fn_t typedef for mc weight function...
2014-04-22 Janne Grunauarm: correct x264_mc_chroma_neon function declaration
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
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-10-22 Fiona GlaserSplit prefetch_fenc between colorspaces
2011-01-25 Sean McGovernBump dates to 2011
2010-11-19 Oskar ArvidssonConvert X264_HIGH_BIT_DEPTH to HIGH_BIT_DEPTH
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-05-17 Henrik GramnerShrink even more constant arrays
2010-02-15 David ConradARM NEON versions of weightp functions
2010-01-14 David ConradFix x264 compilation on Apple GCC
2009-11-09 David ConradFix weightp on ARM + PPC
2009-11-09 David ConradVarious ARM-related fixes
2009-08-24 David ConradGSOC merge part 4: ARM NEON mc assembly functions