summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodeframe.c
AgeCommit message (Expand)Author
2014-10-09Optimize the code to set the refernce frame right after reading the header.hkuang
2014-10-09Merge "Remove unnecessary code."hkuang
2014-10-09Merge "Remove unnecessary scale check in set_ref."hkuang
2014-10-09Remove unnecessary code.hkuang
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-10-09Remove unnecessary scale check in set_ref.hkuang
2014-10-07Take out repeated block width/height lookup functionsJingning Han
2014-10-02Fix subsampling check for images 1 pixel wide/tallAlex Converse
2014-09-29Miscellaneous decoder changes for high bitdepthDeb Mukherjee
2014-09-25Adds various high bit-depth encode functionsDeb Mukherjee
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-18Adds high bitdepth convolve, interpred & scalingDeb Mukherjee
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-09vp9: wait for key/intra-only frame after corruptionJames Zern
2014-09-09Merge changes If8887e1d,I36bfc9c8,I3d1e6c42James Zern
2014-09-08vp9_decodeframe: simplify tile_work_hook signatureJames Zern
2014-09-08BITSTREAM CLARIFICATION: Forbid referencing across color spaces.Alex Converse
2014-09-05Merge changes I7b9f40dc,I76e74f2eJames Zern
2014-09-05Merge "vp9: skip loopfilter when the frame is corrupt"James Zern
2014-09-04vp9: correct context buffer resize checkJames Zern
2014-09-04vp9: fail decode if block/frame refs are corruptJames Zern
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-08-29Merge "vp9: sync workers at the start of decode_tiles_mt()"James Zern
2014-08-28vp9: sync workers at the start of decode_tiles_mt()James Zern
2014-08-27vp9: skip loopfilter when the frame is corruptJames Zern
2014-08-27vp9: fix crash in inline loopfilter w/corrupt fileJames Zern
2014-08-21Fix bug 837 (Part 2): Handle increase in frame widthAdrian Grange
2014-08-14Fix bug 837: realloc mode info buffers on resizeAdrian Grange
2014-08-08Remove coding_use_prev_mi member from VP9_COMMONAdrian Grange
2014-08-07Changes hdr for profiles > 1 for intraonly framesDeb Mukherjee
2014-07-28Fix reference frame size restrictions.Jim Bankoski
2014-07-25Merge "Fix allocation of context buffers on frame resize"Yaowu Xu
2014-07-24Changed validation of reference frame sizeYaowu Xu
2014-07-24Fix allocation of context buffers on frame resizeAdrian Grange
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-21Add -DNDEBUG when config option debug is disabledYunqing Wang
2014-07-18Re-introduce frame size check inadvertantly deletedAdrian Grange
2014-07-18Merge "Separates profile 2 into 2 profiles 2 and 3"Deb Mukherjee
2014-07-17Separates profile 2 into 2 profiles 2 and 3Deb Mukherjee
2014-07-17Modified frame buffer handlingAdrian Grange
2014-07-17allow config options to limit max size of decodeJim Bankoski
2014-07-11Add unit test to test tile decoding error handling.hkuang
2014-07-09Merge "Move vp9_thread.* to common."hkuang
2014-07-08Fix decoder handling of intra-only framesAdrian Grange
2014-07-07Move vp9_thread.* to common.hkuang
2014-07-01Merge changes I875ac5a7,I2b13369d,I9ceb47a9James Zern
2014-07-01validate uv block size when reading partitionJim Bankoski
2014-07-01update vp9_thread.[hc]James Zern
2014-06-30initialize bit buffer structure to avoid warning errorJim Bankoski