summaryrefslogtreecommitdiff
path: root/vp9/decoder
AgeCommit message (Expand)Author
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
2015-11-09VP9: Only zero counts when !frame_parallel_decoding_modeScott LaVarnway
2015-11-03Deduplicate some high bit depth tablesAlex Converse
2015-10-29vp9_decodeframe.h: add missing includeJames Zern
2015-10-27Shrink probability remap tables.Alex Converse
2015-10-16Add a new enum type vpx_color_range_tYaowu Xu
2015-10-10tile_worker_hook: fix -Wclobbered warningJames Zern
2015-10-07vp9/decode_tiles_mt: remove unnecessary localJames Zern
2015-10-06vp9/tile_worker_hook: pass pbi directlyJames Zern
2015-10-06vp9/tile_worker_hook: add multiple tile decodingJames Zern
2015-09-30VP9: remove plane_type from macroblockd_planeScott LaVarnway
2015-09-29Merge "VP9: move loopfilter build masks to decode loop"Scott LaVarnway
2015-09-29VP9: move loopfilter build masks to decode loopScott LaVarnway
2015-09-25vp9/10: improve support for render_width/height.Ronald S. Bultje
2015-09-25Rename display_{size,width,height} to render_*.Ronald S. Bultje
2015-09-24vp9/10 decoder_remove: check pbi pointerJames Zern
2015-09-17Merge changes from topic 'tile-thread-cleanup'James Zern
2015-09-16Add support for color-range.Ronald S. Bultje
2015-09-09vp9: add extern "C" to headersJames Zern
2015-09-04vp9/decode_tiles_mt: move frame count accum from loopJames Zern
2015-09-04VP9Decoder: remove duplicate tile_worker_infoJames Zern
2015-09-04vp9/decode_tiles_mt: move some inits from inner loopJames Zern