Jerome Jiang 8ceaabbf7e Add missing license info 3 years ago
..
LICENSE aa07546de8 Added license files for thirdparty/vector 5 years ago
README.libaom ac8351d6bf Make _vector_*() non-global functions static 5 years ago
vector.c 8ceaabbf7e Add missing license info 3 years ago
vector.h 8ceaabbf7e Add missing license info 3 years ago

README.libaom

Name: vector
URL: https://github.com/goldsborough/vector
Version: commit-id: 40efe82
License: MIT
License File: LICENSE

Description:
A feature-complete, generic and customizable resizable
array implementation in pure C that supports almost
the entire C++ std::vector API, including iterators.

Local Modifications:
1. Renamed some functions to fit in with the AOMedia
naming convention.
2. Removed non-global functions from vector.h.
3. Made all non-global functions in vector.c static.