]> git.sesse.net Git - x264/history - x264.h
MP4: set "track enabled" flag.
[x264] / x264.h
2005-11-27 Loren Merritt10l
2005-11-27 Loren Merrittparam.b_repeat_headers (not yet used)
2005-11-18 Loren MerrittRD mode decision for B-frames (--b-rdo)
2005-11-04 Loren Merrittcheck (most of) the levels constaints.
2005-11-03 Loren MerrittTrellis RD quantization.
2005-10-26 Loren MerrittIf frame count is known at init time (cli & vfw), then...
2005-10-25 Loren MerrittWindows 64bit asm.
2005-10-23 Loren Merritt--crf: 1pass quality-based VBR.
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-08 Loren Merrittnew option: --mixed-refs
2005-10-08 Loren Merrittcosmetics in option parsing
2005-10-08 Loren Merrittexpose the rest of the VUI flags.
2005-10-02 Loren Merrittcosmetics
2005-08-29 Eric Petit VC++ fix (thx fenrir)
2005-08-29 Eric Petit x264.h: issue an explicit warning when neither stdint...
2005-08-09 Loren Merrittfix spatial direct mv prediction with B-pyramid. copied...
2005-06-21 Loren Merritt--cqmfile reads quant matrices in a JM-compatible format.
2005-06-20 Loren Merrittupdate avc2avi for high profile
2005-06-20 Loren Merrittcustom quant matrices
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.