]> git.sesse.net Git - x264/history - encoder/encoder.c
free() -> x264_free()
[x264] / encoder / encoder.c
2005-03-31 Loren Merrittfree() -> x264_free()
2005-03-15 Måns RullgårdCheck/fix range of x264_param_t.rc.i_qp_constant.
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-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-02-25 Loren MerrittDisable deblocking filter in frames of sufficiently...
2005-02-24 Loren MerrittCosmetics: Some renaming. Move the rest of slice type...
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-18 Loren MerrittMore tweaks to bitrate prediction.
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-01-28 Eric Petit encoder/encoder.c: gcc < 3 compile fix
2005-01-15 Loren MerrittUse floats instead of int64 in log messages, since...
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-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-29 Loren Merrittvarious cleanups in macroblock caching.
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-11-17 Loren Merrittimproved 2pass ratecontrol:
2004-11-04 Loren Merrittcleanup spacing of frame stats with verbose logging.
2004-10-25 Måns RullgårdOops, changing those types messed up some vprintf's...
2004-09-29 Laurent Aimar * all: Patch by Loren Merritt.
2004-09-22 Laurent Aimar * all: Patches by Loren Merritt:
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-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-12 Måns RullgårdInclude timing info in VUI.
2004-08-09 Laurent Aimar * encoder: correct range for i_idr_pic_id is 0..65535
2004-08-08 Laurent Aimar * encoder: simpler scene cut detection (seems better...
2004-08-08 Laurent Aimar * all: Change the way PSNR is computed (based on a...
2004-08-06 Laurent Aimar * all: Patch from Måns Rullgård <mru AT mru DOT ath...
2004-07-28 Eric Petit BeOS fixes (no stdint.h, no libm)
2004-07-23 Laurent Aimar * encoder.c, analyse.c, macroblock: fixed when using...
2004-06-03 Laurent Aimar * all: re-import of the CVS.