WebM libvpx: Difference between revisions
Appearance
m →Authors |
m Version bump |
||
Line 1: | Line 1: | ||
A [[C]] library written in both C and [[C++]], that allows you to build a [[VP8]]/[[VP9]] decode and encode functionality into your own applications, VP8/9 is a video codec used by Google and others primarily to encode streaming video content on the web. | A [[C]] library written in both C and [[C++]], that allows you to build a [[VP8]]/[[VP9]] decode and encode functionality into your own applications, VP8/9 is a video codec used by Google and others primarily to encode streaming video content on the web. | ||
==Version== | ==Version== | ||
* Last known version: 1.5.0 ( | * Last known version: 1.5.0 r2 (2016-05-22) | ||
==Links== | ==Links== | ||
* [http://www.webmproject.org The WebM project homepage] | * [http://www.webmproject.org The WebM project homepage] | ||
Line 9: | Line 9: | ||
==License== | ==License== | ||
* Open source released under the [[Three Clause BSD License]] | * Open source released under the [[Three Clause BSD License]] | ||
==Authors== | ==Authors== | ||
* [[Google]] | * [[Google]] |
Revision as of 01:23, 31 May 2016
A C library written in both C and C++, that allows you to build a VP8/VP9 decode and encode functionality into your own applications, VP8/9 is a video codec used by Google and others primarily to encode streaming video content on the web.
Version
- Last known version: 1.5.0 r2 (2016-05-22)
Links
License
- Open source released under the Three Clause BSD License
Authors
- Cisco Systems
- The VebM Project
- KO Myung-Hun (OS/2 Port)