]> git.sesse.net Git - x264/history - common
Remove pre-scenecut from fprofile commands as well
[x264] / common /
2009-03-04 Fiona GlaserSlightly faster 8x16 SAD on Penryn Core 2
2009-03-04 Fiona GlaserRemove non-pre scenecut
2009-03-03 Guillaume PoirierAdd AltiVec version of hadamard_ac. 2.4x faster than...
2009-02-26 Fiona GlaserFix regression in r1085
2009-02-16 Fiona GlaserOptimize neighbor CBP calculation and fix related regre...
2009-02-11 Anton MitrofanovWindows 64-bit support
2009-02-11 Fiona GlaserMinor fixes and cosmetics
2009-02-10 Manuel Rommelfix 10l in 75b495f2723fcb77f
2009-02-09 Guillaume PoirierSpare a vec_perm and a vec_mergeh though using a LUT...
2009-02-09 Guillaume PoirierPromote chroma planes to 16 byte alignment.
2009-02-09 Fiona GlaserFix 10L in intra pred
2009-02-09 Fiona GlaserFaster coeff_last64 on 32-bit
2009-02-09 Fiona GlaserMore intra pred asm optimizations
2009-02-08 Manuel RommelSpeed-up mc_chroma_altivec by using vec_mladd cleverly...
2009-02-04 Holger LubitzMerging Holger's GSOC branch part 2: intra prediction
2009-02-04 Guillaume Poirier10l: fix compilation with GCC 4.3+
2009-02-03 Fiona GlaserFaster 8x8dct+CAVLC interleave
2009-02-01 Guillaume PoirierTake advantage of saturated signed horizontal sum instr...
2009-01-30 Fiona GlaserMassive overhaul of nnz/cbp calculation
2009-01-29 Brad Smithfix detection of pthread and isfinite on OpenBSD
2009-01-28 Loren Merritt1.6x faster satd_c (and sa8d and hadamard_ac) with...
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-08 Fiona GlaserFix regression in r1066
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-11 Loren Merrittuse lookup tables instead of actual exp/pow for AQ
2008-12-11 Fiona GlaserMuch faster CAVLC residual coding
2008-12-05 Guillaume Poirierfix compilation with GCC-4.3+
2008-11-29 Fiona GlaserCosmetic: update various file headers.
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 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-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 GlaserFaster chroma encoding
2008-11-10 Fiona GlaserVarious cosmetics and minor fixes
2008-11-09 Fiona GlaserFaster b-adapt + adaptive quantization
2008-11-05 Fiona GlaserInitial Nehalem CPU optimizations
2008-10-30 Loren MerrittFix bug in hadamard_ac SSE assembly
2008-10-27 Fiona GlaserOptimize CABAC bit cost calculation
2008-10-23 Loren MerrittAdd assembly version of CAVLC 8x8dct interleave
2008-10-22 Fiona GlaserFaster deblocking when p4x4 isn't used
2008-10-22 Fiona GlaserAdd assembly versions of decimate_score
2008-10-02 Ralf TerdicFix minor memory leak accidentally added with the addit...
2008-10-02 Fiona GlaserRework subme system, add RD refinement in B-frames
2008-09-29 Fiona GlaserFix potential miscompilation of some inline asm
2008-09-28 Fiona GlaserReplace High 4:4:4 profile lossless with High 4:4:4...
2008-09-28 Loren Merrittavg_weight_ssse3
2008-09-28 Loren Merrittfix bitstream writer on bigendian 64bit (regression...
2008-09-21 Holger LubitzMerging Holger's GSOC branch part 1: hpel_filter speedups
2008-09-20 Fiona GlaserMerge avg and avg_weight
2008-09-19 Fiona GlaserRewrite avg/avg_weight to take two source pointers
2008-09-17 Fiona GlaserUse low-resolution lookahead motion vectors as an extra...
2008-09-17 Fiona GlaserAdd missing free() for f_qp_offset in frame.c
2008-09-16 Fiona GlaserCache motion vectors in lowres lookahead
2008-09-15 Loren Merritthadamard_ac for psy-rd
2008-09-15 Fiona GlaserPsychovisually optimized rate-distortion optimization...
2008-09-15 Fiona GlaserAdd optional more optimal B-frame decision method
2008-09-14 Fiona GlaserMove adaptive quantization to before ratecontrol, elimi...
2008-09-06 Fiona GlaserRevert part of r963
2008-09-05 Fiona GlaserPredict 4x4_DC asm
2008-09-05 Fiona GlaserFaster NAL unit encoding and remove unused nal_decode
next