]> git.sesse.net Git - x264/history - common/common.c
Eliminate support for direct_8x8_inference=0
[x264] / common / common.c
2009-01-20 Fiona GlaserEliminate support for direct_8x8_inference=0
2008-12-25 Loren MerrittFix crash in --me esa/tesa introduced in r1058
2008-10-02 Fiona GlaserRework subme system, add RD refinement in B-frames
2008-09-15 Fiona GlaserPsychovisually optimized rate-distortion optimization...
2008-09-15 Fiona GlaserAdd optional more optimal B-frame decision method
2008-09-14 Fiona GlaserMove adaptive quantization to before ratecontrol, elimi...
2008-09-06 Fiona GlaserRevert part of r963
2008-09-05 Fiona GlaserFaster NAL unit encoding and remove unused nal_decode
2008-08-30 Loren Merritthardcode the ratecontrol equation, and remove the rceq...
2008-08-21 Loren Merrittcosmetics
2008-07-18 Loren Merrittautodetect level based on resolution/bitrate/refs/etc...
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-05-20 Loren Merrittchange DEBUG_DUMP_FRAME to run-time --dump-yuv
2008-05-14 Ning Xinfix x264_realloc when not using libc realloc.
2008-04-21 Loren Merritt--asm to allow testing of different versions of asm...
2008-03-30 Fiona Glaservariance-based psy adaptive quantization
2008-01-27 Loren Merrittremove colorspace conversion support, because it has...
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-12 Loren Merrittextend zones to support (some) encoding parameters...
2007-05-02 Loren Merrittrequire a ratecontrol method to be specified, it no...
2006-12-15 Loren MerrittNew threading method:
2006-10-30 Loren Merrittfix parsing of --deblock %d,%d (beta was ignored)
2006-10-13 Loren Merrittallow fractional values of crf
2006-10-05 Loren Merrittaccept mencoder's option names as synonyms (api only...
2006-10-02 Loren Merrittbetter error checking in x264_param_parse.
2006-10-01 Loren Merrittadd an option to control direct_8x8_inference_flag...
2006-10-01 Loren Merrittallow custom deadzones for non-trellis quantization.
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-09-26 Loren Merrittcli: fix some typos in vui parameters from r542.
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
2006-08-01 Loren Merritt--threads=auto to detect number of cpus
2006-07-31 Loren Merrittapi addition: x264_param_parse() to set options by...
2006-07-18 Loren Merrittapi change: select ratecontrol method with an enum...
2006-04-19 Loren MerrittBefore, we eliminated dct blocks containing only a...
2006-03-26 Loren Merrittcli: support yuv4mpeg input.
2006-03-05 Loren Merrittchange default direct mode to spatial
2006-01-23 Loren Merrittprint --nr in sei params. tweak ratecontrol param checking.
2006-01-17 Loren Merrittcosmetics: simplify #includes
2005-12-30 Loren Merrittjoint bidirectional motion refinement (--bime)
2005-12-05 Loren Merritt--no-fast-pskip
2005-11-28 Loren Merrittpkg-config: major.minor.patch version
2005-11-22 Loren Merrittwrite encoding options to the userdata SEI and to the...
2005-11-22 Loren Merrittchange default level to "5.1"
2005-11-04 Loren Merrittcheck (most of) the levels constaints.
2005-10-23 Loren Merritt--crf: 1pass quality-based VBR.
2005-10-08 Loren Merrittexpose the rest of the VUI flags.
2005-06-21 Loren Merritt--cqmfile reads quant matrices in a JM-compatible format.
2005-06-20 Loren Merrittcustom quant matrices
2005-06-08 Loren Merrittrevert 216, another try at max_dec_frame_buffering.
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-05-24 Loren MerrittZoned ratecontrol.
2005-05-13 Loren MerrittCLI option: --seek
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-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-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...
2005-01-03 Loren Merrittreduce default verbosity, add option -v
2004-12-30 Loren Merrittlist default settings in --help
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-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...