]> git.sesse.net Git - x264/shortlog
x264
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2009-01-29 Guillaume PoirierAdd PowerPC support for "checkasm --bench", reading...
2009-01-29 Brad Smithfix detection of pthread and isfinite on OpenBSD
2009-01-28 Loren Merrittremove $ECHON kludge, which broke on SunOS. bring back...
2009-01-28 Loren Merritt1.6x faster satd_c (and sa8d and hadamard_ac) with...
2009-01-28 Fiona GlaserHack around a potential failure point in VBV
2009-01-27 Fiona GlaserMuch faster chroma encoding and other opts
2009-01-26 Guillaume Poirieradd AltiVec implementation of x264_mc_copy_w16_aligned
2009-01-23 Guillaume Poirieradd AltiVec implementation of x264_pixel_var_16x16...
2009-01-23 Guillaume Poirieradd AltiVec 16 <-> 32 bits conversions macros
2009-01-20 Guillaume PoirierReplace 16x16=>32 mul + pack + add by a simple 16x16...
2009-01-20 Fiona GlaserEliminate support for direct_8x8_inference=0
2009-01-19 Brad SmithAdd AltiVec and CPU numbers detection on OpenBSD.
2009-01-18 Guillaume PoirierAdd AltiVec implementation of predict_8x8c_p. 2.6x...
2009-01-18 Fiona GlaserWarn if direct auto wasn't set on the first pass
2009-01-17 Brad SmithChanges the PowerPC ppccommon.h header so it no longer...
2009-01-14 Guillaume Poirierupdate x264_hpel_filter_altivec's prototype to match...
2009-01-14 Guillaume Poirierrename vector+array unions to closer match the vector...
2009-01-14 Guillaume PoirierAdd Altivec implementation of all the remaining 16x16...
2009-01-14 Fiona GlaserCache ref costs and use more accurate MV costs
2009-01-14 Fiona GlaserSupport forced frametypes with scenecut/b-adapt
2009-01-14 Fiona GlaserRemove an IDIV from i8x8 analysis
2009-01-08 Fiona GlaserFix regression in r1066
2009-01-06 Fiona GlaserDisable B-frames in lossless mode
2009-01-05 Brad SmithFactorize in ppccommon.h the conditional inclusion...
2009-01-05 Brad SmithDisable __builtin_clz() intrinsic on gcc versions prior...
2009-01-02 Fiona GlaserSmall tweaks to coeff asm
2008-12-31 Steven WaltersUse the correct strtok under MSVC
2008-12-31 Fiona GlaserAdd stack alignment for lookahead functions
2008-12-31 Fiona GlaserAdd support for SSE4a (Phenom) LZCNT instruction
2008-12-31 Steven Waltersfactor mallocs out of hpel, ssim, and esa.
2008-12-30 Fiona GlaserMuch faster CAVLC RDO and bitstream writing
2008-12-30 Loren MerrittCosmetics: cleaner syntax for defining temporary regist...
2008-12-28 Fiona GlaserMuch faster CABAC RDO
2008-12-26 Fiona GlaserVLC table optimizations
2008-12-25 Loren MerrittFix crash in --me esa/tesa introduced in r1058
2008-12-24 Fiona GlaserOptimize variance asm + minor changes
2008-12-23 Fiona GlaserMinor CABAC cleanups and related optimizations
2008-12-22 Loren Merrittfaster ESA init
2008-12-16 Fiona GlaserMore macroblock_cache optimizations
2008-12-15 Fiona GlaserFaster macroblock_cache_rect
2008-12-15 Fiona GlaserOptimizations in predict_mv_direct
2008-12-14 David WolstencroftFix visual corruption when picture width was not mod 32.
2008-12-13 Guillaume PoirierAdd support for FSF GCC version >= 4.3 on OSX.
2008-12-12 Fiona GlaserMore accurate refcost for p8x8 CAVLC
2008-12-11 Loren Merrittuse lookup tables instead of actual exp/pow for AQ
2008-12-11 Fiona GlaserSuppress saveptr warnings on Windows GCC
2008-12-11 Fiona GlaserMore small speed tweaks to macroblock.c
2008-12-11 Fiona GlaserMuch faster CAVLC residual coding
2008-12-05 Guillaume Poirierfix compilation with GCC-4.3+
2008-11-30 Fiona GlaserHigh Profile allows 25% higher maxbitrate/cpb
2008-11-29 BugMasters/nasm/yasm in VS project file
2008-11-29 Fiona GlaserCosmetic: update various file headers.
2008-11-29 Loren Merrittadd date and compiler to `x264 --version`
2008-11-28 Fiona Glaser10L in r1041
2008-11-28 Fiona GlaserSignificantly faster CABAC and CAVLC residual coding...
2008-11-27 Fiona Glaserdequant_4x4_dc assembly
2008-11-27 Loren Merrittfix an overflow in dct4x4dc_mmx
2008-11-26 Fiona GlaserRemove nasm support
2008-11-25 BugMasterFix rare warning messages in ratecontrol due to r1020
2008-11-25 BugMasterFix MSVC compilation and clean up MSVC build file
2008-11-25 Fiona GlaserFaster width4 SSD+SATD, SSE4 optimizations
2008-11-25 Guillaume Poirierfix indentation, whitespace cleanup, more consistent...
2008-11-25 David WolstencroftChange some macros to be more sensitive to memory align...
2008-11-25 Loren Merrittrefactor satd. 20KB smaller binary.
2008-11-25 Fiona GlaserFix crash with threads and SSEMisalign on Phenom
2008-11-23 Fiona GlaserPhenom CPU optimizations
2008-11-21 Fiona GlaserA few tweaks to decimate asm
2008-11-13 Fiona GlaserNehalem optimization part 2: SSE2 width-8 SAD
2008-11-11 Fiona GlaserAdd subme=0 (fullpel motion estimation only)
2008-11-10 Fiona GlaserFix minor memory leak in r1022
2008-11-10 Fiona Glaserr1024 borked checkasm
2008-11-10 Fiona GlaserFaster chroma encoding
2008-11-10 Fiona GlaserVarious cosmetics and minor fixes
2008-11-09 Fiona GlaserFaster b-adapt + adaptive quantization
2008-11-07 Fiona GlaserFaster CABAC residual encoding
2008-11-06 Fiona GlaserFix potential crash in the case that the input statsfil...
2008-11-05 Fiona GlaserInitial Nehalem CPU optimizations
2008-11-05 Gabriel BouvigneFix potential infinite loop in VBV under GCC 4.2
2008-11-05 Fiona GlaserEncoder_reconfig: esa/tesa can only be enabled if they...
2008-10-30 Loren MerrittFix bug in hadamard_ac SSE assembly
2008-10-29 Fiona GlaserFull sub8x8 RD mode decision
2008-10-27 Fiona GlaserOptimize CABAC bit cost calculation
2008-10-24 Anders OssowickiReplace "git-command" with "git command" in version...
2008-10-23 Loren MerrittAdd assembly version of CAVLC 8x8dct interleave
2008-10-22 Alexander StrangeAdd support for psy-rd/trellis to encoder_reconfig
2008-10-22 Alexander StrangeFix Darwin speed regression
2008-10-22 Gabriel BouvigneFurther improve prediction of bitrate and VBV in thread...
2008-10-22 Fiona GlaserSub-8x8 Qpel-RD in P-frames
2008-10-22 Fiona GlaserFaster qpel-RD
2008-10-22 Fiona GlaserSome minor optimizations in RD refinement
2008-10-22 Fiona GlaserFaster deblocking when p4x4 isn't used
2008-10-22 Fiona GlaserPrint profile and level information upon starting encode
2008-10-22 Fiona GlaserFix possible crash in trellis at very low QPs
2008-10-22 Fiona GlaserAdd assembly versions of decimate_score
2008-10-18 Fiona GlaserFix typo in subme8/9 lossless qpel-RD
2008-10-18 Fiona GlaserExtend trellis to support luma/chroma DC and chroma AC
2008-10-03 Loren Merrittrm gtk, avc2avi.
2008-10-03 Fiona GlaserResolve quality regression in r996
2008-10-02 Ralf TerdicFix minor memory leak accidentally added with the addit...
next