Vignesh Venkatasubramanian
d6fe868d87
Remove warn() call in webmdec.c
...
Remove call to warn() in webmdec.c so that it does not depend on
tools_common.c for compilation.
Change-Id: I2790e837985ce1d84b35f5a20c783d0e6020a9f5
2014-04-17 23:41:24 -07:00
Vignesh Venkatasubramanian
b59e37e1aa
Merge "webmdec: Fix return values for webm_read_frame"
2014-04-16 09:47:24 -07:00
Vignesh Venkatasubramanian
b92eb54106
webmdec: Fix return values for webm_read_frame
...
Fix return values for webm_read_frame so that we can distinguish between
error and end of stream. 0 - Success, 1 - End of stream, -1 error.
Change-Id: Ic35d0c7d7a166e027711a3d2300ecdda25a5d0cc
2014-04-15 11:55:17 -07:00
Vignesh Venkatasubramanian
bda2417bfb
Remove fatal() call in webmdec.c
...
Remove call to fatal() in webmdec.c so that it does not depend on
tools_common.c for compilation.
Change-Id: I3eec483afe6fae72436993c72b26d61d14a7f2bf
2014-04-14 14:21:47 -07:00
James Zern
bb3b9aa93f
move nestegg to third_party
...
Change-Id: Idf58109195a88dec66c5e1ea6a51c61e6c659ff1
2014-02-21 17:16:04 -08:00
James Zern
cc6117d0f3
update nestegg
...
+ prune some unused files
https://github.com/kinetiknz/nestegg.git
commit f46223191d8116a36bf299b5b9793fcb798417b1
Merge: 0851279 4b0190a
Author: Matthew Gregan <kinetik@flim.org>
AuthorDate: Wed Nov 27 13:50:43 2013 -0800
Commit: Matthew Gregan <kinetik@flim.org>
CommitDate: Wed Nov 27 13:50:43 2013 -0800
Merge pull request #15 from shadone/master
Fix compiler warning.
Change-Id: I59eecdd68fced1ef61b67d446735539628d81484
2014-02-21 11:50:01 -08:00
Dmitry Kovalev
cccadd245c
Removing VP8_FOURCC_MASK & VP9_FOURCC_MASK.
...
There is no reason to have fourcc masks, everything just works without
them.
Change-Id: I1d48100e7b7d5ef55ec49a708ba6adcb9ab4ecd8
2014-01-15 14:01:38 -08:00
James Zern
c5aaf923d8
webmdec/tests: fix leak when file isn't read to eof
...
the nestegg packet was only freed by subsequent reads
Change-Id: Ib687a13907861c7575830783e47a596d85169cf1
2013-12-13 19:06:21 -08:00
Tom Finegan
2abe2d4664
vpxdec: Relocate WebM input support.
...
- Move it to webmdec.c and webmdec.h.
- Also, tidy up obvious style nits in the vicinity of code I was
already touching.
Change-Id: Ie2898d06e73c1e9030d9c8d465b73ee7edc3c02a
2013-11-19 10:26:51 -08:00