]> git.sesse.net Git - x264/history - common/frame.h
x86inc: Fix AVX emulation of scalar float instructions
[x264] / common / frame.h
2016-01-16 Henrik GramnerBump dates to 2016
2015-07-25 Anton MitrofanovUse forced frame types in slicetype analysis
2015-02-23 Anton MitrofanovBump dates to 2015
2014-01-08 Henrik GramnerBump dates to 2014
2013-08-23 Henrik GramnerTransparent hugepage support
2013-04-23 Steve BorhoOpenCL lookahead
2013-04-23 Fiona GlaserAdd slices-max feature
2013-01-09 Loren MerrittBump dates to 2013
2012-09-05 Fiona GlaserExport the average effective CRF of each frame
2012-04-24 Fiona GlaserAdd mb_info API for signalling constant macroblocks
2012-03-07 Fiona GlaserSliced-threads: do hpel and deblock after returning
2012-03-06 Henrik GramnerFix incorrect zero-extension assumptions in x86_64 asm
2012-02-04 HiiBump dates to 2012
2011-12-01 Kieran KunhyaPass through user data
2011-09-21 Henrik Gramner4:2:2 encoding support
2011-08-24 Henrik GramnerFix pic_out returned by x264_encoder_encode with 4:4:4
2011-08-24 Henrik GramnerExpand borders before chroma weightp analysis
2011-08-09 Loren MerrittRemove some unused, broken, and/or useless functions
2011-07-22 Fiona GlaserFunction-pointerify MBAFF deblocking functions
2011-07-22 Fiona GlaserClean up MBAFF deblocking code
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-06-15 Fiona GlaserMake ratecontrol_mb less slow
2011-05-12 Fiona GlaserMBAFF: Improve handling of bottom row mod32 padding
2011-05-12 Simon HorlickMBAFF: Add extra data to the deblock strength structure
2011-05-12 Simon HorlickMBAFF: Add mbaff deblock strength calculation
2011-05-12 Simon HorlickMBAFF: Inter support
2011-05-12 Simon HorlickMBAFF: Save interlace decision for all macroblocks
2011-01-25 Sean McGovernBump dates to 2011
2011-01-25 Fiona GlaserFix reconfiguration of b_tff
2011-01-10 Anton MitrofanovFix some possible overflows in VFR ratecontrol with...
2010-11-10 Fiona GlaserVFR-aware PSNR/SSIM measurement
2010-09-19 Kieran KunhyaAdd support for arbitrary user SEIs
2010-09-18 Fiona GlaserUpdate source file headers
2010-08-24 Fiona GlaserAdd global #define for maximum reference count
2010-08-16 Fiona GlaserDeblock-aware RD
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-06-25 Fiona GlaserInteractive encoder control: error resilience
2010-06-25 Steven WaltersUse threadpools to avoid unnecessary thread creation
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-05-31 Fiona GlaserMerge some of adaptive quant and weightp
2010-05-26 Fiona GlaserOverhaul deblocking again
2010-05-21 Fiona GlaserRewrite deblock strength calculation, add asm
2010-05-08 Fiona GlaserFix intra refresh behavior with I-frames
2010-05-06 Fiona GlaserDon't force row QPs to integer values with VBV
2010-05-06 Fiona GlaserImprove temporal MV prediction
2010-04-29 Fiona GlaserReduce lookahead memory usage, cache misses
2010-03-27 Kieran KunhyaBlu-ray support: NAL-HRD, VFR ratecontrol, filler,...
2010-02-23 Fiona GlaserAdd temporal predictor support to interlaced encoding
2010-02-23 Fiona GlaserKeep track of macroblock partitions
2010-02-15 Fiona GlaserDon't even try direct temporal when it would give junk MVs
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...