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..." |
mNo edit summary |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
A [[C]] library written in both C and [[C++]], that allows you to build a | 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== | ||
* | [[KO Myung-Hun]] (OS/2 Port): | ||
* 1.6.1 (2017-01-23) | |||
* 1.8.0 (2019-05-20) | |||
==Licence== | |||
* Open source released under the [[Three Clause BSD License]] | |||
==Authors== | |||
*Google | |||
*[[Cisco Systems]] | |||
*The WebM Project | |||
==Links== | ==Links== | ||
* [http://www.webmproject.org The WebM project homepage] | * [http://www.webmproject.org The WebM project homepage] | ||
* [https://github.com/webmproject/libvpx/ Libvpx on Github] | * [https://github.com/webmproject/libvpx/ Libvpx on Github] | ||
[[Category:Multimedia]][[Category:C Libraries]][[Category:Software written in C++]][[Category:Software written in C]][[Category:Open Source Software]] | |||
Latest revision as of 01:16, 18 January 2020
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
KO Myung-Hun (OS/2 Port):
- 1.6.1 (2017-01-23)
- 1.8.0 (2019-05-20)
Licence
- Open source released under the Three Clause BSD License
Authors
- Cisco Systems
- The WebM Project