summaryrefslogtreecommitdiff
path: root/vp8/vp8cx.mk
AgeCommit message (Expand)Author
2013-03-04Rename quantize_sse2.c to quantize_sse2_intrinsics.c to avoid collision.Ronald S. Bultje
2013-02-26vp8 fast quantizer with intrinsicsJohann
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-11-29a vp8 warning to boot.Jim Bankoski
2012-11-27Revert "make: flatten object file directories"John Koleszar
2012-11-15Each make file is responsible for its own directoryJohann
2012-11-15make: flatten object file directoriesJohn Koleszar
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje
2012-10-29fixed a build issueYaowu Xu
2012-10-29invoke macro removal encodembJim Bankoski
2012-10-21Remove variance vtable from rtcdJim Bankoski
2012-10-16removed the recon rtcd invoke macro code (unrevert)Jim Bankoski
2012-10-13Revert "removed the recon. rtcd invoke macro code"Jim Bankoski
2012-10-13removed the recon. rtcd invoke macro codeJim Bankoski
2012-08-21remove rotation experimentJohn Koleszar
2012-05-23Merge changes I38e93fe2,I6d6a0fb6,I51155833,If4c3e5d4,Ia2f40ef2John Koleszar
2012-05-22Move all tests to test/ directoryJohn Koleszar
2012-05-22Build unit tests monolithicallyJohn Koleszar
2012-05-21Inline Intrinsic optimized DenoiserChristian Duvivier
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-08vp8e - boolcoder unit testJim Bankoski
2012-05-04Formalize encodeframe.c forward delclarationsJohn Koleszar
2012-05-04Make global data constAttila Nagy
2012-04-17Makes all global data in tokenize.c constAttila Nagy
2012-03-15WebM Experimental Codec Branch SnapshotYaowu Xu
2012-03-13Merge "Adds a motion compensated temporal denoiser to the encoder."Jim Bankoski
2012-03-13Adds a motion compensated temporal denoiser to the encoder.Stefan Holmer
2012-03-05Move SAD and variance functions to commonJohann
2012-01-30RTCD: finalize removal of old RTCD systemJohn Koleszar
2012-01-30RTCD: add arnr functionsJohn Koleszar
2012-01-30RTCD: add motion search functionsJohn Koleszar
2012-01-30RTCD: add block subtraction functionsJohn Koleszar
2012-01-30RTCD: add quantizer functionsJohn Koleszar
2012-01-30RTCD: add FDCT functionsJohn Koleszar
2012-01-30RTCD: add variance functionsJohn Koleszar
2011-12-05Multiple-resolution encoderYunqing Wang
2011-08-16Faster vp8_default_coef_probsScott LaVarnway
2011-04-29changed configure option name to reduce confusionYaowu Xu
2011-04-21keep values in registers during quantizationJohann
2011-04-13Refactor lookahead ring bufferJohn Koleszar
2011-03-28add asm_enc_offsets.c for all targetsJohann
2011-03-11Only enable ssim_opt.asm on X86_64John Koleszar
2011-03-11vp8cx- alternate ssim function with optimizationsJim Bankoski
2011-03-08Write SSSE3 sub-pixel filter functionYunqing Wang
2011-02-22Remove temporal alt ref from realtime only buildAttila Nagy
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-09Put more code under #if CONFIG_MULTITHREAD.Gaute Strokkenes
2011-01-06x86 sse2 temporal_filter_applyJohann
2010-11-01SSSE3 version of fast quantizerScott LaVarnway