summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2016-02-23vp9: Update to scene/content change detection.Marco
2016-02-22vp9 aq-mode=3: Allow it to be used for 1 pass VBR mode.Marco
2016-02-22Merge "VP9: rename vpx_read_mode_info to vp9_read_mode_info"Scott LaVarnway
2016-02-22Merge "VP9: remove x_mis, y_mis calculations"Scott LaVarnway
2016-02-19vp9: 1 pass vbr real-time mode: Adjust gf refresh for scene change.Marco
2016-02-19VP9: rename vpx_read_mode_info to vp9_read_mode_infoScott LaVarnway
2016-02-19VP9: remove x_mis, y_mis calculationsScott LaVarnway
2016-02-18Merge changes from topic 'vp9-missing-alloc-checks'James Zern
2016-02-18Merge changes from topic 'rm-loopfilter-count-param'James Zern
2016-02-17vp9_svc_layercontext: add missing alloc checksJames Zern
2016-02-17vp9_resize: add missing alloc checksJames Zern
2016-02-17Better workaround for Bug 1089.Alex Converse
2016-02-17vp9_encoder: add missing alloc checksJames Zern
2016-02-17vp9/decoder,resize_mv_buffer: add missing alloc checkJames Zern
2016-02-17vp9_cyclic_refresh_alloc: correct cleanup on errorJames Zern
2016-02-16remove loopfilter 'count' param TODOsJames Zern
2016-02-16split vpx_highbd_lpf_horizontal_16 in twoJames Zern
2016-02-16split vpx_lpf_horizontal_16 in twoJames Zern
2016-02-16vpx_highbd_lpf_horizontal_4: remove unused count paramJames Zern
2016-02-16vpx_highbd_lpf_horizontal_8: remove unused count paramJames Zern
2016-02-16vpx_highbd_lpf_vertical_4: remove unused count paramJames Zern
2016-02-16vpx_highbd_lpf_vertical_8: remove unused count paramJames Zern
2016-02-16vpx_lpf_horizontal_4: remove unused count paramJames Zern
2016-02-16vpx_lpf_horizontal_8: remove unused count paramJames Zern
2016-02-16vp9,encoder: relocate setjmpJames Zern
2016-02-16vp9_cx_iface,encode: remove redundant cpi checkJames Zern
2016-02-16vpx_lpf_vertical_4: remove unused count paramJames Zern
2016-02-16vpx_lpf_vertical_8: remove unused count paramJames Zern
2016-02-16vp9-real-time mode: Fix condition for allowing reference masking.Marco
2016-02-16Merge "Fix tsan error in VP9 sub8x8 intra mode search"James Zern
2016-02-16Fix tsan error in VP9 sub8x8 intra mode searchJingning Han
2016-02-16Merge "vp9-resize: Fix an issue with external dynamic resize."Marco Paniconi
2016-02-12vp9-resize: Fix an issue with external dynamic resize.Marco
2016-02-11vp9_receive_raw_frame: add missing setjmpJames Zern
2016-02-11vp9-resize: Force reference masking off for external dynamic-resizing.Marco
2016-02-10VP9: Pass NULL scale_factors ptr when not scalingScott LaVarnway
2016-02-10Merge "VP9: Refactor read_inter_block_mode_info() -- 2"Scott LaVarnway
2016-02-10Merge "Restore previous motion search bit-error scale."Alex Converse
2016-02-09VP9: Refactor read_inter_block_mode_info() -- 2Scott LaVarnway
2016-02-09Restore previous motion search bit-error scale.Alex Converse
2016-02-09vp9-dynamic resize: Fix bug on releasing scaled reference.Marco
2016-02-09vp9-aq-mode=3: Reset cyclic refresh under config/external size change.Marco
2016-02-09Merge "Set use_highbitdepth flag to either 1 or 0"Yaowu Xu
2016-02-09Merge "BUG FIX: undefined reference to `vp9_scale_and_extend_frame_c'"Scott LaVarnway
2016-02-08Set use_highbitdepth flag to either 1 or 0Yaowu Xu
2016-02-08BUG FIX: undefined reference to `vp9_scale_and_extend_frame_c'Scott LaVarnway
2016-02-08vp9-denoiser: Allow for checking skin for bsize <=32x32.Marco
2016-02-08Merge "Account for sub8x8 block skip mode cost in RD decision"Jingning Han
2016-02-08Account for sub8x8 block skip mode cost in RD decisionJingning Han
2016-02-08Clean up in vp9_rd_pick_inter_mode_sbJingning Han