summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decoder.c
AgeCommit message (Expand)Author
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-07-02Rename vpx_thread to vpx_utilJingning Han
2015-07-02Use vpx prefix for codec independent threading functionsJingning Han
2015-07-01Move multi-threading module functions into vpx_thread folderJingning Han
2015-05-28Merge "Add error handling when running out of free frame buffers."hkuang
2015-05-27Add error handling when running out of free frame buffers.hkuang
2015-05-20[decoder] Optimize context buffer re-allocationMinghai Shang
2015-05-06Move shared SAD code to vpx_dspJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-04-15Reorganize *_rtcd() calling conventionsJohann
2015-02-19Optimize the dequantization process on decoder side.Hangyu Kuang
2015-02-05vp9: fix segfault w/corrupt data post frame-parallel mergeJames Zern
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-08Merge "vp9: fix -Wclobbered (longjmp + local variables)"James Zern
2015-01-06Use -1 consistently as invalid buffer idxYaowu Xu
2014-12-23vp9: fix -Wclobbered (longjmp + local variables)James Zern
2014-12-19resolve visual studio warnings around initializersJim Bankoski
2014-12-18make vp9 encoder static initializers thread safeJim Bankoski
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-12-02vp9: sync threads after a longjmpJames Zern
2014-11-14Fix a bug in frame parallel decode and add a unit test for that.hkuang
2014-11-06Modify the frame context memory deallocationYunqing Wang
2014-11-05Totally remove prev_mi in VP9 decoder.hkuang
2014-10-31Bind motion vectors with frame buffer structure.hkuang
2014-10-24Merge changes I8a9c9019,Ic7b2faa3,I44d42a50,I3f3a3924,I10747b32,I31b49c9eJames 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-22Implement frame parallel decode for VP9.Hangyu Kuang
2014-10-17Correct the logic of ready_for_new_data.hkuang
2014-10-16vp9: store TileWorkerData allocations separatelyJames Zern
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-09-29Miscellaneous decoder changes for high bitdepthDeb Mukherjee
2014-09-09vp9: wait for key/intra-only frame after corruptionJames Zern
2014-09-03Initializing intra modes without vpx_once().Dmitry Kovalev
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-08-29vp9: fix m/t loop filter invalid freeJames Zern
2014-08-19Merge "[spatial svc]Add a few different encode frame tests."Minghai Shang
2014-08-18[spatial svc]Add a few different encode frame tests.Minghai Shang
2014-08-14vp9_copy_reference_dec: check ref frame index before useJames Zern
2014-08-08Common encode/decode function to get reference frameAdrian Grange
2014-07-28Add segmentation map array for current and last frame segmentation.hkuang
2014-07-15Fix show_existing_frame not decreasing frame buffer ref counter.Alexander Voronov
2014-07-10call vp[89]_clear_system_state after longjmpJames Zern
2014-07-09Merge "vp9_decoder_remove: destroy common after thread shutdown"James Zern