summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodeframe.c
AgeCommit message (Expand)Author
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
2015-08-14Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han
2015-08-06Cosmetic - align format in vp9Jingning Han
2015-07-31Code refactor on InterpKernelZoe Liu
2015-07-20vpx_dsp/bitreader_buffer.h: vp9_->vpx_Yaowu Xu
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-20Merge "Correctly report "Unsupported bitstream profile""Yaowu Xu
2015-07-20Removed vp9_ prefix from vpx_dsp/bitreader file namesYaowu Xu
2015-07-17Move bit reader files to vpx_dspYaowu Xu
2015-07-17Correctly report "Unsupported bitstream profile"Yaowu Xu
2015-07-13Refactor intra block prediction and reconstruction processJingning Han
2015-07-13Refactor intra block prediction functionJingning Han
2015-07-09Eliminate num_8x8 and num_4x4 width/height lookupsScott LaVarnway
2015-07-08Refactor transform block loop for inter mode decodingJingning Han
2015-07-08Merge "Don't allocate dqcoeff in MACROBLOCKD."Alex Converse
2015-07-08Don't allocate dqcoeff in MACROBLOCKD.Alex Converse
2015-07-08Refactor inverse_transform_block argument listJingning Han
2015-07-07Reset dqcoeff[0] only if eob is 1Jingning Han
2015-07-07Rework scan order fetch logic for decoderJingning Han
2015-07-07Add vp9_ prefix to init_macroblockdJingning Han
2015-07-07Reduce dqcoeff array size in decoderJingning Han
2015-07-06Merge "remove vp9_get_interp_kernel()"James Zern
2015-07-06remove vp9_get_interp_kernel()James Zern
2015-07-06Merge "Rename vpx_thread to vpx_util"Jingning Han