]> granicus.if.org Git - libvpx/history - vp9
Merge "block error avx2: sum in 32 bits when possible"
[libvpx] / vp9 /
2017-05-02 Johann KoenigMerge "block error avx2: sum in 32 bits when possible"
2017-05-01 Marco PaniconiMerge "vp9: SVC: Early exit on golden ref in non-rd...
2017-05-01 Linfeng ZhangMerge "Clean vp9_highbd_build_inter_predictor() and...
2017-05-01 Johann KoenigMerge "move vp9_error_intrin_avx2.c"
2017-05-01 Kyle Siefringblock error avx2: sum in 32 bits when possible
2017-05-01 Marcovp9: SVC: Early exit on golden ref in non-rd pickmode.
2017-05-01 Johannmove vp9_error_intrin_avx2.c
2017-04-28 Johann KoenigMerge "Use uint32_t for accumulator"
2017-04-28 Jerome JiangMerge "vp9: Fix condition for disabling adaptive_rd_thr...
2017-04-28 Jerome Jiangvp9: Fix condition for disabling adaptive_rd_thresh.
2017-04-28 Jerome JiangMerge "Generalize vp9 sse2 denoiser test for other...
2017-04-28 JohannUse uint32_t for accumulator
2017-04-28 Johann KoenigMerge "vp9 temporal filter: sse4 implementation"
2017-04-28 Yaowu XuMerge "VP9: enable trellis for high bitdepth intra"
2017-04-27 James ZernMerge "webm_read_frame: avoid NULL dereference"
2017-04-27 Johannvp9 temporal filter: sse4 implementation
2017-04-26 Jerome Jiangvp9: Don't force disabling of adaptive_rd_thresh for...
2017-04-26 Yunqing WangMerge "Make the row based multi-threaded encoder determ...
2017-04-26 Linfeng ZhangMerge "Update highbd convolve functions arguments to...
2017-04-26 Marco PaniconiMerge "vp9: SVC: Adjust some speed settings for tempora...
2017-04-26 Peter de RivazVP9: enable trellis for high bitdepth intra
2017-04-26 Jerome JiangMerge "Fix the decoder seg fault when frame is corrupted."
2017-04-26 Jerome JiangMerge "vp9: speed >= 8: Skip uv variance in model_rd_sb...
2017-04-25 Marcovp9: SVC: Adjust some speed settings for temporal layers.
2017-04-25 Jerome Jiangvp9: speed >= 8: Skip uv variance in model_rd_sb_y_large
2017-04-25 Linfeng ZhangClean vp9_highbd_build_inter_predictor() and highbd_int...
2017-04-25 Linfeng ZhangUpdate highbd convolve functions arguments to use uint1...
2017-04-25 Marcovp9; Reduce artifact in non-rd pickmode for lighting...
2017-04-24 Yunqing WangMake the row based multi-threaded encoder deterministic
2017-04-24 Yunqing WangMerge "Make allow_exhaustive_searches feature no longer...
2017-04-21 Marco PaniconiMerge "vp9: SVC: fix condition for partition/skip thres...
2017-04-21 Yunqing WangMake allow_exhaustive_searches feature no longer adaptive
2017-04-21 Jerome JiangMerge "vp9: Non-rd pickmode: Avoid computation duplica...
2017-04-20 Marcovp9: SVC: fix condition for partition/skip threshold...
2017-04-20 Jerome Jiangvp9: Non-rd pickmode: Avoid computation duplication.
2017-04-20 Marcovp9: 1 pass SVC: Fix comment and condition for up-sampl...
2017-04-20 Yunqing WangMerge "Only allow allow_exhaustive_searches for FC_GRAP...
2017-04-20 Marco PaniconiMerge "vp9: Re-enable SVC datarate tests."
2017-04-20 Marcovp9: SVC: Redefine the source downsample filter choice.
2017-04-20 James ZernMerge changes I1f5a3752,I95123051,I3bb724e0,Ie81077fa...
2017-04-20 Yunqing WangOnly allow allow_exhaustive_searches for FC_GRAPHICS_AN...
2017-04-19 Linfeng ZhangMerge changes I9e18a73b,Ie47c8cd4
2017-04-19 Linfeng ZhangClean CONVERT_TO_BYTEPTR/SHORTPTR in convolve
2017-04-19 Marco PaniconiMerge "vp9: Add phase to get averaging filter for 1...
2017-04-18 Marcovp9: Add phase to get averaging filter for 1:2 downsamp...
2017-04-17 Marcovp9: Add key_frame condition to is_reference check...
2017-04-17 Johann KoenigMerge "re-enable vpx_comp_avg_pred_sse2"
2017-04-17 Marco PaniconiRevert "Revert "vp9: Avoid encoder loopfilter for non...
2017-04-15 James ZernMerge "Add AVX2 optimization to copy/avg functions"
2017-04-14 Johann KoenigMerge "Disable vpx_comp_avg_pred_sse2"
2017-04-14 James ZernRevert "vp9: Avoid encoder loopfilter for non-reference...
2017-04-14 Marco PaniconiMerge "vp9: SVC: fix to allow use_base_mv to be used...
2017-04-14 Johann KoenigMerge "vpx_comp_avg_pred: sse2 optimization"
2017-04-14 Marcovp9: SVC: fix to allow use_base_mv to be used for 3...
2017-04-14 Marco PaniconiMerge "vp9: Avoid encoder loopfilter for non-reference...
2017-04-13 Marcovp9: 1 pass VBR: Fix to rate control at low min-q.
2017-04-13 Marcovp9: Avoid encoder loopfilter for non-reference frames.
2017-04-11 Yunqing WangFix an integer overflow in vp9_mcomp.c
2017-04-11 Jerome JiangMerge "vp9: speed >= 8: Adjust speed settings on ARM."
2017-04-11 Jerome Jiangvp9: speed >= 8: Adjust speed settings on ARM.
2017-04-10 Marcovp9: 1 pass CBR: avoid nonrd_pick_partition on segment.
2017-04-07 Marco PaniconiMerge "vp9: Fix to noise estimation for temporal denois...
2017-04-07 Yunqing WangMerge "VP9 motion vector unit test"
2017-04-07 Marcovp9: Fix to noise estimation for temporal denoising.
2017-04-07 Marcovp9: Adjust consec_zeromv threshold for aq-mode=3.
2017-04-07 James ZernMerge changes from topic 'Wshorten'
2017-04-07 Jerome JiangMerge "Fix compile warnings with enable-internal-stats...
2017-04-06 Marcovp9; Move the denoising condition for speed 5.
2017-04-06 Jerome JiangMerge "vp9: speed 8: Compute y sad without int_pro_moti...
2017-04-06 Jerome JiangMerge "Refactor: Clean memory allocation for copy parti...
2017-04-06 Yunqing WangVP9 motion vector unit test
2017-04-06 James Zernvp9_encodeframe: resolve -Wshorten-64-to-32 in hbd
2017-04-06 Jerome Jiangvp9: speed 8: Compute y sad without int_pro_motion_esti...
2017-04-06 Marco PaniconiMerge "vp9: Temporal denoising: avoid denoising for...
2017-04-05 Marcovp9: Temporal denoising: avoid denoising for speed...
2017-04-05 Jerome JiangRefactor: Clean memory allocation for copy partition.
2017-04-04 Jerome Jiangvp9: Remove legacy comments for avg_source_sad.
2017-04-04 Marcovp9: Adjust condition of golden update with cyclic...
2017-04-03 Marcovp9: 1 pass CBR: cleanup to cyclic refresh.
2017-04-03 Yunqing WangMerge "Fix for out of range motion vector bug in sub...
2017-04-03 Marco PaniconiMerge "vp9: SVC: Fix issue with artifact for svc-denois...
2017-04-03 Ranjit Kumar TulabanduFix for out of range motion vector bug in sub-pel motio...
2017-04-03 Yunqing WangMerge "Enhance the row mt sync read to accept the sync_...
2017-03-31 Yunqing WangEnhance the row mt sync read to accept the sync_range...
2017-03-31 Marcovp9: SVC: Fix issue with artifact for svc-denoising.
2017-03-30 James ZernMerge changes from topic 'rm-dec-frame-parallel'
2017-03-30 James Zernvp9: make VPX_CODEC_USE_FRAME_THREADING a no-op
2017-03-29 Marcovp9: SVC: fix to allow output of denoised result.
2017-03-29 Marcovp9: 1 pass SVC: Modify condition for intra-mode search.
2017-03-29 James ZernMerge "rate_hist: add parameter validation"
2017-03-29 James ZernMerge changes from topic 'sync-highbd-intrapred'
2017-03-29 James ZernMerge ".mailmap: add an additional entry for Yaowu Xu"
2017-03-28 Johann KoenigMerge "vpx_comp_avg_pred: add test"
2017-03-27 Marcovp9: Speed >= 8: avoid chrome check under some condition.
2017-03-27 Marcovp9: 1 pass: Move source sad computation into encodefra...
2017-03-24 Marcovp9: Fix to condition on using source_sad for 1 pass...
2017-03-23 Johann KoenigMerge "vp9 temporal filter: additional test"
2017-03-23 Alex ConverseMerge changes Ie989e60c,Ifc110b12
2017-03-23 Marco PaniconiMerge "vp9: Non-rd partition: avoid unneeded call to...
2017-03-23 Kaustubh RasteMerge "Fix mips msa fwd xform mismatch"
next