summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-09Merge "mkvparser,VideoTrack: free m_colour_space in dtor"James Zern
2020-06-05webm_info,PrintVP9Info: quiet -Wsign-compare warningJames Zern
2020-06-05webm_info: output VP9 row tile infoJames Zern
2020-06-05mkvparser,VideoTrack: free m_colour_space in dtorJames Zern
2020-03-23mkvparser,VideoTrack::Parse: fix leak on errorJames Zern
2020-02-11Merge "Add a CMake install step for webm_parser."Tom Finegan
2020-02-10Add a CMake install step for webm_parser.Simon Jackson
2020-02-05mkvparser: reject files w/multiple ProjectionPrivateJames Zern
2019-08-29webm_parser,README.md: fix sample code namespace refsJames Zern
2019-08-20webm_info: remove unneeded const qualifiers in castsJames Zern
2019-08-20mkvmuxerutil: remove unneeded const qualifier in castJames Zern
2019-05-05Check there is only one settings per ContentCompressionFrank Galligan
2019-05-05Fixes a double free in ContentEncodingFrank Galligan
2019-04-17mkvparser: quiet static analysis warningsJames Zern
2019-03-29update .clang-format for clang 7 compiler updateHien Ho
2019-03-28VideoTrack::Parse: fix potential memory leakJames Zern
2019-03-08webm2pes: avoid null deref w/track->GetCodecId()James Zern
2019-03-08webm_info: avoid null deref w/track->GetCodecId()James Zern
2019-03-04Fix compilation with emscripten when ENABLE_WEBMTS is enabledChase Leslie
2019-01-24add declaration for SerializeFloatJohann
2018-12-11mkvparser/mkvparser.h: remove stray semicolonJames Zern
2018-11-29Fix compilation with MinGW32Cameron Cawley
2018-11-20Fix a potential memory leak in mkvparser.ccAngie Chiang
2018-10-03AUTHORS.TXT: dos2unixJohann
2018-09-27Fix undefined behavior due to unassigned actionMichael Bradshaw
2018-09-25clang-format v6.0.1Johann
2018-09-17Add ability to write and read track ColourSpaceKyle Sunderland
2018-08-21Improve AV1 support.Tom Finegan
2018-08-21muxer_sample: Fix VP9 profile/level handling.Tom Finegan
2018-06-06Move definition of IMkvReader::~IMkvReader() to mkvparser.h.Max Moroz
2018-05-15replace vp10 with av1Johann
2018-04-24remove unused PesHeaderJohann
2018-04-24add codereview.settingsJohann
2018-03-05Fix MSVC warning about 2147483648 not fitting in an intMichael Bradshaw
2018-02-28Fix compilation with MSVCMichael Bradshaw
2018-02-06Allow shared builds of libwebm.Tom Finegan
2018-02-02Merge "vp9_header_parser: make SetFrame private"James Zern
2018-02-02webm2pes: Avoid OOB reads caused by invalid superframe index.Tom Finegan
2018-02-02vp9_header_parser: make SetFrame privateJames Zern
2018-01-30Limit string element size to 20 million bytes.Tom Finegan
2018-01-24Merge "Replace uses of deprecated std::auto_ptr with std::unique_ptr."Tom Finegan
2018-01-24Replace uses of deprecated std::auto_ptr with std::unique_ptr.Lisa Velden
2018-01-22Set a maximum limit on element recursion depthMichael Bradshaw
2017-12-18Silence -Wdeprecated-declarations in GCC 4.7+.Tom Finegan
2017-12-07Update VP9 level definitionHui Su
2017-11-03Merge "webm_parser: Add new enum values"Michael Bradshaw
2017-11-03webm_parser: Add new enum valuesMichael Bradshaw
2017-09-30Avoid overflows in Block::GetTimeCode().Tom Finegan
2017-09-19Merge "Fix include-what-you-use warning in common/file_util.cc."Tom Finegan
2017-09-19Fix include-what-you-use warning in common/file_util.cc.Tom Finegan