This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
First release: basic decoding functionality
Available features:
- read some information about media files;
- read some information about streams;
- read packets of media data;
- decode packets containing video frames as RGBA pictures;
- decode packets containing audio frames as
AV_SAMPLE_FMT_DBL
stereo byte sequences.