summaryrefslogtreecommitdiff
path: root/vp8/vp8_common.mk
AgeCommit message (Expand)Author
2013-07-09remove unused VP8 com/dec asm offsetsJames Zern
2013-03-02prefix vp8 asm_{com,dec,enc}_offsets filesJames Zern
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje
2012-11-01Adjust style to match Google Coding Style a little more closely.Ronald S. Bultje
2012-10-29Make implicit_segmentation-related code an experiment.Ronald S. Bultje
2012-10-25Faster 8t filteringScott LaVarnway
2012-10-25Added sse2 instrinsic version of vp8_sad16x3Scott LaVarnway
2012-10-22Added rtcd support vp8_sad16x3 and vp8_sad3x16Scott LaVarnway
2012-10-19sse2 intrinsic version of vp8_mbloop_filter_vertical_edge()Scott LaVarnway
2012-10-18sse2 intrinsic version of vp8_mbloop_filter_horizontal_edge()Scott LaVarnway
2012-10-17removed obselete build dependencyJim Bankoski
2012-08-24New Motion Reference SearchPaul Wilkins
2012-08-22Merge "remove rotation experiment" into experimentalJohn Koleszar
2012-08-21SSE2 version of vectorized 8-tap filtering.Christian Duvivier
2012-08-21remove rotation experimentJohn Koleszar
2012-08-15First partial snapshot of vectorized 8-tap filtering.Christian Duvivier
2012-08-08Partial import of "New RTCD implementation" from master branch.Christian Duvivier
2012-08-08Update armv6 vp8_intra4x4_predictJohann
2012-08-01Rename vp8_intra4x4_predict_dJohann
2012-07-10VP8 optimizations for MIPS dspr2Dragan Mrdjan
2012-05-23changed the way that default probs for 8x8 is set.Yaowu Xu
2012-05-22Move all tests to test/ directoryJohn Koleszar
2012-05-22Build unit tests monolithicallyJohn Koleszar
2012-04-19Makes all mode token tables const part 2Scott LaVarnway
2012-03-12fixed .mk files to reflect add/remove of a header fileYaowu Xu
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-02-10Removal of threading code.Paul Wilkins
2012-01-31Added common prediction modules.Paul Wilkins
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-26Rename save_neon_reg.asm as save_reg_neon.asmAttila Nagy
2012-01-24vpn common -> implicit segmentationJim Bankoski
2012-01-20Disconnect ARM tgt_isa from dsp extensionsFritz Koenig
2012-01-03Merge "Remove useless g_common.h"Scott LaVarnway
2011-12-22Remove legacy integer typesJohn Koleszar
2011-12-21Remove useless g_common.hJohn Koleszar
2011-12-19remove armv6 files from armv5 buildJohn Koleszar
2011-12-15Moved dequant idct into commonScott LaVarnway
2011-11-18Move shared data to shared locationJohann
2011-11-09ARMv6 optimized Intra4x4 predictionTero Rintaluoma
2011-10-24Further segment feature extensions.Paul Wilkins