Michael Bradshaw
39137d7385
Remove docs saying binary elements default to 0
...
They don't have a real default, and certainly not an integer value of 0.
Change-Id: I839291b9960315241068f99a0926fca3ca27ac18
2016-08-25 11:19:52 -07:00
Michael Bradshaw
80685d3865
Do not skip over unknown elements at the root level
...
OnUnknownElement() should be called to handle them.
Change-Id: Iebd99631f094e95d0c3e75952930962e15826bac
2016-08-24 17:37:03 -07:00
Tom Finegan
d518128266
webm_parser: Enable usage of werror.
...
Mass warning clean up. Mainly:
- Explicit casts of numeric literals to avoid signed/unsigned compare
warnings.
- Commenting out of unused function arg names.
Change-Id: I0e70393a5743ae984035d43712c724d4ccd12f9d
2016-08-10 08:56:57 -07:00
Tom Finegan
25d26028c1
webm_parser: Convert style to match the rest of libwebm
...
Remove webm_parser/clang-format-style.
Run clang-format -style=file -i for each source file.
Change-Id: Ieaf44bd323375cbcfec67014e94b7742d6bda14a
2016-07-27 14:31:28 -07:00
Tom Finegan
f8bb7149f5
cmake: Integrate new parsing API and tests.
...
Change-Id: I11e32bfffda12fa910c06bf7b8e3a0efbccf6054
2016-07-14 11:11:59 -07:00
Michael Bradshaw
cb8ce0b4b5
Add a new incremental parsing API
...
Change-Id: I6b921766836d58df0281fb23b2add3f62a478e14
2016-06-15 12:39:58 -07:00