summaryrefslogtreecommitdiff
path: root/vp8/encoder
AgeCommit message (Expand)Author
2013-01-11Upstream changes from Chromium Android Clang build.Frank Galligan
2013-01-08Merge vp9-preview changes into experimental branchJohn Koleszar
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-12-20add emmintrin_compat.h for builds with gcc < 4James Zern
2012-12-18Changed MAX_PSNR to 100Yaowu Xu
2012-12-11Merge "Bug fix: use correct count_mb_ref_frame_usage"Scott LaVarnway
2012-12-10Bug fix: use correct count_mb_ref_frame_usageScott LaVarnway
2012-12-10Moved error_bins to macroblock structScott LaVarnway
2012-12-10Merge "Moved zbin_mode_boost to macroblock struct"Scott LaVarnway
2012-12-10Update correct macroblock quantize_b function ptrsScott LaVarnway
2012-12-10Moved zbin_mode_boost to macroblock structScott LaVarnway
2012-12-10Moved zbin_over_quant to macroblock structScott LaVarnway
2012-12-07Moved denoiser frame copy/updates out of loopfilter threadScott LaVarnway
2012-12-06Merge "added work buffer for denoiser"Scott LaVarnway
2012-12-05added work buffer for denoiserScott LaVarnway
2012-12-05Move vp8_scale_frame to vpx namespaceJohann
2012-12-05Use 'vpx_scale' consistentlyJohann
2012-12-05Disable background update on non-base layer framesAdrian Grange
2012-12-05Removed check_gf_quality()Scott LaVarnway
2012-12-04Moving mbs_tested_so_far, mode_test_hit_counts to macroblock structScott LaVarnway
2012-12-03Merge "Moving rd_thresh_mult, rd_threshes to macroblock struct"Scott LaVarnway
2012-12-03Merge "Moving count_mb_ref_frame_usage to macroblock struct"Scott LaVarnway
2012-11-26Updates to qp-regulate and rate correction factor.Marco Paniconi
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-06Incorrect parameter passed into vp8_stuff_mbScott LaVarnway
2012-11-06Moving count_mb_ref_frame_usage to macroblock structScott LaVarnway
2012-11-06Merge "Removed mb_norm_activity_map"Scott LaVarnway
2012-11-06Moving rd_thresh_mult, rd_threshes to macroblock structScott LaVarnway
2012-11-06Removed mb_norm_activity_mapScott LaVarnway
2012-11-06Moving _error counts to macroblock structScott LaVarnway
2012-11-06Moving MVcount to macroblock structScott LaVarnway
2012-11-05Moving ymode_count, uv_mode_count to macroblock structScott LaVarnway
2012-11-05Moved skip_true_count to macroblock structScott LaVarnway
2012-11-05Moving coef_counts to macroblock structScott LaVarnway
2012-11-02Removed unnecessary VP8_COMP *cpi parametersScott LaVarnway
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-11-01Remove vp8 in local symbols.Ronald S. Bultje
2012-10-31Change name of common top-level structures from VP8 to VP9.Ronald S. Bultje
2012-10-31Change non-function symbol vp8_ prefixes to vp9_.Ronald S. Bultje
2012-10-31Merge "Change common vp8_ public symbol prefixes to vp9_." into experimentalRonald S. Bultje
2012-10-31Change common vp8_ public symbol prefixes to vp9_.Ronald S. Bultje
2012-10-31Add forward transform function to rtcdYunqing Wang
2012-10-30Adjust style to match Google Coding Style a little more closely.Ronald S. Bultje
2012-10-30Change encoder vp8_ and vp8cx_ public symbol prefixes to vp9_.Ronald S. Bultje
2012-10-30Fixed style warningsYunqing Wang
2012-10-30Convert the transforms to integer forms.Yunqing Wang
2012-10-30Merge "dequant invoke macro removal" into experimentalScott LaVarnway
2012-10-30dequant invoke macro removalScott LaVarnway