Modules | |
| Preprocessor String Macros | |
| String manipulation macros. | |
| Constants | |
| Encoding specific | |
| Version and Build diagnostics | |
| Macros and function useful to check at compiletime and at runtime which version of libavutil is in use. | |
| Internal | |
| Not exported functions, for internal usage only. | |
| Library Version Macros | |
| Useful to check and match library version in order to maintain backward compatibility. | |
| Image related | |
| AVPicture types, pixel formats and basic image planes manipulation. | |
| Error Codes | |
| Media Type | |
| Media Type. | |
Enumerations | |
| enum | AVMediaType { AVMEDIA_TYPE_UNKNOWN = -1, AVMEDIA_TYPE_VIDEO, AVMEDIA_TYPE_AUDIO, AVMEDIA_TYPE_DATA, AVMEDIA_TYPE_SUBTITLE, AVMEDIA_TYPE_ATTACHMENT, AVMEDIA_TYPE_NB } |
| enum AVMediaType |