Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

First release: basic decoding functionality

Compare
Choose a tag to compare
@zergon321 zergon321 released this 01 Sep 19:52
· 45 commits to master since this release

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.