aboutsummaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decodeframe.c
AgeCommit message (Expand)Author
2023-06-26vp9_decodeframe,init_mt: free tile_workers on alloc failureJames Zern
2023-05-08Merge changes Ie165d410,I6d9bb8da,I6858e574 into mainJames Zern
2023-05-08Unify implementation of CHECK_MEM_ERRORJerome Jiang
2023-05-05vp9_decodeframe,tile_worker_hook: relocate setjmp=1James Zern
2023-03-24vp9_scan.h: rename scan_order struct to ScanOrderJames Zern
2019-12-04trivial: remove reference to error correctionJohann
2019-12-02Merge "Fix mutex free in multi-thread lpf"James Zern
2019-11-27Fix mutex free in multi-thread lpfVenkatarama NG. Avadhani
2019-11-14Move buffer from extend_and_predict into TileWorkerDataVitaly Buka
2019-05-06Add mismatch_debug toolAngie Chiang
2019-04-26Add bistream_debug toolAngie Chiang
2019-04-22[vp9] Fix handling of skip in row_mt=1Harish Mahendrakar
2019-04-19[CFI] Remove function pointer cast of row_decode_worker_hookHarish Mahendrakar
2019-04-16Revert "Refactor tile boundary condition for intra prediction"James Zern
2019-03-14Refactor tile boundary condition for intra predictionJingning Han
2019-02-07Fixing ClangTidy issues reported by downstream integrationkyslov
2019-02-01Fix segmentation fault when num tile cols change in row-mt.Ritu Baldwa
2019-01-30Modify map read/write to sync logic in row_mt caseRitu Baldwa
2019-01-19Revert "Revert "Add Tile-SB-Row based Multi-threading in Decoder""Ritu Baldwa
2018-12-22Revert "Add Tile-SB-Row based Multi-threading in Decoder"James Zern
2018-12-21vp9_decodeframe.c: resolve missing declarationsJohann
2018-12-18Add Tile-SB-Row based Multi-threading in DecoderRitu Baldwa
2018-12-03Add Parse and Recon Split functionsShubham Tandle
2018-10-25Add Memory to Enable Row DecodeRitu Baldwa
2018-10-08Loopfilter Multi-Thread OptimizationSupradeep T R
2018-09-22Revert "Revert "Revert "Loopfilter MultiThread Optimization"""James Zern
2018-09-21Rework is_compound_allowed logic at encoderJingning Han
2018-09-20Generalize encoder comp_var_ref settingJingning Han
2018-09-12Revert "Revert "Loopfilter MultiThread Optimization""Venkatarama NG. Avadhani
2018-08-30Revert "Loopfilter MultiThread Optimization"James Zern
2018-08-21Merge "Loopfilter MultiThread Optimization"Harish Mahendrakar
2018-08-20Loopfilter MultiThread OptimizationSupradeep T R
2018-08-13Merge "vp9: don't release buffer for current frame."Jerome Jiang
2018-08-11vp9: don't release buffer for current frame.Jerome Jiang
2018-08-06vp9: address integer sanitizer warningJohann
2018-07-26vp9: release frame buffer on key frame.Jerome Jiang
2018-07-12Backport libaom bug fixes.Wan-Teh Chang
2018-06-06VP9: fix unsigned integer overflow in decoder.Jerome Jiang
2017-11-20[CFI] Remove function pointer castsVlad Tsyrklevich
2017-11-09vp9: Fix mem rel for non-ref for external buffer.Jerome Jiang
2017-07-05vp9: remove (un)lock_buffer_poolJames Zern
2017-06-30VP9Decoder: rm frame_parallel_decodeJames Zern
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
2017-05-03Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng Zhang
2017-04-25Clean vp9_highbd_build_inter_predictor() and highbd_inter_predictor()Linfeng Zhang
2017-02-14apply clang-formatclang-format
2016-11-01vp9,tile_worker_hook: correctly set jmp targetJames Zern
2016-09-22VP9: pass TileWorkerData instead of MACROBLOCKD and vpx_reader.Scott LaVarnway
2016-08-31Refactor uv tx size with lookup arraysDebargha Mukherjee
2016-08-03vp9/decoder,vp9/*.[hc]: apply clang-formatclang-format