]> git.sesse.net Git - x264/history - encoder/analyse.c
arm: Implement chroma intra deblock
[x264] / encoder / analyse.c
2015-02-23 Anton MitrofanovBump dates to 2015
2014-01-21 Kieran KunhyaAdd support for AVC-Intra Class 200
2014-01-08 Henrik GramnerBump dates to 2014
2013-10-25 Fiona Glaserchroma-me: take shortcut in BI analysis
2013-08-23 Kieran KunhyaAVC-Intra support
2013-08-23 Anton MitrofanovFix cases in which intra refresh allowed prediction...
2013-05-20 Henrik Gramnerx86: AVX2 high bit-depth intra_sad_x3_8x8
2013-05-20 Henrik Gramnerx86: Faster high bit-depth intra_sad_x3_4x4
2013-04-23 Henrik Gramnerx86: AVX2 high_bit_depth pixel_avg2, get_ref, mc_copy_w...
2013-02-26 Fiona GlaserEliminate some branchiness in ME/analysis
2013-02-26 Oskar Arvidssonx86: combined SA8D/SATD dsp function
2013-02-25 Fiona Glaserx86: optimize and clean up predictor checking
2013-01-09 Loren MerrittBump dates to 2013
2012-11-08 Anton MitrofanovFix possible issues with out-of-spec QP values
2012-09-05 Fiona GlaserEnhance mb_info: add mb_info_update
2012-09-05 Fiona GlaserFix mb_info_free with sliced threads
2012-09-05 Fiona GlaserImprove mb_info constant mb optimization
2012-07-17 Fiona GlaserTry 8x8 transform analysis even when sub8x8 partitions...
2012-04-24 Fiona GlaserAdd mb_info API for signalling constant macroblocks
2012-03-06 Henrik GramnerFix incorrect zero-extension assumptions in x86_64 asm
2012-02-04 HiiBump dates to 2012
2011-12-19 Anton MitrofanovFix PCM cost overflow
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 Henrik GramnerAllow setting a chroma format at compile time
2011-10-09 Anton MitrofanovFix chroma intra analysis in 4:4:4 lossless mode
2011-10-09 Anton MitrofanovFix use of uninitialized MVs in sub8x8 RDO
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-09-21 Loren MerrittSSSE3/SSE4 9-way fully merged i4x4 analysis (sad/satd_x9)
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 Loren MerrittFix zeroing of mvr predictors in bskip blocks
2011-07-22 Fiona GlaserImproved p8x4/4x8 search decision
2011-07-22 Dan LarkinAdd --subme 11, which disables all early terminations...
2011-07-22 Dan LarkinSome trivial changes to RD thresholds
2011-07-22 Anton MitrofanovVarious cosmetics
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-05-12 Fiona GlaserMBAFF: Improve handling of bottom row mod32 padding
2011-05-12 Simon HorlickMBAFF: Make interlaced support a compile time option
2011-05-12 Simon HorlickMBAFF: Fix mvy bounds
2011-05-12 Simon HorlickMBAFF: Store references to the two left macroblocks
2011-04-26 Fiona GlaserAvoid redundant log2f calls in mv cost initialization
2011-03-24 Steven WaltersIntel Compiler support
2011-03-24 Kieran KunhyaCosmetics: make struct definition braces consistent
2011-02-05 Fiona GlaserFix rare corruption with subme=10
2011-01-25 Fiona GlaserVBV emergency mode
2011-01-25 Sean McGovernBump dates to 2011
2011-01-10 Fiona GlaserCosmetics: fref0/1 -> fref[2] and i_ref0/1 -> i_ref[2]
2010-11-20 Fiona GlaserFix some crashes with high bit depth
2010-11-18 Anton MitrofanovFix constrained intra pred mode selection
2010-10-10 Fiona GlaserFix minor bug in intra pred with intra refresh
2010-09-28 Alex WrightChroma mode decision/subpel for B-frames
2010-09-19 Anton MitrofanovFix regression in r1716
2010-09-18 Fiona GlaserUpdate source file headers
2010-09-16 Fiona GlaserFix intra refresh to not predict from invalid pixels
2010-08-26 Fiona GlaserDon't do deblock-aware RD if deblocking is off
2010-08-16 Fiona GlaserDeblock-aware RD
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-15 Fiona GlaserEliminate edge cases for MV predictors
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-07-03 Fiona GlaserDon't check i16x16 planar mode unless previous modes...
2010-06-14 Anton MitrofanovFix regression in r1501.
2010-06-09 Henrik GramnerReplace some divisions with shifts
2010-06-09 Fiona GlaserTake more shortcuts in i4x4/i8x8 analysis
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 GlaserAvoid an extra var2 in chroma encoding if possible
2010-05-06 Fiona GlaserDon't force row QPs to integer values with VBV
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
2010-04-23 Fiona GlaserFix four minor bugs found by Clang
2010-04-10 Alex WrightEarly termination in 16x8/8x16 search
2010-04-05 Alex WrightBetter b16x8/8x16 early termination in B-frames
2010-04-05 Fiona GlaserFix 10L in B-skip improvement patch
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-31 Fiona GlaserFix array overread in b8x16 search
2010-03-31 Fiona GlaserFaster direct check with subpartitions off
2010-03-27 Fiona GlaserNew "superfast" preset, much faster intra analysis
2010-03-27 Fiona GlaserAvoid redundant MV prediction in duplicate refs
2010-03-27 Fiona GlaserMuch faster non-RD intra analysis
2010-03-27 Fiona GlaserSplit up analyse_init
2010-03-27 Fiona GlaserMake a bunch of small functions ALWAYS_INLINE
2010-03-27 Fiona GlaserMuch more accurate B-skip detection at 2 < subme < 7
2010-03-27 Fiona GlaserUse x264_log in more places instead of fprintf
2010-03-27 Alex WrightMixed-refs support for B-frames
2010-02-26 Fiona GlaserFix regression in r1453
2010-02-23 Anton MitrofanovFaster, more accurate psy-RD caching
2010-02-23 Fiona GlaserKeep track of macroblock partitions
2010-02-15 Fiona GlaserSmarter QPRD
2010-02-15 Fiona GlaserFix subpel iteration counts with B-frame analysis and...
2010-02-15 Fiona GlaserSimplify decimate checks in macroblock_encode
2010-02-14 Fiona GlaserImprove bidir search, fix some artifacts in fades
2010-01-30 Anton MitrofanovVarious threading-related cosmetics
2010-01-21 Fiona GlaserVarious performance optimizations
2010-01-21 Fiona GlaserFix intra refresh with subme < 6
2010-01-20 Fiona GlaserVarious bugfixes and tweaks in analysis
2010-01-14 Fiona GlaserFaster psy-trellis init
2010-01-14 Fiona GlaserSimplfy intra mode availability handling
2010-01-14 David ConradFix x264 compilation on Apple GCC
2010-01-14 Fiona GlaserFaster weightp motion search
2010-01-14 Fiona GlaserPeriodic intra refresh
next