]> git.sesse.net Git - x264/history - encoder
cli: workaround to allow "--ratetol inf" on win32.
[x264] / encoder /
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
2004-08-08 Laurent Aimar ratecontrol: patch by Loren Merritt <lorenm AT u DOT...
2004-08-08 Laurent Aimar * ratecontrol: patch by Måns Rullgård <mru AT mru...
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.