]> git.sesse.net Git - x264/history - common/frame.c
Improve quantizer handling
[x264] / common / frame.c
2010-11-10 Fiona GlaserImprove quantizer handling
2010-09-28 Oskar ArvidssonFinish support for high-depth video throughout x264
2010-09-19 Fiona GlaserCosmetics in me.c and frame.c
2010-09-19 Kieran KunhyaAdd support for arbitrary user SEIs
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-16 Loren MerrittPrevent some cases of cache aliasing.
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-15 Steven WaltersAdd video filtering system to x264cli
2010-07-15 Fiona GlaserEliminate edge cases for MV predictors
2010-06-25 Fiona GlaserInteractive encoder control: error resilience
2010-06-25 Steven WaltersUse threadpools to avoid unnecessary thread creation
2010-06-09 Fiona GlaserRemove double-dereferences for MB width/height data
2010-06-09 Nathan CaldwellDeduplicate the ALIGN macro, move it to common.h
2010-06-09 Fiona GlaserFix crash in fake-interlaced at some resolutions
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-05-06 Fiona GlaserDon't force row QPs to integer values with VBV
2010-05-06 Fiona GlaserImprove temporal MV prediction
2010-05-06 Fiona GlaserError out on invalid input stride
2010-04-29 Fiona GlaserReduce lookahead memory usage, cache misses
2010-04-23 Fiona GlaserMove deblocking code to a separate file
2010-04-23 Fiona GlaserFaster deblock reference frame checks
2010-04-23 Fiona GlaserMove deblocking/hpel into sliced threads
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-27 Henrik GramnerPad non-mod16 resolutions using the correct field
2010-03-27 Kieran KunhyaBlu-ray support: NAL-HRD, VFR ratecontrol, filler,...
2010-02-25 David ConradDisable Altivec and VIS optimizations when --disable...
2010-02-23 Anton MitrofanovFix various silly errors in the previous patches
2010-02-23 Fiona GlaserKeep track of macroblock partitions
2010-02-15 Fiona GlaserBackport various speed tweak ideas from ffmpeg
2010-01-30 Yusuke NakamuraImprove DTS generation, move DTS compression into libx264
2010-01-28 Fiona GlaserMerge nnz_backup with scratch buffer
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-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...
next