summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodeframe.c
AgeCommit message (Expand)Author
2017-11-20[CFI] Remove function pointer castsVlad Tsyrklevich
2017-11-09vp9: Fix mem rel for non-ref for external buffer.Jerome Jiang
2017-07-05vp9: remove (un)lock_buffer_poolJames Zern
2017-06-30VP9Decoder: rm frame_parallel_decodeJames Zern
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
2017-05-03Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng Zhang
2017-04-25Clean vp9_highbd_build_inter_predictor() and highbd_inter_predictor()Linfeng Zhang
2017-02-14apply clang-formatclang-format
2016-11-01vp9,tile_worker_hook: correctly set jmp targetJames Zern
2016-09-22VP9: pass TileWorkerData instead of MACROBLOCKD and vpx_reader.Scott LaVarnway
2016-08-31Refactor uv tx size with lookup arraysDebargha Mukherjee
2016-08-03vp9/decoder,vp9/*.[hc]: apply clang-formatclang-format
2016-07-06Remove decode asserts from better-hw-compatibilityDebargha Mukherjee
2016-05-25Prevent read to invalid RefBufferYaowu Xu
2016-05-18Merge "Prevent invalid read"Yaowu Xu
2016-05-18Move, rename, and inline high_inter_predictor.Alex Converse
2016-05-18Prevent invalid readYaowu Xu
2016-04-10Merge "VP9: Combine TileData with TileWorkerData"Scott LaVarnway
2016-04-07VP9: Combine TileData with TileWorkerDataScott LaVarnway
2016-04-01VP9: Refactor vp9_decode_block_tokens()Scott 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-19VP9: rename vpx_read_mode_info to vp9_read_mode_infoScott 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-01-27VP9: Refactor dec_build_inter_predictors_sb()Scott LaVarnway
2016-01-19VP9: Eliminate MB_MODE_INFOScott 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-23VP9: Only zero counts when !frame_parallel_decoding_mode (2)Scott LaVarnway
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-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-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-17Merge changes from topic 'tile-thread-cleanup'James Zern
2015-09-16Add support for color-range.Ronald S. Bultje
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
2015-09-04vp9_accumulate_frame_counts: pass counts directlyJames Zern
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern