]> git.sesse.net Git - x264/history - encoder/set.c
Fix delay calculation with multiple threads
[x264] / encoder / set.c
2009-03-31 Fiona GlaserMBAFF interlaced coding is not allowed in baseline...
2009-03-06 Fiona GlaserUpdate x264 copyright date
2009-01-20 Fiona GlaserEliminate support for direct_8x8_inference=0
2008-11-30 Fiona GlaserHigh Profile allows 25% higher maxbitrate/cpb
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-08-21 Loic Le Loarershut up various gcc warnings
2008-08-21 Loren Merrittcosmetics
2008-07-26 Loic Le Loareradd interlacing to the list of stuff checked by x264_va...
2008-07-18 Loren Merrittautodetect level based on resolution/bitrate/refs/etc...
2008-07-10 Fiona Glaserfaster bs_write
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-01-27 Loren Merrittupdate date
2008-01-18 Loren Merrittchange the meaning of --ref: it now selects DPB size...
2007-12-02 Loren Merrittreduce the data type used in some tables. 16KB smaller...
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-10-01 Loren Merrittadd an option to control direct_8x8_inference_flag...
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-09-12 Loren Merrittcosmetics (spelling)
2006-07-18 Loren Merrittapi change: select ratecontrol method with an enum...
2006-05-12 Loren Merrittset the SPS constraint_set[01]_flag based on the profil...
2006-03-09 Loren Merrittkeep transposed dct coefs. ~1% overall speedup.
2006-01-19 Måns Rullgårdwrite correct VUI timing info
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-01 Loren Merrittalways write sps.vui
2005-12-31 Loren Merrittuse some extra packing modes for CQM headers.
2005-11-22 Loren Merrittwrite encoding options to the userdata SEI and to the...
2005-11-06 Loren Merrittallow --level to understand names in addition to idc
2005-11-04 Loren Merrittcheck (most of) the levels constaints.
2005-10-30 Loren Merrittin constant QP mode, write that QP in the PPS to save...
2005-10-26 Loren Merrittcheckasm: check 8x8dct, mc average, quant, and SSE2.
2005-10-16 Loren Merrittcosmetics: remove #if0'ed code
2005-10-10 Loren Merrittallow non-mod16 resolutions
2005-10-09 Loren Merrittcosmetics: merge some duplicate tables
2005-10-08 Loren Merrittexpose the rest of the VUI flags.
2005-09-27 Loren Merrittwith B-pyramid, forget old refs in POC order instead...
2005-06-20 Loren Merrittcustom quant matrices
2005-06-17 Loren Merrittlossless mode enabled at qp=0
2005-06-08 Loren Merrittrevert 216, another try at max_dec_frame_buffering.
2005-06-04 Loren Merrittremove unused tables from SPS/PPS. reduces overhead...
2005-06-03 Loren Merritt8x8 transform and 8x8 intra prediction.
2005-04-30 Loren MerrittUpdated MSVC project files.
2005-04-22 Loren Merritt10l (214 wrote wrong DPB size in SPS -> B-pyramid broke)
2005-04-19 Loren Merrittcombined L0 & L1 reference lists are limited to a total...
2005-04-05 Loren Merrittprint svn version number in SEI info and in CLI/VfW.
2005-03-11 Loren Merrittwrite VUI bitstream restrictions
2005-03-10 Loren Merrittexpose option "chroma qp offset"
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-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-01-28 Loren MerrittChange default level from 2.1 to 4.0 until I get around...
2005-01-12 Loren MerrittChanges the mechanics of max keyframe interval:
2004-12-31 Loren Merrittremove relative include paths, to avoid conflicts with...
2004-12-29 Loren Merrittsps->i_num_ref_frames was set higher than necessary
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-08-17 Laurent Aimar * all: more fprintf -> x264_log.
2004-08-17 Laurent Aimar * all: introduced a x264_log function. It's not yet...
2004-08-13 Måns RullgårdBugfix.
2004-08-12 Måns RullgårdInclude timing info in VUI.
2004-07-28 Eric Petit BeOS fixes (no stdint.h, no libm)
2004-06-03 Laurent Aimar * all: re-import of the CVS.