| Use corresponding private codec options instead | |
| VDPAU hardware acceleration has two modules | |
| Libavdevice is a complementary library to libavformat | |
| Libavformat (lavf) is a library for dealing with various media container formats | |
| Demuxers read a media file and split it into chunks of data (packets) | |
| The metadata API allows libavformat to export metadata tags to a client application when demuxing | |
| Functions for querying libavformat capabilities, allocating core structures, etc | |
| Miscelaneous utility functions related to both muxing and demuxing (or neither) | |
| Get the tables mapping RIFF FourCCs to libavcodec CodecIDs | |
| Libavutil contains the code shared across all the other Libav libraries | |
| AVOptions provide a generic system to declare options on arbitrary structs ("objects") | |
| This group of functions can be used to evaluate option strings and get numbers out of them | |
| Those functions set the field of obj with the given name to value | |
| Those functions get a value of the option with the given name from an object | |
| Simple key:value store | |
| Low complexity tree container | |
| Not exported functions, for internal usage only | |
| String manipulation macros | |
| Useful to check and match library version in order to maintain backward compatibility | |
| Macros and function useful to check at compiletime and at runtime which version of libavutil is in use | |
| Those FF_API_* defines are not part of public API | |
| Libav internal timebase and timestamp definitions | |
| AVPicture types, pixel formats and basic image planes manipulation | |
| Media Type | |