History log of /external/libvpx/libwebm/mkvparser.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fc1f97bc051863f9c2ec41d749ce5b4513b9f0fc 06-Mar-2015 Vignesh Venkatasubramanian <vigneshv@google.com> libwebm: Fix parser if UID high bit is set

Cherry-picking change from https://gerrit.chromium.org/gerrit/#/c/73959/

Change-Id: I8d98543f226594b28a88d5042f43c76f1224c0bb
/external/libvpx/libwebm/mkvparser.cpp
004e13f2a5a0cf8e2abf94af22cfcee4572313ce 13-Jan-2015 Lajos Molnar <lajos@google.com> allow subtitle tracks with ContentEncodings

Bug: 18999967
Change-Id: I1842b6e7c6bab4ba0f86938bbe6b110be0c5435f
/external/libvpx/libwebm/mkvparser.cpp
04839626ed859623901ebd3a5fd483982186b59d 23-Jun-2014 Vignesh Venkatasubramanian <vigneshv@google.com> libwebm: Pull from upstream

Rolling mkvparser from upstream. Primarily for fixing a bug on parsing
failures with certain Opus WebM files.

Upstream commit hash of this pull: 574045edd4ecbeb802ee3f1d214b5510269852ae

The diff is so huge because there were some style clean ups upstream.
But it was ensured that there were no breaking changes when the style
clean ups was done upstream.

Change-Id: Ib6e907175484b4b0ae1b55ab39522ea3188ad039
/external/libvpx/libwebm/mkvparser.cpp
9bb2fb9a522f37f4843b3e833fda2947bbaeefd0 04-Apr-2014 Marco Nelissen <marcone@google.com> UUIDs can have their high bit set

mkvparser::UnserializeUInt() assumes that unsigned values never have
their high bit set. This is too limiting for UUIDs. In addition, the
Chapters::Atom::Parse() method would truncate a "negative" 64-bit UUID
value to 32 bits and return the truncated value as a status code.
This value then might or might not be treated as an error by the caller
depending on whether the truncated value was itself negative.

b/13744158

Change-Id: I95d9ba60d1e16a0de25215c4e67d694617488d59
/external/libvpx/libwebm/mkvparser.cpp
f0ceed9d146017d218d64ca946d5c2b31356389b 20-Feb-2014 Vignesh Venkatasubramanian <vigneshv@google.com> libwebm: Updating mkvparser from upstream

Updating mkvparser from upstream to add support for new Opus
related elements.

Upstream git hash: 7952ce8f78767003765f8b87df85feda67cd6398

Change-Id: I3fbc0fe10e8c5773a2cd0a98922a22a41c97a7e7
/external/libvpx/libwebm/mkvparser.cpp
a8b927ab4f06e2fc0d16d9606b57672df9899ac1 26-Jul-2013 Amarghosh Vadakkoot <amarghosh@google.com> Handle zero lengthed track entries in mkv files

Bug: 9150326
Change-Id: I7ca1e10269e37a7d5691fd5b44eae74bc3680b95
/external/libvpx/libwebm/mkvparser.cpp
1b362b15af34006e6a11974088a46d42b903418e 10-Oct-2012 Johann <johannkoenig@google.com> Update libvpx and incorporate new build system

Move libvpx down a directory. Separate libwebm and rename it. It would
be more accurate to rename external/libvpx to external/webm.

Use file lists directly from upstream libvpx. This allows adding new
targets and new features (such as the encoder) easily. MIPS and x86
options are in progress. See new file "UPDATING"

The new libvpx checkout is not from a release branch. The decoder is
stable but it should be checked and potentially updated if the encoder
is enabled.

Requires I42b51e2845a696a6e211dde00951afc8f571336f which updates
libstagefright to account for new paths and library names.

Change-Id: I739f99d48b8d7e6354c416ef2ca79c954826307f
/external/libvpx/libwebm/mkvparser.cpp