]> granicus.if.org Git - libvpx/commit
Revert "third_party: Roll libwebm snapshot."
authorTom Finegan <tomfinegan@google.com>
Wed, 6 Apr 2016 21:26:32 +0000 (14:26 -0700)
committerTom Finegan <tomfinegan@google.com>
Wed, 6 Apr 2016 21:30:33 +0000 (14:30 -0700)
commit758fc662b237ffd2dafaf4e6418a83dcc2926820
tree4b3d3b024236b2ec42b26ce69eb67c5ad7df0748
parentc93946bbc3a69d66d0940ca543a2daf52b965c65
Revert "third_party: Roll libwebm snapshot."

This reverts commit 74aaa2389ec056f9dd8631eeed42fe7a757daf32. Unstable
under valgrind because of uninitialized reads. Limiting the bad bisect range.

Change-Id: I45b32f0ee0ba45795e7efb9947fb805830c8ce0e
25 files changed:
examples.mk
libs.mk
test/test.mk
third_party/libwebm/Android.mk
third_party/libwebm/README.libvpx
third_party/libwebm/RELEASE.TXT [new file with mode: 0644]
third_party/libwebm/common/file_util.cc [deleted file]
third_party/libwebm/common/file_util.h [deleted file]
third_party/libwebm/common/hdr_util.cc [deleted file]
third_party/libwebm/common/hdr_util.h [deleted file]
third_party/libwebm/mkvmuxer.cpp [moved from third_party/libwebm/mkvmuxer/mkvmuxer.cc with 56% similarity]
third_party/libwebm/mkvmuxer.hpp [moved from third_party/libwebm/mkvmuxer/mkvmuxer.h with 68% similarity]
third_party/libwebm/mkvmuxer/mkvmuxerutil.h [deleted file]
third_party/libwebm/mkvmuxertypes.hpp [moved from third_party/libwebm/mkvmuxer/mkvmuxertypes.h with 70% similarity]
third_party/libwebm/mkvmuxerutil.cpp [moved from third_party/libwebm/mkvmuxer/mkvmuxerutil.cc with 53% similarity]
third_party/libwebm/mkvmuxerutil.hpp [new file with mode: 0644]
third_party/libwebm/mkvparser.cpp [moved from third_party/libwebm/mkvparser/mkvparser.cc with 92% similarity]
third_party/libwebm/mkvparser.hpp [moved from third_party/libwebm/mkvparser/mkvparser.h with 90% similarity]
third_party/libwebm/mkvreader.cpp [moved from third_party/libwebm/mkvparser/mkvreader.cc with 97% similarity]
third_party/libwebm/mkvreader.hpp [moved from third_party/libwebm/mkvparser/mkvreader.h with 87% similarity]
third_party/libwebm/mkvwriter.cpp [moved from third_party/libwebm/mkvmuxer/mkvwriter.cc with 87% similarity]
third_party/libwebm/mkvwriter.hpp [moved from third_party/libwebm/mkvmuxer/mkvwriter.h with 72% similarity]
third_party/libwebm/webmids.hpp [moved from third_party/libwebm/common/webmids.h with 79% similarity]
webmdec.cc
webmenc.cc