]> git.sesse.net Git - x264/history - common/frame.h
Improve DTS generation, move DTS compression into libx264
[x264] / common / frame.h
2010-01-30 Yusuke NakamuraImprove DTS generation, move DTS compression into libx264
2010-01-14 Fiona GlaserPeriodic intra refresh
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2009-11-27 Fiona GlaserMuch faster weightp
2009-11-09 Loren Merrittcosmetics
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-10-19 Lamont AlstonMake B-pyramid spec-compliant
2009-10-12 Fiona GlaserAvoid scenecuts in flashes and similar situations
2009-09-23 Anton MitrofanovImprove threaded frame handling
2009-09-02 Steven WaltersThreaded lookahead
2009-08-27 Fiona GlaserFaster mbtree propagate and x264_log2, less memory...
2009-08-19 Fiona GlaserAdd support for frame-accurate parameter changes
2009-08-17 Fiona GlaserLookahead VBV
2009-08-09 Loren MerrittMB-tree fixes:
2009-08-07 Fiona GlaserMacroblock-tree ratecontrol
2008-11-09 Fiona GlaserFaster b-adapt + adaptive quantization
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-08-21 Loren Merrittcosmetics
2008-07-24 Fiona GlaserAlign lowres planes for improved cacheline split perfor...
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-11 Gabriel BouvigneCosmetics in VBV handling
2008-06-02 Gabriel Bouvigne2-pass VBV support and improved VBV handling
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-04-17 Fiona Glasercacheline split workaround for mc_luma
2008-01-27 Loren Merrittprint average of macroblock QPs instead of frame's...
2008-01-27 Loren Merrittremove colorspace conversion support, because it has...
2007-12-01 Loren Merrittavoid a division in x264_mb_predict_mv_ref16x16.
2007-11-16 Loren Merrittcosmetics: use symbolic constants for frame padding...
2007-11-15 Loren Merrittcosmetics: use separate variables for frame width and...
2007-09-24 Loren Merrittdon't overwrite pthread* namespace, because system...
2006-12-19 Loren Merrittenable thread synchronization primitives on linux too
2006-12-15 Loren Merrittcosmetics: rename list operators to be consistent with...
2006-12-15 Loren Merrittwin32: use pthreads instead of win32threads. for some...
2006-12-15 Loren MerrittNew threading method:
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-04-20 Loren Merrittupdate msvc project files.
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-10-26 Loren Merrittmmx deblocking.
2005-10-10 Loren Merrittallow non-mod16 resolutions
2005-03-04 Loren MerrittNew option: "B-frame pyramid" keeps the middle of 2...
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-13 Loren MerrittCache half-pixel interpolated reference frames, to...
2004-12-29 Loren Merrittvarious cleanups in macroblock caching.
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...