]> granicus.if.org Git - libvpx/shortlog
libvpx
2019-09-25 Marco Paniconivp9-svc: Fix to forced key frame for spatial layers m78-3904
2019-09-11 Marco Paniconivp9-svc: Add new frame drop mode for SVC
2019-08-26 Angie ChiangCosmetic changes to vp9_alloc_motion_field_info
2019-08-23 Dan ZhuMerge "Add Search Smooth Models[Adapt/Fix]"
2019-08-23 Dan ZhuMerge "Add Anandan model"
2019-08-23 Dan ZhuMerge "Fix some bugs of python code"
2019-08-23 Dan ZhuMerge changes I13f59f52,I7441e041,I7441e041
2019-08-23 Angie ChiangMerge "Let do_motion_search process one ref at at time"
2019-08-23 Hien HoMerge "vpx_dsp/loopfilter.c: fix int sanitizer warnings"
2019-08-23 Dan ZhuAdd Search Smooth Models[Adapt/Fix]
2019-08-23 Dan ZhuAdd Anandan model
2019-08-23 Dan ZhuFix some bugs of python code
2019-08-22 Hien Hotest/vp9_quantize_test: fix int sanitizer warning
2019-08-22 Hien Hovpx_dsp/loopfilter.c: fix int sanitizer warnings
2019-08-22 Hien HoMerge "vpx_dsp/x86/fwd_txfm_sse2: fix int sanitizer...
2019-08-22 Dan Zhuadd unit test for local structure computation
2019-08-22 Dan Zhuadd unit test for smooth motion field
2019-08-22 Dan Zhumodify smooth model(float type mv + normalization)
2019-08-22 James Zernupdate libwebm to libwebm-1.0.0.27-363-g37d9b86
2019-08-21 Hien HoMerge "vp8/encoder/bitstream: fix int sanitizer warnings"
2019-08-21 Hien HoMerge "test/lpf_test: fix int sanitizer warning"
2019-08-21 Hien Hovpx_dsp/x86/fwd_txfm_sse2: fix int sanitizer warnings
2019-08-21 elliottkUpdate documentation: CRF works with VPX_Q mode
2019-08-20 Angie ChiangMerge "Add [full/sub]_pixel_motion_search"
2019-08-20 Yue ChenMerge "Add 6:1:1 weighted PSNR to opsnr.stt"
2019-08-20 Angie ChiangLet do_motion_search process one ref at at time
2019-08-16 Angie ChiangAdd [full/sub]_pixel_motion_search
2019-08-16 Angie ChiangAdd MotionField and MotionFieldInfo
2019-08-16 Angie ChiangAdd temporary motion_compensated_prediction_new
2019-08-16 Dan ZhuMerge "estimate local variation of reference frame"
2019-08-16 Dan ZhuMerge "smooth motion field"
2019-08-16 Dan Zhuestimate local variation of reference frame
2019-08-15 Dan Zhusmooth motion field
2019-08-15 Angie ChiangAdd test_non_greedy_mv.cc
2019-08-14 Yue ChenAdd 6:1:1 weighted PSNR to opsnr.stt
2019-08-13 Hien Hovp8/encoder/bitstream: fix int sanitizer warnings
2019-08-13 Hien Hotest/lpf_test: fix int sanitizer warning
2019-08-12 Hien HoMerge "vp9_rdopt: fix integer sanitizer warnings"
2019-08-06 Jerome JiangMerge "Fix vp9_quantize_fp(_32x32)_neon for HBD"
2019-08-05 Jerome JiangFix vp9_quantize_fp(_32x32)_neon for HBD
2019-08-02 Hien HoMerge "vp8/encoder/boolhuff: fix integer sanitizer...
2019-08-02 Jerome JiangMerge "Fix saturation issue in vp9_quantize_fp_neon"
2019-08-02 Hien HoMerge "vp9_svc_layercontext.c: fix integer sanitizer...
2019-08-02 Hien HoMerge "vpx_dsp/bitwriter.h: fix clang integer sanitizer...
2019-08-01 Jerome JiangFix saturation issue in vp9_quantize_fp_neon
2019-07-31 Angie ChiangReduce call num of exhaustive search
2019-07-31 Angie ChiangMerge "Cosmetic changes of vp9_nb_mvs_inconsistency"
2019-07-31 Angie ChiangMerge "Change the child classes methods names to align...
2019-07-31 Hien Hovpx_dsp/bitwriter.h: fix clang integer sanitizer warning
2019-07-30 Hien Hovp9_svc_layercontext.c: fix integer sanitizer warnings
2019-07-30 Hien Hovp9_rdopt: fix integer sanitizer warnings
2019-07-27 James Zernsad_test: align exp_sad[]
2019-07-24 Angie ChiangCosmetic changes of vp9_nb_mvs_inconsistency
2019-07-24 Angie ChiangMerge "Add vp9_non_greedy_mv.c/h"
2019-07-23 Marco PaniconiMerge "vp9-rtc: Add intra speed feature for speed ...
2019-07-23 Dan ZhuMerge "Add Horn & Schunck Estimator"
2019-07-23 Dan ZhuMerge "Add Exhaust Search (Neighbor Constrain) Estimator"
2019-07-23 Dan ZhuMerge "Add Ground Truth Estimator"
2019-07-23 Dan ZhuChange the child classes methods names to align with...
2019-07-23 Dan ZhuMerge "Based Class of Motion Field Estimators"
2019-07-23 Dan ZhuAdd Horn & Schunck Estimator
2019-07-23 Dan ZhuAdd Exhaust Search (Neighbor Constrain) Estimator
2019-07-23 Dan ZhuAdd Ground Truth Estimator
2019-07-23 Dan ZhuBased Class of Motion Field Estimators
2019-07-23 Marco Paniconivp9-rtc: Add intra speed feature for speed >= 8
2019-07-19 Wan-Teh ChangMerge "Remove unused fb_cb related fields from VP9_COMMON"
2019-07-18 Angie ChiangAdd vp9_non_greedy_mv.c/h
2019-07-18 Angie ChiangMerge changes I3216c984,I70d40060
2019-07-18 Wan-Teh ChangRemove unused fb_cb related fields from VP9_COMMON
2019-07-17 Angie ChiangMake vp9_prepare_nb_full_mvs only return valid mvs
2019-07-17 Angie ChiangLet vp9_nb_mvs_inconsistency call log2 just once
2019-07-17 Wan-Teh ChangMerge "Fix comment typos."
2019-07-17 Wan-Teh ChangFix comment typos.
2019-07-16 Angie ChiangAdd vpx_sad32x32x8_c/avx2
2019-07-16 Angie ChiangAdd unit test for vpx_sadMxNx8
2019-07-16 JohannMerge remote-tracking branch 'origin/orpington'
2019-07-16 Paul WilkinsMerge "Limit active best quality of layered ARF frames"
2019-07-15 JohannRelease v1.8.1 Orpington Duck orpington v1.8.1
2019-07-15 Angie ChiangMerge changes I9288c88d,Ib1ac6f57,I02fac56a,Id6a8b117
2019-07-15 Yunqing WangMerge "Revert "Set up frame contexts based on frame...
2019-07-15 Yunqing WangRevert "Set up frame contexts based on frame type"
2019-07-15 Angie ChiangUse sdx8f in exhaustive_mesh_search_single_step
2019-07-15 Angie ChiangSync the behavior of exhaustive_mesh_search
2019-07-15 Angie ChiangRefactor exhaustive_mesh_search_new
2019-07-12 Angie ChiangSimplify code in exhaustive_mesh_search_new
2019-07-11 Yunqing WangMerge "Adjust the quality of boosted frames"
2019-07-11 Yunqing WangMerge "Set up frame contexts based on frame type"
2019-07-11 Yunqing WangMerge "Modify frame context index"
2019-07-10 Marco Paniconivp9-rtc: Reduce color artifact for speed 8
2019-07-09 Jerome Jiangvp9: Use mb_rows/cols from VP9_COMMON in postproc.
2019-07-02 James ZernMerge "Remove android_tools deps"
2019-07-02 Yun LiuRemove android_tools deps
2019-07-01 James Zernvp9_cx_iface,encoder_encode: fix -Wclobbered for pts
2019-07-01 James ZernMerge "vp9_cx_iface,encoder_encode: fix -Wclobbered...
2019-07-01 Marco Paniconivp9-rtc: Fix color artifacts for speed >= 8
2019-07-01 Marco Paniconivp9-rtc: Fix color artifacts for speed >= 8
2019-07-01 Ravi ChaudharyAdjust the quality of boosted frames
2019-06-30 James Zernvp9_cx_iface,encoder_encode: fix -Wclobbered for pts
2019-06-28 Dan Zhuadd flags for empty blocks
2019-06-28 Hien Hovp8/encoder/boolhuff: fix integer sanitizer warnings
next