summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | |/ | |/|
* | | Merge "vp8cx: remove deprecated reference/entropy controls"James Zern2015-10-204-87/+1
|\ \ \
| * | | vp8cx: remove deprecated reference/entropy controlsJames Zern2015-10-164-87/+1
| |/ /
* | | Add a new enum type vpx_color_range_tYaowu Xu2015-10-167-15/+21
|/ /
* | vpx/*.h: add VPX_CTRL_* preproc definesJames Zern2015-10-163-20/+67
* | Merge "vpx/*.h, cosmetics: fix some typos"James Zern2015-10-162-2/+2
|\ \
| * | vpx/*.h, cosmetics: fix some typosJames Zern2015-10-092-2/+2
* | | Adjustment on limiting cyclic refresh on steady blocks.Marco2015-10-162-8/+22
* | | Restore partial changes from previous commitYaowu Xu2015-10-161-1/+2
| |/ |/|
* | Fix palette mode in multi-thread encoding settinghui su2015-10-155-13/+13
* | Merge "VP9_resizing: adjust the threshold and another improvement."Jacky Chen2015-10-151-7/+14
|\ \
| * | VP9_resizing: adjust the threshold and another improvement.JackyChen2015-10-151-7/+14
* | | Merge "Fix resetting of cyclic refresh on dynamic resize change."Marco Paniconi2015-10-152-3/+4
|\ \ \
| * | | Fix resetting of cyclic refresh on dynamic resize change.Marco2015-10-152-3/+4
| |/ /
* | | VP9: Rate control update for re-encode screen-content.Marco2015-10-151-5/+48
|/ /
* | Merge "fix a msvc compiler warning"Yaowu Xu2015-10-151-1/+1
|\ \
| * | fix a msvc compiler warningYaowu Xu2015-10-151-1/+1
* | | Merge "Fix two asan failures"Yaowu Xu2015-10-152-5/+3
|\ \ \ | |/ / |/| |
| * | Fix two asan failuresYaowu Xu2015-10-142-5/+3
* | | Check for bswap* builtins before usingJohann2015-10-141-14/+12
* | | Upstream Mozilla fix for older Apple clang buildsJohann2015-10-141-1/+4
|/ /
* | Merge "Changes to partition breakout rules."Yaowu Xu2015-10-133-25/+47
|\ \
| * | Changes to partition breakout rules.paulwilkins2015-10-133-25/+47
* | | Merge "VP9-SVC: Bugfix to allow skipping lower layer(s) encoding."Marco Paniconi2015-10-131-0/+1
|\ \ \
| * | | VP9-SVC: Bugfix to allow skipping lower layer(s) encoding.Marco2015-10-121-0/+1
* | | | 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-133-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix compiler warningshui su2015-10-133-4/+4
* | | | | 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
* | | | | vp10: don't write tile size marker bit if CONFIG_MISC_FIXES=0.Ronald S. Bultje2015-10-121-1/+6
| |/ / / |/| | |
* | | | vp10: remove ref-MV-dependent use of HP.Ronald S. Bultje2015-10-122-0/+5
* | | | vp10: remove clamp_mv2() call from vp10_find_best_ref_mvs().Ronald S. Bultje2015-10-124-20/+19
* | | | vp10: update assertion/allocation for tokens.Ronald S. Bultje2015-10-122-3/+3
|/ / /
* | | tile_worker_hook: fix -Wclobbered warningJames Zern2015-10-101-1/+1
| |/ |/|
* | Add vpx_highbd_convolve_{copy,avg}_sse2Alex Converse2015-10-093-23/+105
* | Generate convolve_test wrapper functions with a macroAlex Converse2015-10-091-502/+55
* | Merge "vp9/decode_tiles_mt: remove unnecessary local"James Zern2015-10-091-11/+7
|\ \
| * | vp9/decode_tiles_mt: remove unnecessary localJames Zern2015-10-071-11/+7
* | | Remove 4 mova insts from quantize_ssse3_x86_64.asmGeza Lore2015-10-091-8/+4
* | | Merge "Optimization of 8bit block error for high bitdepth"Debargha Mukherjee2015-10-095-39/+204
|\ \ \
| * | | Optimization of 8bit block error for high bitdepthGeza Lore2015-10-085-39/+204
* | | | Merge "VP9 denoiser: use skin map to improve denoising."Jacky Chen2015-10-082-4/+27
|\ \ \ \
| * | | | VP9 denoiser: use skin map to improve denoising.jackychen2015-10-082-4/+27
* | | | | Merge "vp10: use subexp probability updates for MV probs."Ronald S. Bultje2015-10-082-3/+12
|\ \ \ \ \