]> git.sesse.net Git - x264/history - x264.h
Update file headers throughout x264
[x264] / x264.h
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-06-29 Gabriel Bouvignesome asm functions require aligned stack. disable these...
2008-06-08 Loren Merrittmany changes to which asm functions are enabled on...
2008-06-08 Loren Merrittenable ssse3 phadd satd on Penryn.
2008-06-03 Loren Merrittcosmetics
2008-05-20 Loren Merrittchange DEBUG_DUMP_FRAME to run-time --dump-yuv
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-03-30 Fiona Glaservariance-based psy adaptive quantization
2008-01-27 Loren Merrittremove colorspace conversion support, because it has...
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2007-11-20 Loren Merrittadd cache info to cpu_detect. also print sse3.
2007-09-09 Loren Merrittallow --vbv-init to take absolute values (in kbit)...
2007-07-12 Loren Merrittextend zones to support (some) encoding parameters...
2007-05-02 Loren Merrittrequire a ratecontrol method to be specified, it no...
2007-04-03 Alex Izvorskiuse only c-style comments in public header (patch by...
2007-03-30 Loren Merrittremove private stuff from public headers. no more need...
2007-03-14 Loren Merrittssse3 detection. x86_64 ssse3 satd and quant.
2006-12-15 Loren MerrittNew threading method:
2006-10-13 Loren Merrittallow fractional values of crf
2006-10-10 Loren Merrittno more decoder. it never worked anyway, and the presen...
2006-10-06 Loren Merrittmmx/prefetch implementation of plane_copy
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 Merrittmove zigzag scan functions to dsp function pointers.
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-09-12 Loren Merrittcosmetics (spelling)
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
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-05-06 Loren Merritt--sps-id, to allow concatenating streams with different...
2006-04-19 Loren MerrittBefore, we eliminated dct blocks containing only a...
2006-03-05 Loren Merritt--direct auto
2006-01-19 Måns Rullgårdwrite correct VUI timing info
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2005-12-30 Loren Merrittjoint bidirectional motion refinement (--bime)
2005-12-05 Loren Merritt--no-fast-pskip
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.