]> git.sesse.net Git - x264/history - common/common.h
Update file headers throughout x264
[x264] / common / common.h
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
2005-06-17 Loren Merrittlossless mode enabled at qp=0
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-11 Loren Merrittprint 8x8 transform usage % in stats summary.
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-04 Loren Merrittremove unused tables from SPS/PPS. reduces overhead...
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-06-01 Loren Merrittcosmetics
2005-05-29 Loren Merrittmultithreading (via slices)
2005-05-12 Loren MerrittCLI option: --visualize
2005-05-11 Loren MerrittNew ratecontrol options:
2005-04-30 Loren MerrittUpdated MSVC project files.
2005-04-07 Måns RullgårdOptionally use access unit delimiter NAL units.
2005-03-14 Loren MerrittChroma ME (P-frames only).
2005-03-06 Loren Merrittbuffer overrun when bframes == X264_BFRAME_MAX
2005-03-06 Loren MerrittAdaptive B skipped some POC numbers (slightly reducing...
2005-03-05 Loren Merrittallow 16 refs (instead of 15)
2005-03-04 Loren MerrittNew option: "B-frame pyramid" keeps the middle of 2...
2005-02-25 Loren MerrittDisable deblocking filter in frames of sufficiently...
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-22 Loren MerrittWrite x264's version in a SEI message.
2005-02-22 Loren MerrittAdd: implicit weighted prediction for B-frames.
next