1. 00ef4ff ctrl_set_svc_params: fix integer overflow by James Zern · 1 year, 7 months ago
  2. c6f6eb3 test/*.cc: use bool literals by James Zern · 1 year, 8 months ago
  3. faa2dcf test/*.cc: prefer 'override' to 'virtual' by James Zern · 1 year, 8 months ago
  4. fca9d40 rtc: Add simulcast mode to svc encoder.c by Marco Paniconi · 1 year, 9 months ago
  5. 23e62b7 Fix -Wshadow by relying on outer declarations by Wan-Teh Chang · 1 year, 10 months ago
  6. a071342 rtc: Fixes to frame-dropper for SVC and screen by Marco Paniconi · 1 year, 10 months ago
  7. 07af837 rtc: Add test coverage for row_tiles by Marco Paniconi · 1 year, 10 months ago
  8. cff1dbc Conditionally disable some unit tests when under chromium by Casey Smalley · 1 year, 10 months ago
  9. c759f0c rtc-svc: error_resilience test for (2TL, 1SL) by Marco Paniconi · 1 year, 11 months ago
  10. 413b149 rtc-svc: Reduce max_delta_up for TL0 by Marco Paniconi · 2 years ago
  11. acae10d rtc: Set speed_per_layer for SVC by Marco Paniconi · 2 years ago
  12. 16e2483 Revert "rtc-svc: Add speed per layer for svc" by Marco Paniconi · 2 years ago
  13. ab78198 rtc-svc: Add speed per layer for svc by Marco Paniconi · 2 years ago
  14. 8d73cbc rtc: RC fixes for temporal layers. by Marco Paniconi · 2 years, 1 month ago
  15. 9f9918d rtc: Add speed 11 to real-time mode by Marco Paniconi · 2 years, 2 months ago
  16. 706ee36 Add codec control to set per frame QP for one pass by Jerome Jiang · 2 years, 2 months ago
  17. 14f9bd7 svc: Fix comment in svc screen datarate test by Marco Paniconi · 2 years, 3 months ago
  18. f7c7ea5 svc-screen: Fix expectation in screen unittest by Marco Paniconi · 2 years, 4 months ago
  19. 418ba43 Change to rate correction factor on scene change. by Paul Wilkins · 2 years, 4 months ago
  20. 6dfcab2 rtc-svc: Fixes for screen with spatial layers by Marco Paniconi · 2 years, 4 months ago
  21. 1c25d52 rtc: Allow for error_resilient = 0/off for RPS by Marco Paniconi · 2 years, 5 months ago
  22. e717e79 rtc: Fix to RPS encoding: disable frame_id_numbers by Marco Paniconi · 2 years, 5 months ago
  23. 64f68f0 .clang-format: update to clang-format-11 by clang-format · 2 years, 7 months ago
  24. 0d6308f test/*,cosmetics: normalize void parameter lists by James Zern · 2 years, 7 months ago
  25. d8489e5 rtc: Fix to disable segm for aq-mode=3 by Marco Paniconi · 2 years, 8 months ago
  26. 977be33 Add codec control AV1E_GET_NUM_OPERATING_POINTS by Wan-Teh Chang · 2 years, 9 months ago
  27. 50ee419 rtc-screen: Fix to skipping inter-mode test in nonrd by Marco Paniconi · 2 years, 9 months ago
  28. fca289a rtc-svc: Fix to dynamic_enable spatial layers by Marco Paniconi · 2 years, 10 months ago
  29. 456d375 svc-rtc: Fix to multi-ref pattern in test by Marco Paniconi · 2 years, 10 months ago
  30. 5015170 Comment fix by Wan-Teh Chang · 2 years, 10 months ago
  31. ab3a033 rtc: Add test for error_resilience for (3SL, 3TL) by Marco Paniconi · 2 years, 10 months ago
  32. 9cd8a59 test/*: rename MT tests to MultiThread by James Zern · 2 years, 10 months ago
  33. 38d4f0a rtc-svc: Rework the primary_ref_frame for svc by Marco Paniconi · 2 years, 11 months ago
  34. f21a56d rtc: Add screen test to svc_datarate_test by Marco Paniconi · 3 years ago
  35. 7d238d0 rtc: Extend tests (datarate, svc) to include speed 10 by Marco Paniconi · 3 years ago
  36. accdfc0 rtc-svc: Add additonal test for Intra-only by Marco Paniconi · 3 years, 1 month ago
  37. dfcdc7b rtc-svc: Allow intra-only frame to start decoding by Marco Paniconi · 3 years, 1 month ago
  38. e968eaa rtc: Fix to intra-only frame in SVC by Marco Paniconi · 3 years, 3 months ago
  39. 8a28c20 rtc-svc: Fix to avoid removing references by Marco Paniconi · 3 years, 3 months ago
  40. 546890b svc test for error resilience: dropping mid-sequence by Marco Paniconi · 3 years, 4 months ago
  41. 75545dc rtc: Allow scene-change and overshoot detection for svc by Marco Paniconi · 3 years, 5 months ago
  42. 3505dfc rtc: Add tests for dynamically disabling layers by Marco Paniconi · 3 years, 5 months ago
  43. d50b2b8 Move ref_frame_comp from aom_svc_ref_frame_config by Wan-Teh Chang · 3 years, 5 months ago
  44. 8270746 rtc: Some adjustments for temporal layers by Marco Paniconi · 3 years, 6 months ago
  45. f190c95 svc: Fix interface to svc for compound prediction by Marco Paniconi · 3 years, 7 months ago
  46. 51c6def Remove ksvc_fixed_mode from aom_svc_params_t by Wan-Teh Chang · 3 years, 11 months ago
  47. 04b6af6 Fix misspelling of "reference" in comments by Wan-Teh Chang · 4 years ago
  48. 3d9e360 rtc-svc: Add SVC unittest for fixed mode by Marco Paniconi · 4 years ago
  49. 528961a AV1 RT: Adjust VBP thresholds for intra frames by Fyodor Kyslov · 4 years ago
  50. fddea51 Merge the InitializeConfig() and SetMode() methods by Wan-Teh Chang · 4 years, 1 month ago
  51. 8c7bc80 rtc-svc: Set the multi-threading per spatial layer by Marco Paniconi · 4 years, 2 months ago
  52. 2943090 AV1 RT: implement reduced mode set for speed9 with zeromv by Fyodor Kyslov · 4 years, 4 months ago
  53. 3f0f0c3 AV1 RT: Tune VBP thresholds for speed 9 by Fyodor Kyslov · 4 years, 6 months ago
  54. bc4a75d rtc-svc: Allow for second temporal reference for spatial layers by Marco Paniconi · 4 years, 6 months ago
  55. 24c8a75 Make resize test more robust by Jerome Jiang · 4 years, 7 months ago
  56. 34b0dd0 rtc-svc: Avoid applying loopfilter on non_reference by Marco Paniconi · 4 years, 8 months ago
  57. 81a9a6b rtc-svc: Add case of temporal layers with multi-reference by Marco Paniconi · 4 years, 7 months ago
  58. 992e508 rtc: Add speed 9 test coverage for realtime by Marco Paniconi · 4 years, 8 months ago
  59. bf742b6 rtc: Fix to dynamic resize for temporal layers by Marco Paniconi · 4 years, 8 months ago
  60. 9dfac72 Update gtest usage in unit tests by chiyotsai · 4 years, 8 months ago
  61. 27bedc0 rtc-svc: Set error_resilience to 0 in SVC tests by Marco Paniconi · 4 years, 9 months ago
  62. 3538fd4 rtc-svc: Add SVC test for setting frame error_resilience by Marco Paniconi · 4 years, 9 months ago
  63. ee96834 rtc-svc: Add tests for dropping enhancment layers by Marco Paniconi · 4 years, 9 months ago
  64. 2740923 rtc-svc: Add SVC test for 4:4:4 input by Marco Paniconi · 4 years, 9 months ago
  65. 8c449df rtc-svc: Fix to SVC for HD with spatial layers > 1 by Marco Paniconi · 5 years ago
  66. ad4953a rtc-svc: Add set reference to SVC interface by Marco Paniconi · 5 years ago
  67. 646082b Set g_usage to AOM_USAGE_REALTIME for realtime tests. by Jerome Jiang · 5 years ago
  68. 882c5ad rtc-svc: Fixes for periodic key frames for SVC by Marco Paniconi · 5 years ago
  69. 768367c rtc-svc: Disable the frame order hint for SVC by Marco Paniconi · 5 years ago
  70. 3c2746f rtc-svc: Fix to (3SL, 3TL) layer pattern. by Marco Paniconi · 5 years ago
  71. 34b7d5e rtc-svc: Add (3 spatial, 3 temporal) layers by Marco Paniconi · 6 years ago
  72. c7d96d6 rtc-svc: Add example for 3 spatial layers. by Marco Paniconi · 6 years ago
  73. 6397132 rtc: Spatial layers for RTC by Marco Paniconi · 6 years ago
  74. 2647305 AV1 RT: Implement interpolation filter search by Fyodor Kyslov · 6 years ago
  75. d960308 Add svc_datarate_test.cc by Jerome Jiang · 6 years ago