]> git.sesse.net Git - x264/history - encoder
print svn version number in SEI info and in CLI/VfW.
[x264] / encoder /
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...
2005-01-05 Loren Merrittoops, last patch had some debug statements
2005-01-05 Loren MerrittReorganize frame type selection: No longer produces...
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-30 Loren Merrittreplace EPZS diamond with a hexagon search pattern.
2004-12-29 Loren Merrittsps->i_num_ref_frames was set higher than necessary
2004-12-29 Loren Merrittvarious cleanups in macroblock caching.
2004-12-28 Loren Merrittmore accurate cost for psub8x8 modes.
2004-12-23 Loren Merrittimplement macroblock types B_16x8, B_8x16
2004-12-22 Loren Merrittsimplify calvc mb type
2004-12-17 Loren Merrittimplement macroblock types B_SKIP, B_DIRECT, B_8x8
2004-12-14 Loren Merrittrename 'core/' to 'common/', which avoids conflicts...
2004-12-08 Loren Merrittcleanup stats reporting
2004-12-08 Loren Merrittapply ip_factor and pb_factor in constant quantiser...
2004-11-22 Loren Merrittmultiple hypothesis mv prediction:
2004-11-18 Laurent Aimar* analyse: we can do 4x4 Horizontal Up mode when LEFT...
2004-11-17 Loren Merrittimproved 2pass ratecontrol:
2004-11-12 Loren Merrittmore informative error message when 2pass fails to...
2004-11-04 Loren Merrittcleanup spacing of frame stats with verbose logging.
2004-10-28 Loren Merritttypo in x264_cabac_mb_sub_b_partition
2004-10-27 Måns RullgårdConditionally inits 1pass rc, only if it's enabled.
2004-10-25 Måns RullgårdOops, changing those types messed up some vprintf's...
2004-10-11 Måns Rullgårdfix compilation on FreeBSD (from Loren Merritt (thanks...
2004-09-29 Laurent Aimar * ratecontrol: Patch by Loren Merritt :
2004-09-29 Laurent Aimar * all: Patch by Loren Merritt.
2004-09-22 Laurent Aimar * ratecontrol: added 'b' flag to fopen.
2004-09-22 Laurent Aimar * all: Patches by Loren Merritt:
2004-08-29 Laurent Aimar * ratecontrol: path by Loren Merritt.
2004-08-28 Laurent Aimar * eval.c: lalala ;)
2004-08-28 Laurent Aimar * all: 2pass patch by Loren Merritt <lorenm AT u.washi...
2004-08-28 Laurent Aimar * all: first part of the 2pass patch by Loren Merritt
2004-08-18 Måns RullgårdUse x264_log() in ratecontrol.c
2004-08-17 Laurent Aimar * encoder/encoder.c: oops. (fixed compilation).
2004-08-17 Laurent Aimar * all: more fprintf -> x264_log.
2004-08-17 Laurent Aimar * all: added a x264_param_t.analyse.b_psnr
2004-08-17 Laurent Aimar * encoder/encoder.c: kb/s with k=1000 (more consistant...
2004-08-17 Laurent Aimar * all: introduced a x264_log function. It's not yet...
2004-08-16 Eric Petit OS X is missing exp2f()
2004-08-13 Måns RullgårdBugfix.
2004-08-12 Måns RullgårdInclude timing info in VUI.
2004-08-11 Måns RullgårdFixes by Loren Merritt (lorenm at u.washington.edu).
2004-08-11 Måns RullgårdGet rid of integer overflows that caused the rate contr...
2004-08-09 Laurent Aimar * encoder: correct range for i_idr_pic_id is 0..65535
next