]> granicus.if.org Git - libvpx/shortlog
libvpx
2018-06-06 Luca Barbatoforce-inline the convolve functions
2018-06-03 Luca BarbatoUnbreak the force inline directive for gcc
2018-05-15 Luca BarbatoAdd vpx_varianceNxM_vsx and vpx_mseNxM_vsx
2018-05-14 Yaowu XuMerge "Fixes for consistent encoding across recodes...
2018-05-14 Johann KoenigMerge "update libwebm"
2018-05-14 Ranjit Kumar... Fixes for consistent encoding across recodes of a frame
2018-05-14 Marco PaniconiMerge "vp9-svc: Add conditon to asserts on prediction...
2018-05-14 Marco Paniconivp9-svc: Add conditon to asserts on prediction pattern.
2018-05-14 Jerome JiangVP9: Add speed 9 for subpel search.
2018-05-14 Johannupdate libwebm
2018-05-14 Marco Paniconivp9-svc: Update layer_id of frame buffer idx last refre...
2018-05-12 Jerome JiangMerge "Fix valgrind failure on uninitialized values."
2018-05-12 Jerome JiangFix valgrind failure on uninitialized values.
2018-05-11 Marco Paniconivp9-svc: Fix pattern update for skip enhancement layers.
2018-05-11 Marco PaniconiMerge "vp9-svc: Fix when whole superframe is dropped."
2018-05-11 Marco Paniconivp9-svc: Fix when whole superframe is dropped.
2018-05-11 Luc TrudeauMerge "Faster VSX vpx_quantize_b"
2018-05-11 James Zernvpx_subtract_block_neon: add explicit cast
2018-05-11 Jerome JiangMerge "Fix vpxdec fuzz failure."
2018-05-11 Marco PaniconiMerge "vp9: Adjust some early exits in nonrd-pickmode."
2018-05-11 Luc TrudeauRemove ppc64 (big endian) from configure
2018-05-11 James ZernMerge "ppc: Add vpx_iwht4x4_16_add_vsx"
2018-05-11 James ZernMerge "configure: check for arm_neon.h w/neon builds"
2018-05-11 James ZernMerge "Update vpx_subtract_block_neon()"
2018-05-11 Luc TrudeauFaster VSX vpx_quantize_b
2018-05-11 Marco Paniconivp9: Adjust some early exits in nonrd-pickmode.
2018-05-10 Linfeng ZhangUpdate vpx_subtract_block_neon()
2018-05-10 James ZernMerge "Update vpx_comp_avg_pred_neon()"
2018-05-10 Jerome JiangMerge "Remove extra line in warnings in ivfdec.c"
2018-05-10 James Zernconfigure: check for arm_neon.h w/neon builds
2018-05-10 Jerome JiangMerge "Make upper limit of frame size in ivf reader...
2018-05-10 Jerome JiangFix vpxdec fuzz failure.
2018-05-10 Jerome JiangRemove extra line in warnings in ivfdec.c
2018-05-10 Jerome JiangMake upper limit of frame size in ivf reader consistent.
2018-05-10 Luc TrudeauMerge "VSX version of vpx_quantize_b_vsx"
2018-05-10 Marco Paniconivp9-svc: Fix inter-layer early exit threshold.
2018-05-09 Hui SuMerge "Don't use transform domain distortion when eob...
2018-05-09 Luc TrudeauVSX version of vpx_quantize_b_vsx
2018-05-09 Marco PaniconiMerge "vp9-svc: Fix to SVC for frame dropping."
2018-05-09 Paul WilkinsMerge "Improved slide show coding"
2018-05-09 Linfeng ZhangUpdate vpx_comp_avg_pred_neon()
2018-05-08 Marco Paniconivp9-svc: Fix to SVC for frame dropping.
2018-05-08 Linfeng ZhangUpdate SadMxNx4 NEON functions
2018-05-08 Martin StorsjöMerge "configure: Disable pthread_h if linking failed"
2018-05-08 Linfeng ZhangMerge "Add vpx_sum_squares_2d_i16_neon()"
2018-05-08 paulwilkinsImproved slide show coding
2018-05-07 Linfeng ZhangUpdate vpx_sum_squares_2d_i16_sse2()
2018-05-07 Linfeng ZhangAdd vpx_sum_squares_2d_i16_neon()
2018-05-04 Hui SuDon't use transform domain distortion when eob is 0
2018-05-04 Marco PaniconiMerge "vp9-svc: Reset fb_idx for unused references."
2018-05-04 Martin Storsjoconfigure: Disable pthread_h if linking failed
2018-05-04 Marco Paniconivp9-svc: Add memset on the svc fb_idx.
2018-05-04 Marco Paniconivp9-svc: Reset fb_idx for unused references.
2018-05-03 Marco Paniconivp9-svc: On key frame update all reference slots for...
2018-05-02 Linfeng ZhangMerge "Clean switch cases in vp9 encoder"
2018-05-02 xiwei guMerge "vp9: [loongson] optimize vpx_convolve8 with...
2018-05-02 Linfeng ZhangClean switch cases in vp9 encoder
2018-04-28 James ZernMerge "Update variance_test.cc"
2018-04-28 Linfeng ZhangUpdate variance_test.cc
2018-04-27 Marco Paniconivp9-svc: Remove the memset on the svc fb_idx.
2018-04-27 Marco PaniconiMerge "VP9 SVC: Add new level to constrain inter-layer...
2018-04-27 Hui SuMerge "Respect MV limit in vp9_int_pro_motion_estimation()"
2018-04-27 Jerome JiangVP9 SVC: Add new level to constrain inter-layer pred.
2018-04-27 Marco Paniconivp9-svc: Remove unneeded call and init some parameters.
2018-04-26 Hui SuMerge "Do one level less of transform search for large...
2018-04-26 Hui SuRespect MV limit in vp9_int_pro_motion_estimation()
2018-04-25 Hui SuDo one level less of transform search for large blocks
2018-04-25 Hui SuMerge "Calculate transform size cost once per frame"
2018-04-25 Hui SuMerge "Add speed feture to control tx size search depth"
2018-04-25 Jerome JiangMerge "vp9-svc: Add GET control to get SVC pattern...
2018-04-25 Marco Paniconivp9-svc: Add GET control to get SVC pattern info.
2018-04-25 guxiwei-hf... vp9: [loongson] optimize vpx_convolve8 with mmi
2018-04-25 Jerome JiangFix vp8_multi_resolution_encoder test failure.
2018-04-24 Hui SuCalculate transform size cost once per frame
2018-04-24 Hui SuRemove get_tx_probs2()
2018-04-24 Hui SuAdd speed feture to control tx size search depth
2018-04-19 James ZernMerge changes I0202a556,Iebb98f3b
2018-04-19 Martin Storsjoconfigure: Use both check_header and check_lib for...
2018-04-19 Marco Paniconivp9:aq-mode=3: Keep perc_refresh fixed for screen conte...
2018-04-19 Marco PaniconiMerge "vp9: Rate control fix for CBR mode."
2018-04-19 Marco PaniconiMerge "vp9: Remove limit on QP on key frame for CBR."
2018-04-19 Marco Paniconivp9: Add condition of real-time mode to scene detection.
2018-04-19 Marco Paniconivp9: Rate control fix for CBR mode.
2018-04-18 Jerome JiangMerge "SVC: Fix duplicated run of svc datarate tests."
2018-04-18 Marco Paniconivp9: Remove limit on QP on key frame for CBR.
2018-04-18 Jerome JiangSVC: Fix duplicated run of svc datarate tests.
2018-04-18 Marco Paniconivp9: Changes for scene detection overshoot and SVC.
2018-04-18 Martin StorsjöMerge "configure: Test linking pthreads before using it"
2018-04-17 Jerome JiangMerge "Clean up svc comment in vp9_bitstream.c"
2018-04-17 Linfeng ZhangUpdate variance avx2 functions
2018-04-17 Marco Paniconivp9: Remove this_key_frame_forced setting for CBR.
2018-04-17 Linfeng ZhangUpdate variance sse2 functions
2018-04-16 Jerome Jiangvp9: fix multiple run for vp9 datarate tests using...
2018-04-15 Jerome JiangMerge "vp9: refactor vp9 datarate test for better shard...
2018-04-14 Martin Storsjoconfigure: Test linking pthreads before using it
2018-04-14 Jerome Jiangvp9: refactor vp9 datarate test for better sharding.
2018-04-13 Jerome JiangClean up is_two_pass_svc.
2018-04-13 Jerome JiangClean up svc comment in vp9_bitstream.c
2018-04-13 Jerome JiangMerge "vp9 svc: Refactor svc datarate test for better...
2018-04-13 Jerome JiangMerge "Silence warning when built with --enable-interna...
next