summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodeframe.c
AgeCommit message (Expand)Author
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-28Move vp9_dec_build_inter_predictors_* to decoder folder.hkuang
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-11Move vp9_thread.* to common.hkuang
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-02Seperate the frame buffers from VP9 encoder/decoder structure.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
2014-06-27Better validation of invalid filesJim Bankoski
2014-06-24vp9: check tile column countJames Zern
2014-06-20Fix bug in error handling that causes segfaultJim Bankoski
2014-06-02Fixing failed ARM build.Dmitry Kovalev
2014-05-29Merge "Moving itxm_add pointer from MACROBLOCKD to MACROBLOCK."Dmitry Kovalev
2014-05-21Removing decoded_key_frame flag.Dmitry Kovalev
2014-05-21Moving itxm_add pointer from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2014-05-21Fix the memory alignment issue due to patch:hkuang