]> git.sesse.net Git - x264/history - encoder
remove some redundant nnz counts
[x264] / encoder /
2008-04-27 Fiona Glaserremove some redundant nnz counts
2008-04-27 Fiona Glasercompute missing nnz count in subme7 cavlc
2008-04-27 Fiona Glaserremove a division in macroblock-level bookkeeping
2008-04-27 Fiona Glaseromit P/B-skip mc from macroblock_encode if the pixels...
2008-04-27 Loren Merrittearlier termination in SEA if mvcost exceeds residual
2008-04-24 Guillaume Poirierfix illegal identifiers in multiple inclusion guards
2008-04-22 Fiona GlaserAQ now treats perfectly flat blocks as low energy,...
2008-04-21 Loren Merrittcheckasm cabac
2008-04-21 Loren Merritt--asm to allow testing of different versions of asm...
2008-04-02 Fiona Glaserimprove handling of cavlc dct coef overflows
2008-03-30 Fiona Glaservariance-based psy adaptive quantization
2008-03-30 Fiona Glaserremove a memset
2008-03-30 Loren Merritttypo. don't evaluate rd pskip when p16x16 found ref>0.
2008-03-30 Loren Merrittr784 borked lossless dc zigzag
2008-03-25 Loren Merrittfix an arithmetic overflow that disabled SEA threshold...
2008-03-25 Loren Merrittfaster residual
2008-03-25 Loren Merrittreduce the size of some cabac arrays
2008-03-25 Fiona Glaseruse cabac context transition table from trellis in...
2008-03-25 Fiona Glaserrearrange cabac struct to reduce code size
2008-03-24 Fiona Glaserhigher precision RD lambda
2008-03-24 Loren Merrittfaster cabac_encode_ue_bypass
2008-03-23 Loren Merrittinline cabac_size_decision
2008-03-22 Loren Merrittcosmetics in DECLARE_ALIGNED
2008-03-22 Loren Merrittdon't distinguish between luma4x4 and luma4x4ac
2008-03-22 Loren Merrittmore alignment
2008-03-22 Loren Merrittcosmetics in residual_write
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-19 Fiona Glaserskip intra pred+dct+quant in cases where it's redundant...
2008-03-19 Fiona Glasercontinue instead of crash when the threading mv constra...
2008-03-17 Håkan Hjortincrease alignment of mv arrays
2008-03-17 Fiona Glasermemcpy_aligned_sse2
2008-03-03 Loren Merrittincrease the alignment of the i8x8 edge cache, needed...
2008-03-01 Loren Merrittfaster array_non_zero
2008-01-28 Loren Merrittintra_rd_refine in B-frames
2008-01-27 Loren Merrittprint average of macroblock QPs instead of frame's...
2008-01-27 Loren Merrittupdate date
2008-01-27 Loren Merrittremove colorspace conversion support, because it has...
2008-01-27 Loren Merrittremove a useless bit of me=umh (originally copied from...
2008-01-27 Loren Merrittsatd exhaustive motion search (--me tesa)
2008-01-27 Loren Merrittfix cabac context for nonzero delta_qp of the 2nd mb...
2008-01-27 Loren Merrittfix mapping of mvs to partitions in p4x4_chroma
2008-01-27 Loren Merrittfix mvp for b16x8 and b8x16 L1 search
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
next