1. 8fe8c99 tile.cc: silence -Warray-bounds warning by James Zern · 3 days ago main
  2. 9418146 libgav1_tests.cmake: fix compiler version check w/clang-cl by James Zern · 7 weeks ago
  3. 70b1aec obu_parser*: apply iwyu by James Zern · 4 months ago
  4. 4cb2e99 warp_prediction.{cc,h}: apply iwyu by James Zern · 4 months ago
  5. a2f139e obu_parser: Make obu extension flag check failure as warning. by Chunbo Hua · 5 months ago
  6. f9a9315 apply clang-format by James Zern · 5 months ago
  7. 1b8a910 obu_parser: Frame header check for new sequence header OBU by Chunbo Hua · 5 months ago
  8. 8b2141e obu_parser: Add sequence header missing as error log by Chunbo Hua · 5 months ago
  9. 933ff6b Add parse only option to libgav1 by libgav1 Team · 5 months ago
  10. d2f84e4 compiler_attributes.h: normalize ASAN_* defines by James Zern · 6 months ago
  11. d1e63d1 libgav1_tests.cmake: add missing absl::time dep by James Zern · 8 months ago
  12. 35fea10 film_grain: undo ASan poison at destruction time by James Zern · 8 months ago
  13. e386d8f cdef.cc: quiet -Warray-bounds/-Wstringop-overflow by James Zern · 9 months ago v0.19.0
  14. 5cf722e Add missing #include in threadpool.cc by libgav1 Team · 10 months ago
  15. 0fc6d78 add common_dsp_test.cc by James Zern · 1 year ago
  16. 2bb1ffb dsp/*_test.cc: check AVX2/SSE4 support before testing by James Zern · 1 year, 1 month ago
  17. df0023c fuzzer_temp_file: add windows support by James Zern · 1 year, 1 month ago
  18. 4339c31 inverse_transform_neon: update clang version check by James Zern · 1 year, 4 months ago
  19. 5c87e86 version.h: bump version to 0.19.0 by James Zern · 1 year, 6 months ago
  20. 607fea9 obu_parser_fuzzer: exercise GetAV1CodecConfigurationBox() by James Zern · 1 year, 6 months ago
  21. a3ba148 fuzzer_get_tmpfile_with_suf: fix -Wsign-compare by James Zern · 1 year, 6 months ago
  22. 493c8dd README.md: update LIBGAV1_MAX_BITDEPTH text by James Zern · 1 year, 7 months ago
  23. bf56e88 cmake: Set LIBGAV1_MAX_BITDEPTH to 12 by default by Vignesh Venkatasubramanian · 1 year, 7 months ago
  24. 2e113ee Quiet -Wmaybe-uninitialized warning (convolve_10bit_neon.cc) by Scott LaVarnway · 1 year, 8 months ago
  25. 28d2bad convolve_{avx2,sse4}: memset intermediate buffer w/MSan by James Zern · 1 year, 9 months ago
  26. 5e6bb03 Tile::StoreMotionFieldMvsIntoCurrentFrame: reorder some ops by James Zern · 1 year, 9 months ago
  27. 5b402ac README.md: sync abseil/googletest versions w/cmake by James Zern · 1 year, 9 months ago
  28. 97e4ce4 Quiet -Wmaybe-uninitialized warning (convolve_neon.cc) by Scott LaVarnway · 1 year, 9 months ago
  29. f6526fe loop_filter_10bit_neon: remove 2 dead stores by James Zern · 1 year, 9 months ago
  30. b52290e intrapred_directional_neon: remove a dead store by James Zern · 1 year, 9 months ago
  31. 26934eb {c_,}decoder_test: add missing status checks by James Zern · 1 year, 10 months ago
  32. 0cb3d8e mask_blend_test: add an assert for non-null func_ by James Zern · 1 year, 10 months ago
  33. 086a7d6 file_writer_test: use absl::WrapUnique by Derek Mauro · 1 year, 10 months ago
  34. 96b8a17 add YuvBuffer::InitializeFrameBorders() by James Zern · 1 year, 10 months ago
  35. fea63d3 DirectionalIntraPredictorZone2_SSE4: init top/left_buffer w/msan by James Zern · 1 year, 10 months ago
  36. 454a764 PostFilter: further extend right border w/msan by James Zern · 1 year, 10 months ago
  37. 5ba4ac9 BlendNoiseTest: zero noise image border w/MSan by James Zern · 1 year, 10 months ago
  38. 864c3f3 film_grain_neon: merge GetScalingFactors functions by James Zern · 1 year, 10 months ago
  39. db82967 FileReader::Open: explicitly move return value by James Zern · 1 year, 10 months ago
  40. 74b5eee CdefFilteringTest: accumulate per-plane times by James Zern · 1 year, 10 months ago
  41. a471704 {arm,x86}/loop_restoration*: quiet -Wuninitialized by James Zern · 1 year, 11 months ago
  42. 4f8bbcf Tile::GetReferenceCdf: quiet -Warray-bounds by James Zern · 1 year, 11 months ago
  43. ccfc0c6 FilmGrainParams: clarify field relationship to spec vars by James Zern · 1 year, 11 months ago
  44. 720b505 decoder_buffer.h: add comments for ObuMetadataHdrMdcv members by James Zern · 2 years ago
  45. e33399b cmake: suggest stable versions of abseil/googletest by James Zern · 2 years ago
  46. f06328b threadpool: Do not use pthread_setname_np on GNU/Hurd by James Zern · 2 years ago
  47. dc2ae12 obu_parser: Add support for av1c box generation by Vignesh Venkatasubramanian · 2 years ago
  48. 0fb779c libgav1_build_definitions: update SOVERSION for v0.18.0 by James Zern · 2 years, 1 month ago v0.18.0
  49. cd53f7c Add public API for Metadata OBUs by Vignesh Venkatasubramanian · 2 years, 1 month ago
  50. 471c115 decoder_test: Share constants between C/C++ tests by Vignesh Venkatasubramanian · 2 years, 1 month ago
  51. c4be8a3 obu_parser_test: Add testcase for itut_t35 extension byte by Vignesh Venkatasubramanian · 2 years, 1 month ago
  52. 136ca1b Adst4_NEON: rightsize register type by James Zern · 2 years, 2 months ago
  53. ed7846b Adst4_NEON: rightsize local register array by James Zern · 2 years, 2 months ago
  54. 3a8e43c Adst4_NEON: remove template parameter by James Zern · 2 years, 2 months ago
  55. d60b439 inverse_transform_neon: replace Transpose4x8To8x4 w/vld4q by James Zern · 2 years, 2 months ago
  56. 21b81c2 inverse_transform_neon: replace Transpose4x4 w/v{ld,st}4 by James Zern · 2 years, 2 months ago
  57. bf4da9a inverse_transform_10bit_neon: use v{ld,st}4q over Transpose4x4 by James Zern · 2 years, 2 months ago
  58. 4a671ec Avoid 32-bit vectors in distance weighted blend by Alex Peterson · 2 years, 2 months ago
  59. f0b7dbc Remove height template from DistanceWeightedBlend by Alex Peterson · 2 years, 2 months ago
  60. b9fcc38 Simplify shuffle branch in 10bpp DirectionalZone2 by Alex Peterson · 2 years, 2 months ago
  61. 38ca0c6 SegmentationMap: Avoid redundant buf allocation by Hirokazu Honda · 2 years, 2 months ago
  62. 4b936b8 Load more lines at once in obmc_sse4.cc by Alex Peterson · 2 years, 3 months ago
  63. ab75401 Simplify the shuffle decision in DirectionalZone2 by Alex Peterson · 2 years, 3 months ago
  64. dcd5550 Use contiguous loads in mask_blend_sse4.cc by Alex Peterson · 2 years, 3 months ago
  65. 76a86fc convolve: move GetNumTapsInFilter to convolve.h by James Zern · 2 years, 3 months ago
  66. 00be857 utils/constants.h: relocate kBitdepth values from dsp/constants.h by James Zern · 2 years, 3 months ago
  67. a242179 tests/utils.h: update gcc -Wismatched-new-delete bug link by James Zern · 2 years, 3 months ago
  68. 408c4fa tests/utils_test.cc: quiet -Wmismatched-new-delete by James Zern · 2 years, 3 months ago
  69. ef35acb Simplify the shuffle decision in DirectionalZone2 by Alex Peterson · 2 years, 3 months ago
  70. 3190258 Load more lines at once in obmc_neon.cc by Alex Peterson · 2 years, 3 months ago
  71. 3ae16c9 utils/constants.h: relocate some values from dsp/constants.h by James Zern · 2 years, 3 months ago
  72. 8712774 Round by 4 when height is 4 in Directional Zone2 by Alex Peterson · 2 years, 3 months ago
  73. 18dc775 Use width stride in obmc_test.cc by Alex Peterson · 2 years, 3 months ago
  74. 6fba102 [arm] Use new GetMask approach for larger blocks. by Alex Peterson · 2 years, 3 months ago
  75. e54abf5 Remove max_shuffle_height in DirectionalZone2_4xH by Alex Peterson · 2 years, 3 months ago
  76. 667cd9c Avoid 32-bit vectors in distance weighted blend by Alex Peterson · 2 years, 3 months ago
  77. f068573 loop_filter_10bit_neon: rm armv7 0 vector check by James Zern · 2 years, 3 months ago
  78. 5f6b809 [arm] Use adjacent rows to speed up GetMask4x2 by Alex Peterson · 2 years, 4 months ago
  79. a578b7a Combine loads in DistanceWeightedBlend4xH_SSE4_1 by Alex Peterson · 2 years, 4 months ago
  80. c40c2ba Load 2 lines at once for 4xH average_blend_sse4 by Alex Peterson · 2 years, 4 months ago
  81. 9f583ec dsp,arm: Improve XLeTopLeft(). by Scott LaVarnway · 2 years, 4 months ago
  82. 1818fd4 DirectionalIntraPredictorZone2_C: rm restrict w/clang-14.0.0 by James Zern · 2 years, 4 months ago
  83. 7d9267a Change mask stride to width in mask_blend_test.cc by Alex Peterson · 2 years, 4 months ago
  84. a97662f loop_filter_test: add missing test for 10/12bpp by James Zern · 2 years, 4 months ago
  85. ac19d90 test_utils::PrintBlock: use LIBGAV1_DEBUG_FORMAT_CODE by James Zern · 2 years, 4 months ago
  86. 5f4c18b Correct test name in common_sse4_test.cc by Alex Peterson · 2 years, 4 months ago
  87. 9cb047b Set weight_mask stride to block width by Alex Peterson · 2 years, 4 months ago
  88. 860e800 Remove one-load TODO from mask_blend_sse4.cc by Alex Peterson · 2 years, 4 months ago
  89. e930a89 SSE4_1 instead of SSE4 in function suffixes by Alex Peterson · 2 years, 4 months ago
  90. 21d69a8 intrapred_smooth_neon,Smooth4xN_NEON: use vhadd in pred calc by James Zern · 2 years, 4 months ago
  91. c7ef85d intrapred_smooth_neon: explicitly use vmlal by James Zern · 2 years, 4 months ago
  92. b62f8a3 intrapred_smooth_neon: use vneg_s8 for 256 - x by James Zern · 2 years, 4 months ago
  93. d97feab intrapred_smooth_neon: consistently remove const from loop by James Zern · 2 years, 4 months ago
  94. 08f65c4 intrapred_smooth_neon: normalize function signatures by James Zern · 2 years, 4 months ago
  95. 6a1cbda intrapred_smooth_neon: remove obsolete TODO by James Zern · 2 years, 4 months ago
  96. 25fefe5 intrapred_smooth_neon,cosmetics: fix some whitespace by James Zern · 2 years, 4 months ago
  97. 64a8c19 intrapred_smooth_neon: remove some unneeded inline by James Zern · 2 years, 4 months ago
  98. 1dec079 threading_strategy_test: fix test under Android by James Zern · 2 years, 4 months ago
  99. ae48a01 add loop_filter_10bit_neon.cc by James Zern · 2 years, 5 months ago
  100. 1ae0b48 loop_filter_neon.cc: remove stale commit x2 by James Zern · 2 years, 5 months ago