]> git.sesse.net Git - x264/history - encoder/cabac.c
arm: Fix checkasm register clobber check on iOS
[x264] / encoder / cabac.c
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.