Free/Open h.264 video decoding libraries? (Non-GPL)

Mark Renouf picture Mark Renouf · Mar 21, 2009 · Viewed 14.8k times · Source

The main players seem to be x264, and xvid, and both are GPL. This means we can't integrate decoding capabilities into a playback application without licensing the whole thing as GPL, so we can't use either.

The preferred target platform is Linux. Any non-viral open license is fine, we're more than happy to provide the source of any changes we make to libraries, just not our whole application.

Is there anything? Or maybe we should use GPL for now as a test during development, and plan to replace it with commercially licensed codec before shipping?

Answer

alex strange picture alex strange · Apr 23, 2009

The ffmpeg H.264 decoder is LGPL. Only the encoders are GPL, and x264 does not provide a decoder.

It also has the advantage over Framewave and IPP of actually being usable.