summaryrefslogtreecommitdiff
path: root/vp10
AgeCommit message (Expand)Author
2016-01-13Fix encoder crashes and enc/dec mismatchesYaowu Xu
2016-01-08Remove experimental flag for ext_txDebargha Mukherjee
2016-01-08Modifies inter/intra coding to allow all tx typesDebargha Mukherjee
2016-01-04vp10: only assume ONLY_4X4 if segmentation is disabled.Ronald S. Bultje
2016-01-04vp10: skip coding of txsz for lossless-segment blocks.Ronald S. Bultje
2015-12-16Move bit_depth init out of setup_quantizationYaowu Xu
2015-12-15Merge changes Icf9b57c3,I9e12da84,Idf5ee179Yaowu Xu
2015-12-15Merge "Fix a enc/dec mismatch under CONFIG_MISC_FIXES"Yaowu Xu
2015-12-15Fixed interval, fixed Q 1 pass test patch.paulwilkins
2015-12-151 pass VBR mode bug fix.paulwilkins
2015-12-14Fix a enc/dec mismatch under CONFIG_MISC_FIXESYaowu Xu
2015-12-14move vp9_avg to vpx_dspJames Zern
2015-12-11Merge "Proper fix of a msvc complier warning"Yaowu Xu
2015-12-10Proper fix of a msvc complier warningYaowu Xu
2015-12-10Merge changes Iece22223,Iefad9d8dYaowu Xu
2015-12-10Fix two msvc build issuesYaowu Xu
2015-12-10Fix enc/dec mismatches for aq-mode 1 and 2Yaowu Xu
2015-12-08Changes to exhaustive motion search.paulwilkins
2015-12-07Fix bug when overlaying middle arfs in multi-arf groups.paulwilkins
2015-12-04Merge "comment out range_check of fdct in dct.c"Angie Chiang
2015-12-04comment out range_check of fdct in dct.cAngie Chiang
2015-12-03Remove palette from VP10hui su
2015-11-19Fix unsigned overflow in rd_variance_adjustment.Alex Converse
2015-11-06Use accurate bit cost for uv_mode in UV intra mode RD selectionhui su
2015-11-03Merge "Generate intra prediction reference values only when necessary"Hui Su
2015-11-03Merge "misc fixes: Remove a wasted value."Alex Converse
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-29Merge "Shrink probability remap tables."Alex Converse
2015-10-28Revert "Replace the zero handling in extend_to_full_distribution."Alex Converse
2015-10-27misc fixes: Remove a wasted value.Alex Converse
2015-10-27Shrink probability remap tables.Alex Converse
2015-10-27Merge "Reorder code to be consistent accross branches"Yaowu Xu
2015-10-27Merge "Replace the zero handling in extend_to_full_distribution."Alex Converse
2015-10-27Reorder code to be consistent accross branchesYaowu Xu
2015-10-26Fix VS build.Alex Converse
2015-10-26Replace the zero handling in extend_to_full_distribution.Alex Converse
2015-10-26Merge "Optimize vpx_quantize_{b,b_32x32} assembler."Debargha Mukherjee
2015-10-26Merge "palette: Replace rand() call with custom LCG."Alex Converse
2015-10-24palette: Replace rand() call with custom LCG.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: don't allow comp_inter_inter on keyframes."Ronald S. Bultje
2015-10-22Merge "vp10: fix tile size in remuxing step."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