summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decoder.c
AgeCommit message (Expand)Author
2018-12-06vp9 decoder: cleanup on exit if no available frame buffer.Jerome Jiang
2018-10-25Add Memory to Enable Row DecodeRitu Baldwa
2018-09-12Fix buffer overrun of postproc_state.limitsMatthias Räncker
2018-08-27Rework enc/dec mismatch detectionJingning Han
2018-07-12Backport libaom bug fixes.Wan-Teh Chang
2017-11-09vp9: Fix mem rel for non-ref for external buffer.Jerome Jiang
2017-07-05vp9: remove FrameWorkerData & vp9_dthread.hJames Zern
2017-07-05vp9: remove (un)lock_buffer_poolJames Zern
2017-06-30VP9Decoder: rm frame_parallel_decodeJames Zern
2017-05-26Fix vp8 race when build --enable-vp9-highbitdepth.Jerome Jiang
2016-08-03vp9/decoder,vp9/*.[hc]: apply clang-formatclang-format
2016-07-01Make set_reference control API work in VP9Yunqing Wang
2016-05-17Promote to uint32_t before left shiftYaowu Xu
2016-04-10Merge "VP9: Combine TileData with TileWorkerData"Scott LaVarnway
2016-04-07VP9: Combine TileData with TileWorkerDataScott LaVarnway
2016-03-28Properly propagate out of memory errors.Jean-Yves Avenard
2015-11-17Fixed a few sanity checks.Zoe Liu
2015-09-24vp9/10 decoder_remove: check pbi pointerJames Zern
2015-09-04VP9Decoder: remove duplicate tile_worker_infoJames Zern
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