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