]> git.sesse.net Git - x264/history - encoder/analyse.c
Eliminate the possibility of CAVLC level code overflow
[x264] / encoder / analyse.c
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
2009-12-09 Fiona GlaserBring back slice-based threading support
2009-11-15 Fiona Glaser100l in deadlock fix
2009-11-15 Fiona GlaserFix rare deadlock introduced in weightp
2009-11-12 Fiona GlaserFix all aliasing violations
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-11-09 Fiona GlaserFix miscompilation with gcc 4.3 on ARM
2009-10-29 Fiona GlaserTake into account chroma MV offset during interlaced...
2009-10-29 Fiona GlaserMotion compensation optimizations
2009-10-25 Fiona GlaserFix two warnings + some minor optimizations
2009-10-12 Loren Merrittchange all dct arrays to 1d.
2009-10-12 Anton MitrofanovOptimize exp2fix8
2009-10-07 Loren Merrittrm msvc project files and related ifdefs
2009-10-07 Fiona GlaserConstrained intra prediction support
2009-10-07 Fiona GlaserSlightly improve non-RD p8x8 mode decision
2009-09-21 Fiona GlaserCheck for 16x16 partitions masquerading as smaller...
2009-09-14 Fiona GlaserMake MV costs global instead of static
2009-09-06 Fiona GlaserFactor out a redundant RD call in qpel-RD
2009-09-06 Fiona GlaserFix RD early-skip
2009-08-31 Fiona GlaserMulti-slice encoding support
2009-08-28 Anton MitrofanovFix bug in intra analysis in B-frames
2009-08-28 Anton MitrofanovFix bug in b16x16 qpel RD
2009-08-27 Fiona GlaserFaster mbtree propagate and x264_log2, less memory...
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2009-08-19 Fiona GlaserImprove QPRD
2009-08-17 Fiona GlaserFix two bugs in QPRD
2009-08-08 Steven WaltersGracefully terminate in the case of a malloc failure
2009-08-07 Fiona GlaserMacroblock-tree ratecontrol
2009-07-28 Fiona GlaserFaster bidir_rd plus some bugfixes
2009-07-27 Fiona GlaserFix two bugs in QPRD
2009-07-26 Fiona GlaserFix 10l in QPRD
2009-07-26 Fiona GlaserFix a nondeterminism with threads and subme>7
2009-07-26 Fiona GlaserAdd QPRD support as subme=10
2009-05-24 Fiona GlaserFix bug where satd was incorrectly used with subme<=1
2009-05-24 Fiona GlaserSave some memory on mv cost arrays
2009-04-18 Fiona GlaserEnable asm predict_8x8_filter
2009-04-17 Fiona GlaserRemove various bits of dead code found by CLANG.
2009-04-08 Fiona GlaserCAVLC optimizations
2009-03-31 Fiona Glaserintra_sad_x3_8x8 assembly
2009-03-30 Fiona Glaserintra_sad_x3_4x4 assembly
2009-03-30 Fiona Glaserintra_sad_x3_8x8c assembly
2009-03-19 Fiona GlaserAdd missing "static" qualifier to two arrays
2009-03-04 Fiona GlaserRemove non-pre scenecut
next