platform/upstream/libvpx.git
2016-07-22 James Zernvp8/postproc: fix implicit float conversion
2016-07-22 James Zernblockiness_test: fix implicit float conversion
2016-07-22 James Zernresize_test: fix implicit float->int conversion
2016-07-22 Yunqing WangAdd back header in threading.h
2016-07-21 Yunqing WangMerge "Revert "Amend and improve VP8 multithreading...
2016-07-21 Yunqing WangRevert "Amend and improve VP8 multithreading implementa...
2016-07-21 Alex ConverseMinArfFreqTest: Don't leak video on failure.
2016-07-21 Alex ConverseMake test encoder test driver less likely to leak on...
2016-07-21 James ZernMerge changes from topic 'clang-tidy'
2016-07-21 JohannMerge remote-tracking branch 'origin/khakicampbell'
2016-07-21 JohannRelease v1.6.0 Khaki Campbell Duck v1.6.0
2016-07-20 jackychenvp9: Fix the clang warning of unsigned int type.
2016-07-20 Yaowu XuFix encoder crashes for odd size input
2016-07-20 James Zernvp8/onyx_if.c: rework #if's to avoid dangling else's
2016-07-20 James Zernvp8/bitstream.c: rework #if to avoid dangling else
2016-07-20 James ZernMerge changes from topic 'clang-tidy'
2016-07-20 Yaowu XuChange to call vp9_post_proc_frame()
2016-07-20 James Zernvp8/{bitstream,rdopt},y4minput: correct break placement
2016-07-20 James Zerny4minput.c: correct empty loop formatting
2016-07-20 James Zernvp8: simplify a few #if's
2016-07-20 James Zernvp8: remove extra semicolons
2016-07-19 clang-formattop-level: apply clang-format
2016-07-19 James ZernMerge "vp8: apply clang-tidy google-readability-braces...
2016-07-19 clang-tidyvp8: apply clang-tidy google-readability-braces-around...
2016-07-19 James ZernMerge "examples: apply clang-format"
2016-07-19 James ZernMerge changes Ia6004c08,I1954f9d6
2016-07-19 Yury Gitmancosmetics: Add a few explanatory comments
2016-07-19 Marco PaniconiMerge "vp9: Allow usage of lookahead for real-time...
2016-07-19 Johann KoenigMerge "Change 'git cl upload' default to --no-squash"
2016-07-19 James ZernMerge changes I18982dbf,I15c8976c
2016-07-19 Pascal MassiminoMerge "take II: variance_test partial clean-up"
2016-07-19 clang-formatexamples: apply clang-format
2016-07-19 James BankoskiMerge "configure: turn on all unused warnings by default"
2016-07-18 James Zernbuild/make/Makefile: add a 'test_*' default target
2016-07-18 James Zernbuild/make/Makefile: remove default suffix rules
2016-07-18 skaltake II: variance_test partial clean-up
2016-07-18 Marcovp9: Allow usage of lookahead for real-time, 1 pass...
2016-07-18 JohannChange 'git cl upload' default to --no-squash
2016-07-18 Yury Gitmancosmetics: Correct grammar/spelling in comments
2016-07-18 Jim Bankoskiprepend ++ instead of post in for loops.
2016-07-16 James ZernMerge "Revert "variance_test partial clean-up""
2016-07-16 James Zernvpx_plane_add_noise_c: normalize int types
2016-07-16 James ZernRevert "variance_test partial clean-up"
2016-07-16 Pascal MassiminoMerge "sad_test: add some const to methods"
2016-07-16 Pascal MassiminoMerge "vp9_error_block_test: simplify fn wrapper genera...
2016-07-16 Pascal Massiminosad_test: add some const to methods
2016-07-16 Pascal MassiminoMerge "remove tuple from 'sad_test.cc'"
2016-07-16 James Zernvp9_error_block_test: simplify fn wrapper generation
2016-07-16 skalremove tuple from 'sad_test.cc'
2016-07-16 clang-formatvp8: apply clang-format
2016-07-16 James Zernadd .clang-format, based on Google style
2016-07-16 James BankoskiMerge "addnoise : clear out static size for generated...
2016-07-15 Jim Bankoskiaddnoise : clear out static size for generated noise
2016-07-15 Jim Bankoskiconfigure: turn on all unused warnings by default
2016-07-15 Jim Bankoskivp9_postproc.c : unused variable if not vp9_highbitdepth.
2016-07-15 James BankoskiMerge "postproc : fix function parameters for noise...
2016-07-15 Jim Bankoskipostproc : fix function parameters for noise functions.
2016-07-15 James ZernMerge "variance_test partial clean-up"
2016-07-14 skalvariance_test partial clean-up
2016-07-14 James ZernMerge "vp9_intrapred_test: follow-up cleanup"
2016-07-14 James Zerngtest-all.cc: quiet an unused variable warning
2016-07-14 skalvp9_intrapred_test: follow-up cleanup
2016-07-13 James BankoskiMerge "postproc: noise style fixes."
2016-07-13 Hui SuMerge "Revert "Eliminate isolated and small tail coeffi...
2016-07-13 Pascal MassiminoMerge "clean-up vp9_intrapred_test"
2016-07-13 Yaowu XuMerge "Fix encoder crashes for odd size input"
2016-07-13 Jim Bankoskipostproc: noise style fixes.
2016-07-13 skalclean-up vp9_intrapred_test
2016-07-13 hui suRevert "Eliminate isolated and small tail coefficients:"
2016-07-13 Jingning HanMerge "Disable trellis optimization when lossless is on"
2016-07-13 James BankoskiMerge "postproc - move filling of noise buffer to vpx_dsp."
2016-07-13 Jim Bankoskipostproc - move filling of noise buffer to vpx_dsp.
2016-07-13 Jim Bankoskideblock: missing const on extern const.
2016-07-13 Jim Bankoskivp9_postproc.c missing extern.
2016-07-13 James ZernMerge changes from topic 'webp-thread-update'
2016-07-12 Yaowu XuFix encoder crashes for odd size input
2016-07-12 Jacky ChenMerge "vp9 svc: Reuse scaled_temp in two stage downscal...
2016-07-12 JackyChenvp9 svc: Reuse scaled_temp in two stage downscaling.
2016-07-12 Jingning HanDisable trellis optimization when lossless is on
2016-07-12 Jim Bankoskideblock filter : moved from vp8 code branch
2016-07-11 James ZernMerge "remove *debugmodes.c from the default build"
2016-07-11 Scott LaVarnwayMerge "vp9_rd_pick_intra_mode_sb(): set interp_filter to"
2016-07-09 Scott LaVarnwayvp9_rd_pick_intra_mode_sb(): set interp_filter to
2016-07-08 Yaowu XuFix non-highbitdepth coding path for HBD build
2016-07-08 Marco PaniconiMerge "vp9: Adjustment of gfu_boost and af_ratio for...
2016-07-07 Yaowu XuMerge "Enable HBD support in real time encoding path"
2016-07-07 Marcovp9: Adjustment of gfu_boost and af_ratio for 1 pass...
2016-07-07 Marco PaniconiMerge "vp9: Adjustment to mv bias for non-rd pickmode."
2016-07-07 Jingning HanEnable coeff optimization for intra modes
2016-07-07 Jingning HanUse precise context to estimate coeff rate cost
2016-07-07 Jingning HanEnable uniform quantization with trellis optimization...
2016-07-07 Jingning HanRefactor coeff_cost() function
2016-07-07 Jingning HanMerge "Support measure distortion in the pixel domain"
2016-07-07 Marcovp9: Adjustment to mv bias for non-rd pickmode.
2016-07-07 Yunqing WangMerge "Fix Visual Studio build warning"
2016-07-07 Yunqing WangFix Visual Studio build warning
2016-07-07 Paul WilkinsMerge "Add experimental spatial de-noise filter on...
2016-07-07 Jingning HanSupport measure distortion in the pixel domain
2016-07-06 Yaowu XuEnable HBD support in real time encoding path
2016-07-06 Debargha MukherjeeMerge "Remove decode asserts from better-hw-compatibility"
next