]> git.sesse.net Git - x264/history - encoder/encoder.c
macroblock-level ratecontrol: improved vbv strictness, and improved quality when...
[x264] / encoder / encoder.c
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-03-05 Loren Merritt--direct auto
2006-02-13 Loren Merrittcosmetics
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2006-01-01 Loren Merrittmore error checking of input parameters
2005-12-05 Loren Merritt--no-fast-pskip
2005-11-27 Loren Merrittparam.b_repeat_headers (not yet used)
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-03 Loren MerrittTrellis RD quantization.
2005-11-03 Loren Merrittcosmetics: XCHG macro
2005-10-29 Loren Merrittremove unused adaptive cabac_idc code
2005-10-26 Loren Merrittmmx deblocking.
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-10 Loren Merrittallow non-mod16 resolutions
2005-10-09 Loren Merrittremove cabac byte-stuffing code, because it just wastes...
2005-10-09 Loren Merrittdon't allocate lowres planes if they won't be used...
2005-10-08 Loren Merrittcosmetics: move some stuff from macroblock_encode to...
2005-10-02 Loren Merrittcosmetics
2005-10-02 Loren Merrittstats summary: separately report all 5 partition sizes...
2005-10-02 Loren Merrittdisposable frames shouldn't get their own coded_frame_num.
2005-09-27 Loren Merrittwith B-pyramid, forget old refs in POC order instead...
2005-09-14 Loren MerrittMMX quantization functions, and optimization of the...
2005-07-10 Eric Petit Fixed win32 handle leakage (thanks Trax)
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 Merritttypo in cabac tables
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-03 Loren Merritt10l (debug stuff in 246)
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
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 MerrittUMHex motion seach (but no early termination yet)
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-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-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-03-31 Måns RullgårdMake reconstructed frame available to caller.
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...
next