LWN.net Logo

The LGPL and video codecs

The LGPL and video codecs

Posted Jun 11, 2009 9:38 UTC (Thu) by TRS-80 (subscriber, #1804)
Parent article: The LGPL and video codecs

Are you sure Chrome is using FFmpeg for H.264? AFAICT from the configure flags (linked from Chris' post FFmpeg is only used for Ogg Vorbis and Theora, and they have a separate binary-only (ie not in Chromium) implementation of H.264 for Chrome.


(Log in to post comments)

The LGPL and video codecs

Posted Jun 11, 2009 16:22 UTC (Thu) by gmaxwell (subscriber, #30048) [Link]

The configure line shown is a part of the chromium tree. Chrome is not chromium.

The ffmpeg DLL distributed with Chrome includes the H.264 symbols (verify it yourself by running strings on it) and, incidentally, does not include the symbols for GPL only ffmpeg code).

And if that isn't enough evidence for you, Google could have dispensed with the whole thread instantly by saying "We don't use ffmpeg for that".

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds