]> git.sesse.net Git - x264/history - encoder
New threading method:
[x264] / encoder /
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
2006-02-06 Loren Merrittmsvc: #define isfinite()
2006-02-04 Loren Merrittfix order of frame evaluation in pre-me
2006-02-02 Loren Merrittfix a check for NaN in ratecontrol
2006-01-29 Loren Merrittfix mv predictors in pre-me for b-adapt.
2006-01-23 Loren Merrittprint --nr in sei params. tweak ratecontrol param checking.
2006-01-19 Måns Rullgårdwrite correct VUI timing info
2006-01-18 Loren Merrittearly termination in UMH search
2006-01-18 Loren Merrittsplit mv_range enforcement from edge-of-frame clipping...
2006-01-18 Loren Merrittcosmetics: suppress warning on unused variables
2006-01-17 Loren Merrittcosmetics: simplify #includes
2006-01-10 Loren Merrittdct-domain noise reduction (ported from lavc)
2006-01-09 Loren Merrittearly termination within large SADs. ~1% faster UMH...
2006-01-04 Loren Merrittless 64bit math: 12% faster trellis
2006-01-01 Loren Merrittmore error checking of input parameters
2006-01-01 Loren Merrittalways write sps.vui
2005-12-31 Loren Merrittuse some extra packing modes for CQM headers.
2005-12-30 Loren MerrittMSVC compatibility fixes
2005-12-30 Loren Merrittjoint bidirectional motion refinement (--bime)
next