]> git.sesse.net Git - x264/history - x264.h
Fix DTS/bitrate calculation if the first PTS wasn't zero
[x264] / x264.h
2010-09-27 Anton MitrofanovFix DTS/bitrate calculation if the first PTS wasn't...
2010-09-19 Kieran KunhyaAdd support for arbitrary user SEIs
2010-09-18 Fiona GlaserUpdate source file headers
2010-07-22 Fiona GlaserImprove reference_invalid support
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-15 Steven WaltersAdd video filtering system to x264cli
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-07-03 Fiona GlaserSupport infinite keyint (--keyint infinite).
2010-07-02 Lamont AlstonMake open-GOP Blu-ray compatible
2010-07-02 Fiona GlaserCallback feature for low-latency per-slice output
2010-06-25 Fiona GlaserInteractive encoder control: error resilience
2010-06-25 Lamont AlstonOpen-GOP support
2010-06-02 Fiona GlaserAdd API function to fix x264_picture_t initialization
2010-06-02 Fiona GlaserAdd API tool to apply arbitrary quantizer offsets
2010-05-31 Fiona GlaserFix omission in libx264 tuning documentation
2010-05-26 Fiona GlaserDetect Atom CPU, enable appropriate asm functions
2010-05-26 Kieran KunhyaFix typo in fake-interlaced documentation
2010-05-21 Kieran KunhyaAdd "Fake interlaced" option
2010-05-17 Fiona GlaserAdd API function to trigger intra refresh
2010-04-23 Fiona GlaserFix issues with extremely large timebases
2010-04-11 Fiona GlaserMake keyint_min auto by default
2010-03-27 Fiona GlaserNew "superfast" preset, much faster intra analysis
2010-03-27 Fiona GlaserAdd tune for still image compression
2010-03-27 Fiona Glaser"CRF-max" support with VBV
2010-03-27 Kieran KunhyaBlu-ray support: NAL-HRD, VFR ratecontrol, filler,...
2010-03-27 Alex WrightMixed-refs support for B-frames
2010-02-23 Fiona GlaserFix fastfirstpass
2010-02-23 Fiona GlaserAbide by the MinCR level limit
2010-02-23 Fiona GlaserMake b-pyramid normal the default
2010-02-23 Fiona GlaserMove presets, tunings, and profiles into libx264
2010-02-14 Fiona GlaserAdd ability to adjust ratecontrol parameters on the fly
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)
next