Changes between Version 21 and Version 22 of Using libav*
- Timestamp:
- Jan 28, 2016, 4:08:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Using libav*
v21 v22 1 First some disambiguiation. there is a project called "libav" which is basically a fork of FFmpeg. There is also a library system that underlies FFmpeg itself, also called libav. This page is about the library libav, which is a part of FFmpeg. 2 1 3 FFmpeg itself is composed of several libraries that can be used individually, and outside of FFmpeg, for instance in integrating parts of FFmpeg into your own program. These are: 2 4 * libavutil contains various routines used to simplify programming, including random number generators, data structures, mathematics routines, core multimedia utilities, and much more.
