summaryrefslogtreecommitdiff
path: root/vp8/vp8_dx_iface.c
AgeCommit message (Expand)Author
2016-08-23vp8_create_decoder_instances: add missing setjmpJames Zern
2016-08-23vp8: fix decoder crash with invalid leading keyframesJames Zern
2016-07-19vp8: simplify a few #if'sJames Zern
2016-07-19vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy
2016-07-18prepend ++ instead of post in for loops.Jim Bankoski
2016-07-15vp8: apply clang-formatclang-format
2016-06-16vp8_[cd]x_iface.c: Initialize structures to 0Johann
2016-03-25vp8_peek_si_internal: quiet static analysis warningJames Zern
2016-02-17vp8_dx_iface: add missing alloc checksJames Zern
2015-09-25vp9/10: improve support for render_width/height.Ronald S. Bultje
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-27vp8: use VPX(MIN|MAX) from vpx_dsp_common.hJames Zern
2015-08-26Remove vp8_priv_szJohann
2015-05-06Move shared SAD code to vpx_dspJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-15Reorganize *_rtcd() calling conventionsJohann
2015-01-05Return error on wrong sync codeYaowu Xu
2014-12-16Silence -Werror=unused-parameterJohann
2014-12-12Fix a bug that break the vp8 fragment decoder.hkuang
2014-10-13Resolves some lint errorsDeb Mukherjee
2014-09-04Removing sz member from vpx_codec_priv. Dmitry Kovalev
2014-09-03Consistent allocation of vpx_codec_alg_priv_t.Dmitry Kovalev
2014-08-28Removing alg_priv from vpx_codec_priv struct.Dmitry Kovalev
2014-08-21Merge "Replacing NOT_IMPLMENTED with NULL."Dmitry Kovalev
2014-08-20Replacing NOT_IMPLMENTED with NULL.Dmitry Kovalev
2014-08-20Removing iface pointer from vpx_codec_priv.Dmitry Kovalev
2014-08-15Set uv_crop_height/width in all the placesJohann
2014-08-12VP8D_GET_FRAME_CORRUPTED: check frame pointerJames Zern
2014-08-08Merge "Removing legacy XMA features from libvpx."Dmitry Kovalev
2014-08-06Make the api behavior conform to api spec.Hangyu Kuang
2014-08-05Removing legacy XMA features from libvpx.Dmitry Kovalev
2014-07-31Changes interface to avoid uninitialized warnings in vp9_cx_iface.c.Jim Bankoski
2014-07-14Misc. bit-depth related changesDeb Mukherjee
2014-07-10call vp[89]_clear_system_state after longjmpJames Zern
2014-05-27Removing ctrl_id parameter from vpx_codec_control_fn_t.Dmitry Kovalev
2014-05-23Fixes a bug for uninitialized frame buffersDeb Mukherjee
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2014-04-10Removing legacy XMA code from vp8.Dmitry Kovalev
2014-02-13Add VP9 decoder support for external frame buffersFrank Galligan
2014-01-24Revert external frame buffer code.Frank Galligan
2013-12-15Add support to pass in external frame buffers.Frank Galligan
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-07-11vp[89]_dx_iface: delete unused functionJames Zern
2013-07-11vp[89]_dx_iface: factorize vp8_mmap_*()James Zern
2013-06-17Change the encryption feature to use a callback for decryption.Jeff Petkau
2013-06-07Modified vpxdec loopScott LaVarnway
2013-04-16Merge branch 'experimental' into masterJohn Koleszar
2013-03-15Basic encryption feature for libvpx.Dmitry Kovalev
2013-03-02vp8_init: fix NULL dereference on allocation errorJames Zern
2013-01-30WIP: Multiple decoder instances supportScott LaVarnway