]> git.sesse.net Git - x264/history - common/frame.c
Periodic intra refresh
[x264] / common / frame.c
2010-01-14 Fiona GlaserPeriodic intra refresh
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2009-11-25 Fiona GlaserMinor deblocking optimization, update comments
2009-11-12 Fiona GlaserFix all aliasing violations
2009-11-09 Loren Merrittcosmetics
2009-11-09 Dylan YudakenWeighted P-frame prediction
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-24 David ConradGSOC merge part 7: ARM NEON deblock assembly functions...
2009-08-23 David ConradGSOC merge part 2: ARM stack alignment
2009-08-19 Fiona GlaserAdd support for frame-accurate parameter changes
2009-08-17 Fiona GlaserLookahead VBV
2009-08-13 Loren Merrittfix lowres padding, which failed to extrapolate the...
2009-08-09 Loren MerrittMB-tree fixes:
2009-08-09 Fiona GlaserAdd missing free()s for new data allocated for MB-tree
2009-08-08 Steven WaltersGracefully terminate in the case of a malloc failure
2009-08-07 Fiona GlaserMacroblock-tree ratecontrol
2009-07-17 Fiona GlaserCacheline-split SSSE3 chroma MC
2009-02-26 Fiona GlaserFix regression in r1085
2009-02-09 Guillaume PoirierPromote chroma planes to 16 byte alignment.
2009-01-20 Fiona GlaserEliminate support for direct_8x8_inference=0
2008-12-22 Loren Merrittfaster ESA init
2008-11-29 Fiona GlaserCosmetic: update various file headers.
2008-11-11 Fiona GlaserAdd subme=0 (fullpel motion estimation only)
2008-11-10 Fiona GlaserFix minor memory leak in r1022
2008-11-09 Fiona GlaserFaster b-adapt + adaptive quantization
2008-10-22 Fiona GlaserFaster deblocking when p4x4 isn't used
2008-10-02 Ralf TerdicFix minor memory leak accidentally added with the addit...
2008-09-17 Fiona GlaserAdd missing free() for f_qp_offset in frame.c
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 Loic Le Loarershut up various gcc warnings
2008-08-21 Loren Merrittcosmetics
2008-08-19 Fiona GlaserDeblocking code cleanup and cosmetics
2008-08-19 Fiona Glaser4% faster deblock: special-case macroblock edges
2008-08-16 Loren Merritt6% faster deblock: remove some clips, earlier termianti...
2008-08-15 Fiona GlaserFaster deblocking
2008-07-24 Fiona GlaserAlign lowres planes for improved cacheline split perfor...
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-02 Loren Merrittlowres_init asm
2008-06-29 Gabriel Bouvignesome asm functions require aligned stack. disable these...
2008-06-24 Fiona GlaserConvert NNZ to raster order and other optimizations
2008-06-15 Fiona GlaserCosmetics and loop unrolling
2008-06-11 Gabriel BouvigneCosmetics in VBV handling
2008-06-08 Loren Merrittmany changes to which asm functions are enabled on...
2008-06-02 Gabriel Bouvigne2-pass VBV support and improved VBV handling
2008-05-18 Loren Merrittdeblock_luma_intra_mmx
2008-04-27 Loren Merrittremove void* arithmetic from r821
2008-04-17 Fiona Glasercacheline split workaround for mc_luma
2008-04-13 Loren Merrittmore hpel fixes
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...
2008-01-27 Loren Merrittremove colorspace conversion support, because it has...
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2007-11-20 Loren Merrittavoid memory loads that span the border between two...
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...
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-06-22 Guillaume PoirierAdd vertical and horizontal luma deblocking accelerated...
2007-06-05 Alex Izvorskiupdated MS VC8/VC7 build, patch by Gabriel Bouvigne
2007-04-23 Loren Merrittfix nnz computation in cavlc+8x8dct+deblock. (regressio...
2007-03-14 Loren Merrittconflate HAVE_MMXEXT with HAVE_SSE2, since they were...
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-10 Loren Merrittprefetch pixels for motion compensation and deblocking.
2006-10-06 Loren Merrittmmx/prefetch implementation of plane_copy
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-09-12 Loren Merrittfaster ESA
2006-08-16 Loren Merrittcosmetics
2006-05-30 Loren Merrittcheck some mallocs' return value
2006-05-03 Loren Merritttypo in expand_border_mod16
2006-04-12 Loren Merrittslightly faster loopfilter
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-01-17 Loren Merrittcosmetics: simplify #includes
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-11-03 Loren MerrittX264_ABS => abs
2005-10-27 Eric Petit Fixed compilation on PPC (spotted by David Wolstencroft)
2005-10-26 Loren Merrittmmx deblocking.
2005-10-10 Loren Merrittallow non-mod16 resolutions
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-10-09 Loren Merrittdon't allocate lowres planes if they won't be used...
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-05-12 Loren Merrittfix an uninitialized value in slicetype_analyse
2005-04-25 Loren Merrittcosmetics.
2005-03-04 Loren MerrittNew option: "B-frame pyramid" keeps the middle of 2...
2005-02-28 Loren Merrittwrong stride in lowres image
2005-02-25 Loren MerrittSimplify x264_frame_expand_border.
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-14 Loren MerrittDeblock B-frames. (Not yet used, since B-frames aren...
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...