You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
1 year ago
..
LICENSE Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
README.libaom Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
vector.c Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year ago
vector.h Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 1 year 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.