]> git.sesse.net Git - x264/history - encoder/cabac.c
Update file headers throughout x264
[x264] / encoder / cabac.c
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-11 Fiona GlaserFix regression in r850
2008-05-20 Loren Merrittcosmetics in cabac
2008-05-20 Fiona Glaserfaster residual_write_cabac
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 Glaserfaster cabac_mb_cbp_luma
2008-03-25 Loren Merrittfaster residual
2008-03-25 Fiona Glaseruse cabac context transition table from trellis in...
2008-03-24 Loren Merrittfaster cabac_encode_ue_bypass
2008-03-23 Loren Merrittinline cabac_size_decision
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
2008-01-27 Loren Merrittfix cabac context for nonzero delta_qp of the 2nd mb...
2008-01-27 Loren Merrittshave a couple cycles off cabac functions
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-04-21 Loren Merrittcabac: use bytestream instead of bitstream.
2007-04-06 Loren Merrittfaster cabac rdo. up to 10% faster at q0, but negligibl...
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-04-17 Loren Merrittfaster cabac_encode_bypass
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-03-20 Loren Merrittcosmetics in cabac_mb_cbf
2006-03-10 Loren Merrittwrong modulus when delta_qp = +26
2006-02-16 Loren Merrittallow delta_qp > 26
2006-01-17 Loren Merrittcosmetics: simplify #includes
2005-12-30 Loren MerrittMSVC compatibility fixes
2005-11-03 Loren MerrittTrellis RD quantization.
2005-11-03 Loren Merrittcosmetics in x264_cabac_mb_type
2005-10-29 Loren Merrittcosmetics: change literal cabac_block_cat to an enum.
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-10-02 Loren Merrittslightly faster/cleaner block_residual_write_cabac
2005-06-14 Loren Merrittrate-distortion optimized MB types in I- and P-frames...
2005-06-05 Loren Merrittcosmetics
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-05-29 Loren Merrittmultithreading (via slices)
2005-03-04 Loren MerrittNew option: "B-frame pyramid" keeps the middle of 2...
2005-02-01 Loren MerrittSimplify x264_cabac_mb_type.
2005-01-15 Loren Merrittfinished printf -> x264_log conversion.
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
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-10-28 Loren Merritttypo in x264_cabac_mb_sub_b_partition
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.