]> git.sesse.net Git - x264/history - common/mc.c
Bump dates to 2016
[x264] / common / mc.c
2016-01-16 Henrik GramnerBump dates to 2016
2015-10-11 Martin Storsjöx86: Share the mbtree_propagate_list macro with aarch64
2015-07-25 Rishikesh Moremips: MSA mc optimizations
2015-07-25 Yu XiaoleiNV21 input support
2015-02-23 Anton MitrofanovBump dates to 2015
2014-12-12 Anton MitrofanovFix bugs/typos in motion compensation and cache_load
2014-08-26 Janne Grunauaarch64: motion compensation NEON asm
2014-03-13 Fiona GlaserMacroblock tree overhaul/optimization
2014-03-12 Henrik Gramnerx86: Minor mbtree_propagate_cost improvements
2014-01-21 James Weaverv210 input support
2014-01-08 Henrik GramnerBump dates to 2014
2013-04-23 Anton MitrofanovDisable mbtree asm with cpu-independent option
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-11-11 Anton MitrofanovMark some local functions as static, cosmetics
2011-10-22 Fiona GlaserSplit prefetch_fenc between colorspaces
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-07-22 Anton MitrofanovVarious cosmetics
2011-07-10 xvidfanRGB encoding support
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-05-12 Simon HorlickMBAFF: Make interlaced support a compile time option
2011-05-12 Simon HorlickMBAFF: Inter support
2011-01-25 Sean McGovernBump dates to 2011
2011-01-10 Fiona GlaserVFR/framerate-aware ratecontrol, part 2
2011-01-10 Daniel KangMMX version of high bit depth plane_copy
2011-01-10 Daniel KangMMX/SSE2 high bit depth interleave functions
2011-01-10 Joey GeralnikMMX/SSE2 high bit depth avg functions
2010-11-18 Oskar ArvidssonUse a 16-bit buffer in hpel_filter regardless of bit...
2010-09-28 Oskar ArvidssonFinish support for high-depth video throughout x264
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-06-09 Steven WaltersPreprocessing cosmetics
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-05-17 Henrik GramnerShrink even more constant arrays
2010-05-06 Anton MitrofanovMore cosmetics
2010-04-29 Fiona GlaserReduce lookahead memory usage, cache misses
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-02-25 David ConradDisable Altivec and VIS optimizations when --disable...
2010-02-25 Loren MerrittFix a buffer overread on odd input resolutions
2009-11-09 Loren Merrittcosmetics
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-11-09 Loren Merrittfix bottom-right pixel of lowres planes, which was...
2009-08-24 David ConradGSOC merge part 4: ARM NEON mc assembly functions
2009-08-09 Loren Merrittsimd part of x264_macroblock_tree_propagate.
2009-06-11 Loren Merrittfix a crash on frame width <= 48 pixels
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-12-25 Loren MerrittFix crash in --me esa/tesa introduced in r1058
2008-12-22 Loren Merrittfaster ESA init
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-09-20 Fiona GlaserMerge avg and avg_weight
2008-09-19 Fiona GlaserRewrite avg/avg_weight to take two source pointers
2008-09-16 Fiona GlaserCache motion vectors in lowres lookahead
2008-08-27 Fiona GlaserFix some uses of uninitialized row_satd values in VBV
2008-08-21 Loren Merrittcosmetics
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-02 Loren Merrittlowres_init asm
2008-06-03 Fiona Glasermemzero_aligned_mmx
2008-03-21 Loren Merrittsimplify hpel_filter_c
2008-03-17 Fiona Glasermemcpy_aligned_sse2
2008-03-16 Loren Merrittremove x264_mc_clip1.
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...
2008-03-02 Loren Merrittcosmetics in dsp init
2008-01-09 Loren Merrittshut up some valgrind warnings
2007-11-19 Loren Merrittcosmetics: reorder mc_luma/mc_chroma/get_ref arguments...
2007-11-16 Loren Merrittcosmetics: use symbolic constants for frame padding...
2007-11-16 Loren Merrittmove hpel_filter cpu detection to a function pointer...
2007-11-15 Loren Merrittcosmetics: use separate variables for frame width and...
2007-09-15 Loren Merrittimplement multithreaded me=esa
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-06 Loren Merrittcosmetics
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
2006-12-15 Loren MerrittNew threading method:
2006-10-10 Loren Merrittprefetch pixels for motion compensation and deblocking.
2006-10-06 Loren Merrittmerge center_filter_mmx with horizontal_filter_mmx
2006-10-06 Loren Merrittmmx/prefetch implementation of plane_copy
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-09-12 Loren Merrittfaster ESA
2006-07-08 Loren Merrittmc_chroma width2 mmx
2006-03-17 Loren Merrittsimplify get_ref and mc_luma
2006-02-27 Loren Merritth->mc.copy()
2006-02-08 Loren Merrittcosmetics in mc_chroma
2006-01-17 Loren Merrittcosmetics: simplify #includes
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-01 Loren Merrittcosmetics: move avg function ptrs from pixf to mc.
2005-05-12 Loren Merrittfix an uninitialized value in slicetype_analyse
2005-04-25 Loren Merrittcosmetics.
2005-03-27 Loren Merrittconvert mc's inline asm to nasm (slight speedup and...
2005-03-14 Loren MerrittSSE optimized chroma MC.
2005-02-24 Loren MerrittAltivec functions for MC using the cached halfpel planes.
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-13 Loren MerrittCache half-pixel interpolated reference frames, to...
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...