Jump to content

WebM libvpx: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
(9 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 [[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 (2015-12-13)
[[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]
* [http://hobbes.nmsu.edu/h-search.php?key=libvpx- Libvpx on Hobbes]
* [https://github.com/webmproject/libvpx/ Libvpx on Github]
* [https://github.com/webmproject/libvpx/ Libvpx on Github]


==License==
[[Category:Multimedia]][[Category:C Libraries]][[Category:Software written in C++]][[Category:Software written in C]][[Category:Open Source Software]]
* Open source released under the [[Three Clause BSD License]]
==Authors==
* [[Google]]
* [[Cisco Systems]]
* The VebM Project
* [[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]]

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

Authors

Links