summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodeframe.c
AgeCommit message (Expand)Author
2015-02-23fix the propagation of color space info in decoderYaowu Xu
2015-02-19Optimize the dequantization process on decoder side.Hangyu Kuang
2015-02-10Remove unnecessary border extension when frame size change.hkuang
2015-02-06Make encoder and decoder share common thread functionYunqing Wang
2015-02-06Rename loopfilter_thread files to thread_common filesYunqing Wang
2015-02-04vp9_dthread: remove frame_parallel_decoding_mode requirementYunqing Wang
2015-02-03vp9_dthread: pass frame counts to decoder functionsYunqing Wang
2015-02-02Fix a bug from merging frame parallel branch into master.hkuang
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
2015-01-23Revert "Merge branch 'frame-parallel' to enable frame parallel decode in mast...Johann
2015-01-22Merge branch 'frame-parallel' to enable frame parallel decode in master branch.hkuang
2015-01-16vp9_ethread: add parallel loopfilterYunqing Wang
2015-01-14Add encoder control for setting color spaceYaowu Xu
2015-01-13Enable decoder to pass through color space infoYaowu Xu
2015-01-09Fix comments and color formatYaowu Xu
2015-01-08Merge "vp9: add per-tile longjmp error handling"James Zern
2014-12-30Remove unnecessary init_macroblockd.hkuang
2014-12-19vp9: add per-tile longjmp error handlingJames Zern
2014-12-16Merge "Revert "Revert "Add support for setting byte alignment."""Frank Galligan
2014-12-16Merge "Prevent decoder from using uninitialized entropy context."Yaowu Xu
2014-12-15Revert "Revert "Add support for setting byte alignment.""Frank Galligan
2014-12-15Revert "Add support for setting byte alignment."Paul Wilkins
2014-12-12Add support for setting byte alignment.Frank Galligan
2014-12-11Remove unnecessary dqcoeff memset.hkuang
2014-12-11Prevent decoder from using uninitialized entropy context.Alexander Voronov
2014-12-08Add error handling for frame parallel decode and unit test for that.hkuang
2014-12-04Clean up the logic of handling corrupted frame.hkuang
2014-10-31Bind motion vectors with frame buffer structure.hkuang
2014-10-24Merge changes I8a9c9019,Ic7b2faa3,I44d42a50,I3f3a3924,I10747b32,I31b49c9eJames Zern
2014-10-23add vp9_loop_filter_data_resetJames Zern
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-10-22Implement frame parallel decode for VP9.Hangyu Kuang
2014-10-16vp9_loop_filter_frame_mt: remove pbi dependencyJames Zern
2014-10-16vp9_loop_filter_frame_mt: pass planes directlyJames Zern
2014-10-16vp9_loop_filter_frame_mt: pass VP9LfSync directlyJames Zern
2014-10-16vp9: store TileWorkerData allocations separatelyJames Zern
2014-10-14Merge "Correct the format."hkuang
2014-10-14Correct the format.hkuang
2014-10-13Remove unnecessary local variable.hkuang
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