1. 5bf1226 mkvmuxer_sample: Use empty() instead of size() == 0 by Vignesh Venkat · 4 weeks ago main
  2. 25ae292 mkvmuxer_sample: Refactor usage function by Vignesh Venkat · 4 weeks ago
  3. ab9a9a5 mkvmuxer_sample: Add support for adding itut35 metadata by Vignesh Venkat · 4 weeks ago
  4. 2ba1127 mkvmuxer: Use the correct payload size in BlockAdditionMapping by Vignesh Venkat · 4 months ago
  5. 40af4ca mkvmuxer: Support BlockAdditionMapping by vigneshv@google.com · 4 months ago
  6. 923d7ef apply clang-format-19 by clang-format · 7 months ago
  7. f2a982d bump version for tag by James Zern · 8 months ago libwebm-1.0.0.32
  8. aea8884 cmake: bump minimum version to 3.16 by James Zern · 9 months ago
  9. 204bf83 vpxpes2ts.cc: add missing webm2pes.h include by James Zern · 9 months ago
  10. 4b68a6b mkvmuxer_test: add missing mkvparser.h include by James Zern · 9 months ago
  11. 2a75253 file_util,GetTempFileName: fix return value by James Zern · 9 months ago
  12. c4522d6 mkvmuxer: don't create cue points for non-keyframes by James Zern · 9 months ago
  13. e79a981 add missing (std::nothrow) by James Zern · 11 months ago
  14. 0d1b994 Fix nothrow new for PrimaryChromaticity parsing by Miklos Puspan · 11 months ago
  15. b4f01ea Check if long long may possibly be > LONG_MAX by Wan-Teh Chang · 1 year, 1 month ago
  16. 6c1e511 README.libwebm: add security report note by James Zern · 1 year, 6 months ago
  17. 26d9f66 Merge "README.libwebm: add link to issue tracker" into main by James Zern · 1 year, 6 months ago
  18. 6bd45b4 mkvparser.cc: remove redundant float.h include by James Zern · 1 year, 6 months ago
  19. 3b63004 mkvparser/mkvparser.cc: add missing <cstdint> include by Sergei Trofimovich · 1 year, 6 months ago
  20. 4b8808b mkvmuxerutil.h: use <> for stdint.h include by James Zern · 1 year, 6 months ago
  21. 15b33bb apply clang-format-14 by clang-format · 1 year, 6 months ago
  22. 921c8ac rename *_tests.cc to *_test.cc by James Zern · 1 year, 6 months ago
  23. 3cf40a8 tests: use main() from gtest_main.cc by James Zern · 1 year, 6 months ago
  24. 449fa40 remove -Wundef by James Zern · 1 year, 6 months ago
  25. f4b07ec Enable and fix -Wundef warnings by Wan-Teh Chang · 1 year, 6 months ago
  26. 947deff README.libwebm: add link to issue tracker by James Zern · 1 year, 7 months ago
  27. 75cff06 mkv{reader,writer}: port f{seek,tell}o fix from libvpx by James Zern · 1 year, 9 months ago
  28. 2596d9b ParseVpxCodecPrivate: fix chroma subsampling parsing by James Zern · 1 year, 10 months ago
  29. affd7f4 In MakeUID(), call rand() under #ifdef _WIN32 by Wan-Teh Chang · 2 years, 1 month ago
  30. 6745fd2 bump version for tag by James Zern · 2 years, 4 months ago libwebm-1.0.0.31
  31. 6538e61 Fix C++20 build by replacing `result_type` & `argument_type`. by Simon Jackson · 2 years, 4 months ago
  32. d411c86 webm2pes: fix PesOptionalHeader::SetPtsBits w/big-endian by James Zern · 2 years, 7 months ago
  33. 21f329f fix UnserializeFloat w/big endian by James Zern · 2 years, 7 months ago
  34. 3d55456 test_util.h: use <cstdint> instead of <stdint.h> by James Zern · 2 years, 8 months ago
  35. 5101d05 cmake: install mkvmuxer/mkvparser to subdirectories by James Zern · 2 years, 8 months ago
  36. 09fa88a bump version for tag by James Zern · 2 years, 8 months ago libwebm-1.0.0.30
  37. 382d811 Merge "CMakeLists.txt: set PIC mode w/BUILD_SHARED_LIBS" into main by James Zern · 2 years, 8 months ago
  38. 8508714 .gitignore,cosmetics: sort entries by James Zern · 2 years, 8 months ago
  39. d5437e1 .gitignore: add .vscode by James Zern · 2 years, 8 months ago
  40. f729dc5 add .mailmap by James Zern · 2 years, 8 months ago
  41. 635778b CMakeLists.txt: set PIC mode w/BUILD_SHARED_LIBS by James Zern · 2 years, 8 months ago
  42. f7da30b CMakeLists.txt,**/.cmake: apply cmake-format by James Zern · 2 years, 8 months ago
  43. 930a160 Export symbols with MSVC & stop forcing prefix. by Simon Jackson · 2 years, 8 months ago
  44. 9855450 Add option to disable building of sample programs by Simon Jackson · 2 years, 8 months ago
  45. 233c0e9 Always provide install target, not just for webm_parser. by Simon Jackson · 2 years, 8 months ago
  46. 7781224 Replace all uses of strcpy*, strcat* with memcpy by Vignesh Venkatasubramanian · 2 years, 8 months ago
  47. d1b981b Use _MIN and _MAX constants of the actual types by Wan-Teh Chang · 2 years, 10 months ago
  48. 1930e3c Merge changes I15c2d52e,I32fbee85,I491d9003 into main by James Zern · 2 years, 11 months ago
  49. 60ff71f cosmetics,fix a typo: compresion -> compression by James Zern · 3 years ago
  50. 7575ef4 vp9_level_stats,Vp9LevelRow: fix -Wc++20-compat warnings by James Zern · 3 years ago
  51. c68f89f Vp9LevelTable: fix initializer order by James Zern · 3 years ago
  52. b87133b Mark static const class/struct members as constexpr. by James Zern · 3 years ago
  53. 74e2315 Merge "CuePoint::TrackPosition::Parse: validate m_block" into main by James Zern · 3 years ago
  54. 6a8a6f4 CuePoint::TrackPosition::Parse: validate m_block by James Zern · 3 years ago
  55. 9efaf8b added Seek() function to FileReader by Elijah Cirioli · 3 years ago
  56. e14008c Android.mk: add a check for NDK_ROOT by James Zern · 3 years, 1 month ago
  57. 2f9fc05 bump version for tag by James Zern · 3 years, 4 months ago libwebm-1.0.0.29
  58. e9e88ee vp9_level_stats_tests: add some missing asserts by James Zern · 3 years, 4 months ago
  59. b919a8f clear implicit conversion warnings by James Zern · 3 years, 4 months ago
  60. ee0bab5 Revert "mkvmuxer,Cluster::Size: make uint64 conversion explicit" by James Zern · 4 years, 1 month ago
  61. b8b2c0a add mkvparser_fuzzer.cc by James Zern · 4 years, 1 month ago
  62. 2a1a8fd Fix shellcheck issues in infra/*.sh by Roberto Alanis · 4 years, 2 months ago
  63. c7de961 Merge "Fix asan_symbolize execution by adding pipe" into main by Roberto Alanis Baez · 4 years, 2 months ago
  64. a8283f4 Fix asan_symbolize execution by adding pipe by Roberto Alanis · 4 years, 2 months ago
  65. c612757 Jenkins Port: support clang-i686 compilation by Roberto Alanis · 4 years, 2 months ago
  66. 5020944 patch-check: remove duplicated words in subject length check by Roberto Alanis · 4 years, 2 months ago
  67. 58b91b0 patch-check: commit subject length check by Roberto Alanis · 4 years, 2 months ago
  68. 206d268 mkvparser: fix int64 -> unsigned conversion warnings by James Zern · 4 years, 3 months ago
  69. ba0e436 Android.mk: import LICENSE indicators from AOSP by James Zern · 4 years, 4 months ago
  70. 5a4ca5d presubmit: Add pylint-2.7 and .pylintrc by Roberto Alanis · 4 years, 4 months ago
  71. f541770 patch-check: shfmt by Roberto Alanis · 4 years, 4 months ago
  72. 9453d0a patch-check: Add shellcheck by Roberto Alanis · 4 years, 4 months ago
  73. b397598 Reformat docstring and .style.yapf by Roberto Alanis · 4 years, 4 months ago
  74. bbaa560 Replace single quotes by Roberto Alanis · 4 years, 4 months ago
  75. cf98543 Set CheckPatchFormatted flags to fail on diffs by Roberto Alanis · 4 years, 5 months ago
  76. fcbb8cc Port jenkins scripts: Fix link error in x86-ubsan by Roberto Alanis · 4 years, 6 months ago
  77. e12a220 Port jenkins scripts: unit testing by Roberto Alanis · 4 years, 6 months ago
  78. b07c3dd infra/*.sh: apply shfmt by James Zern · 4 years, 7 months ago
  79. 09d1403 Port jenkins scripts: Add infra/compile_android.sh by Roberto Alanis · 4 years, 7 months ago
  80. cd46636 Port jenkins scripts: create common source by Roberto Alanis · 4 years, 7 months ago
  81. b698290 Merge "Port jenkins scripts: compile config and host." into main by Roberto Alanis Baez · 4 years, 7 months ago
  82. 4e567a2 [patch-check] Ensure presubmit runs with python3 by Roberto Alanis · 4 years, 7 months ago
  83. e45e919 Port jenkins scripts: compile config and host. by Roberto Alanis · 4 years, 7 months ago
  84. 595c2f9 Add patch-check steps in PRESUBMIT.py by Roberto Alanis · 4 years, 7 months ago
  85. 3d1f6dd mkvmuxer: update av1 codec mapping link by James Zern · 4 years, 8 months ago
  86. e4fbea0 mkvmuxer: Fix unit'd value in Segment. by Tom Finegan · 4 years, 8 months ago
  87. 3614ca6 webm_info: output vp9 display width/height by James Zern · 4 years, 9 months ago
  88. 82a1d23 add CONTRIBUTING.md by James Zern · 4 years, 10 months ago libwebm-1.0.0.28
  89. d4add89 Merge changes I16364ecf,I99780547 by James Zern · 4 years, 10 months ago
  90. 0989841 mkv{muxer,parser}: bump version #s for next tag by James Zern · 4 years, 10 months ago
  91. b5a0bc8 *.cmake: remove redundant cmake_minimum_required() by James Zern · 4 years, 10 months ago
  92. 8236d9b use -std=gnu++11 under cygwin & msys2 by James Zern · 5 years ago
  93. 566a1e0 Add checks for overflow during parsing by Frank Galligan · 5 years ago
  94. e59d6c7 mkvmuxer_sample: add missing newline in help by James Zern · 5 years ago
  95. 485fb67 Merge "mkvmuxer: Keep Segment in a good state when frame writes fail" by James Zern · 5 years ago
  96. 46b2005 mkvmuxer,Cluster::Size: make uint64 conversion explicit by James Zern · 5 years ago
  97. 97f8074 mkvmuxer: Keep Segment in a good state when frame writes fail by A. Cody Schuffelen · 5 years ago
  98. 11cae24 webm_info: fix clang -Wdangling-gsl warning by James Zern · 6 years ago
  99. 3678196 Merge "mkvparser,VideoTrack: free m_colour_space in dtor" by James Zern · 6 years ago
  100. 2e3c97b webm_info,PrintVP9Info: quiet -Wsign-compare warning by James Zern · 6 years ago