summaryrefslogtreecommitdiff
path: root/vp9/decoder
AgeCommit message (Expand)Author
2014-12-09Merge "Clean up the logic of handling corrupted frame."hkuang
2014-12-04Merge "vp9_reader: reorder struct members"James Zern
2014-12-04Clean up the logic of handling corrupted frame.hkuang
2014-12-02vp9: sync threads after a longjmpJames Zern
2014-11-24vp9_reader: reorder struct membersJames Zern
2014-11-06Modify the frame context memory deallocationYunqing Wang
2014-11-05Merge "Totally remove prev_mi in VP9 decoder."hkuang
2014-11-05Totally remove prev_mi in VP9 decoder.hkuang
2014-11-05Merge "Simplify interface of write_selected_tx_size and read_tx_size"Hui Su
2014-11-04Simplify interface of write_selected_tx_size and read_tx_sizeHui Su
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-22Merge "vp9_ethread: allocate frame contexts outside VP9_COMMON struct"Yunqing Wang
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-10-17Correct the logic of ready_for_new_data.hkuang
2014-10-16move LFWorkerData allocation to VP9LfSyncJames Zern
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-14Merge "Remove unnecessary local variable."hkuang
2014-10-14Merge "Remove extra line."hkuang
2014-10-13Remove unnecessary local variable.hkuang
2014-10-10Remove extra line.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-07Merge "Take out repeated block width/height lookup functions"Jingning Han
2014-10-07Merge "Add range checking for decoded coefficients."Yaowu Xu
2014-10-07Take out repeated block width/height lookup functionsJingning Han
2014-10-07Add range checking for decoded coefficients.Yaowu Xu
2014-10-07Resolves some static analysis / undefined warningsDeb Mukherjee
2014-10-02Merge "Make iscan and scan neighbor arrays static const."Yaowu Xu
2014-10-02Make iscan and scan neighbor arrays static const.Yaowu Xu
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-19High bit-depth coefficient coding functionsDeb Mukherjee
2014-09-18Adds high bitdepth convolve, interpred & scalingDeb Mukherjee
2014-09-16Merge "Speeding up decode_coeffs()."Dmitry Kovalev
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-09-16Speeding up decode_coeffs().Dmitry Kovalev
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee