]> git.sesse.net Git - x264/history - common
Don't override flat SSE2 dequant functions with non-flat AVX ones
[x264] / common /
2011-08-24 Anton MitrofanovDon't override flat SSE2 dequant functions with non...
2011-08-24 Loren MerrittShut up some valgrind false-positives
2011-08-24 Fiona GlaserAvoid some unnecessary allocations with B-frames/CABAC off
2011-08-24 Anton MitrofanovFix invalid memory accesses in x86 lowres_init when...
2011-08-24 Henrik GramnerFix pic_out returned by x264_encoder_encode with 4:4:4
2011-08-24 Henrik GramnerExpand borders before chroma weightp analysis
2011-08-10 Loren Merrittasm cosmetics: base-4 constants for shuffles
2011-08-10 Loren MerrittEnable some existing asm functions that were missing...
2011-08-09 Loren MerrittRemove some unused, broken, and/or useless functions
2011-08-09 Loren Merrittasm cosmetics: merge all the variants of ABS macros
2011-08-09 Loren Merrittasm cosmetics part 2
2011-08-09 Loren Merrittasm cosmetics: INIT_MMX/XMM/YMM now support a cpuflags...
2011-08-09 Loren MerrittImport x86inc.asm patches from libav
2011-08-09 Loren MerrittCosmetics: s/mmxext/mmx2/
2011-08-05 Loren MerrittFix "--asm avx"
2011-08-05 Anton MitrofanovRe-add support for glibc <2.6, which doesn't have CPU_COUNT
2011-07-29 Henrik GramnerUse assembly versions of some deblocking functions...
2011-07-29 Henrik GramnerFix padding bug in x264_expand_border_mbpair
2011-07-29 Daniel Kangx86 asm cosmetics
2011-07-22 Dan LarkinAdd --subme 11, which disables all early terminations...
2011-07-22 Fiona GlaserOptimize macroblock_deblock_strength, add more early...
2011-07-22 Fiona GlaserFunction-pointerify MBAFF deblocking functions
2011-07-22 Fiona GlaserClean up MBAFF deblocking code
2011-07-22 Fiona GlaserOptimize frame_deblock_row
2011-07-22 Henrik GramnerShrink two arrays
2011-07-22 Anton MitrofanovAdd support for the new (4:4:4) colorspaces to x264_pic...
2011-07-22 Anton MitrofanovVarious cosmetics
2011-07-21 Rafaël CarréLinux x264_cpu_num_processors(): use glibc macros
2011-07-10 xvidfanRGB encoding support
2011-07-10 Fiona Glaser4:4:4 encoding support
2011-07-10 Daniel KangBetter x86 high bit depth predict_8x8c_p
2011-07-10 Fiona GlaserEliminate extra layer of indirection for sps/pps references
2011-07-10 Fiona GlaserFix SSIM calculation with sliced threads
2011-06-15 Fiona GlaserMake ratecontrol_mb less slow
2011-06-15 Fiona GlaserAVX mbtree_propagate
2011-06-15 Henrik GramnerInline emms instructions on x86 if possible
2011-06-15 Fiona GlaserMake left_index_table const
2011-06-13 HiiMake --profile main/baseline force off CQMfile
2011-05-12 Fiona GlaserSlightly speed up x86 CABAC asm
2011-05-12 Fiona GlaserFaster pixel_memset
2011-05-12 Fiona GlaserAdd checkasm tests for memcpy_aligned, memzero_aligned
2011-05-12 Fiona GlaserMBAFF: Add regularization to VSAD metric
2011-05-12 Fiona GlaserMBAFF: Improve handling of bottom row mod32 padding
2011-05-12 Fiona GlaserMBAFF: Add frame/field MB stats
2011-05-12 Simon HorlickMBAFF: Template direct spatial
2011-05-12 Simon HorlickMBAFF: Template cache_load and cache_load_neighbours
2011-05-12 Simon HorlickMBAFF: Make interlaced support a compile time option
2011-05-12 Simon HorlickMBAFF: Don't call zigzag_init for every mb
2011-05-12 Simon HorlickMBAFF: Add support for slice-max-mbs
2011-05-12 Simon HorlickMBAFF: Enable adaptive MBAFF with VSAD decision
2011-05-12 Simon HorlickMBAFF: Create a VSAD DSP function
2011-05-12 Simon HorlickMBAFF: Direct spatial
2011-05-12 Simon HorlickMBAFF: Direct temporal
2011-05-12 Simon HorlickMBAFF: Calculate bipred POCs
2011-05-12 Simon HorlickMBAFF: Use both left macroblocks for ref_idx calculation
2011-05-12 Simon HorlickMBAFF: First edge deblocking
2011-05-12 Simon HorlickMBAFF: Implement left edge deblocking functions
2011-05-12 Simon HorlickMBAFF: Add extra data to the deblock strength structure
2011-05-12 Simon HorlickMBAFF: Deblocking support
2011-05-12 Simon HorlickMBAFF: Move common code from deblock functions
2011-05-12 Simon HorlickMBAFF: Add mbaff deblock strength calculation
2011-05-12 Simon HorlickMBAFF: Update x264_cabac_mvd_sum_mmxext to work with...
2011-05-12 Simon HorlickMBAFF: CABAC encoding of skips
2011-05-12 Simon HorlickMBAFF: Track what interlace decision the decoder is...
2011-05-12 Simon HorlickMBAFF: Fix mvy bounds
2011-05-12 Simon HorlickMBAFF: Disallow skip where predicted interlace flag...
2011-05-12 Simon HorlickMBAFF: Inter support
2011-05-12 Simon HorlickMBAFF: Neighbour calculation
2011-05-12 Simon HorlickMBAFF: Store references to the two left macroblocks
2011-05-12 Simon HorlickMBAFF: Store left references in a table
2011-05-12 Simon HorlickMBAFF: Disable adaptive MBAFF when subme 0 is used
2011-05-12 Simon HorlickMBAFF: Save interlace decision for all macroblocks
2011-04-26 Fiona GlaserPrecalculate CABAC initialization contexts
2011-04-26 Fiona GlaserCABAC residual: cleanup and optimizations
2011-04-26 Anton MitrofanovFix decoder desync with positive --chroma-qp-offset...
2011-04-14 Steven WaltersFix build with disabled asm
2011-04-13 Fiona GlaserImprove Blu-ray compliance
2011-04-13 Fiona GlaserConsolidate Blu-ray hacks into --bluray-compat
2011-04-13 Fiona GlaserAdd SSE support to rectangle.h for 16-byte stores
2011-04-12 Fiona GlaserCosmetics: fix some signedness issues found by -Wsign...
2011-04-12 Fiona GlaserMinor fixes
2011-03-24 Fiona GlaserEliminate the possibility of CAVLC level code overflow
2011-03-24 Henrik Gramnerx86 SIMD versions of optimize_chroma_dc
2011-03-24 Manuel RommelAdd Altivec version of mc_weight
2011-03-24 Manuel RommelAdd Altivec versions of mbcmp_x functions
2011-03-24 Steven WaltersRecognize cygwin as itself when not targeting mingw
2011-03-24 Steven WaltersPatch Intel's CPU dispatcher
2011-03-24 Steven WaltersIntel Compiler support
2011-03-24 Kieran KunhyaCosmetics: make struct definition braces consistent
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-18 Anton MitrofanovFix signedness bug in CPU detection
2011-02-18 Anton MitrofanovFix malloc of zero size
2011-02-07 Fiona GlaserEnable FastShuffle on Penryn and Nehalem CPUs without...
2011-02-05 Loren Merrittx86inc.asm: error on duplicate functions
2011-02-05 Mans RullgardFix overflow in ARM NEON i16x16 planar pred
2011-01-29 Fiona GlaserFix reconfiguration of parameters that modify the SPS
2011-01-27 Fiona GlaserFix warnings in cpu.c
2011-01-27 Fiona GlaserCheck for OS AVX support in addition to CPUID
next