summaryrefslogtreecommitdiff
path: root/vp10
Commit message (Expand)AuthorAgeFilesLines
* Merge "Optimize vpx_quantize_{b,b_32x32} assembler."Debargha Mukherjee2015-10-261-4/+4
|\
| * Optimize vpx_quantize_{b,b_32x32} assembler.Geza Lore2015-10-201-4/+4
* | Merge "palette: Replace rand() call with custom LCG."Alex Converse2015-10-261-3/+10
|\ \
| * | palette: Replace rand() call with custom LCG.Alex Converse2015-10-241-3/+10
* | | Use explicit block position in foreach_transformed_blockJingning Han2015-10-236-79/+73
|/ /
* | Merge "vp10: merge ext_ipred_bltr experiment into misc_fixes."Ronald S. Bultje2015-10-221-29/+19
|\ \
| * | vp10: merge ext_ipred_bltr experiment into misc_fixes.Ronald S. Bultje2015-10-211-29/+19
* | | Merge "vp10: merge universal_hp experiment into misc_fixes."Ronald S. Bultje2015-10-221-1/+1
|\ \ \ | |/ /
| * | vp10: merge universal_hp experiment into misc_fixes.Ronald S. Bultje2015-10-211-1/+1
* | | Merge "vp10: don't allow comp_inter_inter on keyframes."Ronald S. Bultje2015-10-222-0/+4
|\ \ \ | |/ /
| * | vp10: don't allow comp_inter_inter on keyframes.Ronald S. Bultje2015-10-212-0/+4
* | | Merge "vp10: fix tile size in remuxing step."Ronald S. Bultje2015-10-221-4/+4
|\ \ \ | |/ /
| * | vp10: fix tile size in remuxing step.Ronald S. Bultje2015-10-211-4/+4
* | | Merge "vp10: use correct constant for bw adaptation of seg pred probs."Ronald S. Bultje2015-10-221-1/+1
|\ \ \ | |/ /
| * | vp10: use correct constant for bw adaptation of seg pred probs.Ronald S. Bultje2015-10-211-1/+1
* | | Merge "vp10: don't make right edge available across tile boundaries."Ronald S. Bultje2015-10-221-1/+3
|\ \ \ | |/ /
| * | vp10: don't make right edge available across tile boundaries.Ronald S. Bultje2015-10-211-1/+3
* | | Merge "vp10: clip MVs before adding to find_ref_mvs() list."Ronald S. Bultje2015-10-222-19/+35
|\ \ \ | |/ /
| * | vp10: clip MVs before adding to find_ref_mvs() list.Ronald S. Bultje2015-10-202-19/+35
* | | Merge "vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe."Ronald S. Bultje2015-10-204-6/+13
|\ \ \ | |/ /
| * | vp10: disallow coding zero-sized tiles-in-frame/frames-in-superframe.Ronald S. Bultje2015-10-204-6/+13
* | | Merge "VP10: some changes to palette mode"Hui Su2015-10-206-20/+26
|\ \ \ | |/ / |/| |
| * | VP10: some changes to palette modehui su2015-10-166-20/+26
| |/
* | Merge "vp10: write colorspace info for profile 0 intraonly frames."Ronald S. Bultje2015-10-202-0/+8
|\ \
| * | vp10: write colorspace info for profile 0 intraonly frames.Ronald S. Bultje2015-10-192-0/+8
* | | Merge "vp10: per-segment lossless coding."Ronald S. Bultje2015-10-208-48/+96
|\ \ \ | |/ /
| * | vp10: per-segment lossless coding.Ronald S. Bultje2015-10-168-48/+96
* | | Merge "vp10: add extended-intra prediction edges experiment."Ronald S. Bultje2015-10-207-13/+365
|\ \ \ | |/ /
| * | vp10: add extended-intra prediction edges experiment.Ronald S. Bultje2015-10-167-13/+365
* | | Merge "vp10: allow MV refs to point outside visible image."Ronald S. Bultje2015-10-202-2/+17
|\ \ \ | |/ /
| * | vp10: allow MV refs to point outside visible image.Ronald S. Bultje2015-10-162-2/+17
* | | Merge "vp10: allow forward updates for keyframe y intra mode probabilities."Ronald S. Bultje2015-10-207-24/+69
|\ \ \ | |/ /
| * | vp10: allow forward updates for keyframe y intra mode probabilities.Ronald S. Bultje2015-10-167-24/+69
* | | Merge "vp10: merge keyframe/interframe uvintramode/partition probabilities."Ronald S. Bultje2015-10-2010-57/+53
|\ \ \ | |/ /
| * | vp10: merge keyframe/interframe uvintramode/partition probabilities.Ronald S. Bultje2015-10-1610-57/+53
* | | Merge "vp10: make segmentation probs use generic probability model."Ronald S. Bultje2015-10-2013-62/+269
|\ \ \ | |/ /
| * | vp10: make segmentation probs use generic probability model.Ronald S. Bultje2015-10-1613-62/+269
| |/
* | vp8cx: remove deprecated reference/entropy controlsJames Zern2015-10-161-27/+0
|/
* Fix palette mode in multi-thread encoding settinghui su2015-10-155-13/+13
* Merge "fix a msvc compiler warning"Yaowu Xu2015-10-151-1/+1
|\
| * fix a msvc compiler warningYaowu Xu2015-10-151-1/+1
* | Fix two asan failuresYaowu Xu2015-10-141-1/+2
|/
* Merge "vp10: fix compiler warning with --enable-universal_hp."Ronald S. Bultje2015-10-131-0/+1
|\
| * vp10: fix compiler warning with --enable-universal_hp.Ronald S. Bultje2015-10-131-0/+1
* | Merge "Fix compiler warnings"Hui Su2015-10-132-3/+3
|\ \ | |/ |/|
| * Fix compiler warningshui su2015-10-132-3/+3
* | Merge "VP10: Add palette mode part 1"Hui Su2015-10-1326-0/+1272
|\ \ | |/ |/|
| * VP10: Add palette mode part 1hui su2015-10-1226-0/+1272
* | vp10: allow forward updates for uv_mode probabilities.Ronald S. Bultje2015-10-122-0/+12
* | vp10: allow bw adaptivity for skip/tx probabilities in keyframes.Ronald S. Bultje2015-10-124-5/+26