summaryrefslogtreecommitdiff
path: root/vp8/common/x86
AgeCommit message (Expand)Author
2014-06-12Use lrand48 on AndroidJohann
2014-05-23Removing vp8/common/pragmas.h.Dmitry Kovalev
2014-05-21Renames x86_64 specific asm filesDeb Mukherjee
2014-05-19Fix valgrind read out of bounds error.Jim Bankoski
2014-04-21Fix dr memory VP8 encode/decode errorsYunqing Wang
2014-03-24Fix uninitialized read in postprocessingYunqing Wang
2014-02-12minor spelling cleanup in commentsAndrew Russell
2014-01-23vp8/common: add extern "C" to headersJames Zern
2013-12-16vp8/common: normalize include guardsJames Zern
2013-10-29idct_blk_mmx.c: use vpx_memset instead of castJohann
2013-10-01Merge "Fix linker warnings for bilinear filters"Matthew Heaney
2013-10-01Fix linker warnings for bilinear filtersMatthew Heaney
2013-09-26fixed integer overflow warningsYaowu Xu
2013-03-15Bug fix: Issue 531: MMX code tries to read from SSE2 registerScott LaVarnway
2013-02-27Fix --as=nasm compatibility for new asm code.Jan Kratochvil
2013-02-22Fix variance (signed integer) overflowJames Zern
2013-02-17Use dq instead of ddq with NASMKO Myung-Hun
2013-01-31Add support for x64 and win64 yasm flags.Frank Galligan
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-11-26Merge "vp8_intra_pred_y_tm_sse2: save/restore xmm registers"James Zern
2012-11-20Merge "vp8_loop_filter_bh_y_sse2: save/restore xmm registers"John Koleszar
2012-11-20vp8_filter_block1d4_h6_ssse3: add missing xmm restoreJames Zern
2012-11-20vp8_loop_filter_bh_y_sse2: save/restore xmm registersJames Zern
2012-11-19vp8_intra_pred_y_tm_sse2: save/restore xmm registersJames Zern
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-10-23postproc_sse2: avoid reading off the end of the limits arrayJohn Koleszar
2012-10-08post-proc: deblock filter optimizationYunqing Wang
2012-07-27Be consistent with SAD valuesJohann
2012-07-02Add 0 offsets handling in SSSE3 sixtap_predict functionsYunqing Wang
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-05-23Merge "Make libvpx Chromium build friendly"John Koleszar
2012-05-23Make libvpx Chromium build friendlyAlpha Lam
2012-05-22Build unit tests monolithicallyJohn Koleszar
2012-04-12loopfilter improvementsScott LaVarnway
2012-03-29Updated vp8_build_intra_predictors_mby_s(sse2/ssse3)Scott LaVarnway
2012-03-26Updated vp8_build_intra_predictors_mbuv_s(sse2/ssse3)Scott LaVarnway
2012-03-06RFC: Reorganize MFQE loopsJohann
2012-03-05Move SAD and variance functions to commonJohann
2012-02-21Add unit tests for idctllm_test and idctllm_mmxJames Berry
2012-02-16Support Android x86 NDK buildMakoto Kato
2012-01-30RTCD: add subpixel functionsJohn Koleszar
2012-01-30RTCD: add postproc functionsJohn Koleszar
2012-01-30RTCD: add recon functionsJohn Koleszar
2012-01-30RTCD: add remaining IDCT functionsJohn Koleszar
2012-01-30RTCD: add loopfilter functionsJohn Koleszar
2012-01-30New RTCD implementationJohn Koleszar
2012-01-17vp8d - valgrind warnings in mb post processorJim Bankoski
2012-01-06Merge "Reduced the size of Y1Dequant and friends to [128][2]"John Koleszar
2012-01-06Reduced the size of Y1Dequant and friends to [128][2]Scott LaVarnway
2012-01-05Merge "SSE2 optimizations for vp8_build_intra_predictors_mby{,_s}()"Scott LaVarnway