WebM libvpx: Difference between revisions
Appearance
Created page with "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 us..." |
m →Authors |
||
Line 11: | Line 11: | ||
==Authors== | ==Authors== | ||
* [[Google]] | * [[Google]] | ||
* [[Cisco]] | * [[Cisco Systems]] | ||
* The VebM Project | * The VebM Project | ||
* [[KO Myung-Hun]] (OS/2 Port) | * [[KO Myung-Hun]] (OS/2 Port) | ||
[[Category:Tools]][[Category:Multimedia]][[Category:C]][[Category:C++]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Software written in C++]][[Category:Software written in C]][[Category:Open Source Software]] | [[Category:Tools]][[Category:Multimedia]][[Category:C]][[Category:C++]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Software written in C++]][[Category:Software written in C]][[Category:Open Source Software]] |
Revision as of 14:32, 29 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 (2015-12-13)
Links
License
- Open source released under the Three Clause BSD License
Authors
- Cisco Systems
- The VebM Project
- KO Myung-Hun (OS/2 Port)