]> git.sesse.net Git - x264/history - x264.h
windows: Use native threads by default
[x264] / x264.h
2010-01-30 Yusuke NakamuraImprove DTS generation, move DTS compression into libx264
2010-01-14 Fiona GlaserFix free callback, add x264_encoder_parameters function
2010-01-14 Fiona GlaserPeriodic intra refresh
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2009-12-15 Fiona GlaserDon't do sum/ssd analysis if weightp == 1
2009-12-09 Fiona GlaserBring back slice-based threading support
2009-11-30 Steven WaltersEnhanced Avisynth input support
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-10-19 Lamont AlstonMake B-pyramid spec-compliant
2009-10-07 Fiona GlaserConstrained intra prediction support
2009-09-21 Fiona GlaserMajor API change: encapsulate NALs within libx264
2009-09-02 Steven WaltersThreaded lookahead
2009-09-02 Fiona GlaserForce a link error in case of incompatible API
2009-08-31 Fiona GlaserMulti-slice encoding support
2009-08-20 David ConradGSOC merge part 1: Framework for ARM assembly optimizations
2009-08-19 Fiona GlaserAdd support for frame-accurate parameter changes
2009-08-13 Anton Mitrofanovnew API function x264_encoder_delayed_frames.
2009-08-08 Steven WaltersGracefully terminate in the case of a malloc failure
2009-08-07 Fiona GlaserMacroblock-tree ratecontrol
2009-07-20 Anton MitrofanovNew AQ algorithm option
2009-07-07 Fiona GlaserTotally new preset system for x264.c (not libx264)...
2009-03-17 Fiona GlaserSSE2 zigzag_interleave
2009-03-04 Fiona GlaserRemove non-pre scenecut
2009-01-20 Fiona GlaserEliminate support for direct_8x8_inference=0
2009-01-14 Fiona GlaserSupport forced frametypes with scenecut/b-adapt
2008-12-31 Fiona GlaserAdd support for SSE4a (Phenom) LZCNT instruction
2008-11-23 Fiona GlaserPhenom CPU optimizations
2008-11-05 Fiona GlaserInitial Nehalem CPU optimizations
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-08-30 Loren Merritthardcode the ratecontrol equation, and remove the rceq...
2008-08-21 Loren Merrittcosmetics
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
next