Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
bb3b9aa9
Commit
bb3b9aa9
authored
Feb 20, 2014
by
James Zern
Browse files
move nestegg to third_party
Change-Id: Idf58109195a88dec66c5e1ea6a51c61e6c659ff1
parent
a0f0655b
Changes
21
Hide whitespace changes
Inline
Side-by-side
examples.mk
View file @
bb3b9aa9
...
...
@@ -26,13 +26,13 @@ vpxdec.SRCS += ivfdec.c ivfdec.h
vpxdec.SRCS
+=
tools_common.c tools_common.h
vpxdec.SRCS
+=
webmdec.c webmdec.h
vpxdec.SRCS
+=
y4menc.c y4menc.h
vpxdec.SRCS
+=
nestegg/halloc/halloc.h
vpxdec.SRCS
+=
nestegg/halloc/src/align.h
vpxdec.SRCS
+=
nestegg/halloc/src/halloc.c
vpxdec.SRCS
+=
nestegg/halloc/src/hlist.h
vpxdec.SRCS
+=
nestegg/halloc/src/macros.h
vpxdec.SRCS
+=
nestegg/include/nestegg/nestegg.h
vpxdec.SRCS
+=
nestegg/src/nestegg.c
vpxdec.SRCS
+=
third_party/
nestegg/halloc/halloc.h
vpxdec.SRCS
+=
third_party/
nestegg/halloc/src/align.h
vpxdec.SRCS
+=
third_party/
nestegg/halloc/src/halloc.c
vpxdec.SRCS
+=
third_party/
nestegg/halloc/src/hlist.h
vpxdec.SRCS
+=
third_party/
nestegg/halloc/src/macros.h
vpxdec.SRCS
+=
third_party/
nestegg/include/nestegg/nestegg.h
vpxdec.SRCS
+=
third_party/
nestegg/src/nestegg.c
vpxdec.SRCS
+=
$(LIBYUV_SRCS)
vpxdec.GUID
=
BA5FE66F-38DD-E034-F542-B1578C5FB950
vpxdec.DESCRIPTION
=
Full featured decoder
...
...
test/test.mk
View file @
bb3b9aa9
...
...
@@ -39,12 +39,12 @@ LIBVPX_TEST_SRCS-$(CONFIG_DECODERS) += ivf_video_source.h
LIBVPX_TEST_SRCS-$(CONFIG_VP9_DECODER)
+=
external_frame_buffer_test.cc
## WebM Parsing
NESTEGG_SRCS
+=
../nestegg/halloc/halloc.h
NESTEGG_SRCS
+=
../nestegg/halloc/src/align.h
NESTEGG_SRCS
+=
../nestegg/halloc/src/halloc.c
NESTEGG_SRCS
+=
../nestegg/halloc/src/hlist.h
NESTEGG_SRCS
+=
../nestegg/include/nestegg/nestegg.h
NESTEGG_SRCS
+=
../nestegg/src/nestegg.c
NESTEGG_SRCS
+=
../
third_party/
nestegg/halloc/halloc.h
NESTEGG_SRCS
+=
../
third_party/
nestegg/halloc/src/align.h
NESTEGG_SRCS
+=
../
third_party/
nestegg/halloc/src/halloc.c
NESTEGG_SRCS
+=
../
third_party/
nestegg/halloc/src/hlist.h
NESTEGG_SRCS
+=
../
third_party/
nestegg/include/nestegg/nestegg.h
NESTEGG_SRCS
+=
../
third_party/
nestegg/src/nestegg.c
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS)
+=
$(NESTEGG_SRCS)
LIBVPX_TEST_SRCS-$(CONFIG_DECODERS)
+=
webm_video_source.h
...
...
test/webm_video_source.h
View file @
bb3b9aa9
...
...
@@ -14,7 +14,7 @@
#include
<cstdlib>
#include
<new>
#include
<string>
#include
"nestegg/include/nestegg/nestegg.h"
#include
"
third_party/
nestegg/include/nestegg/nestegg.h"
#include
"test/video_source.h"
namespace
libvpx_test
{
...
...
nestegg/0001-include-paths.diff
→
third_party/
nestegg/0001-include-paths.diff
View file @
bb3b9aa9
...
...
@@ -7,7 +7,7 @@ index 5758fc0..837b3ff 100644
#include <string.h> /* memset & co */
-#include "halloc.h"
+#include "nestegg/halloc/halloc.h"
+#include "
third_party/
nestegg/halloc/halloc.h"
#include "align.h"
#include "hlist.h"
...
...
@@ -34,8 +34,8 @@ index daf1eed..4fb10e7 100644
-#include "halloc.h"
-#include "nestegg/nestegg.h"
+#include "nestegg/halloc/halloc.h"
+#include "nestegg/include/nestegg/nestegg.h"
+#include "
third_party/
nestegg/halloc/halloc.h"
+#include "
third_party/
nestegg/include/nestegg/nestegg.h"
/* EBML Elements */
#define ID_EBML 0x1a45dfa3
nestegg/0002-ne_read_simple-uninitialized_variable.diff
→
third_party/
nestegg/0002-ne_read_simple-uninitialized_variable.diff
View file @
bb3b9aa9
File moved
nestegg/AUTHORS
→
third_party/
nestegg/AUTHORS
View file @
bb3b9aa9
File moved
nestegg/INSTALL
→
third_party/
nestegg/INSTALL
View file @
bb3b9aa9
File moved
nestegg/LICENSE
→
third_party/
nestegg/LICENSE
View file @
bb3b9aa9
File moved
nestegg/README
→
third_party/
nestegg/README
View file @
bb3b9aa9
File moved
nestegg/README.webm
→
third_party/
nestegg/README.webm
View file @
bb3b9aa9
File moved
nestegg/TODO
→
third_party/
nestegg/TODO
View file @
bb3b9aa9
File moved
nestegg/halloc/README
→
third_party/
nestegg/halloc/README
View file @
bb3b9aa9
File moved
nestegg/halloc/halloc.h
→
third_party/
nestegg/halloc/halloc.h
View file @
bb3b9aa9
File moved
nestegg/halloc/src/align.h
→
third_party/
nestegg/halloc/src/align.h
View file @
bb3b9aa9
File moved
nestegg/halloc/src/halloc.c
→
third_party/
nestegg/halloc/src/halloc.c
View file @
bb3b9aa9
...
...
@@ -15,7 +15,7 @@
#include
<stdlib.h>
/* realloc */
#include
<string.h>
/* memset & co */
#include
"nestegg/halloc/halloc.h"
#include
"
third_party/
nestegg/halloc/halloc.h"
#include
"align.h"
#include
"hlist.h"
...
...
nestegg/halloc/src/hlist.h
→
third_party/
nestegg/halloc/src/hlist.h
View file @
bb3b9aa9
File moved
nestegg/halloc/src/macros.h
→
third_party/
nestegg/halloc/src/macros.h
View file @
bb3b9aa9
File moved
nestegg/include/nestegg/nestegg.h
→
third_party/
nestegg/include/nestegg/nestegg.h
View file @
bb3b9aa9
File moved
nestegg/src/nestegg.c
→
third_party/
nestegg/src/nestegg.c
View file @
bb3b9aa9
...
...
@@ -8,8 +8,8 @@
#include
<stdlib.h>
#include
<string.h>
#include
"nestegg/halloc/halloc.h"
#include
"nestegg/include/nestegg/nestegg.h"
#include
"
third_party/
nestegg/halloc/halloc.h"
#include
"
third_party/
nestegg/include/nestegg/nestegg.h"
/* EBML Elements */
#define ID_EBML 0x1a45dfa3
...
...
nestegg/test/test.c
→
third_party/
nestegg/test/test.c
View file @
bb3b9aa9
File moved
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment