summaryrefslogtreecommitdiff
path: root/vp9/common
AgeCommit message (Expand)Author
2014-08-12fixes several -Wunused-function warningsJim Bankoski
2014-08-05Remove vp9_postproc_x86.hJohann
2014-08-04cast enums to int to avoid gcc warning in pred_commonJim Bankoski
2014-08-04break at the end of clauses with assert(0) to avoid gcc warningJim Bankoski
2014-08-04uint8_t segment and skip to avoid signed / unsigned warningsJim Bankoski
2014-08-01Merge "vp9_entropy: inline comes first to avoid warning."James Zern
2014-08-01Merge "signed unsigned mismatch - warning error"James Zern
2014-08-01vp9_entropy: inline comes first to avoid warning.Jim Bankoski
2014-08-01Merge "removed sign mismatch warning"James Zern
2014-08-01Merge "Added vp9_sad8x8_neon()"Frank Galligan
2014-08-01Neon version of vp9_sub_pixel_variance8x8(),Scott LaVarnway
2014-08-01Merge "Neon version of vp9_sub_pixel_variance32x32(),"Frank Galligan
2014-08-01Added vp9_sad8x8_neon()Scott LaVarnway
2014-08-01signed unsigned mismatch - warning errorJim Bankoski
2014-08-01removed sign mismatch warningJim Bankoski
2014-07-31Neon version of vp9_subtract_block()Scott LaVarnway
2014-07-31Neon version of vp9_sub_pixel_variance32x32(),Scott LaVarnway
2014-07-30Neon version of vp9_quantize_fp()Scott LaVarnway
2014-07-30Neon version of vp9_sub_pixel_variance16x16(),Scott LaVarnway
2014-07-29Added vp9_fdct8x8_neon(), vp9_fdct8x8_1_neon()Scott LaVarnway
2014-07-28Fix bug 805levytamar82
2014-07-24Fix potential ioc issue in vp9_get_prob for 4K above sizesJingning Han
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-18Merge "Separates profile 2 into 2 profiles 2 and 3"Deb Mukherjee
2014-07-17Separates profile 2 into 2 profiles 2 and 3Deb Mukherjee
2014-07-17Merge "Modified frame buffer handling"Adrian Grange
2014-07-17Merge "Added vp9_sad64x64_neon(), vp9_sad32x32_neon()"Scott LaVarnway
2014-07-17Modified frame buffer handlingAdrian Grange
2014-07-16Added vp9_sad64x64_neon(), vp9_sad32x32_neon()Scott LaVarnway
2014-07-14Merge "Some extra bit probability cleanups"Deb Mukherjee
2014-07-13Merge "Fix chrome valgrind warning due to the use of mismatched bsize"Jingning Han
2014-07-11Merge "vp9_loopfilter.c: cosmetics"James Zern
2014-07-11Fix chrome valgrind warning due to the use of mismatched bsizeJingning Han
2014-07-11Merge "Remove unnecessary assertions"Yunqing Wang
2014-07-11Some extra bit probability cleanupsDeb Mukherjee
2014-07-11Remove unnecessary assertionsYunqing Wang
2014-07-11Remove an unused parameterYaowu Xu
2014-07-10Merge "update vp9_thread.c"James Zern
2014-07-10update vp9_thread.cJames Zern
2014-07-10Merge "Refactor vp9_diamond_search_sad function"Yunqing Wang
2014-07-10Merge "Refactor refining_search_sad code"Yunqing Wang
2014-07-10Fix a bug in boundary checking.hkuang
2014-07-10Refactor vp9_diamond_search_sad functionYunqing Wang
2014-07-09vp9_loopfilter.c: cosmeticsJames Zern
2014-07-09Refactor refining_search_sad codeYunqing Wang
2014-07-09Merge "Re-design quantization process for 32x32 transform block"Jingning Han
2014-07-09Merge "Move vp9_thread.* to common."hkuang
2014-07-08Re-design quantization process for 32x32 transform blockJingning Han
2014-07-08Fix decoder handling of intra-only framesAdrian Grange
2014-07-07Move vp9_thread.* to common.hkuang