summaryrefslogtreecommitdiff
path: root/webm_parser
AgeCommit message (Expand)Author
2023-10-25Fix C++20 build by replacing `result_type` & `argument_type`.Simon Jackson
2023-03-01added Seek() function to FileReaderElijah Cirioli
2019-08-29webm_parser,README.md: fix sample code namespace refsJames Zern
2019-03-29update .clang-format for clang 7 compiler updateHien Ho
2018-09-27Fix undefined behavior due to unassigned actionMichael Bradshaw
2018-09-25clang-format v6.0.1Johann
2018-03-05Fix MSVC warning about 2147483648 not fitting in an intMichael Bradshaw
2018-02-28Fix compilation with MSVCMichael Bradshaw
2018-01-22Set a maximum limit on element recursion depthMichael Bradshaw
2017-11-03webm_parser: Add new enum valuesMichael Bradshaw
2016-10-17update .clang-formatJames Zern
2016-09-13webm_parser: Add Mesh value for ProjectionTypeMichael Bradshaw
2016-09-08webm_parser: Use ./ prefix for includesMichael Bradshaw
2016-09-07webm_parser: Remove webm/ prefix from public includesMichael Bradshaw
2016-09-01webm_parser: Update README build instructionsMichael Bradshaw
2016-08-29Add support for the Projection elementMichael Bradshaw
2016-08-25Remove docs saying binary elements default to 0Michael Bradshaw
2016-08-24Do not skip over unknown elements at the root levelMichael Bradshaw
2016-08-10webm_parser: Enable usage of werror.Tom Finegan
2016-07-27webm_parser: Convert style to match the rest of libwebmTom Finegan
2016-07-14cmake: Integrate new parsing API and tests.Tom Finegan
2016-06-15Add a new incremental parsing APIMichael Bradshaw