mkvtoolnix/librmff
2009-05-18 22:36:19 +02:00
..
COPYING Copied librff into mkvtoolnix. 2004-03-17 19:51:30 +00:00
librmff.h Cosmetics due to the "using namespace std" removal patch. 2009-05-18 22:36:19 +02:00
Makefile.in Call recursive makes in the standard way so that the "-j" option works properly. 2008-10-31 23:19:01 +00:00
mb_file_io.c Compilation fixes for 3f5150b92c. 2009-05-06 14:03:00 +02:00
mb_file_io.h I don't like trailing whitespace either. 2005-01-12 15:03:47 +00:00
README Merged 1638. 2004-03-28 17:58:39 +00:00
rmff.c Compilation fixes for 3f5150b92c. 2009-05-06 14:03:00 +02:00

librmff 0.6.0
=============

librmff is short for 'RealMedia file format access library'. It aims
at providing the programmer an easy way to read and write RealMedia
files. It does not contain any codecs for audio/video handling.

The library was written by Moritz Bunkus <moritz@bunkus.org>. It is
licensed under the terms of the GNU Lesser General Public License (GNU
LGPL) which can be found in the file COPYING.

Documentation is provided in doxygen compatible comments in librmff.h.