libmpeg2

libmpeg2 is a free library for decoding mpeg-2 and mpeg-1 video streams. Its main goals are:

    * Conformance - libmpeg2 can decode all mpeg streams that
      conform to certain restrictions: "constrained parameters" for
      mpeg-1, and "main profile" for mpeg-2. 
    * Speed - With typical video streams as found on DVD's, and doing
      only decoding with no display, you should get about 110 fps on a
      PIII/666, or 150 fps on an Athlon/950. This is less than 20
      cycles per output pixel. 
    * Portability - most of the code is in C; even platform-specific
      optimizations we always have a generic C routine to fall back
      on. This should be portable to all architectures.
    * Reuseability - we do not want libmpeg2 to include any
      project-specific code, but it should still include enough
      features to be used by very diverse projects.

Last updated 22 Jan, 2008


User level: Submit a level

User Rating:

Homepage

License(s) :

GPLv2orlater

Rate it!

 

About

Leadership
Related Projects

Cinelerra, mjpeg

Subprograms

mpeg2dec, libmpeg2

Versions

0.4.0b

0.4.0b beta released 2004-01-24

User Community and Support

General Resources
Announcement Resources

Development

Developer Resources
 

Please send comments on these web pages to bug-directory@fsf.org, send other questions to info@fsf.org.

Copyright © 2000 - 2009 Free Software Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301, USA

The copyright licensing notice below applies to this text. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.