summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2016-07-22vp9 1pass-vbr: Adjust gf setting for nonzero-lag case.Marco
2016-07-22Merge "Sample points to reduce encode overhead."Paul Wilkins
2016-07-22Merge "Noise energy Experiment in first pass."Paul Wilkins
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway
2016-07-20vp9: Fix the clang warning of unsigned int type.jackychen
2016-07-20Change to call vp9_post_proc_frame()Yaowu Xu
2016-07-19Merge changes Ia6004c08,I1954f9d6James Zern
2016-07-19cosmetics: Add a few explanatory commentsYury Gitman
2016-07-18vp9: Allow usage of lookahead for real-time, 1 pass vbr.Marco
2016-07-18cosmetics: Correct grammar/spelling in commentsYury Gitman
2016-07-16Merge "addnoise : clear out static size for generated noise"James Bankoski
2016-07-15addnoise : clear out static size for generated noiseJim Bankoski
2016-07-15vp9_postproc.c : unused variable if not vp9_highbitdepth.Jim Bankoski
2016-07-15postproc : fix function parameters for noise functions.Jim Bankoski
2016-07-13Merge "postproc: noise style fixes."James Bankoski
2016-07-13Merge "Revert "Eliminate isolated and small tail coefficients:""Hui Su
2016-07-13Merge "Fix encoder crashes for odd size input"Yaowu Xu
2016-07-13postproc: noise style fixes.Jim Bankoski
2016-07-13Revert "Eliminate isolated and small tail coefficients:"hui su
2016-07-13Merge "Disable trellis optimization when lossless is on"Jingning Han
2016-07-13Merge "postproc - move filling of noise buffer to vpx_dsp."James Bankoski
2016-07-13postproc - move filling of noise buffer to vpx_dsp.Jim Bankoski
2016-07-13deblock: missing const on extern const.Jim Bankoski
2016-07-12vp9_postproc.c missing extern.Jim Bankoski
2016-07-12Fix encoder crashes for odd size inputYaowu Xu
2016-07-12Merge "vp9 svc: Reuse scaled_temp in two stage downscaling."Jacky Chen
2016-07-12vp9 svc: Reuse scaled_temp in two stage downscaling.JackyChen
2016-07-12Disable trellis optimization when lossless is onJingning Han
2016-07-12deblock filter : moved from vp8 code branchJim Bankoski
2016-07-11Merge "remove *debugmodes.c from the default build"James Zern
2016-07-11Merge "vp9_rd_pick_intra_mode_sb(): set interp_filter to"Scott LaVarnway
2016-07-11Sample points to reduce encode overhead.paulwilkins
2016-07-09vp9_rd_pick_intra_mode_sb(): set interp_filter toScott LaVarnway
2016-07-08Fix non-highbitdepth coding path for HBD buildYaowu Xu
2016-07-08Merge "vp9: Adjustment of gfu_boost and af_ratio for 1 pass vbr."Marco Paniconi
2016-07-07Merge "Enable HBD support in real time encoding path"Yaowu Xu
2016-07-07vp9: Adjustment of gfu_boost and af_ratio for 1 pass vbr.Marco
2016-07-07Merge "vp9: Adjustment to mv bias for non-rd pickmode."Marco Paniconi
2016-07-07Enable coeff optimization for intra modesJingning Han
2016-07-07Use precise context to estimate coeff rate costJingning Han
2016-07-07Enable uniform quantization with trellis optimization in speed 0Jingning Han
2016-07-07Refactor coeff_cost() functionJingning Han
2016-07-07Merge "Support measure distortion in the pixel domain"Jingning Han
2016-07-07vp9: Adjustment to mv bias for non-rd pickmode.Marco
2016-07-07Noise energy Experiment in first pass.paulwilkins
2016-07-07Merge "Add experimental spatial de-noise filter on key frames."Paul Wilkins
2016-07-06Support measure distortion in the pixel domainJingning Han
2016-07-06Enable HBD support in real time encoding pathYaowu Xu
2016-07-06Merge "Remove decode asserts from better-hw-compatibility"Debargha Mukherjee
2016-07-06Merge "vp9: Choose the scheme for modeling rd for 32x32 based on skin color."Jacky Chen