]> git.sesse.net Git - x264/history - encoder/cavlc.c
Update file headers throughout x264
[x264] / encoder / cavlc.c
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-15 Fiona GlaserAdd more inline asm and a runtime check for MMXEXT...
2008-06-11 Fiona GlaserFix regression in r850
2008-05-17 Fiona Glaseromit delta_quant in i16x16 blocks with no residual
2008-05-17 Fiona Glaserexplicit write combining, because gcc fails at optimizi...
2008-04-27 Fiona Glasercompute missing nnz count in subme7 cavlc
2008-04-02 Fiona Glaserimprove handling of cavlc dct coef overflows
2008-03-25 Loren Merrittfaster residual
2008-03-22 Loren Merrittdon't distinguish between luma4x4 and luma4x4ac
2008-03-22 Loren Merrittcosmetics in residual_write
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2007-12-20 Loren Merrittfix a nondeterminism involving 8x8dct, rdo, and threads.
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-01-21 Loren Merritttweak block_residual_write_cavlc.
2006-10-29 Loren Merrittrd refinement of intra chroma direction (enabled in...
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-05-24 Loren Merrittconvert non-fatal errors to message level "warning".
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-03-10 Loren Merrittwrong modulus when delta_qp = +26
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-01-17 Loren Merrittcosmetics: simplify #includes
2005-10-15 Loren Merrittduring RDO, skip the bitstream writing and just calcula...
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-10-08 Loren Merrittcosmetics: move some stuff from macroblock_encode to...
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-01-15 Loren Merrittfinished printf -> x264_log conversion.
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-22 Loren Merrittsimplify calvc mb type
2004-12-17 Loren Merrittimplement macroblock types B_SKIP, B_DIRECT, B_8x8
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...
2004-08-28 Laurent Aimar * all: first part of the 2pass patch by Loren Merritt
2004-07-28 Eric Petit BeOS fixes (no stdint.h, no libm)
2004-06-03 Laurent Aimar * all: re-import of the CVS.