Adrian Grange
5082a369e4
Change "Vpx" to "Avx"
...
Change-Id: I0d1e439b75eb749dd80a86474ac5f494478d0360
2016-03-29 21:35:16 +00:00
Adrian Grange
d1a11fb9dd
Change "vp8" to "aom"
...
Change-Id: I7fce5490afdc78ac62dafc4616b617d251487979
2016-03-25 16:04:42 -07:00
Adrian Grange
cebe6f0cf5
Convert "vpx" to "aom"
...
Change the name of source files to replace "vpx" with "aom".
Change occurences of "vpx" in the code to "aom".
Change-Id: I002c0eaa2c350cf1a895bf01bea5788c61328027
2016-03-25 12:25:01 -07:00
Adrian Grange
a872b06380
Add AOM copyright header to all .c files
...
Change-Id: I79d52362aec9565cc4b6fe7a1c1c08dcfb726465
2016-03-24 11:43:07 -07:00
Yaowu Xu
bf4202ed50
Rename vpx to aom
...
Change-Id: Ibc7933fba85feeb30ef9b14b302d932aff19f54e
2016-03-22 08:52:19 -07:00
clang-format
421bb4d426
apply clang-format to the examples
...
Change-Id: I31e383b0e3312d6a07efa104c799ff9aa42d433f
2016-01-28 16:44:56 -08:00
James Zern
59e7a47c41
tools_common.h: fix usage_exit() prototype
...
+ the definitions in the examples
silences a missing-prototype warning
Change-Id: I7c064cacd6d2073a6107de6c3e2cc46ef8a68411
2015-05-11 20:54:55 -07:00
Tom Finegan
9e96bdc733
Xcode: Fix includes in examples.
...
The current file's directory, ".", is treated much more literally
when building libvpx examples with Xcode than it is with make, and
clang cannot find common include files included via "./" when those
files actually reside one directory up in the tree.
Change-Id: I5f66a026282e35d80248ca4052ebb882b859172e
2015-02-04 16:11:57 -08:00
Dmitry Kovalev
9cdaa3d72e
Removing legacy compatibility layer.
...
Change-Id: I6fdcea0e0faf42386dd2b8f972a3b3fb2c21b2c7
2014-09-02 18:11:55 -07:00
Deb Mukherjee
f332c6305e
Renames interface field in VpxInterface
...
Renames interface to codec_interface since it is a reserved
word on windows.
Change-Id: I84f2cbf257a4c44f16dc2464127e35ee405c2c3e
2014-07-15 16:55:12 -07:00
Tom Finegan
fdf3bfa71f
decode_to_md5.c: Silence warning with cast.
...
More size_t/unsigned int disagreement.
Change-Id: I2be01ee680f852f168f6fcac554a534ca3c83e5d
2014-02-19 10:59:40 -08:00
Dmitry Kovalev
70d9664fb2
Adding API to get vpx encoder/decoder interface.
...
Change-Id: I137e5e6585356792913e1e84da6c0a439c5153a5
2014-02-11 21:12:23 -08:00
Dmitry Kovalev
37e6fd3d76
Adding video reader/writer APIs.
...
Right now only IVF format is supported which is enough for example code.
Other formats like y4m, webm, raw yuv will be supported later.
Change-Id: I34c6f20731c1851947587ca5c589d7856b675164
2014-02-05 20:34:51 -08:00
Dmitry Kovalev
7ec2769687
Adapting simple_decoder to use new file reading API.
...
Change-Id: I374a0c4bb4a66c0d3dc874c6e57fdee9d1ab72df
2014-01-27 13:40:29 -08:00
Dmitry Kovalev
c2b336815d
Implementing simple API to read video files.
...
New API is supposed to be used from example code. Current implementation
only supports IVF containers (will be extended to Y4M).
Change-Id: Ib7da87237690b1a28297bdf03bc41c6836a84b7e
2014-01-24 11:20:09 -08:00
Dmitry Kovalev
0f8787d6be
Adding VP9 support to decode_to_md5 example.
...
This is still work in progress, there are many another planned updates
for all example files.
Change-Id: I2ba5dc6cd19a4bea9fbc6f1ee84cc2bd85925966
2014-01-15 14:38:27 -08:00
Dmitry Kovalev
a31dd326ea
Cleaning up md5 example.
...
Change-Id: Ifee528b1663b10dbe45e0bfef79010370c914e3a
2014-01-10 14:50:58 -08:00
Dmitry Kovalev
50fa58592b
Removing examples code generation and making them static.
...
All documentation will be provided as comments in the source files.
Change-Id: Ie609852747733c181191f864204c787a6b23ef3a
2014-01-07 15:15:25 -08:00