]> git.sesse.net Git - x264/history - encoder
remove the restriction on number of threads as a function of resolution (it was wrong...
[x264] / encoder /
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.
2006-04-19 Loren MerrittBefore, we eliminated dct blocks containing only a...
2006-04-17 Loren Merrittfaster cabac_encode_bypass
2006-04-10 Loren Merrittmore interleaved SAD.
2006-04-10 Loren Merrittmore interleaved SAD.
2006-04-10 Loren Merrittinterleave multiple calls to SAD.
2006-03-26 Loren Merrittcli: support yuv4mpeg input.
2006-03-25 Loren Merrittsilence some gcc warnings
2006-03-24 Loren Merrittuse FDEC_STRIDE instead of a parameter in mmx dct
2006-03-20 Loren MerrittRD subpel motion estimation (--subme 7)
2006-03-20 Loren Merrittcosmetics in cabac_mb_cbf
2006-03-18 Loren Merrittif --threads > 1, then read the input stream in its...
2006-03-15 Loren Merrittb16x16 wpred analysis used wrong weight
2006-03-10 Loren Merrittwrong modulus when delta_qp = +26
2006-03-09 Loren Merritt10l in vbv + 2pass
2006-03-09 Loren Merrittmacroblock-level ratecontrol: improved vbv strictness...
2006-03-09 Loren Merrittkeep transposed dct coefs. ~1% overall speedup.
2006-03-06 Loren Merrittno --nr in intra blocks. intra prediction doesn't work...
2006-03-06 Loren Merritt10l in direct auto + multiref + 1pass
2006-03-05 Loren Merritt--direct auto
2006-03-05 Loren Merrittfor i8x8 neighbors, don't assume a new slice starts...
2006-02-28 Loren Merritt10l in r443 (p4x4 chroma)
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-02-27 Loren Merrittcopy current macroblock to a smaller buffer, to improve...
2006-02-27 Loren Merrittlowres intra used wrong neighboring pixels
2006-02-23 Loren Merritttrellis=2 slightly affected intra analysis even without...
2006-02-16 Sam Hocevar * encoder/ratecontrol.c: OS X support for exp2f and...
2006-02-16 Loren Merrittallow delta_qp > 26
2006-02-14 Loren Merrittratecontrol didn't always account for header bits,...
2006-02-13 Loren Merritt-q0 --b-rdo wasn't lossless
2006-02-13 Loren Merrittcosmetics
2006-02-12 Loren Merrittmore lowres mv clipping fixes
2006-02-10 Loren Merrittlowres can reuse the normal mv cost table
next