]> git.sesse.net Git - x264/history - encoder/macroblock.h
checkasm: Check the right output range for integral_initXh
[x264] / encoder / macroblock.h
2015-02-23 Anton MitrofanovBump dates to 2015
2014-01-08 Henrik GramnerAvoid some unneccesary memory loads in macroblock_encode
2014-01-08 Henrik GramnerBump dates to 2014
2013-04-23 Fiona Glaserx86: more AVX2 framework, AVX2 functions, plus some...
2013-02-26 Fiona Glaserquant_4x4x4: quant one 8x8 block at a time
2013-01-09 Loren MerrittBump dates to 2013
2012-02-04 HiiBump dates to 2012
2011-10-22 Fiona GlaserSSSE3/SSE4/AVX 9-way fully merged i8x8 analysis (sad_x9)
2011-10-22 Loren MerrittMerge i4x4 prediction with intra_mbcmp_x9_4x4
2011-10-22 Fiona GlaserInline i4x4/i8x8 encode into intra analysis
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-08-24 Loren MerrittOptimize predict_8x8_filter and incidentally remove...
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-01-25 Sean McGovernBump dates to 2011
2010-10-10 Anton MitrofanovVarious cosmetics
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-06-02 Oskar ArvidssonConvert to a unified "dctcoeff" type for DCT data
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-03-27 Fiona GlaserMake a bunch of small functions ALWAYS_INLINE
2010-01-28 Fiona GlaserHardcode the bs_t in cavlc.c; passing it around is...
2010-01-21 Fiona GlaserVarious performance optimizations
2009-10-12 Loren Merrittchange all dct arrays to 1d.
2009-07-26 Fiona GlaserAdd QPRD support as subme=10
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2008-10-22 Fiona GlaserSub-8x8 Qpel-RD in P-frames
2008-10-18 Fiona GlaserExtend trellis to support luma/chroma DC and chroma AC
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-09-15 Fiona GlaserPsychovisually optimized rate-distortion optimization...
2008-08-27 Fiona GlaserActivate trellis in p8x8 qpel RD
2008-08-21 Loic Le Loarershut up various gcc warnings
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-03 Fiona Glaserdenoise_dct asm
2008-07-02 Fiona GlaserOptimizations and cosmetics in macroblock.c
2008-06-15 Fiona GlaserAdd more inline asm and a runtime check for MMXEXT...
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-01 Loren Merrittfaster array_non_zero
2007-01-20 Loren Merrittdon't assume int is exactly 4 bytes
2007-01-11 Loren Merrittmake array_non_zero() compatible with -fstrict-aliasing
2006-10-29 Loren Merrittrd refinement of intra chroma direction (enabled in...
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2005-11-03 Loren MerrittTrellis RD quantization.
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-17 Loren Merrittimplement macroblock types B_SKIP, B_DIRECT, B_8x8
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...
2004-06-03 Laurent Aimar * all: re-import of the CVS.