]> git.sesse.net Git - x264/history - encoder
shave a couple cycles off cabac functions
[x264] / encoder /
2008-01-27 Loren Merrittshave a couple cycles off cabac functions
2008-01-18 Loren Merrittchange the meaning of --ref: it now selects DPB size...
2008-01-08 Loren Merrittslightly wrong memory allocation in r717, fixes a poten...
2008-01-06 Loren Merrittconvert absolute difference of sums from mmx to sse2
2008-01-06 Loren Merrittround esa range to a multiple of 4
2007-12-20 Loren Merrittfix a nondeterminism involving 8x8dct, rdo, and threads.
2007-12-02 Loren Merrittreduce the data type used in some tables. 16KB smaller...
2007-12-01 Loren Merrittfaster removal of duplicate mv predictors
2007-12-01 Loren Merrittavoid a division in umh.
2007-11-20 Loren Merrittlimit mvs to [-512,511.75] instead of [-512,512]
2007-11-20 Loren Merrittadd cache info to cpu_detect. also print sse3.
2007-11-19 Loren Merrittcosmetics: reorder mc_luma/mc_chroma/get_ref arguments...
2007-11-16 Loren Merrittcosmetics: use symbolic constants for frame padding...
2007-11-15 Loren Merrittcosmetics: use separate variables for frame width and...
2007-11-01 Loren Merrittfix a possible nondeterminism with me=umh + threads.
2007-10-29 Loren Merrittuse hex instead of dia for rdo mv refinement. ~0.5...
2007-09-24 Loren Merrittdon't overwrite pthread* namespace, because system...
2007-09-20 Loren Merrittfix an arithmetic overflow in trellis at high qp.
2007-09-15 Loren Merrittimplement multithreaded me=esa
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...
2007-07-06 Loren Merrittcosmetics
2007-06-28 Loren Merrittlimit vertical motion vectors to +/-512, since some...
2007-06-16 Loren Merrittcosmetics in cpu detection
2007-06-10 Loren Merrittexempt 1080p from the non-mod16 warning.
2007-06-05 Alex Izvorskiupdated MS VC8/VC7 build, patch by Gabriel Bouvigne
2007-05-26 Alex Izvorskireplace alloca with malloc everywhere. per manpage...
2007-05-02 Loren Merrittrequire a ratecontrol method to be specified, it no...
2007-04-23 Loren Merrittfix the computation of bits used for vbv. (regression...
2007-04-21 Loren Merrittcabac: use bytestream instead of bitstream.
2007-04-11 Loren Merrittremove the restriction on number of threads as a functi...
2007-04-06 Loren Merrittfaster cabac rdo. up to 10% faster at q0, but negligibl...
2007-04-06 Loren Merrittworkaround gcc's inability to align variables on the...
2007-04-04 Loren Merrittsimplify trellis
2007-04-04 Loren Merritt2x faster quant. 2% overall.
2007-04-04 Loren Merrittwhen encoding with a cqm, probe_skip now also uses...
2007-04-02 Loren Merrittin hpel search, merge two 16x16 mc calls into one 16x17...
2007-03-24 Loren Merrittadjust bitstream buffer sizes for very large frames
2007-03-14 Loren Merrittssse3 detection. x86_64 ssse3 satd and quant.
2007-02-22 Loren Merrittoops, scenecut detection failed to activate when using...
2007-01-21 Loren Merritttweak block_residual_write_cavlc.
2007-01-20 Loren Merrittdon't assume int is exactly 4 bytes
2007-01-11 Loren Merrittmake array_non_zero() compatible with -fstrict-aliasing
2006-12-20 Loren Merrittwrong reference frames were used with refs>=14 + pyrami...
2006-12-19 Loren Merrittenable thread synchronization primitives on linux too
2006-12-19 Loren Merrittfix a crash with x264_encoder_headers() + threads
2006-12-15 Loren Merrittcosmetics: rename list operators to be consistent with...
2006-12-15 Loren Merrittwin32: use pthreads instead of win32threads. for some...
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-11-18 Eric PetitMerges Guillaume Poirier's AltiVec changes:
2006-10-30 Loren Merrittdisplay final ratefactor in abr when a loose vbv is...
2006-10-29 Loren Merrittcompute chroma_qp only once per mb
2006-10-29 Loren Merrittrd refinement of intra chroma direction (enabled in...
2006-10-15 Loren Merrittskip deblocking and motion interpolation when using...
2006-10-13 Loren Merrittcosmetics
2006-10-13 Loren Merrittallow fractional values of crf
2006-10-10 Loren Merrittprefetch pixels for motion compensation and deblocking.
2006-10-10 Loren Merrittfix a crash on interlace + >8 reference frames
2006-10-09 Loren Merrittcompute pskip_mv only once per macroblock, and store it
2006-10-02 Loren Merrittfix some strides that weren't a multiple of 16.
2006-10-01 Loren Merrittadd an option to control direct_8x8_inference_flag...
2006-10-01 Loren Merrittallow custom deadzones for non-trellis quantization.
2006-10-01 Loren Merrittmove zigzag scan functions to dsp function pointers.
2006-10-01 Loren Merrittsupport interlace. uses MBAFF syntax, but is not adapti...
2006-09-27 Loren Merrittallow --zones in cqp encodes
2006-09-24 Loren Merrittworkaround: on some systems, alloca() isn't aligned
2006-09-12 Loren Merrittcosmetics (spelling)
2006-09-12 Loren Merrittfaster ESA
2006-09-12 Loren Merrittfaster ESA
2006-08-17 Loren Merrittsupport changing some more parameters in x264_encoder_r...
2006-08-17 Loren MerrittSSIM computation. (default on, disable by --no-ssim)
2006-08-16 Loren Merrittcosmetics
2006-08-01 Eric PetitFixes contexts allocation with threads=auto
2006-08-01 Loren Merrittselect initial qp for abr and cbr baased on satd and...
2006-08-01 Loren Merritt--threads=auto to detect number of cpus
2006-07-31 Loren Merrittfix a rare NaN in ratecontrol
2006-07-30 Loren Merrittmove quant_mf[] from x264_t to the heap, and merge...
2006-07-18 Loren Merrittapi change: select ratecontrol method with an enum...
2006-07-16 Loren MerrittOpenBSD build fixes.
2006-05-30 Eric PetitFixed typo that caused x264_encoder_open to always...
2006-05-30 Loren Merrittcheck some mallocs' return value
2006-05-24 Loren Merrittconvert non-fatal errors to message level "warning".
2006-05-22 Loren Merrittfix a memory alignment. (no effect on x86, but might...
2006-05-19 Loren Merrittwhen using DEBUG_DUMP_FRAME, write decoded pictures...
2006-05-19 Loren Merrittnon-referenced B-frames should have the same frame_num...
2006-05-12 Loren Merrittset the SPS constraint_set[01]_flag based on the profil...
2006-05-10 Loren Merrittallow sar=1/1.
2006-05-10 Loren Merrittfaster intra search: filter i8x8 edges only once, and...
2006-05-09 Loren Merrittfaster intra search: some prediction modes don't have...
2006-05-06 Loren Merritt--sps-id, to allow concatenating streams with different...
2006-05-03 Loren Merritttypo in expand_border_mod16
2006-04-30 Loren Merritttypo impaired 2pass bitrate prediction.
2006-04-25 Loren MerrittUse sa8d instead of satd for i8x8 search.
2006-04-24 Loren MerrittBefore evaluating the RD score of any mode, check satd...
2006-04-24 Loren MerrittWhen evaluating predictors to start fullpel motion...
2006-04-20 Loren Merritt10l in r463 (q0 i16x16 dc was permuted)
2006-04-20 Loren Merrittupdate msvc project files.
next