Jump to content

WebM libvpx: Difference between revisions

From EDM2
m Version bump
mNo edit summary
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.6.0 (2016-08-08)
* Last known version: [http://hobbes.nmsu.edu/h-search.php?key=libvpx libvpx 1.6.0 for OS/2] (2016-08-08)
 
==Links==
==Links==
* [http://www.webmproject.org The WebM project homepage]
* [http://www.webmproject.org The WebM project homepage]

Revision as of 00:17, 26 August 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

Links

License

Authors