]> git.sesse.net Git - x264/history - encoder/set.c
copy current macroblock to a smaller buffer, to improve cache coherency and reduce...
[x264] / encoder / set.c
2006-01-19 Måns Rullgårdwrite correct VUI timing info
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-01 Loren Merrittalways write sps.vui
2005-12-31 Loren Merrittuse some extra packing modes for CQM headers.
2005-11-22 Loren Merrittwrite encoding options to the userdata SEI and to the...
2005-11-06 Loren Merrittallow --level to understand names in addition to idc
2005-11-04 Loren Merrittcheck (most of) the levels constaints.
2005-10-30 Loren Merrittin constant QP mode, write that QP in the PPS to save...
2005-10-26 Loren Merrittcheckasm: check 8x8dct, mc average, quant, and SSE2.
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-10 Loren Merrittallow non-mod16 resolutions
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-10-08 Loren Merrittexpose the rest of the VUI flags.
2005-09-27 Loren Merrittwith B-pyramid, forget old refs in POC order instead...
2005-06-20 Loren Merrittcustom quant matrices
2005-06-17 Loren Merrittlossless mode enabled at qp=0
2005-06-08 Loren Merrittrevert 216, another try at max_dec_frame_buffering.
2005-06-04 Loren Merrittremove unused tables from SPS/PPS. reduces overhead...
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-04-30 Loren MerrittUpdated MSVC project files.
2005-04-22 Loren Merritt10l (214 wrote wrong DPB size in SPS -> B-pyramid broke)
2005-04-19 Loren Merrittcombined L0 & L1 reference lists are limited to a total...
2005-04-05 Loren Merrittprint svn version number in SEI info and in CLI/VfW.
2005-03-11 Loren Merrittwrite VUI bitstream restrictions
2005-03-10 Loren Merrittexpose option "chroma qp offset"
2005-03-05 Loren Merrittreport version number in decimal instead of hex
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-22 Loren MerrittWrite x264's version in a SEI message.
2005-02-22 Loren MerrittAdd: implicit weighted prediction for B-frames.
2005-02-20 Loren MerrittConfigurable level. Levels are still not enforced;...
2005-01-28 Loren MerrittChange default level from 2.1 to 4.0 until I get around...
2005-01-12 Loren MerrittChanges the mechanics of max keyframe interval:
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-29 Loren Merrittsps->i_num_ref_frames was set higher than necessary
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-17 Laurent Aimar * all: more fprintf -> x264_log.
2004-08-17 Laurent Aimar * all: introduced a x264_log function. It's not yet...
2004-08-13 Måns RullgårdBugfix.
2004-08-12 Måns RullgårdInclude timing info in VUI.
2004-07-28 Eric Petit BeOS fixes (no stdint.h, no libm)
2004-06-03 Laurent Aimar * all: re-import of the CVS.