summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
2017-05-26Fix vp8 race when build --enable-vp9-highbitdepth.Jerome Jiang
2017-05-26vp9: SVC: Fix to condiiton on using source_sad.Marco
2017-05-25vp9: Use source_sad only on top temporal enhancement layer.Marco
2017-05-13Merge "vp9: speed 8: Fix seg fault in partition copy when drop frames."Jerome Jiang
2017-05-12vp9: speed 8: Fix seg fault in partition copy when drop frames.Jerome Jiang
2017-05-10Speed up encoding by skipping altref recodeCheng Chen
2017-05-09vp9: SVC: Add option to set downsampling filter type.Marco
2017-05-03Merge "vp9 level: add tentative max cpb values for high levels"Hui Su
2017-04-26Merge "Make the row based multi-threaded encoder deterministic"Yunqing Wang
2017-04-25vp9 level: add tentative max cpb values for high levelshui su
2017-04-25Update highbd convolve functions arguments to use uint16_t src/dstLinfeng Zhang
2017-04-24Make the row based multi-threaded encoder deterministicYunqing Wang
2017-04-20vp9: 1 pass SVC: Fix comment and condition for up-sampling reference.Marco
2017-04-20vp9: SVC: Redefine the source downsample filter choice.Marco
2017-04-19Merge changes I9e18a73b,Ie47c8cd4Linfeng Zhang
2017-04-19Clean CONVERT_TO_BYTEPTR/SHORTPTR in convolveLinfeng Zhang
2017-04-18vp9: Add phase to get averaging filter for 1:2 downsampling.Marco
2017-04-17vp9: Add key_frame condition to is_reference check for loopfilter.Marco
2017-04-17Revert "Revert "vp9: Avoid encoder loopfilter for non-reference frames.""Marco Paniconi
2017-04-14Revert "vp9: Avoid encoder loopfilter for non-reference frames."James Zern
2017-04-13vp9: Avoid encoder loopfilter for non-reference frames.Marco
2017-04-06Merge "Refactor: Clean memory allocation for copy partition."Jerome Jiang
2017-04-05Refactor: Clean memory allocation for copy partition.Jerome Jiang
2017-04-04vp9: Remove legacy comments for avg_source_sad.Jerome Jiang
2017-04-03vp9: 1 pass CBR: cleanup to cyclic refresh.Marco
2017-03-29vp9: SVC: fix to allow output of denoised result.Marco
2017-03-27vp9: 1 pass: Move source sad computation into encodeframe loop.Marco
2017-03-24vp9: Fix to condition on using source_sad for 1 pass real-time.Marco
2017-03-20vp9: Use sb content measure to bias against golden.Marco
2017-03-16Merge "Refactor: Change cpi->resize_state to enum values."Jerome Jiang
2017-03-15vp9: Fix some issues with denoiser and SVC.Marco
2017-03-15Refactor: Change cpi->resize_state to enum values.Jerome Jiang
2017-03-15Merge "vp9: Using source sad for speedup for dynamic resizing."Jerome Jiang
2017-03-14Merge "vp9: Enable row multithreading for SVC in real-time mode."Jerome Jiang
2017-03-14vp9: Using source sad for speedup for dynamic resizing.Jerome Jiang
2017-03-13vp9: Fix to source_sad feature for SVC.Marco
2017-03-10vp9: Enable row multithreading for SVC in real-time mode.Marco
2017-03-08move vp9_scale_and_extend_frame_c to vp9_frame_scale.cJames Zern
2017-03-08vp9: Fix for denoising with SVC.Marco
2017-03-02vp9,realtime: Enable row multithreading for non-rdVignesh Venkatasubramanian
2017-02-27vp9: Rename new_mt to row_mtVignesh Venkatasubramanian
2017-02-23Make vp9_scale_and_extend_frame_ssse3 work for hbd when bitdepth = 8.Jerome Jiang
2017-02-22Merge "Refactored the row based multi-threading code"Yunqing Wang
2017-02-22Merge "Fix segmentation fault caused by denoiser working with spatial SVC."Jerome Jiang
2017-02-21vp9: Incorporate source sum_diff into non-rd partition thresholds.Marco
2017-02-21Fix segmentation fault caused by denoiser working with spatial SVC.Jerome Jiang
2017-02-20Refactored the row based multi-threading codeRanjit Kumar Tulabandu
2017-02-16cosmetics: Fix spelling mistake in compile flag name.paulwilkins
2017-02-15Additional first pass stats.paulwilkins
2017-02-15Merge "Aggressive VBR method."Paul Wilkins