summaryrefslogtreecommitdiff
path: root/vp9/decoder
AgeCommit message (Expand)Author
2016-09-28vp9_detokenize,decode_coefs: fix signed int overflowJames Zern
2016-09-27Fix for compile error with range checkingPeter de Rivaz
2016-09-23VP9: token decoder expansionScott LaVarnway
2016-09-23Merge "VP9: pass TileWorkerData instead of MACROBLOCKD and vpx_reader."Scott LaVarnway
2016-09-22VP9: pass TileWorkerData instead of MACROBLOCKD and vpx_reader.Scott LaVarnway
2016-09-19Code class0 using vpx_read() / vpx_write().Nathan E. Egge
2016-08-31Refactor uv tx size with lookup arraysDebargha Mukherjee
2016-08-03vp9/decoder,vp9/*.[hc]: apply clang-formatclang-format
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway
2016-07-06Merge "Remove decode asserts from better-hw-compatibility"Debargha Mukherjee
2016-07-06Remove decode asserts from better-hw-compatibilityDebargha Mukherjee
2016-07-01Make set_reference control API work in VP9Yunqing Wang
2016-06-21Add a hardware compatibility featurehui su
2016-05-25Prevent read to invalid RefBufferYaowu Xu
2016-05-18Merge "Prevent invalid read"Yaowu Xu
2016-05-18Merge "Move, rename, and inline high_inter_predictor."Alex Converse
2016-05-18Move, rename, and inline high_inter_predictor.Alex Converse
2016-05-18Prevent invalid readYaowu Xu
2016-05-18Merge "VP9: _get_pred_context_switchable_interp()"Scott LaVarnway
2016-05-17VP9: _get_pred_context_switchable_interp()Scott LaVarnway
2016-05-17Promote to uint32_t before left shiftYaowu Xu
2016-04-15VP9: inline vp9_get_intra_inter_context()Scott LaVarnway
2016-04-10Merge "VP9: Combine TileData with TileWorkerData"Scott LaVarnway
2016-04-07VP9: Combine TileData with TileWorkerDataScott LaVarnway
2016-04-06VP9: refactor read_switchable_interp_filter()Scott LaVarnway
2016-04-01VP9: Refactor vp9_decode_block_tokens()Scott LaVarnway
2016-03-28Properly propagate out of memory errors.Jean-Yves Avenard
2016-03-24Merge changes Id0a490bc,I1b4a0504James Zern
2016-03-24VP9: Eliminate extra mv clamp in decoderScott LaVarnway
2016-03-23vp9/inverse_transform_block_inter: move eob checkJames Zern
2016-03-23vp9/inverse_transform_block_intra: move eob checkJames Zern
2016-02-22Merge "VP9: rename vpx_read_mode_info to vp9_read_mode_info"Scott LaVarnway
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-17vp9/decoder,resize_mv_buffer: add missing alloc checkJames Zern
2016-02-10VP9: Pass NULL scale_factors ptr when not scalingScott LaVarnway
2016-02-09VP9: Refactor read_inter_block_mode_info() -- 2Scott LaVarnway
2016-02-02vp9_detokenize.c: remove unused macrosJames Zern
2016-02-01Merge "VP9: Refactor read_inter_block_mode_info()"Scott LaVarnway
2016-01-29VP9: Refactor read_inter_block_mode_info()Scott LaVarnway
2016-01-27VP9: Refactor dec_build_inter_predictors_sb()Scott LaVarnway
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-13VP9: inline vp9_use_mv_hp()Scott LaVarnway
2016-01-12Merge "VP9: Eliminate unnecessary nearest/near searches"Scott LaVarnway
2016-01-12VP9: Eliminate unnecessary nearest/near searchesScott LaVarnway
2016-01-05Assert no mv clamping for scaled referencesYaowu Xu
2015-11-24Merge "Deduplicate some high bit depth tables"Alex Converse
2015-11-23VP9: Only zero counts when !frame_parallel_decoding_mode (2)Scott LaVarnway
2015-11-17Fixed a few sanity checks.Zoe Liu
2015-11-11Revert "VP9: Only zero counts when !frame_parallel_decoding_mode"James Zern