]> git.sesse.net Git - x264/history - encoder
SSE2 pixel comparison functions
[x264] / encoder /
2005-07-26 Loren Merrittupdate i_mb_b16x8_cost_table[] for I8x8 mb type (r278...
2005-07-22 Laurent Aimar analyse: "It correct the size of array i_mb_b16x8_cost...
2005-07-20 Laurent Aimar * x264 compilation on NetBSD. Patch by Mike Matsnev.
2005-07-15 Loren Merritt10l: rd score for sub-8x8 partitions used wrong mvs.
2005-07-10 Eric Petit Fixed win32 handle leakage (thanks Trax)
2005-07-07 Laurent Aimar * Add support for UltraSparc (uname -m: sun4u) with...
2005-06-21 Loren Merritt--cqmfile reads quant matrices in a JM-compatible format.
2005-06-21 Loren Merrittadjust coded buffer size based on input resolution...
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-11 Loren Merrittwin32 threads enabled by default
2005-06-11 Loren Merrittprint 8x8 transform usage % in stats summary.
2005-06-08 Loren Merrittrevert 216, another try at max_dec_frame_buffering.
2005-06-08 Loren Merritttypo in cabac tables
2005-06-05 Loren Merrittcosmetics
2005-06-05 Loren Merrittfix i8x8 decision with chroma_me
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
2005-06-05 Eric Petit Use win32 native threads (you still have to --enable...
2005-06-04 Loren Merrittremove unused tables from SPS/PPS. reduces overhead...
2005-06-03 Loren Merritt10l (debug stuff in 246)
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-06-01 Loren Merrittcosmetics
2005-06-01 Loren Merrittfix a bug with cabac + B-frames + mref + slices.
2005-05-29 Eric Petit Fixed multithreading on BeOS (pthread emulation required)
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-12 Loren MerrittCLI option: --visualize
2005-05-11 Loren MerrittNew ratecontrol options:
2005-05-11 Loren Merrittuse a predicted mv as starting point for subpel refinement.
2005-05-03 Loren Merritt"2pass failed to converge" is no longer considered...
2005-04-30 Loren MerrittUpdated MSVC project files.
2005-04-22 Loren Merritt10l (214 wrote wrong DPB size in SPS -> B-pyramid broke)
2005-04-19 Loren Merrittcombined L0 & L1 reference lists are limited to a total...
2005-04-19 Loren MerrittAllow manual selection of fullpel ME method. New method...
2005-04-14 Loren MerrittMakefile: strip x264cli.
2005-04-11 Eric Petit configure: ooops, restored -g
2005-04-07 Måns RullgårdForgot rbsp_trailing_bits in AUD NAL
2005-04-07 Måns RullgårdOptionally use access unit delimiter NAL units.
2005-04-05 Loren Merrittprint svn version number in SEI info and in CLI/VfW.
2005-03-31 Måns RullgårdMake reconstructed frame available to caller.
2005-03-31 Loren Merrittfree() -> x264_free()
2005-03-27 Loren Merrittbuffer overruns in slicetype_decision.
2005-03-16 Loren Merrittearly termination for intra4x4 analysis
2005-03-15 Måns RullgårdCheck/fix range of x264_param_t.rc.i_qp_constant.
2005-03-15 Loren Merrittmacroblock_analyse: simplify cost comparisons. (cosmetic)
2005-03-14 Loren MerrittChroma ME (P-frames only).
2005-03-13 Loren Merritt167 broke psnr calculation for non-mod-32 inputs
2005-03-13 Loren Merrittuse mmx ssd for psnr calculation.
2005-03-13 Loren MerrittSSD comparison function (not yet used).
2005-03-11 Måns RullgårdReally fix QP override.
2005-03-11 Loren Merrittwrite VUI bitstream restrictions
2005-03-10 Loren Merrittexpose option "chroma qp offset"
2005-03-10 Måns RullgårdFix per-frame QP override broken in rev 137.
2005-03-06 Loren Merrittbuffer overrun when bframes == X264_BFRAME_MAX
2005-03-06 Loren MerrittAdaptive B skipped some POC numbers (slightly reducing...
2005-03-05 Loren Merrittallow 16 refs (instead of 15)
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-03-03 Eric Petit ratecontrol.c: fixed exp2f on BeOS so rate control...
2005-03-02 Loren MerrittFix a buffer overrun with very long MVs.
2005-02-25 Loren MerrittDisable deblocking filter in frames of sufficiently...
2005-02-24 Loren MerrittImplicit weights in B16x16 analysis were swapped.
2005-02-24 Loren MerrittCosmetics: Some renaming. Move the rest of slice type...
2005-02-24 Loren MerrittTake into account keyint_max in B-frame decision.
2005-02-23 Loren MerrittPreliminary adaptive B-frame decision (not yet tuned).
2005-02-22 Loren MerrittWrite x264's version in a SEI message.
2005-02-22 Loren MerrittAdd: implicit weighted prediction for B-frames.
2005-02-20 Loren MerrittConfigurable level. Levels are still not enforced;...
2005-02-19 Loren MerrittAlways use the tempfile and rename method for multipass...
2005-02-18 Loren MerrittMore tweaks to bitrate prediction.
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-02-14 Loren MerrittSave some memcopies in halfpel ME.
2005-02-13 Loren MerrittCache half-pixel interpolated reference frames, to...
2005-02-12 Loren MerrittIn N-pass mode if stat_in and stat_out are the same...
2005-02-10 Loren Merrittcosmetics
2005-02-05 Loren MerrittVfW: Enable multipass by default, increase the configur...
2005-02-04 Loren Merrittr114 didn't completely fix the problem, trying again.
2005-02-03 Loren MerrittAnother MV clipping fix.
2005-02-01 Loren MerrittSimplify x264_cabac_mb_type.
2005-01-31 Loren MerrittMore accurate clipping rectangle for motion search...
2005-01-28 Eric Petit encoder/encoder.c: gcc < 3 compile fix
2005-01-28 Loren MerrittChange default level from 2.1 to 4.0 until I get around...
2005-01-28 Loren MerrittClipping mvs to within picture + emulated border when...
2005-01-27 Loren MerrittFix clipping of mvs in probe_pskip. (Previously it...
2005-01-18 Loren Merrittfinish subpixel motion refinement for B-frames (up...
2005-01-15 Loren MerrittUse floats instead of int64 in log messages, since...
2005-01-15 Loren Merrittfinished printf -> x264_log conversion.
2005-01-14 Loren MerrittDon't apply keyframe boost to I-frames that are followe...
2005-01-13 Loren MerrittMy last change of IDR decision broke in 2pass mode...
2005-01-12 Loren MerrittChanges the mechanics of max keyframe interval:
2005-01-12 Loren Merrittstrict QP offset for B-frame vs following P-frame
2005-01-11 Loren Merrittr72 broke B-frames without intra4x4. fixed.
2005-01-08 Loren Merrittimproved mv prediction: 1-3% better compression of...
2005-01-07 Loren Merrittallow constant qp on Nth pass (e.g. for forcing frame...
2005-01-07 Loren Merrittdisable subme=0 (the huge bitrate penalty wasn't worth...
next