summaryrefslogtreecommitdiff
path: root/vp10/common
AgeCommit message (Expand)Author
2016-06-09Add a couple of missing WRAPLOW checksDebargha Mukherjee
2016-06-06Merge "Move range checks into WRAPLOW"Debargha Mukherjee
2016-06-03Move range checks into WRAPLOWDebargha Mukherjee
2016-05-27Upgrade fwht4x4_mmx() to fwht4x4_sse2() for vp9 and vp10.Linfeng Zhang
2016-05-02Move vpx_add_plane from codec to vpx_dsp and dedup.Jim Bankoski
2016-04-07Correct comments for scan order neighborshui su
2016-02-16remove loopfilter 'count' param TODOsJames Zern
2016-02-16split vpx_highbd_lpf_horizontal_16 in twoJames Zern
2016-02-16split vpx_lpf_horizontal_16 in twoJames Zern
2016-02-16vpx_highbd_lpf_horizontal_4: remove unused count paramJames Zern
2016-02-16vpx_highbd_lpf_horizontal_8: remove unused count paramJames Zern
2016-02-16vpx_highbd_lpf_vertical_4: remove unused count paramJames Zern
2016-02-16vpx_highbd_lpf_vertical_8: remove unused count paramJames Zern
2016-02-16vpx_lpf_horizontal_4: remove unused count paramJames Zern
2016-02-16vpx_lpf_horizontal_8: remove unused count paramJames Zern
2016-02-16vpx_lpf_vertical_4: remove unused count paramJames Zern
2016-02-16vpx_lpf_vertical_8: remove unused count paramJames Zern
2016-01-27Fix some typos.hui su
2016-01-08Remove experimental flag for ext_txDebargha Mukherjee
2016-01-08Modifies inter/intra coding to allow all tx typesDebargha Mukherjee
2015-12-14move vp9_avg to vpx_dspJames Zern
2015-12-10Fix two msvc build issuesYaowu Xu
2015-12-03Remove palette from VP10hui su
2015-11-03Merge "Generate intra prediction reference values only when necessary"Hui Su
2015-11-02Move palette-based intra prediction out of misc-fixeshui su
2015-11-02Generate intra prediction reference values only when necessaryhui su
2015-10-29Make the zero handling in extend_to_full_distribution more explicit.Alex Converse
2015-10-28Revert "Replace the zero handling in extend_to_full_distribution."Alex Converse
2015-10-26Replace the zero handling in extend_to_full_distribution.Alex Converse
2015-10-23Use explicit block position in foreach_transformed_blockJingning Han
2015-10-22Merge "vp10: merge ext_ipred_bltr experiment into misc_fixes."Ronald S. Bultje
2015-10-22Merge "vp10: merge universal_hp experiment into misc_fixes."Ronald S. Bultje
2015-10-22Merge "vp10: use correct constant for bw adaptation of seg pred probs."Ronald S. Bultje
2015-10-22Merge "vp10: don't make right edge available across tile boundaries."Ronald S. Bultje
2015-10-22Merge "vp10: clip MVs before adding to find_ref_mvs() list."Ronald S. Bultje
2015-10-21vp10: merge ext_ipred_bltr experiment into misc_fixes.Ronald S. Bultje
2015-10-21vp10: merge universal_hp experiment into misc_fixes.Ronald S. Bultje
2015-10-21vp10: use correct constant for bw adaptation of seg pred probs.Ronald S. Bultje
2015-10-21vp10: don't make right edge available across tile boundaries.Ronald S. Bultje
2015-10-20vp10: clip MVs before adding to find_ref_mvs() list.Ronald S. Bultje
2015-10-20Merge "VP10: some changes to palette mode"Hui Su
2015-10-16vp10: per-segment lossless coding.Ronald S. Bultje
2015-10-16vp10: add extended-intra prediction edges experiment.Ronald S. Bultje
2015-10-16vp10: allow MV refs to point outside visible image.Ronald S. Bultje
2015-10-16vp10: allow forward updates for keyframe y intra mode probabilities.Ronald S. Bultje
2015-10-16vp10: merge keyframe/interframe uvintramode/partition probabilities.Ronald S. Bultje
2015-10-16vp10: make segmentation probs use generic probability model.Ronald S. Bultje
2015-10-16VP10: some changes to palette modehui su
2015-10-13vp10: fix compiler warning with --enable-universal_hp.Ronald S. Bultje
2015-10-13Merge "VP10: Add palette mode part 1"Hui Su