summaryrefslogtreecommitdiff
path: root/vp8/decoder/threading.c
AgeCommit message (Expand)Author
2018-11-09vp8: Init buffers and pred arrays for mt after allocation.Jerome Jiang
2018-11-05vp8 dec: only compute ref frame buffer pointer for non intraJerome Jiang
2018-10-31vp8: fix to address overflow in decoder.Jerome Jiang
2018-08-22Revert "vp8: Fix memory address overflow in decoder."Jerome Jiang
2018-07-19vp8: Fix memory address overflow in decoder.Jerome Jiang
2018-01-18clang-format v5.0.0 vp8/Johann
2017-09-01apply clang-formatclang-format
2017-08-31Add atomics to vp8 synchronization primitives.Peter Boström
2017-06-22onyxd_int.h: add missing prototypesJames Zern
2017-06-21vp[89],vpx_dsp: add missing includesJames Zern
2016-12-14Change order of operation to avoid ubsan warningsYaowu Xu
2016-12-13Reapply 'Amend and improve VP8 multithreading implementation'Jim Bankoski
2016-09-13vp8 decoder: cast decoding_thread_count to intJohann
2016-08-23vp8_decoder_create_threads: check sem/pthread returnsJames Zern
2016-07-23vp8:fix threading issuesJim Bankoski
2016-07-21Revert "Amend and improve VP8 multithreading implementation"Yunqing Wang
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-22vp8 error concealment: remove unused variablesJohann
2016-01-08Amend and improve VP8 multithreading implementationYunqing Wang
2015-09-30vp8: change build_intra_predictors_mby_s to use vpx_dsp.Ronald S. Bultje
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2014-12-16Silence -Werror=unused-parameterJohann
2013-10-29threading.c: use vpx_memset instead of castJohann
2013-03-14Removed shadow warnings : postproc.c decodframe.c threading.cScott LaVarnway
2013-03-04Code cleanup.Dmitry Kovalev
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-06use calloc() instead of malloc()Pascal Massimino
2012-09-24Merge "Move frame allocations out of vp8_decode_frame()"Scott LaVarnway
2012-09-24Move frame allocations out of vp8_decode_frame()Scott LaVarnway
2012-09-21Removed bc and bc2 vp8_readers from VP8D_COMPScott LaVarnway
2012-09-13Changed setup intra recon to be row basedScott LaVarnway
2012-08-02Pass B_PREDICTION_MODE to intra4x4_predictJohann
2012-08-01Rename vp8_intra4x4_predict_dJohann
2012-08-01Use intra4x4_predict_d parameter namesJohann
2012-08-01use RTCD pointer for intra4x4_predictJohann
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-05-11fix warnings for building on win32Scott Graham
2012-05-11Merge branch 'origin/eider' into masterJohn Koleszar
2012-05-04fix vp8_ namespace issuesJohn Koleszar
2012-04-24Simplifies decoder multithread synchingAttila Nagy
2012-04-23Optimizes precalculated decoder block ptrs&offsAttila Nagy
2012-03-29Updated vp8_build_intra_predictors_mby_s(sse2/ssse3)Scott LaVarnway
2012-03-26Removed duplicate vp8_build_intra_predictors_mb y/uvScott LaVarnway
2012-03-08threading.c refactoringScott LaVarnway
2012-02-29Decoder loops refactoringScott LaVarnway
2012-02-28Merge changes Ifb450710,I61c4a132Scott LaVarnway