2019-07-18 |
Angie Chiang | Add vp9_non_greedy_mv.c/h |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Angie Chiang | Make vp9_prepare_nb_full_mvs only return valid mvs |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Angie Chiang | Let vp9_nb_mvs_inconsistency call log2 just once |
commit | commitdiff | tree | snapshot |
2019-07-16 |
Angie Chiang | Add vpx_sad32x32x8_c/avx2 |
commit | commitdiff | tree | snapshot |
2019-07-16 |
Angie Chiang | Add unit test for vpx_sadMxNx8 |
commit | commitdiff | tree | snapshot |
2019-07-16 |
Johann | Merge remote-tracking branch 'origin/orpington' |
commit | commitdiff | tree | snapshot |
2019-07-16 |
Paul Wilkins | Merge "Limit active best quality of layered ARF frames" |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Johann | Release v1.8.1 Orpington Duck orpington v1.8.1 |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Angie Chiang | Merge changes I9288c88d,Ib1ac6f57,I02fac56a,Id6a8b117 |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Yunqing Wang | Merge "Revert "Set up frame contexts based on frame... |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Yunqing Wang | Revert "Set up frame contexts based on frame type" |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Angie Chiang | Use sdx8f in exhaustive_mesh_search_single_step |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Angie Chiang | Sync the behavior of exhaustive_mesh_search |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Angie Chiang | Refactor exhaustive_mesh_search_new |
commit | commitdiff | tree | snapshot |
2019-07-12 |
Angie Chiang | Simplify code in exhaustive_mesh_search_new |
commit | commitdiff | tree | snapshot |
2019-07-11 |
Yunqing Wang | Merge "Adjust the quality of boosted frames" |
commit | commitdiff | tree | snapshot |
2019-07-11 |
Yunqing Wang | Merge "Set up frame contexts based on frame type" |
commit | commitdiff | tree | snapshot |
2019-07-11 |
Yunqing Wang | Merge "Modify frame context index" |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Marco Paniconi | vp9-rtc: Reduce color artifact for speed 8 |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Jerome Jiang | vp9: Use mb_rows/cols from VP9_COMMON in postproc. |
commit | commitdiff | tree | snapshot |
2019-07-02 |
James Zern | Merge "Remove android_tools deps" |
commit | commitdiff | tree | snapshot |
2019-07-02 |
Yun Liu | Remove android_tools deps |
commit | commitdiff | tree | snapshot |
2019-07-01 |
James Zern | vp9_cx_iface,encoder_encode: fix -Wclobbered for pts |
commit | commitdiff | tree | snapshot |
2019-07-01 |
James Zern | Merge "vp9_cx_iface,encoder_encode: fix -Wclobbered... |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Marco Paniconi | vp9-rtc: Fix color artifacts for speed >= 8 |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Marco Paniconi | vp9-rtc: Fix color artifacts for speed >= 8 |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Ravi Chaudhary | Adjust the quality of boosted frames |
commit | commitdiff | tree | snapshot |
2019-06-30 |
James Zern | vp9_cx_iface,encoder_encode: fix -Wclobbered for pts |
commit | commitdiff | tree | snapshot |
2019-06-28 |
Dan Zhu | add flags for empty blocks |
commit | commitdiff | tree | snapshot |
2019-06-28 |
Angie Chiang | Merge changes I833c82fb,I05a39165,Ie044bb01,I565f477f |
commit | commitdiff | tree | snapshot |
2019-06-28 |
James Zern | Merge "vp9_encodeframe: quiet a few integer sanitizer... |
commit | commitdiff | tree | snapshot |
2019-06-27 |
James Zern | vp9_encodeframe: quiet a few integer sanitizer warnings |
commit | commitdiff | tree | snapshot |
2019-06-27 |
James Zern | timestamp_test: enable TestMicrosecondTimebase |
commit | commitdiff | tree | snapshot |
2019-06-27 |
Sai Deng | Merge "Change parameters for highbd tune=ssim" |
commit | commitdiff | tree | snapshot |
2019-06-26 |
Angie Chiang | Integerize vp9_full_pixel_diamond_new |
commit | commitdiff | tree | snapshot |
2019-06-26 |
Angie Chiang | Integerize vp9_refining_search_sad_new |
commit | commitdiff | tree | snapshot |
2019-06-26 |
Angie Chiang | Integerize diamond_search_sad_new() |
commit | commitdiff | tree | snapshot |
2019-06-26 |
Angie Chiang | Refactor vp9_full_pixel_diamond_new |
commit | commitdiff | tree | snapshot |
2019-06-26 |
Angie Chiang | Remove mv_dist/mv_cost from new mv search funcs |
commit | commitdiff | tree | snapshot |
2019-06-26 |
Angie Chiang | Speed up diamond_search_sad_new |
commit | commitdiff | tree | snapshot |
2019-06-26 |
Angie Chiang | Let full_pixel_exhaustive_new return int64_t |
commit | commitdiff | tree | snapshot |
2019-06-24 |
Dan Zhu | script to compact frames to y4m video |
commit | commitdiff | tree | snapshot |
2019-06-24 |
Dan Zhu | add output of frame info |
commit | commitdiff | tree | snapshot |
2019-06-24 |
Dan Zhu | Add Ray Tracing |
commit | commitdiff | tree | snapshot |
2019-06-24 |
sdeng | Change parameters for highbd tune=ssim |
commit | commitdiff | tree | snapshot |
2019-06-24 |
Deepa K G | Set up frame contexts based on frame type |
commit | commitdiff | tree | snapshot |
2019-06-24 |
Deepa K G | Modify frame context index |
commit | commitdiff | tree | snapshot |
2019-06-22 |
Dan Zhu | Add Scene module to manage other objects |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Angie Chiang | Integerize exhaustive_mesh_search_new() |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Angie Chiang | Make vp9_nb_mvs_inconsistency return int64_t |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Angie Chiang | Make type of lambda int in TplDepFrame |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Angie Chiang | Integerize log2_approximation() |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Johann | vsx: disable on all builds |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Jerome Jiang | Merge "vp8: Allow higher resolution to get periodic... |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Angie Chiang | Merge "Change log2_fast to log2_approximation" |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Ravi Chaudhary | Merge "Start with q=active_best_quality for non-forced... |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Ravi Chaudhary | Start with q=active_best_quality for non-forced key... |
commit | commitdiff | tree | snapshot |
2019-06-19 |
Jerome Jiang | vp8: Allow higher resolution to get periodic keyframe. |
commit | commitdiff | tree | snapshot |
2019-06-19 |
Angie Chiang | Change log2_fast to log2_approximation |
commit | commitdiff | tree | snapshot |
2019-06-19 |
Dan Zhu | Merge "3D reconstruction tool build by Processing" |
commit | commitdiff | tree | snapshot |
2019-06-19 |
Angie Chiang | Merge "Implement log2_fast for vp9_nb_mvs_inconsistency" |
commit | commitdiff | tree | snapshot |
2019-06-18 |
Yue Chen | Merge "Fix timestamp overflow issues" |
commit | commitdiff | tree | snapshot |
2019-06-18 |
Angie Chiang | Implement log2_fast for vp9_nb_mvs_inconsistency |
commit | commitdiff | tree | snapshot |
2019-06-18 |
Yue Chen | Fix timestamp overflow issues |
commit | commitdiff | tree | snapshot |
2019-06-15 |
Jerome Jiang | Merge "Fix memory leak for vp8 multi-res encoder." |
commit | commitdiff | tree | snapshot |
2019-06-14 |
Harish Mahendrakar | vpx_dec_fuzzer: Remove fmemopen dependency |
commit | commitdiff | tree | snapshot |
2019-06-14 |
Dan Zhu | 3D reconstruction tool build by Processing |
commit | commitdiff | tree | snapshot |
2019-06-14 |
Jerome Jiang | Fix memory leak for vp8 multi-res encoder. |
commit | commitdiff | tree | snapshot |
2019-06-14 |
Deepa K G | Merge "Use previous ARF as GOLDEN frame for the next... |
commit | commitdiff | tree | snapshot |
2019-06-13 |
Johann Koenig | Merge "ppc: disable vsx for small predictors" |
commit | commitdiff | tree | snapshot |
2019-06-13 |
Johann | ppc: disable vsx for small predictors |
commit | commitdiff | tree | snapshot |
2019-06-13 |
Harish Mahendrakar | Merge "vpx_dec_fuzzer: Add -fsanitize=fuzzer-no-link" |
commit | commitdiff | tree | snapshot |
2019-06-13 |
Johann Koenig | Merge "ppc: disable vsx optimizations with hbd" |
commit | commitdiff | tree | snapshot |
2019-06-12 |
Harish Mahendrakar | vpx_dec_fuzzer: Add -fsanitize=fuzzer-no-link |
commit | commitdiff | tree | snapshot |
2019-06-11 |
Deepa K G | Use previous ARF as GOLDEN frame for the next GOP |
commit | commitdiff | tree | snapshot |
2019-06-10 |
Johann | sse: remove unused HAVE_SSE files |
commit | commitdiff | tree | snapshot |
2019-06-10 |
Johann | ppc: disable vsx optimizations with hbd |
commit | commitdiff | tree | snapshot |
2019-06-07 |
James Zern | update libwebm to libwebm-1.0.0.27-361-g81de00c |
commit | commitdiff | tree | snapshot |
2019-06-06 |
Jerome Jiang | vp8: fix leak in vp8e_mr_alloc_mem |
commit | commitdiff | tree | snapshot |
2019-06-06 |
Sai Deng | Merge "Update performance test results for tune=SSIM" |
commit | commitdiff | tree | snapshot |
2019-06-06 |
Sai Deng | Merge "Fix a bug in best RD cost updating" |
commit | commitdiff | tree | snapshot |
2019-06-06 |
sdeng | Update performance test results for tune=SSIM |
commit | commitdiff | tree | snapshot |
2019-06-06 |
sdeng | Fix a bug in best RD cost updating |
commit | commitdiff | tree | snapshot |
2019-06-04 |
James Zern | configure: test -Wno-* flags used with libyuv |
commit | commitdiff | tree | snapshot |
2019-06-04 |
James Zern | Merge changes Ib73136b2,Ie514f663 |
commit | commitdiff | tree | snapshot |
2019-06-04 |
Marco Paniconi | Merge "vp9-rtc: Use speed 5 for postencode drop tests." |
commit | commitdiff | tree | snapshot |
2019-06-04 |
Marco Paniconi | vp9-rtc: Use speed 5 for postencode drop tests. |
commit | commitdiff | tree | snapshot |
2019-06-04 |
Sai Deng | Merge "Hierarchical rdmult scaling when tune=ssim" |
commit | commitdiff | tree | snapshot |
2019-06-04 |
James Zern | configure: enable -Wmissing-declarations for more files |
commit | commitdiff | tree | snapshot |
2019-06-04 |
sdeng | Hierarchical rdmult scaling when tune=ssim |
commit | commitdiff | tree | snapshot |
2019-06-04 |
James Zern | vp9_thread_test: quiet -Wmissing-prototypes |
commit | commitdiff | tree | snapshot |
2019-06-03 |
Jerome Jiang | Merge "Remove unused func for CONFIG_REALTIME_ONLY" |
commit | commitdiff | tree | snapshot |
2019-06-03 |
Jerome Jiang | Remove unused func for CONFIG_REALTIME_ONLY |
commit | commitdiff | tree | snapshot |
2019-06-03 |
Sai Deng | Merge changes I7b1d1482,I01588758,I6f17864e |
commit | commitdiff | tree | snapshot |
2019-06-01 |
sdeng | Update rdcost using the rd_mult in current block |
commit | commitdiff | tree | snapshot |
2019-06-01 |
sdeng | Use distortion and rate of best_rd as the params |
commit | commitdiff | tree | snapshot |
2019-06-01 |
Jerome Jiang | Merge "Remove RD code for CONFIG_REALTIME_ONLY in vp9." |
commit | commitdiff | tree | snapshot |
2019-05-31 |
Jerome Jiang | Remove RD code for CONFIG_REALTIME_ONLY in vp9. |
commit | commitdiff | tree | snapshot |
2019-05-31 |
sdeng | Use distortion and rate recursively in rd_pick_partition() |
commit | commitdiff | tree | snapshot |
2019-05-31 |
James Zern | libvpx,vp9_datarate_test: drop one-pass vod mode |
commit | commitdiff | tree | snapshot |
next |