GithubHelp home page GithubHelp logo

elasota / lwmovie Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 19.45 MB

A lightweight library for playing videos.

C++ 13.28% C 65.81% Perl 0.25% Assembly 2.08% C# 2.19% CMake 0.34% Batchfile 0.09% HLSL 0.15% Objective-C 0.15% Makefile 2.04% Shell 4.97% HTML 3.26% CSS 0.01% M4 0.35% Python 0.10% TeX 4.94% Awk 0.01%

lwmovie's Introduction

lwmovie

lwmovie is an audio/video decoding library intended for use by games, embedded systems, and other multimedia applications.

The primary goal of the project is easy implementation, with a simple API, patent-free codecs, and a very permissive license, while also being flexible and powerful enough to accomodate for a variety of use cases.

Some of its advantages:

###Flexible:###

  • Integrates with host application thread pooling.
  • Uses a Zlib-like streaming IO model with readahead hints.
  • Notification-based sound synchronization.
  • Modular design allows decode steps to be swapped out.
  • Optional simplified API layer ("Cake") to streamline usage in the most common use cases.

###Powerful:###

  • SSE, SSE2, and SSE 4.1 optimized DSP.
  • Supports GPU decoding using D3D11 on most D3D10-capable hardware.
  • Heavily threadable, almost all of the decode process can be executed in parallel and scales very well with thread count.
  • Uses established codecs with existing high-quality encoders (MPEG video, CELT audio, and MPEG Layer II audio).

###Permissive:###

  • All components are under very permissive MIT/BSD-like licenses.
  • Uses only codecs that are free of any known patent restrictions or are under royalty-free licenses.

lwmovie's People

Contributors

elasota avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.