]> git.sesse.net Git - x264/history - common/x86
MBAFF: CABAC encoding of skips
[x264] / common / x86 /
2011-04-26 Fiona GlaserCABAC residual: cleanup and optimizations
2011-04-14 Steven WaltersFix build with disabled asm
2011-04-13 Fiona GlaserAdd SSE support to rectangle.h for 16-byte stores
2011-03-24 Henrik Gramnerx86 SIMD versions of optimize_chroma_dc
2011-03-24 Steven WaltersIntel Compiler support
2011-03-19 Nick LewyckyRemove inline asm syntax not supported by LLVM's assembler
2011-02-19 Fiona GlaserFix 10L in r1912
2011-02-18 Daniel KangAdd AVX functions where 3+ arg commands are useful
2011-02-05 Loren Merrittx86inc.asm: error on duplicate functions
2011-01-27 Fiona GlaserCheck for OS AVX support in addition to CPUID
2011-01-25 Fiona GlaserVBV emergency mode
2011-01-25 Fiona GlaserInitial AVX support
2011-01-25 Sean McGovernBump dates to 2011
2011-01-25 Holger LubitzRemove high bit depth mmx quant
2011-01-25 Holger LubitzFix cacheline check in avg2 w20 cache32
2011-01-21 Holger LubitzFix illegal instruction in high bit depth ssd_nv12_mmxext
2011-01-10 Fiona GlaserVFR/framerate-aware ratecontrol, part 2
2011-01-10 Daniel KangSSE2 high bit depth SSIM functions
2011-01-10 George StephanosSSE2 high bit depth intra_predict_(8x8c|16x16)_p
2011-01-10 Joe CortesMMX high bit depth coeff_last4
2011-01-10 Daniel KangSSE2 high bit depth zigzag_interleave_cavlc
2011-01-10 Daniel KangMMX/SSE2/SSSE3 high bit depth frame_init_lowres functions
2011-01-10 Daniel KangMMX high bit depth 4x4 intra predict functions
2011-01-10 Daniel KangSSE2 high bit depth 8x8 intra predict functions
2011-01-10 George StephanosMMX/SSE2 high bit depth 8x8c intra predict functions
2011-01-10 Daniel KangMMX version of high bit depth plane_copy
2011-01-10 Fiona GlaserFaster x86 predict_8x8c_dc, MMX/SSE2 high bit depth...
2011-01-10 Fiona GlaserSSSE3 high bit depth sad_aligned functions
2011-01-10 Daniel KangMMX/SSE2 high bit depth interleave functions
2011-01-10 Joey GeralnikMMX/SSE2 high bit depth avg functions
2011-01-10 Daniel KangMMX/SSE2 high bit depth deinterleave functions
2010-12-14 Daniel KangMMX/SSE2 high bit depth weight_cache/offset(sub|add...
2010-12-14 Daniel KangSSE2 high bit depth dequant functions
2010-12-14 Daniel KangSSE2 high bit depth zigzag functions
2010-12-14 Daniel Alexandru... MMX/SSE2 versions of high bit depth store_interleave
2010-12-14 Daniel KangFix high bit depth intra pred functions
2010-12-11 Oskar ArvidssonFix build error in high depth
2010-12-07 Fiona GlaserHotfix for high bit depth
2010-12-07 Daniel KangTons of high bit depth intra predict asm
2010-12-07 David CzechSSE2 high bit depth 8x8/16x16 idct/idct_dc
2010-12-07 Oskar ArvidssonFix possible overflow in sub4x4_dct in 10-bit builds
2010-11-25 Daniel KangSSE versions of some high-bit-depth DCT functions
2010-11-19 Oskar ArvidssonConvert X264_HIGH_BIT_DEPTH to HIGH_BIT_DEPTH
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth pixel metrics
2010-11-19 Fiona Glaserx86 asm for some high-bit-depth coefficient functions
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth motion compensation
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth quant
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth DCT
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth deblocking
2010-10-31 Oskar ArvidssonFix potential problem with overflows in ssd_nv12
2010-10-10 Holger LubitzAddress remaining cacheline split issues in avg2
2010-10-10 Fiona GlaserTrim a few bytes off some x86 intra pred functions
2010-10-10 Fiona GlaserAdd missing mod4 stack check to sse2_misalign mc_chroma
2010-09-18 Fiona GlaserUpdate source file headers
2010-09-03 Henrik GramnerFaster nal_escape asm
2010-07-16 Fiona GlaserFix stack alignment for adaptive quant
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-06-27 Loren MerrittSimplify pixel_ads
2010-06-25 Fiona GlaserSSE4 and SSSE3 versions of some intra_sad functions
2010-06-15 Holger LubitzFaster mbtree_propagate asm
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-06-02 Fiona Glaserx86 assembly code for NAL escaping
2010-05-26 Fiona GlaserOverhaul deblocking again
2010-05-26 Fiona GlaserDetect Atom CPU, enable appropriate asm functions
2010-05-26 Fiona GlaserSlightly faster mbtree asm
2010-05-26 Fiona GlaserFaster deblock strength asm on conroe/penryn
2010-05-21 Fiona GlaserRewrite deblock strength calculation, add asm
2010-05-21 Henrik GramnerSet correct filesystem permissions for various files
2010-05-17 Fiona GlaserOverhaul CABAC: faster, less cache usage
2010-05-17 Henrik GramnerShrink even more constant arrays
2010-05-06 Anton MitrofanovMore cosmetics
2010-05-06 Fiona GlaserFix unresolved symbol in r1573
2010-05-06 Fiona GlaserDeduplicate asm constants, automate name prefixing
2010-05-06 Fiona GlaserShrink a few x86 asm functions
2010-04-29 Loren Merrittr1548 broke subme < 3 + p8x8/b8x8
2010-04-29 Fiona GlaserReduce lookahead memory usage, cache misses
2010-04-26 Fiona GlaserFix build on x86 with asm on but SSE off
2010-04-23 Fiona GlaserMMX code for predictor rounding/clipping
2010-04-23 Fiona GlaserAdd CP128/M128 macros using SSE
2010-03-27 Holger LubitzFix some misattributions in profiling
2010-03-27 Fiona GlaserMake a bunch of small functions ALWAYS_INLINE
2010-03-27 Holger LubitzFaster cabac_encode_decision_asm
2010-03-27 Holger LubitzFaster hpel_filter
2010-02-25 Loren MerrittFix a buffer overread on odd input resolutions
2010-02-23 Anton MitrofanovFix various silly errors in the previous patches
2010-02-23 Fiona GlaserFaster probe_skip, 2x2 DC transform handling
2010-02-23 Anton MitrofanovFaster, more accurate psy-RD caching
2010-02-23 Fiona GlaserMuch faster and more efficient MVD handling
2010-02-15 Loren MerrittRemove unnecessary PIC support macros
2010-02-14 Fiona GlaserSlightly faster predictor_difference_mmxext
2009-12-11 Fiona GlaserVarious minor missing changes from previous commits
2009-12-09 Cleo SaulnierMMX version of 8x8 interlaced zigzag
2009-12-05 Fiona GlaserSSSE3 version of zigzag_8x8_field
2009-11-17 Fiona GlaserFaster weightp analysis
2009-11-12 Fiona GlaserFix all aliasing violations
2009-11-09 Fiona GlaserFix pixel_ssd on win64
2009-11-09 Loren Merrittcosmetics
2009-11-09 Dylan YudakenWeighted P-frame prediction
2009-11-09 Fiona GlaserDramatically reduce size of pixel_ssd_* asm functions
next