summaryrefslogtreecommitdiff
path: root/mkvparser
AgeCommit message (Expand)Author
2023-10-26bump version for tagJames Zern
2023-07-07fix UnserializeFloat w/big endianJames Zern
2023-06-08bump version for tagJames Zern
2023-06-01Replace all uses of strcpy*, strcat* with memcpyVignesh Venkatasubramanian
2023-03-06CuePoint::TrackPosition::Parse: validate m_blockJames Zern
2022-10-21bump version for tagJames Zern
2022-10-21clear implicit conversion warningsJames Zern
2021-11-04mkvparser: fix int64 -> unsigned conversion warningsJames Zern
2021-04-23Merge changes I16364ecf,I99780547James Zern
2021-04-23mkv{muxer,parser}: bump version #s for next tagJames Zern
2021-03-11Add checks for overflow during parsingFrank Galligan
2020-06-05mkvparser,VideoTrack: free m_colour_space in dtorJames Zern
2020-03-23mkvparser,VideoTrack::Parse: fix leak on errorJames Zern
2020-02-05mkvparser: reject files w/multiple ProjectionPrivateJames 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-28VideoTrack::Parse: fix potential memory leakJames Zern
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-09-17Add ability to write and read track ColourSpaceKyle Sunderland
2018-06-06Move definition of IMkvReader::~IMkvReader() to mkvparser.h.Max Moroz
2018-01-30Limit string element size to 20 million bytes.Tom Finegan
2018-01-24Replace uses of deprecated std::auto_ptr with std::unique_ptr.Lisa Velden
2017-12-18Silence -Wdeprecated-declarations in GCC 4.7+.Tom Finegan
2017-09-30Avoid overflows in Block::GetTimeCode().Tom Finegan
2017-08-25mkvparser: Fix potential overflow in Block::ParseVignesh Venkatasubramanian
2017-08-23mkvparser: Fix integer overflow in Block::GetTimeVignesh Venkatasubramanian
2017-07-28Avoid float overflows due to casts of out of range values.Tom Finegan
2017-06-22Merge "disable -Wdeprecated-declarations in legacy code"James Zern
2017-06-20mkvparser: fix float conversion warningJames Zern
2017-06-20disable -Wdeprecated-declarations in legacy codeJames Zern
2017-04-19CuePoint::Find: check Track pointerJames Zern
2017-04-18mkvparser,Block::Parse: remove incorrect assertJames Zern
2017-03-23mkvparser:Parse: s/FLT_MIN/-FLT_MAX/James Zern
2017-03-21mkvparser: Avoid double free when Chromaticity parse fails.Tom Finegan
2017-03-20mkvparser: Avoid casts of values too large for float in Projection elements.Tom Finegan
2017-02-01mkvparser: #include sys/type.hKO Myung-Hun
2016-10-31mkvparser: Avoid alloc failures in SeekHead::Parse.Tom Finegan
2016-10-17mkvparser,Projection::Parse: fix int->bool convJames Zern
2016-10-17update .clang-formatJames Zern
2016-08-31mkvparser: minor SeekHead::Entry clean up.Tom Finegan
2016-08-29mkvparser: Add Projection element support.Tom Finegan
2016-08-19parser_tests: Add invalid lacing test.Tom Finegan
2016-05-06mkvreader: Fix shorten-64-to-32 warning in 32 bit builds.Tom Finegan
2016-04-08mkvparser: Fix implicit conversion warnings.Tom Finegan
2016-03-31msvc/hdr_util: Silence double to float conversion warnings.Tom Finegan
2016-03-30cmake/msvc: Disable C4996 project wide.Tom Finegan
2016-03-29mkvparser::BlockEntry: inline EOS()James Zern