]> git.sesse.net Git - x264/history - encoder/analyse.c
Fix disabling of progress with --log-level
[x264] / encoder / analyse.c
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
2009-02-04 Holger LubitzMerging Holger's GSOC branch part 2: intra prediction
2009-02-03 Fiona GlaserMeasure CBP cost in i8x8 RD refinement
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2009-01-14 Fiona GlaserCache ref costs and use more accurate MV costs
2009-01-14 Fiona GlaserRemove an IDIV from i8x8 analysis
2009-01-06 Fiona GlaserDisable B-frames in lossless mode
2008-12-12 Fiona GlaserMore accurate refcost for p8x8 CAVLC
2008-11-29 Fiona GlaserCosmetic: update various file headers.
2008-10-29 Fiona GlaserFull sub8x8 RD mode decision
2008-10-22 Fiona GlaserSub-8x8 Qpel-RD in P-frames
2008-10-03 Fiona GlaserResolve quality regression in r996
2008-10-02 Fiona GlaserRework subme system, add RD refinement in B-frames
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-09-20 Fiona GlaserDisable I_PCM with psy-RD
2008-09-20 Fiona GlaserMerge avg and avg_weight
2008-09-19 Fiona GlaserRewrite avg/avg_weight to take two source pointers
2008-09-17 Fiona GlaserUse low-resolution lookahead motion vectors as an extra...
next