mkvtoolnix/librmff
2004-03-21 19:13:18 +00:00
..
COPYING Copied librff into mkvtoolnix. 2004-03-17 19:51:30 +00:00
librmff.h Merged 1603 2004-03-21 19:13:18 +00:00
Makefile.in Ignore the Makefile and add Makefile.in 2004-03-17 21:57:57 +00:00
mb_file_io.c Copied librff into mkvtoolnix. 2004-03-17 19:51:30 +00:00
mb_file_io.h Copied librff into mkvtoolnix. 2004-03-17 19:51:30 +00:00
README Merged 1603 2004-03-21 19:13:18 +00:00
rmff.c 100l: Cannot return a pointer to space that I frequently realloc (rmff_add_track). Changed rmff_file_t->tracks from rmff_track_t * to rmff_track_t **. Docs update. Added #defines for file and frame flags. 2004-03-21 16:13:44 +00:00

librmff 0.5.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.