Expand description
WMV (ASF) container parsing and WMV2 decoding library.
Re-exports§
pub use api::AsfWmaDecoder;pub use api::AsfWmv2Decoder;pub use api::DecodedAudioFrame;pub use api::DecodedFrame;pub use api::Wmv2Decoder;pub use decoder::YuvFrame;pub use error::DecoderError;pub use error::Result;
Modules§
- api
- Public library API.
- asf
- ASF (Advanced Systems Format) container parser.
- bitreader
- decoder
- VC-1 / WMV9 Macroblock Decoder
- error
- ffi
- Minimal C ABI for WMV2 decoding.
- na_
msmpeg4_ mv_ tables - na_
msmpeg4_ tables - na_
rl_ tables - na_
simple_ idct - na_
wmv2_ tables - na_
wmv2dsp - vc1
- vlc
- vlc_
tree - Bit-by-bit Huffman/VLC decoder (upstream get_vlc2 equivalent strategy).
- wma
- Windows Media Audio (WMA v1/v2) decoder.
- wmv2
- WMV2 (Windows Media Video 8 / MS-MPEG4 V3) picture header parsing.