summaryrefslogtreecommitdiff
path: root/vp8/decoder/onyxd_if.c
AgeCommit message (Expand)Author
2019-01-10vp8 dec: Add flag to bring up threads.Jerome Jiang
2018-12-21vp8: kill all threads on corrupted frame.Jerome Jiang
2018-12-17Remove -Wextra suppression.Jerome Jiang
2018-10-31Merge "vp8: fix to address overflow in decoder."Jerome Jiang
2018-10-31vp8dx_get_quantizer: normalize VP8D_COMPJohann
2018-10-31vp8: fix to address overflow in decoder.Jerome Jiang
2017-06-22onyxd_int.h: add missing prototypesJames Zern
2017-03-03vp8_create_decoder_instances: correct pbi[] memsetJames Zern
2017-01-12Add decoder getters for the last quantizer.Peter Boström
2016-09-29vp8,frame_buffers: remove unused use_frame_threadsJames Zern
2016-09-29Remove vp8_clear_system_stateJohann
2016-08-23vp8_create_decoder_instances: add missing setjmpJames Zern
2016-07-23vp8:fix threading issuesJim Bankoski
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
2015-09-30vp8: change build_intra_predictors_mby_s to use vpx_dsp.Ronald S. Bultje
2015-05-14vp8: make some functions staticJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2014-12-16Silence -Werror=unused-parameterJohann
2014-07-10call vp[89]_clear_system_state after longjmpJames Zern
2014-04-29Remove VP8 save_reg_neon functionYunqing Wang
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-03-01Merge master branch into experimentalJohn Koleszar
2013-01-30WIP: Multiple decoder instances supportScott LaVarnway
2013-01-29Use FRAGMENT_DATA struct in pbiScott LaVarnway
2013-01-25Merge "Bug fix: error-concealment enabled changed postproc output"Jim Bankoski
2013-01-25Bug fix: error-concealment enabled changed postproc outputScott LaVarnway
2013-01-25Merge "Bug fix: Handle input data ptr = NULL and size = 0 correctly"Marco Paniconi
2013-01-22Bug fix: Handle input data ptr = NULL and size = 0 correctlyScott LaVarnway
2012-12-05Use 'vpx_scale' consistentlyJohann
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-10-31vp8dx_receive_compressed_data() cleanupScott LaVarnway
2012-09-24Move frame allocations out of vp8_decode_frame()Scott LaVarnway
2012-09-11fix valgrind mem leak on garbage decodeJim Bankoski
2012-08-21Merge "Removed unused dr from VP8D_COMP"Scott LaVarnway
2012-08-02Added row based loopfilterScott LaVarnway
2012-06-04Remove extra enumJohann
2012-06-01Removed unused dr from VP8D_COMPScott LaVarnway
2012-05-23Fix another multithreaded encoder loopfilter race conditionAttila Nagy
2012-05-11fix warnings for building on win32Scott Graham
2012-04-26Moves error concealment allocations from common parts to decoderAttila Nagy
2012-04-23Optimizes precalculated decoder block ptrs&offsAttila Nagy
2012-04-19Ports vpx_xcaler to new RTCD methodAttila Nagy
2012-04-19Makes all mode token tables constAttila Nagy
2012-01-30RTCD: add subpixel functionsJohn Koleszar
2012-01-30New RTCD implementationJohn Koleszar
2012-01-27Merge "Hook up VP8D_GET_LAST_REF_USED"John Koleszar
2012-01-27Hook up VP8D_GET_LAST_REF_USEDJohn Koleszar
2012-01-20Disconnect ARM tgt_isa from dsp extensionsFritz Koenig