summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_alloccommon.c
AgeCommit message (Expand)Author
2016-08-19vp9_alloc_context_buffers: clear cm->mi* on failureJames Zern
2016-08-02vp9/common: apply clang-formatclang-format
2016-07-15addnoise : clear out static size for generated noiseJim Bankoski
2016-07-12deblock filter : moved from vp8 code branchJim Bankoski
2016-02-12vp9-resize: Fix an issue with external dynamic resize.Marco
2015-09-29VP9: move loopfilter build masks to decode loopScott LaVarnway
2015-08-14Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-05-20[decoder] Optimize context buffer re-allocationMinghai Shang
2015-05-15vp9: add some missing includesJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-03-19Safely free all the frame buffers after all the workers finish the work.hkuang
2015-03-04Make encoder buffer allocation dynamicAdrian Grange
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
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-12Merge "Add support for setting byte alignment."Frank Galligan
2014-12-12Add support for setting byte alignment.Frank Galligan
2014-12-12vp9: make postproc members depend on CONFIG_VP9_POSTPROCJames Zern
2014-12-12vp9_postproc: remove redundant CONFIG_* checksJames Zern
2014-12-11Multiframe Quality Enhancement(MFQE) in VP9.JackyChen
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-04Fix the memory leak due to missing free frame_mvs.hkuang
2014-10-31Bind motion vectors with frame buffer structure.hkuang
2014-10-22Implement frame parallel decode for VP9.Hangyu Kuang
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-08-14Fix bug 837: realloc mode info buffers on resizeAdrian Grange
2014-07-28Add segmentation map array for current and last frame segmentation.hkuang
2014-07-17Modified frame buffer handlingAdrian Grange
2014-07-02Seperate the frame buffers from VP9 encoder/decoder structure.hkuang
2014-06-27vp9: disable postproc buffer alloc when unnecessaryJames Zern
2014-06-23Allocate buffers based on correct chroma formatAdrian Grange
2014-06-10Add mode info arrays and mode info index.hkuang
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-03-25Moving above_context to VP9_COMMON.Dmitry Kovalev
2014-03-24Initialization code cleanup.Dmitry Kovalev
2014-03-21Renaming and making vp9_update_mode_info_border() static.Dmitry Kovalev
2014-03-20Reusing {above, left}_seg_context vars in both encoder and decoder.Dmitry Kovalev
2014-03-19Adding alloc_mi() function.Dmitry Kovalev
2014-03-13Adding vp9_swap_mi_and_prev_mi() function.Dmitry Kovalev
2014-03-10Adding type casts to remove C++ compiler errors.Dmitry Kovalev
2014-03-01Remove vp9_create_common()Yaowu Xu
2014-02-26Removing vp9_systemdependent.c.Dmitry Kovalev
2014-02-10Add get release decoder frame buffer functions.Frank Galligan
2014-01-29Combining fb_idx_ref_cnt[] and yv12_fb[] arrays.Dmitry Kovalev