fedya / libilbc

Packaged version of iLBC codec from the WebRTC project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libilbc

Build Status

This is a packaging friendly copy of the iLBC codec from the WebRTC project. It provides a base for distribution packages and can be used as drop-in replacement for the non-free code from RFC 3591.

Contributing

Only bug fixes and upstream merges are allowed. If you would like to fix the source code that would benefit upstream as well, please consider sending your patch to WebRTC first.

How Do I Merge Upstream Changes?

It is very easy, as I have merged the WebRTC sources to create Git metadata for file renames.

git remote add upstream https://chromium.googlesource.com/external/webrtc
git fetch upstream
git merge upstream/master

In most cases this will turn out fine. If there are some upstream additions, you will have to remove them by hand.

Always check git status before committing the merge to make sure nothing unneeded is added!!!

About

Packaged version of iLBC codec from the WebRTC project

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 86.6%Language:Assembly 4.3%Language:C++ 3.0%Language:M4 2.3%Language:Objective-C 1.1%Language:CMake 0.8%Language:Makefile 0.8%Language:Python 0.6%Language:Shell 0.4%Language:MATLAB 0.2%