Giter Site home page Giter Site logo

cow-mmf's Introduction

cow-mmf

it is cow multimedia framework of alios, removed something not important.

cow multiemdia framework

it is a media framework inspired by GStreamer philosophy: modular, extensiable, intuitive API; modules exchange buffer automatically (w/o help from client).

we use C++ to implement the framework, it makes code tidy and easy to maintain.

we drop some flexibility that GStreamer tries to achieve (which isn't interested by major users).

in short, we write 10% code of GStreamer (core framework), achieve 90% flexbility that GStreamer does. It is my solution for multimedia.

V4L2Codec

There is no standard for Video Codec interface (between silicon vendor and operating system). (like OpenGL for 3D, V4L2 for camera and ALSA for audio).

V4L2 interface is widely used with Linux, it can be borrowed to define video codec interface.

I would rather treat OpenMAX-IL as media framework than codec component. OMX-IL components is hard to use because of its framework attributes and async API, Android has to implement MediaCodec to wrap it. OpenMAX-IL+MediaCodec is more complex than V4L2Codec.

current status

the project is developed on Linux/Ubuntu at begining, and can be built/run on Android; but lack of maintainance on either Ubuntu or Android recently.

maybe, in the future; we can use it on Linux and other platform, for its simplicity and efficiency.

cow-mmf's People

Contributors

halleyzhao avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.