]> git.sesse.net Git - x264/history - encoder/macroblock.c
checkasm: Check the right output range for integral_initXh
[x264] / encoder / macroblock.c
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
2012-01-15 Loren MerrittCABAC trellis opts part 3: make some arrays non-static
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-10-22 Henrik GramnerAllow setting a chroma format at compile time
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-09-21 Loren MerrittOptimize x86 intra_predict_4x4 and 8x8
2011-08-24 Loren MerrittOptimize predict_8x8_filter and incidentally remove...
2011-08-24 Fiona GlaserFix typo in p8x8 RD analysis
2011-07-26 Fiona GlaserFix a bug in lossless sub-8x8 RD
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: Disallow skip where predicted interlace flag...
2011-03-24 Henrik Gramnerx86 SIMD versions of optimize_chroma_dc
2011-02-18 Fiona GlaserFix dumb bug caused by stray semicolon
2011-01-25 Fiona GlaserVBV emergency mode
2011-01-25 Sean McGovernBump dates to 2011
2010-10-10 Anton MitrofanovVarious cosmetics
2010-09-18 Fiona GlaserUpdate source file headers
2010-08-24 Fiona GlaserCAVLC "trellis"
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
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-05-31 Henrik GramnerOptimize out some x264_scan8 reads
2010-05-26 Fiona GlaserOverhaul deblocking again
2010-05-26 Fiona GlaserDetect Atom CPU, enable appropriate asm functions
2010-05-26 Fiona GlaserAvoid an extra var2 in chroma encoding if possible
2010-04-29 Henrik GramnerMore write-combining
2010-04-23 Fiona GlaserAdd mv0 special case in pskip chroma MC
2010-04-23 Henrik GramnerFaster chroma CBP handling
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-27 Henrik GramnerCosmetics: use sizeof() where appropriate
2010-03-27 Henrik GramnerFaster x264_macroblock_encode_pskip
2010-03-27 Henrik GramnerFaster rounding of chroma DC coefficients
2010-03-24 Fiona GlaserFix regression in r1450
2010-02-24 Fiona GlaserRemove unused function
2010-02-23 Fiona GlaserFaster probe_skip, 2x2 DC transform handling
2010-02-15 Henrik GramnerFaster 2x2 chroma DC dequant
2010-02-15 Fiona GlaserSimplify decimate checks in macroblock_encode
2009-12-05 Fiona GlaserSignificantly faster qpel-RD
2009-11-12 Fiona GlaserFix all aliasing violations
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-10-12 Loren Merrittchange all dct arrays to 1d.
2009-09-13 Fiona GlaserOptimize rounding of luma and chroma DC coefficients
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2009-07-28 Fiona GlaserFaster bidir_rd plus some bugfixes
2009-07-26 Fiona GlaserAdd QPRD support as subme=10
2009-07-10 Fiona GlaserMerge array_non_zero into zigzag_sub
2009-07-03 Fiona GlaserEarly termination for chroma encoding
2009-04-18 Fiona GlaserEnable asm predict_8x8_filter
2009-03-27 Fiona GlaserFaster probe_skip
2009-02-09 Fiona GlaserAdd decimation in i16x16 blocks
2009-02-03 Fiona GlaserMeasure CBP cost in i8x8 RD refinement
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2009-01-27 Fiona GlaserMuch faster chroma encoding and other opts
2008-12-11 Fiona GlaserMore small speed tweaks to macroblock.c
2008-12-11 Fiona GlaserMuch faster CAVLC residual coding
2008-11-28 Fiona GlaserSignificantly faster CABAC and CAVLC residual coding...
2008-11-27 Fiona Glaserdequant_4x4_dc assembly
2008-11-10 Fiona GlaserFaster chroma encoding
2008-11-10 Fiona GlaserVarious cosmetics and minor fixes
2008-10-22 Fiona GlaserSub-8x8 Qpel-RD in P-frames
2008-10-22 Fiona GlaserAdd assembly versions of decimate_score
2008-10-18 Fiona GlaserFix typo in subme8/9 lossless qpel-RD
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-08-21 Loren Merrittcosmetics
2008-08-09 Fiona GlaserImprove subme7 at low QPs and add subme7 support in...
2008-07-30 Fiona GlaserFix regression in r922
2008-07-16 BugMasterFix lossless mode borked in r901
2008-07-06 Fiona GlaserVarious optimizations and cosmetics
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-24 Fiona GlaserConvert NNZ to raster order and other optimizations
2008-06-03 Fiona Glaseromit redundant mc after non-rdo dct size decision,...
2008-05-17 Fiona Glaserexplicit write combining, because gcc fails at optimizi...
2008-05-17 Fiona Glaserforce unroll macroblock_load_pic_pointers
2008-05-17 Fiona Glaserr836 borked lossless cabac nnz
2008-05-14 Fiona Glaserfaster probe_skip
2008-04-27 Fiona Glaserremove some redundant nnz counts
2008-04-27 Fiona Glaseromit P/B-skip mc from macroblock_encode if the pixels...
2008-03-30 Loren Merrittr784 borked lossless dc zigzag
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-03-22 Loren Merrittdon't distinguish between luma4x4 and luma4x4ac
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-19 Fiona Glaserskip intra pred+dct+quant in cases where it's redundant...
2008-03-03 Loren Merrittincrease the alignment of the i8x8 edge cache, needed...
2007-12-02 Loren Merrittreduce the data type used in some tables. 16KB smaller...
2007-11-19 Loren Merrittcosmetics: reorder mc_luma/mc_chroma/get_ref arguments...
next