summaryrefslogtreecommitdiff
path: root/vp9/encoder
AgeCommit message (Expand)Author
2017-06-23Enable greedy version of optimize_b() in VP9 by default.Urvang Joshi
2017-06-23vp9: Use scene detection for CBR mode.Marco
2017-06-23Merge changes from topic 'missing-proto'James Zern
2017-06-22Merge "vp9: Add high source sad to content state."Marco Paniconi
2017-06-22Merge "Fix int overflow in rate control for high bit rates."Paul Wilkins
2017-06-22Fix int overflow in rate control for high bit rates.paulwilkins
2017-06-21vp9: Add high source sad to content state.Marco
2017-06-22Merge "vp9: Adjustments for aq-mode and pickmode for speed >= 8."Marco Paniconi
2017-06-21vp[89],vpx_dsp: add missing includesJames Zern
2017-06-21vp9_ratectrl: make adjust_gf_boost_lag_one_pass_vbr staticJames Zern
2017-06-21vp9_encodeframe: make scale_part_thresh_sumdiff staticJames Zern
2017-06-21vp9_alt_ref_aq: correct vp9_alt_ref_aq_create protoJames Zern
2017-06-21vp9: Put skin detection usage around cpi flag.Marco
2017-06-21vp9: Adjustments for aq-mode and pickmode for speed >= 8.Marco
2017-06-20Merge "vp9: SVC: Rework the usage of base_mv for SVC."Marco Paniconi
2017-06-19vp9: Speed >= 8: Adjust resolution threshold for subpel.Marco
2017-06-18vp9: SVC: Rework the usage of base_mv for SVC.Marco
2017-06-15VP9: Add greedy version of av1_optimize_b().Urvang Joshi
2017-06-13Clean array_transpose_{4X8,16x16,16x16_2) in x86Linfeng Zhang
2017-06-13Remove array_transpose_8x8() in x86Linfeng Zhang
2017-06-10Merge "Remove duplication on vp8/9_write_yuv_frame."Jerome Jiang
2017-06-09vp9: SVC: Use prune_evenemore only for non_reference.Marco
2017-06-09Remove duplication on vp8/9_write_yuv_frame.Jerome Jiang
2017-06-08Merge "Merge skin detection code in vp8/9."Jerome Jiang
2017-06-07Merge skin detection code in vp8/9.Jerome Jiang
2017-06-07vp9: SVC: Enable simple_block_yrd for temporal layers.Marco
2017-06-06vp9: SVC: Adjust some speed settings for SVC speed >= 7.Marco
2017-06-06Initialize cost_list all to INT_MAX.Jerome Jiang
2017-06-05vp9_mcomp,get_cost_surf_min: quiet conversion warningJames Zern
2017-06-06Merge "Fix valgrind failure on uninitialized variables."Jerome Jiang
2017-06-05Fix valgrind failure on uninitialized variables.Jerome Jiang
2017-06-02Fix ubsan failure in vp9_mcomp.c.Jerome Jiang
2017-06-01vp9: SVC: Force subpel search off under certain conditions.Marco
2017-06-01vp9: Speed >8: Set subpel_search_method for low motion.Marco
2017-06-01Fix corruption in skin map debugging output yuv.Jerome Jiang
2017-05-30Merge "Fix vp8 race when build --enable-vp9-highbitdepth."Jerome Jiang
2017-05-26Fix vp8 race when build --enable-vp9-highbitdepth.Jerome Jiang
2017-05-26vp9: SVC: Fix to condiiton on using source_sad.Marco
2017-05-26Merge "vp9: Use source_sad only on top temporal enhancement layer."Marco Paniconi
2017-05-25vp9: Use source_sad only on top temporal enhancement layer.Marco
2017-05-25vp9: SVC: Enable copy partition for SVC speed >= 7.Marco
2017-05-22Merge "vp9: Adjustments to cyclic refresh for high motion."Marco Paniconi
2017-05-21vp9: Adjustments to cyclic refresh for high motion.Marco
2017-05-21vp9: Speed >= 8: Modify condition for low-resoln.Marco
2017-05-19Merge "Changes to modified error."Paul Wilkins
2017-05-18vp9: SVC: Modify condition to allow for copy partition.Marco
2017-05-18Merge "vp9: Make copy partition work for SVC and dynamic resize."Jerome Jiang
2017-05-18vp9: Make copy partition work for SVC and dynamic resize.Marco
2017-05-18Changes to modified error.paulwilkins
2017-05-17Merge "Experiment. Store first pass errors as per MB values."Yaowu Xu