1. a01b177 Consider motion search error in plane-wise filter. by yjshen · 5 years ago
  2. eb5e4e2 Remove "_new" suffix from function naming by Yaowu Xu · 5 years ago
  3. 50af730 AV1 RT: restrict condition to check merge on speed 7 by Fyodor Kyslov · 5 years ago
  4. 8c449df rtc-svc: Fix to SVC for HD with spatial layers > 1 by Marco Paniconi · 5 years ago
  5. 13e7da4 AV1 RT: Introducing speed 5 for RT by Fyodor Kyslov · 5 years ago
  6. ad4953a rtc-svc: Add set reference to SVC interface by Marco Paniconi · 5 years ago
  7. 7787d5c Rename reserved param aom_codec_enc_config_default by Wan-Teh Chang · 5 years ago
  8. 12e7c4a Fix typo in intrinsics unit tests by Steinar Midtskogen · 5 years ago
  9. c4669f6 Fix printing in intrinsics unit tests by Steinar Midtskogen · 5 years ago
  10. c8d1aeaa Rename test class "Daala" to "DivuSmallTest". by Wan-Teh Chang · 5 years ago
  11. c1e0902 rtc: Enable use_modeled_rd_cost flag for speed 8 by Marco Paniconi · 5 years ago
  12. f2d15ee Rename onyxc_int.h to av1_common_int.h. by Wan-Teh Chang · 5 years ago
  13. f427ede AV1 RT: Limit RT RDO TX types to DCT only by Fyodor Kyslov · 5 years ago
  14. 01c7a66 Initialize all the refs in MaskedSADx4Test by Ruiling Song · 5 years ago luxoft-speed
  15. 0a480f2 Add AVX2 variant for sub_pixel_variance width 16 by venkat sanampudi · 5 years ago
  16. c43904e Add SSSE3 four points search masked_sad by Ruiling Song · 5 years ago
  17. c92d48a Fix an ASAN failure bug in calculate_gf_length. by bohanli · 5 years ago
  18. 474e1e1 Add is_chroma_ref flag in MACROBLOCKD by Hui Su · 5 years ago
  19. 723a8a3 Neon: Add aom_variance128x128_neon and test by Jerome Jiang · 5 years ago
  20. b8e46ee gf_pyr_height_test: use Values() w/explicit values by James Zern · 5 years ago
  21. fb7f22d Respect --gf_max_pyr_height. by Urvang Joshi · 5 years ago
  22. b44f48f Command-line option for minimum pyramid height. by Urvang Joshi · 5 years ago
  23. cb98296 Add High bit-depth case by Krishna Malladi · 5 years ago
  24. 787f7f7 Clean up vp8/vp9 in code base by Yunqing Wang · 5 years ago
  25. a8c08dd modified neon version of sse.c by Krishna Malladi · 5 years ago
  26. 65be8a1 Optimize filter weight adjustment in YUV strategy. by yjshen · 5 years ago
  27. b5c134c Enable maximum GOP length of 32 frames by Jingning Han · 5 years ago
  28. aeb3605 Re-enable av1_selfguided_restoration for ARM NEON. by Wan-Teh Chang · 5 years ago
  29. 8dc32d7 Add sse2 four-points sad_avg by Ruiling Song · 5 years ago
  30. 96786fe Update google test to version 1.10.x by Cheng Chen · 5 years ago
  31. c837c4b Remove obsolete TODO in selfguided neon module by venkat sanampudi · 5 years ago
  32. d65a573 Fix bug in selfguided_restoration neon by venkat sanampudi · 5 years ago
  33. 9b224ea Replace testing::tuple with std::tuple (x2) by James Zern · 5 years ago
  34. a543df5 Replace testing::tuple with std::tuple by sarahparker · 6 years ago
  35. f5c3d0f Remove unneeded () around two SIMD_TUPLE's. by Wan-Teh Chang · 5 years ago
  36. 4af1636 Estimate noises for different planes separately. by yjshen · 5 years ago
  37. 4e8bbd1 Add neon/sse2 optimization for fwd txfm 4x4 by Jerome Jiang · 5 years ago
  38. a66b572 Handle 10bit encoding and re-enable planewise filtering by Cheng Chen · 5 years ago
  39. 0de21d3 rtc: Fix to frame_type setting for 1 pass rtc by Marco Paniconi · 5 years ago
  40. b00411d cmake: Enable -Wshorten-64-to-32 for C++ sources. by Tom Finegan · 5 years ago
  41. 980213e test.cmake: skip quantize_func_test.cc in generic builds by James Zern · 5 years ago
  42. 7a7fa5c Fix over-reads in MetadataEncodeTest::FramePktHook by Wan-Teh Chang · 5 years ago
  43. 62eab67 Adds support for HDR static metadata encode/decode by Daniel Max Valenzuela · 5 years ago
  44. ae20170 Refactor `temporal_filter.c` (Step-3). by yjshen · 5 years ago
  45. 9d68e63 Use bool, not int, for the 2nd test param row_mt_. by Wan-Teh Chang · 5 years ago
  46. b4410d8 Prepare for sb level multi-pass encoding by chiyotsai · 5 years ago
  47. 1a6f173 Do not suppress cpplint readability/streams check. by Wan-Teh Chang · 5 years ago
  48. e7e2b2d Optmize interface for temporal filtering. by yjshen · 5 years ago
  49. b42c052 Fix temporal filtering bugs in high bit-depth. by yjshen · 5 years ago
  50. f8c35de Include <ostream> for std::ostream. by Wan-Teh Chang · 5 years ago
  51. 2d05ba0 Define operator<< for the TestVideoParam struct. by Wan-Teh Chang · 5 years ago
  52. 7003573 Refactor `temporal_filter.c` (Step-2). by yjshen · 5 years ago
  53. 4637e2f Editorial bug fix for spec by Ryan · 5 years ago
  54. 8115cd6 Fix valgrind Use of uninitialised value of size 8 by Wan-Teh Chang · 5 years ago
  55. 532312c Adjust psnr threshold in HorzSuperresFixedEndToEndTest by Ravi Chaudhary · 5 years ago
  56. f4368ac Add SSE2 and AVX2 variant for aom_var_2d by Jayasanker J · 5 years ago
  57. c88f974 Simplify code about wedge types by Hui Su · 5 years ago
  58. d8fd9e7 Add additional encoder ext_tile tests by Yunqing Wang · 5 years ago
  59. d0f0d3b Re-enable lightfield test by Yunqing Wang · 5 years ago
  60. cc6cf05 Fix: Obtain aom_image metadata on decode by Daniel Max Valenzuela · 5 years ago
  61. 825aa3a Add SSE2 variant for temporal_filter_plane_c by Jayasanker J · 5 years ago
  62. f5036e6 Allow more 16x16 on key frame with hybrid intra search. by Jerome Jiang · 5 years ago
  63. 6077611 Adjust HorzSuperresFixedEndToEndTest threshold numbers by Jingning Han · 5 years ago
  64. bcc1b0e rtc: Enable RTC reference strucutre for speed >= 6 by Marco Paniconi · 5 years ago
  65. 9071bfe rtc: Fix to reference frame structure for RTC by Marco Paniconi · 5 years ago
  66. f7e6b90 Non RD: Add hybrid intra search. by Jerome Jiang · 5 years ago
  67. 8d1a1e4 rt: datarate test threshold change by Jerome Jiang · 5 years ago
  68. 2474d15 Add AVX2 variant for temporal_filter_plane_c by Jayasanker J · 5 years ago
  69. 72ef6ce AV1 RT: Modify PSNR threshold for reduced TX search. by Michael Horowitz · 5 years ago
  70. 3001dee Adjust psnr threshold in fwd-kf test by Sarah Parker · 5 years ago
  71. 5f8d70b Revert "Obtain aom_image metadata on decode" by Jingning Han · 5 years ago
  72. 6300fba Simplification of bits per macroblock estimate. by Paul Wilkins · 5 years ago
  73. b7dad71 Enable octagon-diamond motion estimation by Jingning Han · 5 years ago
  74. d6673a5 Reduce baseline inter enumerator in av1_rc_bits_per_mb() by Paul Wilkins · 5 years ago
  75. 518edbc Remove twopass->kfgroup_inter_fraction by Paul Wilkins · 5 years ago
  76. 9bca352 Obtain aom_image metadata on decode by Daniel Max Valenzuela · 5 years ago
  77. e431918 Reduce psnr_thresh in GFMaxPyrHeightTest by Yunqing Wang · 5 years ago
  78. 8806886 Add datarate test to change speed on the fly. by Jerome Jiang · 5 years ago
  79. 3c1f461 Remove bitrate param for frame drop tests in datarate_test.cc by Jerome Jiang · 5 years ago
  80. d36933a metadata_test.cc: add missing copyright header by James Zern · 5 years ago
  81. f112a35 AV1 RT: Fix datarate test failure by Fyodor Kyslov · 5 years ago
  82. 78e4819 AV1 RT: Early exit for intra mode check on pick_inter_mode by Fyodor Kyslov · 5 years ago
  83. bd55259 Rework the intra_angle_estimation speed feature by Hui Su · 5 years ago
  84. 7a3853e Have metadata remove/free functions return void. by Wan-Teh Chang · 5 years ago
  85. 6877cc6 Change kExampleData in metadata_test.cc to const by Daniel Max Valenzuela · 5 years ago
  86. 0a6c808 Write aom_image ITU-T T.35 metadata to stream by Daniel Max Valenzuela · 5 years ago
  87. 2f9e097 Adjust fwd-kf psnr thresholds by Sarah Parker · 5 years ago
  88. 4c09b45 sad4d avx2 code improvements by Victoria Zhislina · 6 years ago
  89. 9a5e5f2 Declare init_flags as aom_codec_flags_t. by Wan-Teh Chang · 5 years ago
  90. 131b3c4 Fix a compiler warning by Yunqing Wang · 5 years ago
  91. f686e03 Adjust PNSR thresholds to stop RTEndToEndTest failure by chiyotsai · 5 years ago
  92. c8b6dd6 remove old placeholder implementation of the config file support by Ryan Lei · 6 years ago
  93. 95fcd32 Add new test covering corruption caused by aq mode on/off. by Jerome Jiang · 6 years ago
  94. 446d5d9 RT: change threshold for frame drop test. by Jerome Jiang · 5 years ago
  95. d42c11c3 Add 720p clip to RT end to end tests. by Jerome Jiang · 6 years ago
  96. 2e6004a metadata test: Fix MSVC warnings. by Tom Finegan · 5 years ago
  97. f14875b Optimize get_proj_subspace module by Vishesh · 6 years ago
  98. df3d3d0 remove bool conversion (!!) when not applicable by Elliott Karpilovsky · 6 years ago
  99. 6b855be Adds metadata container for aom_image by Daniel Max Valenzuela · 6 years ago
  100. 7ad847a Seq header shouldn't change in the middle of frame by Wan-Teh Chang · 6 years ago