]> git.sesse.net Git - x264/history - encoder
Nicer OS X x264_cpu_num_processors (thanks David)
[x264] / encoder /
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)
2005-12-20 Loren MerrittSuccessive elimination motion search: same as exhaustiv...
2005-12-13 Loren Merrittpostpone pskip decision until after p16x16ref0 motion...
2005-12-05 Loren Merritt--no-fast-pskip
2005-12-03 Loren Merrittfaster subpel motion search.
2005-11-27 Loren Merrittparam.b_repeat_headers (not yet used)
2005-11-22 Loren Merrittwrite encoding options to the userdata SEI and to the...
2005-11-22 Loren Merrittskip dequant+idct of decimated blocks.
2005-11-22 Loren Merrittafter a 1pass ABR, print the value of --crf which would...
2005-11-22 Loren Merrittsubpel search: always check mvp.
2005-11-22 Loren Merrittfaster b-rdo (skip RD of modes with bad SATD).
2005-11-18 Loren MerrittRD mode decision for B-frames (--b-rdo)
2005-11-07 Loren Merrittuse array_non_zero() when we don't need a full array_no...
2005-11-06 Loren Merrittmmx dequant. up to 3% speedup w/ RD.
2005-11-06 Loren Merrittallow --level to understand names in addition to idc
2005-11-04 Loren Merrittcheck (most of) the levels constaints.
2005-11-03 Loren Merrittif p16x16 RD decides to code a MB as p_skip, then don...
2005-11-03 Loren MerrittTrellis RD quantization.
2005-11-03 Loren Merrittcosmetics: XCHG macro
2005-11-03 Loren Merrittskip a few duplicate candidates in qpel search.
2005-11-03 Loren Merrittskip a few duplicate candidates in fullpel hex&umh...
2005-11-03 Loren Merrittcosmetics in x264_cabac_mb_type
2005-11-03 Loren MerrittX264_ABS => abs
2005-11-01 Loren Merrittallow 1pass ratecontrol with keyint=1
2005-10-30 Loren Merrittin constant QP mode, write that QP in the PPS to save...
2005-10-30 Loren Merrittfaster decimation
next