]> git.sesse.net Git - x264/history - common/frame.c
Update file headers throughout x264
[x264] / common / frame.c
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-24 Fiona GlaserConvert NNZ to raster order and other optimizations
2008-06-15 Fiona GlaserCosmetics and loop unrolling
2008-06-11 Gabriel BouvigneCosmetics in VBV handling
2008-06-08 Loren Merrittmany changes to which asm functions are enabled on...
2008-06-02 Gabriel Bouvigne2-pass VBV support and improved VBV handling
2008-05-18 Loren Merrittdeblock_luma_intra_mmx
2008-04-27 Loren Merrittremove void* arithmetic from r821
2008-04-17 Fiona Glasercacheline split workaround for mc_luma
2008-04-13 Loren Merrittmore hpel fixes
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...
2008-01-27 Loren Merrittremove colorspace conversion support, because it has...
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2007-11-20 Loren Merrittavoid memory loads that span the border between two...
2007-11-16 Loren Merrittcosmetics: use symbolic constants for frame padding...
2007-11-15 Loren Merrittcosmetics: use separate variables for frame width and...
2007-09-24 Loren Merrittdon't overwrite pthread* namespace, because system...
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-06-22 Guillaume PoirierAdd vertical and horizontal luma deblocking accelerated...
2007-06-05 Alex Izvorskiupdated MS VC8/VC7 build, patch by Gabriel Bouvigne
2007-04-23 Loren Merrittfix nnz computation in cavlc+8x8dct+deblock. (regressio...
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
2006-12-19 Loren Merrittenable thread synchronization primitives on linux too
2006-12-15 Loren Merrittcosmetics: rename list operators to be consistent with...
2006-12-15 Loren Merrittwin32: use pthreads instead of win32threads. for some...
2006-12-15 Loren MerrittNew threading method:
2006-10-10 Loren Merrittprefetch pixels for motion compensation and deblocking.
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-08-16 Loren Merrittcosmetics
2006-05-30 Loren Merrittcheck some mallocs' return value
2006-05-03 Loren Merritttypo in expand_border_mod16
2006-04-12 Loren Merrittslightly faster loopfilter
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-01-17 Loren Merrittcosmetics: simplify #includes
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-11-03 Loren MerrittX264_ABS => abs
2005-10-27 Eric Petit Fixed compilation on PPC (spotted by David Wolstencroft)
2005-10-26 Loren Merrittmmx deblocking.
2005-10-10 Loren Merrittallow non-mod16 resolutions
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-10-09 Loren Merrittdon't allocate lowres planes if they won't be used...
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-05-12 Loren Merrittfix an uninitialized value in slicetype_analyse
2005-04-25 Loren Merrittcosmetics.
2005-03-04 Loren MerrittNew option: "B-frame pyramid" keeps the middle of 2...
2005-02-28 Loren Merrittwrong stride in lowres image
2005-02-25 Loren MerrittSimplify x264_frame_expand_border.
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-14 Loren MerrittDeblock B-frames. (Not yet used, since B-frames aren...
2005-02-13 Loren MerrittCache half-pixel interpolated reference frames, to...
2004-12-29 Loren Merrittvarious cleanups in macroblock caching.
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...