Libvpx

In this article we are going to explore Libvpx, a topic that has captured the attention of many people in recent times. In order to better understand what Libvpx is, we will be looking at its impact in different contexts and how it has evolved over time. Additionally, we will examine different perspectives and opinions on Libvpx, with the aim of offering a comprehensive view on this topic. Throughout this article, we hope to provide relevant information and reflections that will help readers expand their understanding of Libvpx.

libvpx
Original author(s)On2 Technologies / Google
Developer(s)Alliance for Open Media
Initial releaseMay 19, 2010 (2010-05-19)
Stable release
1.14.0 Edit this on Wikidata / 18 January 2024 (18 January 2024)
Repository
Written inC, assembly
Operating systemUnix-like (including Linux, FreeBSD and Mac OS X), Windows
TypeVideo encoder and decoder
LicenseNew BSD license
Websitewww.webmproject.org/tools/

libvpx is a free software video codec library from Google and the Alliance for Open Media (AOMedia). It serves as the reference software implementation for the VP8 and VP9 video coding formats, and for AV1 a special fork named libaom that was stripped of backwards compatibility.

As free software it is published also in source code under the terms of the revised BSD license. It ships with the commandline tools vpxenc/aomenc and vpxdec/aomdec that build on its functionality.

History

libvpx originates from the video codec company On2 Technologies that sold its first software codec in mid-90s.

libvpx was released as free software by Google on May 19, 2010, after the acquisition of On2 Technologies for an estimate of over 120 million US dollars.

In June 2010, Google amended the VP8 codec software license to the 3-clause BSD license after some contention over whether the original license was actually open source.

Google was criticised for dumping untidy code with bad documentation for the initial release of libvpx and developing behind closed doors without involving the community in the process. The development process was opened after the release of VP9.

Preliminary support for VP9 was added to libvpx on June 17, 2013. It was officially introduced with the release of version 1.3 on December 2, which also supports lossless compression.

In April 2015, Google released a significant update to its libvpx library, with version 1.4.0 adding support for encoding VP9 with 10-bit and 12-bit bit depth, 4:2:2 and 4:4:4 chroma subsampling (VP9 profiles 1, 2, and 3), and VP9 multithreaded decoding/encoding.

Versions 1.5 (November 2015), 1.6 (July 2016), 1.7 (January 2018), and 1.8 (February 2019) delivered significant speedups, both for encoding and decoding.

Features

libvpx implements single-pass and two-pass encoding modes, with either bitrate or quality target settings.

libvpx offers an asymmetric codec – with encoding taking much longer than decoding – and options for configuring encoding expense independently from decoding complexity. A lookahead of up to 25 frames can be configured, which improves compression efficiency but introduces latency and thereby hurts real-time performance.

libvpx includes a mode where the maximum CPU resources possible will be used while still keeping the encoding speed almost exactly equivalent to the playback speed (realtime), keeping the quality as high as possible without lag.

libvpx supports Rec. 601, Rec. 709, Rec. 2020, SMPTE-170, SMPTE-240, and sRGB color spaces.

Performance

At high resolutions (e.g., UHD) VP9 encoded by libvpx for VOD applications provides a significant improvement over H.264 encoded by x264. HEVC encoded by x265 may achieve even better quality, but the royalty-free nature of VP9 makes it a compelling option for delivering high resolution video on supported platforms.

Decoding performance is relatively slow, partially in order to keep the code base easier to maintain. Compared to the initial release of libvpx, ffvp8 from the FFmpeg project improved performance by 22 to over 66%. In 2016, alternative VP9 decoders still achieved 25–50% faster decoding.

Technology

libvpx is written in C and assembly language. It does not have complete SIMD coverage as of 2015.

Usage

libvpx is used by major OTT video services including YouTube, Netflix, Amazon, JW Player, Brightcove, and Telestream, among which are the biggest sources of internet traffic with Netflix alone accounting for nearly a third of all internet traffic in the United States as of 2017.

There are alternatives for decoding VP8 and VP9, both commercial and closed source as well as open source. For encoding there are only commercial alternatives and some unfinished experimental software for VP8 including xvp8 as of 2016.

References

  1. ^ "CHANGELOG - webm/libvpx - Git at Google". chromium.googlesource.com. Archived from the original on October 26, 2016. Retrieved March 14, 2019.
  2. ^ a b "Introducing WebM, an open web media project". blog.webmproject.org. May 19, 2010. Archived from the original on March 21, 2019. Retrieved March 14, 2019.
  3. ^ "Tag 1.14.0".
  4. ^ "Google Closes On2 Technologies Acquisition". investor.google.com. Archived from the original on June 5, 2010. Retrieved July 24, 2017.
  5. ^ "Changes to the WebM Open Source License". Archived from the original on October 4, 2010. Retrieved June 4, 2010.
  6. ^ "Software License". Archived from the original on June 11, 2010. Retrieved June 4, 2010.
  7. ^ Koleszar, John (June 4, 2010). "LICENSE: update with latest text". WebM VCS repository. Archived from the original on June 29, 2012. Retrieved October 1, 2020.
  8. ^ Kerner, Sean Michael (May 25, 2010), Is VP8 open source?, InternetNews, archived from the original on May 28, 2010, retrieved August 11, 2016
  9. ^ Metz, Cade (May 24, 2010), Google open codec 'not open,' says OSI man, The Register, archived from the original on July 7, 2017, retrieved August 10, 2017
  10. ^ Phipps, Simon (May 24, 2010), WebM: Missing The Assurances Open Source Needs?, ComputerworldUK[permanent dead link]
  11. ^ a b Fiona Glaser, July 23, 2010: Announcing the world's fastest VP8 decoder: ffvp8
  12. ^ Michael Larabel (Phoronix), 28. November 2013: Libvpx 1.3.0 "Forest" Supports VP9. New Enhancements
  13. ^ Michael Larabel (April 3, 2015). "libvpx 1.4.0 Brings Faster VP9 Encode/Decode". Phoronix. Archived from the original on April 7, 2015. Retrieved April 3, 2015.
  14. ^ "V1.7.0 - webm/Libvpx - Git at Google". Archived from the original on June 29, 2020. Retrieved June 29, 2020.
  15. ^ "Refs/Tags/V1.8.0 - webm/Libvpx - Git at Google". Archived from the original on June 30, 2020. Retrieved June 29, 2020.
  16. ^ a b Cock, Jan De; Mavlankar, Aditya; Moorthy, Anush; Aaron, Anne (September 27, 2016). Tescher, Andrew G (ed.). "A large-scale video codec comparison of x264, x265 and libvpx for practical VOD applications". Applications of Digital Image Processing XXXIX. 9971. International Society for Optics and Photonics: 997116. Bibcode:2016SPIE.9971E..16D. doi:10.1117/12.2238495. S2CID 63431190. Archived from the original on December 22, 2017. Retrieved December 20, 2017. {{cite journal}}: Cite journal requires |journal= (help)
  17. ^ a b Ronald Bultje (FFmpeg): VP9 encoding/decoding performance vs. H.264/HEVC Archived June 7, 2016, at the Wayback Machine, presentation from the VideoLAN Dev Days 2015 in Paris, France
  18. ^ Jan Ozer, Juni 2016: VP9 Finally Comes of Age, But Is it Right for Everyone? Archived August 11, 2016, at the Wayback Machine
  19. ^ "The world's fastest VP9 decoder: ffvp9 - Ronald S. Bultje". blogs.gnome.org. Archived from the original on October 26, 2016. Retrieved August 11, 2016.
  20. ^ Jan Ozer (May 24, 2016): Netflix Discusses VP9-Related Development Efforts Archived October 1, 2020, at the Wayback Machine
  21. ^ Spangler, Todd (June 22, 2016). "Netflix Chews Up Less Bandwidth, as Amazon Video Streaming Surges". Variety. Archived from the original on December 22, 2017. Retrieved December 20, 2017.

External links