]> git.sesse.net Git - x264/history - common/common.h
fix a crash on frame width <= 48 pixels
[x264] / common / common.h
2009-04-18 Fiona GlaserAdd "coded blocks" stat to output information.
2009-03-04 Fiona GlaserRemove non-pre scenecut
2009-02-16 Fiona GlaserOptimize neighbor CBP calculation and fix related regre...
2009-02-04 Holger LubitzMerging Holger's GSOC branch part 2: intra prediction
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2009-01-20 Fiona GlaserEliminate support for direct_8x8_inference=0
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-12-22 Loren Merrittfaster ESA init
2008-12-11 Fiona GlaserMuch faster CAVLC residual coding
2008-11-28 Fiona GlaserSignificantly faster CABAC and CAVLC residual coding...
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-09-15 Fiona GlaserPsychovisually optimized rate-distortion optimization...
2008-09-15 Fiona GlaserAdd optional more optimal B-frame decision method
2008-08-30 Loren Merrittremove the distinction between itex and ptex
2008-08-21 Loren Merrittcosmetics
2008-08-21 Loren Merrittr940 broke threads
2008-08-16 Loren Merritt6% faster deblock: remove some clips, earlier termianti...
2008-07-26 Loren Merrittstats summary: print distribution of numbers of consecu...
2008-07-11 Fiona GlaserAdd L1 reflist and B macroblock types to x264 info
2008-07-10 Fiona GlaserFix and enable I_PCM macroblock support
2008-07-06 Fiona GlaserVarious optimizations and cosmetics
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-03 Fiona Glaserdenoise_dct asm
2008-06-24 Fiona GlaserConvert NNZ to raster order and other optimizations
2008-06-18 Loren Merrittinterleave psnr/ssim computation with reference frame...
2008-06-15 Fiona GlaserAdd more inline asm and a runtime check for MMXEXT...
2008-06-12 Fiona GlaserFix regression in 64-bit in r882
2008-06-12 Fiona GlaserMore tweaks to me.c
2008-06-08 Fiona GlaserVarious cosmetic changes.
2008-06-03 Fiona Glaseromit redundant mc after non-rdo dct size decision,...
2008-05-20 Loren Merrittx264_median_mv_mmxext
2008-05-17 Fiona Glaserexplicit write combining, because gcc fails at optimizi...
2008-04-27 Fiona Glaseromit P/B-skip mc from macroblock_encode if the pixels...
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-03-22 Loren Merrittdon't distinguish between luma4x4 and luma4x4ac
2008-03-22 Loren Merrittremove unused bitstream reader
2008-03-20 Loren Merrittr768 borked cavlc
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-20 Loren Merrittreduce the size of some arrays
2008-03-19 Fiona Glaserskip intra pred+dct+quant in cases where it's redundant...
2008-03-17 Loren Merrittdon't define offsetof since it's standard
2008-03-17 Loren Merrittshut up gcc warning in offsetof
2008-03-17 Håkan Hjortincrease alignment of mv arrays
2008-03-16 Loren Merrittremove x264_mc_clip1.
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-20 Loren Merrittfix a nondeterminism involving 8x8dct, rdo, and threads.
2007-09-24 Loren Merrittdon't overwrite pthread* namespace, because system...
2007-09-12 Loren Merrittfix some integer overflows. now vbv size can exceed...
2007-09-02 Loren Merrittreorder headers so that largefile support is defined...
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-06 Loren Merrittcosmetics
2007-05-26 Alex Izvorskireplace alloca with malloc everywhere. per manpage...
2007-04-23 Loren Merrittfix nnz computation in cavlc+8x8dct+deblock. (regressio...
2007-04-11 Loren Merrittremove the restriction on number of threads as a functi...
2007-04-04 Loren Merritt2x faster quant. 2% overall.
2007-03-30 Loren Merrittremove private stuff from public headers. no more need...
2006-12-20 Loren Merrittwrong reference frames were used with refs>=14 + pyrami...
2006-12-19 Loren Merrittenable thread synchronization primitives on linux too
2006-12-15 Loren Merrittwin32: use pthreads instead of win32threads. for some...
2006-12-15 Loren MerrittNew threading method:
2006-10-29 Loren Merrittcompute chroma_qp only once per mb
2006-10-09 Loren Merrittcompute pskip_mv only once per macroblock, and store it
2006-10-01 Loren Merrittallow custom deadzones for non-trellis quantization.
2006-10-01 Loren Merrittmove zigzag scan functions to dsp function pointers.
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-09-24 Loren Merrittworkaround: on some systems, alloca() isn't aligned
2006-09-12 Loren Merrittcosmetics (spelling)
2006-08-18 Steve LhommeMSVC compatibility fix from Haali
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
2006-08-16 Loren Merrittcosmetics
2006-07-30 Loren Merrittmove quant_mf[] from x264_t to the heap, and merge...
2006-05-30 Loren Merrittcheck some mallocs' return value
2006-03-26 Loren Merrittcli: support yuv4mpeg input.
2006-03-25 Loren Merrittsilence some gcc warnings
2006-03-18 Loren Merrittif --threads > 1, then read the input stream in its...
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-03-06 Loren Merrittno --nr in intra blocks. intra prediction doesn't work...
2006-03-05 Loren Merritt--direct auto
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-02-13 Loren Merrittcosmetics
2006-01-18 Loren Merrittsplit mv_range enforcement from edge-of-frame clipping...
2006-01-18 Loren Merrittcosmetics: suppress warning on unused variables
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-11-22 Loren Merrittwrite encoding options to the userdata SEI and to the...
2005-11-03 Loren MerrittTrellis RD quantization.
2005-11-03 Loren Merrittcosmetics: XCHG macro
2005-11-03 Loren MerrittX264_ABS => abs
2005-10-26 Loren Merrittmmx deblocking.
2005-10-15 Loren Merrittduring RDO, skip the bitstream writing and just calcula...
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-10-08 Loren Merrittcosmetics: move some stuff from macroblock_encode to...
2005-10-02 Loren Merrittstats summary: separately report all 5 partition sizes...
2005-09-14 Loren MerrittMMX quantization functions, and optimization of the...
2005-06-21 Loren Merritt--cqmfile reads quant matrices in a JM-compatible format.
2005-06-20 Loren Merrittcustom quant matrices
next