]> git.sesse.net Git - x264/history - encoder/slicetype.c
Lookaheadless MB-tree support
[x264] / encoder / slicetype.c
2010-06-25 Fiona GlaserLookaheadless MB-tree support
2010-06-25 Lamont AlstonOpen-GOP support
2010-06-09 Anton MitrofanovWarn about shadowed variable declarations
2010-06-09 Fiona GlaserRemove double-dereferences for MB width/height data
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-05-31 Fiona GlaserAdd fast skip in lookahead motion search
2010-05-31 Fiona GlaserMerge some of adaptive quant and weightp
2010-05-06 Fiona GlaserMore accurate MV prediction on edges in lookahead
2010-05-06 Fiona GlaserRemove unnecessary debugging assert
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
2010-04-29 Fiona GlaserReduce lookahead memory usage, cache misses
2010-04-11 Fiona GlaserAdd faster mv0 special case for macroblock-tree
2010-04-06 Kieran KunhyaFix HRD compliance
2010-04-05 Fiona GlaserSimplify slicetype_frame_cost
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-27 Henrik GramnerReduce stack usage of b-adapt 2's trellis
2010-03-27 Kieran KunhyaBlu-ray support: NAL-HRD, VFR ratecontrol, filler,...
2010-03-24 Fiona GlaserFix crash with intra-refresh + aq-mode 0
2010-02-15 Fiona GlaserOverhaul sliced-threads VBV
2010-01-30 Yusuke NakamuraImprove DTS generation, move DTS compression into libx264
2010-01-14 David ConradFix x264 compilation on Apple GCC
2010-01-14 Fiona GlaserMore correct padding constants for lowres planes
2010-01-14 Fiona GlaserPeriodic intra refresh
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2009-12-11 Fiona GlaserMore lookahead optimizations
2009-12-09 Fiona GlaserAdd support for MB-tree + B-pyramid
2009-11-27 Fiona GlaserMuch faster weightp
2009-11-25 Fiona GlaserFix bug in weightp analysis
2009-11-21 Fiona GlaserFaster lookahead with subme=1
2009-11-17 Fiona GlaserFaster weightp analysis
2009-11-16 Dylan YudakenFix two issues in weightp
2009-11-12 Dylan YudakenVarious weightp fixes
2009-11-12 Fiona GlaserFix all aliasing violations
2009-11-12 David ConradFix 10l in weightp on ARM
2009-11-10 Fiona GlaserFix one (of possibly many) miscompilations in weightp
2009-11-09 Loren Merrittcosmetics
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-11-09 Steven WaltersFix assert failure in the case of forced i-frames
2009-10-29 Anton MitrofanovFix case in which MB-tree didn't propagate all data...
2009-10-29 Fiona GlaserEliminate some rare cases where MB-tree gave incorrect...
2009-10-29 Anton MitrofanovFix cases in which b-adapt 1 could result in AUTO-type...
2009-10-19 Steven WaltersFix assertion fail and incorrect costs with pyramid+VBV
2009-10-19 Steven WaltersReduce memory usage of b-adapt 2 trellis
2009-10-19 Lamont AlstonMake B-pyramid spec-compliant
2009-10-13 Henrik GramnerSimplify some code in b-adapt 2's trellis
2009-10-13 Fiona GlaserFix a very rare integer overflow in slicetype analysis
2009-10-12 Fiona GlaserFix regression: disable flash detection without B-frames
2009-10-12 Fiona GlaserAdd row-based VBV for B-frames
2009-10-12 Fiona GlaserAvoid scenecuts in flashes and similar situations
2009-10-07 Fiona GlaserAdd support for single-frame VBV, improve compliance
2009-09-14 Fiona GlaserMake MV costs global instead of static
2009-09-13 Fiona GlaserDon't print scenecut message multiple times in verbose...
2009-09-02 Steven WaltersThreaded lookahead
2009-08-31 Fiona GlaserMulti-slice encoding support
2009-08-31 Fiona GlaserFix a valgrind warning in b-adapt 2
2009-08-27 Fiona GlaserFaster mbtree propagate and x264_log2, less memory...
2009-08-27 Fiona GlaserFix keyint=1 + VBV + rc-lookahead
2009-08-27 Fiona GlaserFaster x264_exp2fix8
2009-08-24 Fiona Glaser2-pass VBV fixes
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2009-08-20 Fiona GlaserFix bug in calculation of I-frame costs with AQ.
2009-08-19 Fiona GlaserFix MB-tree with keyint<3
2009-08-19 Fiona GlaserFix bug in VBV lookahead + no MB-tree
2009-08-17 Fiona GlaserLookahead VBV
2009-08-14 Fiona GlaserFix bug in b-adapt 1
2009-08-13 Loren Merrittfix lowres padding, which failed to extrapolate the...
2009-08-09 Loren Merrittsimd part of x264_macroblock_tree_propagate.
2009-08-09 Loren MerrittMB-tree fixes:
2009-08-08 Fiona GlaserFix keyframe insertion with MB-tree and no B-frames
2009-08-08 Steven WaltersGracefully terminate in the case of a malloc failure
2009-08-07 Fiona GlaserMacroblock-tree ratecontrol
2009-05-10 Fiona GlaserVarious optimizations in frametype lookahead
2009-04-18 Fiona GlaserEnable asm predict_8x8_filter
2009-03-31 Fiona GlaserActivate intra_sad_x3_8x8c in lookahead
2009-03-04 Fiona GlaserFix scenecut and VBV with videos of width/height <= 32
2009-03-04 Fiona GlaserRemove non-pre scenecut
2009-01-14 Fiona GlaserSupport forced frametypes with scenecut/b-adapt
2008-11-29 Fiona GlaserCosmetic: update various file headers.
2008-11-09 Fiona GlaserFaster b-adapt + adaptive quantization
2008-09-21 Fiona GlaserResolve possible crash in bime, improve the fix in...
2008-09-21 Fiona GlaserFix rare crash issue in b-adapt
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...
2008-09-16 Fiona GlaserCache motion vectors in lowres lookahead
2008-09-15 Fiona GlaserAdd optional more optimal B-frame decision method
2008-09-14 Fiona GlaserMove adaptive quantization to before ratecontrol, elimi...
2008-09-10 Fiona GlaserFix crash when using b-adapt at resolutions 32x32 or...
2008-09-01 Fiona GlaserFix speed regression in r951
2008-08-27 Fiona GlaserFix some uses of uninitialized row_satd values in VBV
2008-08-21 Loic Le Loarershut up various gcc warnings
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-02 Fiona GlaserOptimizations and cosmetics in macroblock.c
2008-06-15 Fiona GlaserUse aligned memcpy for x264_me_t struct and cosmetics
2008-05-20 Loren Merrittx264_median_mv_mmxext
2008-05-17 Fiona Glaserexplicit write combining, because gcc fails at optimizi...
2008-04-27 Loren Merritts/x264_cpu_restore/x264_emms/
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-03-03 Loren Merrittincrease the alignment of the i8x8 edge cache, needed...
2007-11-19 Loren Merrittcosmetics: reorder mc_luma/mc_chroma/get_ref arguments...
next