Merge "Copy macroblock data to a buffer before encoding it"
[profile/ivi/libvpx.git] / vp8 / encoder / x86 /
2011-06-28 JohannMerge "utilize preload in ARMv6 MC/LPF/Copy routines"
2011-06-16 John KoleszarMerge "Disable specialcase for last frames if the seque...
2011-06-16 John KoleszarMerge "gen_msvs_proj: write boolean for Debug attribute"
2011-06-15 John KoleszarMerge "Remove redundant check for KEY_FRAME in multithr...
2011-06-15 John KoleszarMerge "fix --disable-runtime-cpu-detect on x86"
2011-06-14 Johannfix --disable-runtime-cpu-detect on x86
2011-06-09 John KoleszarMerge "bug fix mode_info_context not initialized for...
2011-06-09 Yaowu Xuremove one set of 16x16 variance funcations
2011-06-08 JohannMerge "Revert "Use shared object files for ELF""
2011-06-08 Scott LaVarnwayMerge "Removed unused function parameters"
2011-06-07 Yaowu XuMerge "remove redundant functions"
2011-06-07 John KoleszarMerge "Reduce overshoot in 1 pass rate control"
2011-06-06 Yaowu Xuremove redundant functions
2011-06-01 John KoleszarMerge "Bugfix in vp8dx_set_reference"
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-26 Scott LaVarnwayMerge "Use int_mv instead of MV in vp8_mv_cont"
2011-05-25 Yunqing WangMerge " Use var8x8 instead of get8x8var in VP8_UVSSE"
2011-05-25 Yunqing WangMerge "Return sse value in vp8_variance SSE2 functions"
2011-05-25 Yunqing WangReturn sse value in vp8_variance SSE2 functions
2011-05-24 Yunqing WangMerge "Rewrite hex search function"
2011-05-20 JohannMerge "Fixed iwalsh_neon build problems with RVDS4.1"
2011-05-20 Yaowu XuMerge "disable trellis optimization for first pass"
2011-05-19 Scott LaVarnwayMerge "Using partition_info instead of blockd info...
2011-05-19 Scott LaVarnwayMerge "Make hor UV predict ~2x faster (73 vs 132 cycles...
2011-05-19 John KoleszarMerge "changed configure option name to reduce confusion"
2011-05-11 Yaowu XuMerge "fix a bug related to gf_active_flags in multi...
2011-05-11 John KoleszarMerge "Use stdint.h for VS2010"
2011-05-10 Yunqing WangMerge "Use diamond search to replace full search in...
2011-05-09 Yunqing WangUse diamond search to replace full search in full-pixel...
2011-05-09 Johannclean up unused variable warnings
2011-05-06 JohannMerge "neon fast quantizer updated"
2011-05-05 Yunqing WangMerge "Runtime detection of available processor cores."
2011-04-29 Yaowu Xuchanged configure option name to reduce confusion
2011-04-26 Scott LaVarnwayMerge "Test vector mismatch fix"
2011-04-25 John KoleszarMerge "Change rc undershoot/overshoot semantics"
2011-04-25 John KoleszarMerge "Stereo 3D format support for vpxenc"
2011-04-25 John KoleszarMerge "bug fix possible keyframe context divide by...
2011-04-25 JohannMerge "keep values in registers during quantization"
2011-04-25 Scott LaVarnwayMerge "Removed unnecessary frame type checks"
2011-04-25 Scott LaVarnwayMerge "Removed dc_diff from MB_MODE_INFO"
2011-04-22 Yaowu XuMerge "make two compiler options explicit for Visual...
2011-04-22 Ronald S. BultjeFix overflow in temporal_filter_apply_sse2().
2011-04-21 John KoleszarMerge "Remove unused kf rate variables"
2011-04-21 Johannkeep values in registers during quantization
2011-04-19 Johannmodify SAVE_XMM for potential 64bit use
2011-04-19 JohannMerge "Add save/restore xmm registers in x86 assembly...
2011-04-18 JohannAdd save/restore xmm registers in x86 assembly code
2011-04-18 Yunqing WangMerge "Use sub-pixel search's SSE in mode selection"
2011-04-18 Yunqing WangMerge "Handle long delay between video frames in multi...
2011-04-18 JohannMerge "store quant_shift as an unsigned char"
2011-04-18 Yaowu XuMerge "Add spin-wait pause intrinsic for Windows x64...
2011-04-18 Yaowu XuMerge "fixed an overflow in ssim calculation"
2011-04-13 Johannstore quant_shift as an unsigned char
2011-04-12 John KoleszarMerge "Bugfix for error accumulator stats"
2011-04-12 John KoleszarMerge "Fix encoder range check for frame width and...
2011-04-11 Yunqing WangSet cpu_used range to [-16, 16] in real-time mode
2011-04-08 Johann KoenigMerge "use asm_offsets with vp8_fast_quantize_b_sse3"
2011-04-08 John KoleszarMerge "Error accumulator stats bug."
2011-04-07 Jim Bankoskifixed an overflow in ssim calculation
2011-04-07 Johann Koeniguse asm_offsets with vp8_fast_quantize_b_sse3
2011-04-07 James BerryUse correct 32 bit comparisons for SAD breakout.
2011-04-06 JohannMerge "use asm_offsets with vp8_fast_quantize_b_sse2"
2011-04-04 Johannuse asm_offsets with vp8_fast_quantize_b_sse2
2011-04-04 John KoleszarMerge "Slightly simplify vp8_decode_mb_tokens."
2011-04-04 JohannMerge "tweak vp8_regular_quantize_b_sse2"
2011-04-01 Johanntweak vp8_regular_quantize_b_sse2
2011-04-01 JohannMerge "Wrapper function removed from vp8_subtract_b_neo...
2011-03-31 JohannMerge "ARMv6 optimized subtract functions"
2011-03-29 JohannMerge "Half pixel variance further optimized for ARMv6"
2011-03-29 Yunqing WangMerge "Fix a crash while enabling shared (--enable...
2011-03-29 Yunqing WangFix a crash while enabling shared (--enable-shared)
2011-03-29 Johannuse GLOBAL correctly on 32bit shared libraries
2011-03-29 John KoleszarMerge "configure: enable unused variable warnings"
2011-03-24 JohannMerge "use asm_offsets with vp8_regular_quantize_b_sse2"
2011-03-24 Johannuse asm_offsets with vp8_regular_quantize_b_sse2
2011-03-23 JohannMerge "ARMv6 optimized fdct4x4"
2011-03-21 John KoleszarMerge "Allow specifying --end-usage by enum name"
2011-03-21 Yunqing WangMerge "Fix multithreaded encoding for 1 MB wide frame"
2011-03-21 John KoleszarRemove unused vp8_get4x4sse_cs_mmx declaration
2011-03-21 John KoleszarMerge "Increase static linkage, remove unused functions"
2011-03-18 John KoleszarIncrease static linkage, remove unused functions
2011-03-17 John KoleszarMerge "Fix "used uninitialized" warning in vp8_pack_bit...
2011-03-14 John KoleszarMerge "Fix an unused variable warning."
2011-03-14 JohannMerge "Add vp8_mse16x16_armv6 function"
2011-03-11 JohannMerge "ARMv6 optimized quantization"
2011-03-11 John KoleszarMerge "1 Pass CQ and VBR bug fixes"
2011-03-11 John KoleszarMerge "Fix incorrect macroblock counts in twopass rate...
2011-03-11 Yunqing WangMerge "Align SAD output array to be 16-byte aligned"
2011-03-11 John KoleszarMerge "vp8cx- alternate ssim function with optimizations"
2011-03-11 Jim Bankoskivp8cx- alternate ssim function with optimizations
2011-03-11 Yunqing WangAlign SAD output array to be 16-byte aligned
2011-03-11 Yunqing WangMerge "Encoder loopfilter running in its own thread"
2011-03-09 Yunqing WangMerge "Add vp8_sub_pixel_variance16x8_ssse3 function"
2011-03-09 John KoleszarMerge branch 'bali'
2011-03-09 JohannMerge "fix obj_int_extract for MinGW"
2011-03-09 Yunqing WangAdd vp8_sub_pixel_variance16x8_ssse3 function
2011-03-09 Yunqing WangRemove unused functions
2011-03-09 Yunqing WangMerge "Improve SSE2 half-pixel filter funtions"
2011-03-09 John KoleszarMerge "Configuration updates:Making a clear distinction...
2011-03-08 Yunqing WangImprove SSE2 half-pixel filter funtions
next