]> git.sesse.net Git - x264/history - common/common.c
x86 asm for high-bit-depth DCT
[x264] / common / common.c
2010-11-17 Anton MitrofanovVarious high-bit-depth ratecontrol fixes
2010-11-10 Fiona GlaserImprove quantizer handling
2010-11-10 Loren MerrittAdd numeric names for the presets (0==ultrafast .....
2010-10-10 Yusuke NakamuraMove DTS compression from libx264 to x264cli
2010-09-28 Oskar ArvidssonFinish support for high-depth video throughout x264
2010-09-18 Fiona GlaserUpdate source file headers
2010-09-03 Takashi HirataAdd support for level 1b
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-15 Fiona GlaserImprove scenecut detection a bit
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-07-03 Fiona GlaserSupport infinite keyint (--keyint infinite).
2010-06-25 Fiona GlaserInteractive encoder control: error resilience
2010-06-25 Fiona GlaserLookaheadless MB-tree support
2010-06-25 Lamont AlstonOpen-GOP support
2010-06-25 Fiona GlaserImprove HRD accuracy
2010-06-14 Anton MitrofanovDon't allow baseline profile streams with fake-interlaced
2010-06-14 Havoc PenningtonAllocate space for null terminator in param_apply_tune
2010-06-09 Steven WaltersExempt Win x86_64 from memalign hack
2010-06-09 Steven WaltersPreprocessing cosmetics
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-06-02 Fiona Glaserx86 assembly code for NAL escaping
2010-05-31 Fiona GlaserFix ultrafast to actually turn off weightb
2010-05-21 Kieran KunhyaAdd "Fake interlaced" option
2010-05-17 Fiona GlaserFix condition for printing rc=cbr in options SEI
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
2010-05-06 Fiona GlaserMake options SEI use weight* instead of wpred*
2010-04-23 Fiona GlaserFix issues with extremely large timebases
2010-04-14 Anton MitrofanovEnable --fast-pskip on fast firstpass
2010-04-11 Fiona GlaserMake keyint_min auto by default
2010-04-05 Fiona GlaserFix printing of SEI header with VBV + ABR
2010-04-05 Fiona GlaserMassive cosmetic and syntax cleanup
2010-03-31 Fiona GlaserPrint crf-max with appropriate precision in SEI
2010-03-27 Fiona GlaserNew "superfast" preset, much faster intra analysis
2010-03-27 Fiona GlaserAdd tune for still image compression
2010-03-27 Henrik GramnerCosmetics: use sizeof() where appropriate
2010-03-27 Fiona GlaserUse x264_log in more places instead of fprintf
2010-03-27 Fiona Glaser"CRF-max" support with VBV
2010-03-27 Kieran KunhyaBlu-ray support: NAL-HRD, VFR ratecontrol, filler,...
2010-02-23 Fiona GlaserFix fastfirstpass
2010-02-23 Anton MitrofanovFix various silly errors in the previous patches
2010-02-23 Fiona GlaserUse short startcodes whenever possible
2010-02-23 Fiona GlaserMake b-pyramid normal the default
2010-02-23 Fiona GlaserMove presets, tunings, and profiles into libx264
2010-02-15 Alexander StrangeAllow | as a separator between psy-rd and psy-trellis...
2010-02-15 Fiona GlaserPrint psy-(rd|trellis) with more precision in userdata SEI
2010-01-30 Loren MerrittFix log2f detection, include order, some gcc warnings
2010-01-30 Yusuke NakamuraImprove DTS generation, move DTS compression into libx264
2010-01-14 Fiona GlaserPeriodic intra refresh
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling
2009-12-09 Fiona GlaserAdd fast pskip to x264 SEI info header
2009-12-09 Fiona GlaserBring back slice-based threading 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-08-31 Fiona GlaserMulti-slice encoding support
2009-08-19 Fiona GlaserAdd support for frame-accurate parameter changes
2009-08-17 Fiona GlaserLookahead VBV
2009-08-08 Steven WaltersGracefully terminate in the case of a malloc failure
2009-08-07 Fiona GlaserMacroblock-tree ratecontrol
2009-07-07 Fiona GlaserTotally new preset system for x264.c (not libx264)...
2009-03-04 Fiona GlaserRemove non-pre scenecut
2009-02-11 Anton MitrofanovWindows 64-bit support
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.
next