]> git.sesse.net Git - x264/history - encoder/ratecontrol.c
Update file headers throughout x264
[x264] / encoder / ratecontrol.c
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-07-02 Fiona GlaserFix bug in adaptive quantization
2008-06-11 Gabriel BouvigneCosmetics in VBV handling
2008-06-08 Fiona GlaserVarious cosmetic changes.
2008-06-05 Fiona GlaserCosmetic: fix C99-ism
2008-06-05 Fiona GlaserUse a gaussian window for cplxblur
2008-06-02 Fiona Glaserallow fractional CRF values with AQ.
2008-06-02 Gabriel Bouvigne2-pass VBV support and improved VBV handling
2008-04-27 Loren Merritts/x264_cpu_restore/x264_emms/
2008-04-22 Fiona GlaserAQ now treats perfectly flat blocks as low energy,...
2008-03-30 Fiona Glaservariance-based psy adaptive quantization
2008-01-27 Loren Merrittprint average of macroblock QPs instead of frame's...
2007-09-12 Loren Merrittfix some integer overflows. now vbv size can exceed...
2007-09-09 Loren Merrittallow --vbv-init to take absolute values (in kbit)...
2007-07-17 Loren Merrittmove os/compiler specific defines to their own header
2007-07-12 Loren Merrittextend zones to support (some) encoding parameters...
2006-12-15 Loren MerrittNew threading method:
2006-11-23 Loren Merrittdon't treat vbv_maxrate as a minrate too if it's higher...
2006-10-30 Loren Merrittdisplay final ratefactor in abr when a loose vbv is...
2006-10-13 Loren Merrittallow fractional values of crf
2006-09-27 Loren Merrittallow --zones in cqp encodes
2006-08-16 Loren Merrittcosmetics
2006-08-01 Loren Merrittselect initial qp for abr and cbr baased on satd and...
2006-07-31 Loren Merrittfix a rare NaN in ratecontrol
2006-07-18 Loren Merrittapi change: select ratecontrol method with an enum...
2006-07-16 Loren MerrittOpenBSD build fixes.
2006-05-24 Loren Merrittconvert non-fatal errors to message level "warning".
2006-05-03 Loren Merritttypo in expand_border_mod16
2006-04-30 Loren Merritttypo impaired 2pass bitrate prediction.
2006-04-20 Loren Merrittupdate msvc project files.
2006-03-25 Loren Merrittsilence some gcc warnings
2006-03-09 Loren Merritt10l in vbv + 2pass
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-03-05 Loren Merritt--direct auto
2006-02-16 Sam Hocevar * encoder/ratecontrol.c: OS X support for exp2f and...
2006-02-14 Loren Merrittratecontrol didn't always account for header bits,...
2006-02-06 Loren Merrittmsvc: #define isfinite()
2006-02-02 Loren Merrittfix a check for NaN in ratecontrol
2006-01-23 Loren Merrittprint --nr in sei params. tweak ratecontrol param checking.
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-01 Loren Merrittmore error checking of input parameters
2005-11-22 Loren Merrittwrite encoding options to the userdata SEI and to the...
2005-11-22 Loren Merrittafter a 1pass ABR, print the value of --crf which would...
2005-11-04 Loren Merrittcheck (most of) the levels constaints.
2005-11-01 Loren Merrittallow 1pass ratecontrol with keyint=1
2005-10-29 Loren Merrittcosmetics: fix an erroneous warning from r340.
2005-10-26 Loren MerrittIf frame count is known at init time (cli & vfw), then...
2005-10-23 Loren Merritt--crf: 1pass quality-based VBR.
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-10-02 Loren Merrittcosmetics
2005-07-20 Laurent Aimar * x264 compilation on NetBSD. Patch by Mike Matsnev.
2005-07-07 Laurent Aimar * Add support for UltraSparc (uname -m: sun4u) with...
2005-06-05 Loren MerrittSATD-based decision for 8x8 transform in inter-MBs.
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-11 Loren MerrittNew ratecontrol options:
2005-05-03 Loren Merritt"2pass failed to converge" is no longer considered...
2005-04-11 Eric Petit configure: ooops, restored -g
2005-03-13 Loren MerrittSSD comparison function (not yet used).
2005-03-11 Måns RullgårdReally fix QP override.
2005-03-05 Loren Merrittallow 16 refs (instead of 15)
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-02-25 Loren MerrittDisable deblocking filter in frames of sufficiently...
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-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-05 Loren MerrittVfW: Enable multipass by default, increase the configur...
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-07 Loren Merrittallow constant qp on Nth pass (e.g. for forcing frame...
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-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-17 Loren Merrittimproved 2pass ratecontrol:
2004-11-12 Loren Merrittmore informative error message when 2pass fails to...
2004-10-27 Måns RullgårdConditionally inits 1pass rc, only if it's enabled.
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-22 Laurent Aimar * ratecontrol: added 'b' flag to fopen.
2004-08-29 Laurent Aimar * ratecontrol: path by Loren Merritt.
2004-08-28 Laurent Aimar * all: 2pass patch by Loren Merritt <lorenm AT u.washi...
2004-08-18 Måns RullgårdUse x264_log() in ratecontrol.c
2004-08-16 Eric Petit OS X is missing exp2f()
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-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-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)
next