This crate provides APIs for audio and video (buffers, encoders/decoders) Encoder/decoder crates can depend on this crate. Here's a list of codec crates:
afi's features:
- Video & Audio Buffer Structs.
- Convert between different color formats including YCbCr.
- Traits for realtime encoders and decoders.
- Make sure that functionality is complete.
- Most encoder / decoder crates should be almost ready for 1.0.0 release.
- Publish 1.0.0
- Renamed
VFrame::sample_rgba
toVFrame::get_rgba
. - Added
VFrame::set_rgba
- Added
PathOp
for vector graphics. - Renamed
ColorChannels::Rgb
toColorChannels::Srgb
- Renamed
ColorChannels::Rgba
toColorChannels::Srgba
- Renamed
ColorChannels::Bgr
toColorChannels::Sbgra
- Renamed
ColorChannels::Bgra
toColorChannels::Sbgra
- Renamed
ColorChannels::Grayscale
toColorChannels::Sgrayscale
- Added ``
- Replaced
Graphic
withVideo
. - Added
Encoder*
andDecoder
Traits. - Added
AFrame
andVFrame
. - Added
AudioChannels
andColorChannels
along with conversion functions. - Version now matches with codec crates.