Disable avx/avx2 for Visual Studio 2010
[platform/upstream/libvpx.git] / vpx_ports /
2013-11-08 Yunqing WangMerge "Improve vp9_idct4x4_1_add_sse2"
2013-11-07 Ivan MaltzMerge "Move SVC per-frame loop from sample app into...
2013-11-01 Dmitry KovalevMerge "Removing is_intra_mode() function."
2013-10-31 Yunqing WangMerge "Fix x_offset_q4/y_offset_q4 calculation"
2013-10-30 Jingning HanMerge "Enable all-zero coeff block index for sub8x8...
2013-10-30 JohannMerge "vp9_decodframe.c: use vpx_memset instead of...
2013-10-30 JohannMerge "idct_blk_mmx.c: use vpx_memset instead of cast"
2013-10-30 JohannMerge "decodframe.c: use vpx_memset instead of cast"
2013-10-30 JohannMerge "threading.c: use vpx_memset instead of cast"
2013-10-30 JohannMerge "idct_blk.c: use vpx_memset instead of cast"
2013-10-30 James ZernMerge "vp9: add multi-threaded tile decoder"
2013-10-30 James ZernMerge "vp9/decode: add get_tile()"
2013-10-29 Dmitry KovalevMerge "Adding const to vp9_quantize_b_{32x32,} parameters."
2013-10-29 Erik NiemeyerMerge "CL for adding AVX-AVX2 support in libvpx."
2013-10-29 Erik NiemeyerCL for adding AVX-AVX2 support in libvpx.
2013-06-20 Jingning HanMerge "Add unit tests for 4x4 ADST"
2013-06-20 Jim BankoskiMerge "copy partitioning from last fame"
2013-06-18 John KoleszarMerge "tests: clear system state after non-API calls"
2013-06-18 Jingning HanMerge "Make fdct32 computation flow within 16bit range"
2013-06-18 Dmitry KovalevMerge "Code cleanup inside the decoder code."
2013-06-18 Dmitry KovalevMerge "Removing vp9_invtrans.{c, h} files."
2013-06-18 Ronald S. BultjeMerge "Move subpixel variance function from common...
2013-06-18 Ronald S. BultjeMerge "Use assembly-optimized variance functions in...
2013-06-18 John KoleszarMerge "vpx_ports/x86.h: de-dup #elif block"
2013-06-18 James Zernvpx_ports/x86.h: de-dup #elif block
2013-06-12 John KoleszarMerge changes I86fe51b0,I4c9a9e0f
2013-06-12 John KoleszarMerge "Enable mmx loop filter routines"
2013-06-12 John KoleszarMerge "Fix chroma output when scaling"
2013-06-11 John KoleszarMerge branch 'master' into experimental
2013-05-03 John KoleszarMerge "configure: arm: Check __ARM_PCS_VFP if the float...
2013-05-02 JohannMerge "Add cpu detection for Android x86"
2013-05-02 changjun.yangAdd cpu detection for Android x86
2013-04-30 Dmitry KovalevMerge "Consistent names for quant-related functions...
2013-04-27 Paul WilkinsMerge "Minor tweak to implicit segmentation experiment...
2013-04-26 Ronald S. BultjeMerge "Grow MODE_INFO array to use an 8x8 basis." into...
2013-04-26 JohannMerge "Merge branch 'master' into experimental" into...
2013-04-26 JohannMerge branch 'master' into experimental
2013-04-26 JohannMerge "Whitespace nit"
2013-04-26 changjun.yangcode cleanup for arm_cpudetect.c
2013-04-19 Scott LaVarnwayMerge "Removed shadow warnings : postproc.c decodframe...
2013-04-19 Scott LaVarnwayMerge "Removed shadow warnings : mcomp.c rdopt.c"
2013-04-19 Scott LaVarnwayMerge "Removed shadow warnings : bitstream.c encodefram...
2013-04-17 JohannMerge "Include RTCD header in encodeframe.c"
2013-04-16 John KoleszarMerge branch 'experimental' into master
2013-04-02 John KoleszarMerge branch 'master' into experimental
2013-03-27 John KoleszarMerge branch 'master' into experimental
2013-03-11 John KoleszarMerge "Reinitialize motion search tables on frame size...
2013-03-11 John KoleszarMerge "Add 'superframe' index" into experimental
2013-03-11 John KoleszarMerge "Update ResizeInternalTest threshold" into experi...
2013-03-11 John KoleszarMerge "Simplify vp9_adapt_nmv_probs" into experimental
2013-03-11 John KoleszarMerge "Optimize vp9_tree_probs_from_distribution" into...
2013-03-07 Dmitry KovalevMerge "Code cleanup." into experimental
2013-03-06 Paul WilkinsMerge "Added stricter Q control flag." into experimental
2013-03-05 Dmitry KovalevCode cleanup.
2013-03-05 Dmitry KovalevMerge "Code cleanup and simplification of build_4x4uvmv...
2013-03-04 Dmitry KovalevMerge "Code cleanup." into experimental
2013-03-04 Yunqing WangMerge "Optimize vp9_short_idct4x4llm function" into...
2013-03-02 John KoleszarMerge changes If5896507,I06b5ba5c,I2712f99e into experi...
2013-03-01 John KoleszarMerge master branch into experimental
2013-02-01 John KoleszarMerge "Add support for x64 and win64 yasm flags."
2013-02-01 Frank GalliganAdd support for x64 and win64 yasm flags.
2013-01-26 Jim BankoskiMerge "Bug fix: error-concealment enabled changed...
2013-01-25 Mark Mentovai64-bit Mac Chromium support for libvpx.
2013-01-25 Marco PaniconiMerge "Bug fix: Handle input data ptr = NULL and size...
2013-01-23 James ZernMerge "make: support V=1 as short form of verbose=yes"
2013-01-23 Deb MukherjeeMerge "Modifies the comp inter-intra expt" into experim...
2013-01-15 John KoleszarMerge branch 'experimental' of review:webm/libvpx
2013-01-14 John KoleszarUse INT64_MAX instead of LLONG_MAX
2013-01-08 Yunqing WangMerge "vp9_sub_pixel_variance16x2 SSE2 optimization...
2013-01-08 John KoleszarMerge vp9-preview changes into experimental branch
2013-01-08 Scott LaVarnwayMerge "Remove cpi parameter from update_mvcount()"
2012-12-27 John KoleszarMerge branch 'vp9-preview' of review:webm/libvpx
2012-12-26 John KoleszarBuild fixes to merge vp9-preview into master
2012-12-21 John KoleszarMerge "add emmintrin_compat.h for builds with gcc ...
2012-12-20 James Zernadd emmintrin_compat.h for builds with gcc < 4
2012-12-11 JohannRevert "Upstream build bug for chromium"
2012-12-03 Scott LaVarnwayMerge "Moving rd_thresh_mult, rd_threshes to macroblock...
2012-12-03 Scott LaVarnwayMerge "Moving count_mb_ref_frame_usage to macroblock...
2012-11-21 John KoleszarMerge "vpxenc: don't print STATS_PKT size w/--quiet"
2012-11-19 JohannUpstream build bug for chromium
2012-11-16 Yunqing WangMerge "Add const before the dequant(dq)" into experimental
2012-11-16 Yunqing WangMerge "Optimize 8x8 dequant and idct" into experimental
2012-11-16 John KoleszarMerge "Don't write recon.yuv by default" into experimental
2012-11-16 Deb MukherjeeMerge "Compound inter-intra experiment" into experimental
2012-11-16 Yaowu XuMerge "changed mv candidate search for superblocks...
2012-11-16 Yaowu XuMerge "subpelrefmv for superblocks" into experimental
2012-11-16 JohannSequester vpx_ports file list
2012-11-15 John Koleszarsupport building vp8 and vp9 into a single lib
2012-11-09 John KoleszarMerge "Packing Altref along with succeeding frame and...
2012-11-09 Yunqing WangMerge "Optimize 16x16 dequant and idct" into experimental
2012-11-07 John KoleszarMerge with upstream experimental changes (2)
2012-11-07 John KoleszarMerge with upstream experimental changes
2012-11-07 John KoleszarRough merge of master into experimental
2012-11-06 Yaowu XuMerge "silent a lot of MSVC compiler warnings" into...
2012-11-06 Yaowu Xusilent a lot of MSVC compiler warnings
2012-11-05 John Koleszarvpx_ports: merge with master
2012-10-03 John KoleszarMerge "rtcd/win32: use InitializeCriticalSection explic...
2012-09-25 John KoleszarMerge "check for x32 targets"
2012-09-25 Mike Frysingercheck for x32 targets
2012-08-23 Scott LaVarnwayMerge "Added error checking to vp8cx_create_encoder_thr...
next