Rust-media, a portable media player framework for Rust
1–9 of 9 posts
Re: Rust-media, a portable media player framework for Rust
#2Re: Rust-media, a portable media player framework for Rust
#3IMO they should write their own decoders. Current C/C++ implementations of media codecs are notoriously buggy.
Re: Rust-media, a portable media player framework for Rust
#4Re: Rust-media, a portable media player framework for Rust
#5I believe the intention of this library is to allow Servo to support the tag, correct?
Re: Rust-media, a portable media player framework for Rust
#6IMO they should write their own decoders. Current C/C++ implementations of media codecs are notoriously buggy.
Also note that, for patent-encumbered codecs, to meet the goals of being freely distributable we unfortunately have to use the platform's native C and C++ implementations, so we're stuck (until the patents expire).
Re: Rust-media, a portable media player framework for Rust
#7IMO they should write their own decoders. Current C/C++ implementations of media codecs are notoriously buggy.
Definitely we'd like to, over time! This is just the start, and contributions are welcome :) Servo's a big enough project that we try to reuse C and C++ wherever possible, while being open to eventual Rust rewrites of those components. We're pragmatic above all else. Also note that, for patent-encumbered codecs, to meet the goals of being freely distributable we unfortunately have to use the platform's native C and C…
Re: Rust-media, a portable media player framework for Rust
#8Earlier quoted context omitted.
Definitely we'd like to, over time! This is just the start, and contributions are welcome :) Servo's a big enough project that we try to reuse C and C++ wherever possible, while being open to eventual Rust rewrites of those components. We're pragmatic above all else. Also note that, for patent-encumbered codecs, to meet the goals of being freely distributable we unfortunately have to use the platform's native C and C…
Does this primarily refer to H.264?
Re: Rust-media, a portable media player framework for Rust
#9Earlier quoted context omitted.
Does this primarily refer to H.264?
H.264/AVC, AAC, and MP3.