]> git.sesse.net Git - x264/history - x264.h
lossless mode enabled at qp=0
[x264] / x264.h
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-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-05-29 Loren Merrittmultithreading (via slices)
2005-05-24 Loren Merrittmove zones parsing to ratecontrol.c; allows passing...
2005-05-24 Loren MerrittUMHex motion seach (but no early termination yet)
2005-05-24 Loren MerrittZoned ratecontrol.
2005-05-21 Loren MerrittAPI: x264_encoder_reconfig(). (not yet used by any...
2005-05-13 Loren MerrittCLI option: --seek
2005-05-12 Loren MerrittCLI option: --visualize
2005-05-11 Loren MerrittNew ratecontrol options:
2005-04-19 Loren MerrittAllow manual selection of fullpel ME method. New method...
2005-04-07 Måns RullgårdOptionally use access unit delimiter NAL units.
2005-03-14 Loren MerrittChroma ME (P-frames only).
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-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-22 Loren MerrittAdd: implicit weighted prediction for B-frames.
2005-02-20 Loren MerrittOops, increment API number.
2005-02-20 Loren MerrittConfigurable level. Levels are still not enforced;...
2005-02-17 Loren MerrittImproved 2pass bitrate predictor. No real change most...
2005-02-14 Loren MerrittPrecalculate lambda*bits for all allowed mvs. 1-2%...
2005-01-12 Loren MerrittChanges the mechanics of max keyframe interval:
2005-01-07 Loren Merrittdisable subme=0 (the huge bitrate penalty wasn't worth...
2004-12-22 Loren Merrittoption '--frames' limits number of frames to encode.
2004-12-17 Loren Merrittimplement macroblock types B_SKIP, B_DIRECT, B_8x8
2004-11-17 Loren Merrittimproved 2pass ratecontrol:
2004-11-11 Måns Rullgård#include <stdarg.h>
2004-09-29 Laurent Aimar * all: Patch by Loren Merritt.
2004-09-22 Laurent Aimar * all: Patches by Loren Merritt:
2004-08-28 Laurent Aimar * all: 2pass patch by Loren Merritt <lorenm AT u.washi...
2004-08-17 Laurent Aimar * all: added a x264_param_t.analyse.b_psnr
2004-08-17 Laurent Aimar * all: introduced a x264_log function. It's not yet...
2004-08-12 Måns RullgårdInclude timing info in VUI.
2004-08-07 Laurent Aimar * x264.h: increased X264_BUILD.
2004-08-06 Laurent Aimar * all: Patch from Måns Rullgård <mru AT mru DOT ath...
2004-06-03 Laurent Aimar * all: re-import of the CVS.