/*************************************************************************
*  mplex - MPEG/SYSTEMS multiplexer                                      *
*                                                                        *
*  Copyright (C) 1994 Christoph Moar                                     *
*  Research at Siemens ZFE ST SN 11                                      *
*                                                                        *
*  TECHNICAL UNIVERSITY OF MUNICH, GERMANY                               *
*                                                                        *
*  moar@informatik.tu-muenchen.de                                        *
*       (Christoph Moar)                                                 *
*  klee@heaven.zfe.siemens.de                                            *
*       (Christian Kleegrewe, Siemens only requests)                     *
*                                                                        *
*  This program is free software; you can redistribute it and/or modify  *
*  it under the terms of the GNU General Public License as published by  *
*  the Free Software Foundation; either version 2 of the License, or     *
*  (at your option) any later version.                                   *
*                                                                        *
*  This program is distributed in the hope that it will be useful,       *
*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *
*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
*  GNU General Public License for more details.                          *
*                                                                        *
*  You should have received a copy of the GNU General Public License     *
*  along with this program; if not, write to the Free Software           *
*  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.             *
*************************************************************************/


This is the README file of the MPEG multiplexer 'mplex'.
Besides this file, you should now own a copy of the following files:

  COPYING		the GNU General Public License
  multiplex.mak		a makefile

and the source files

  inits.c         
  interactive.c   
  multiplex.c     
  timecode.c
  buffer.c        
  inputstream.c   
  main.c          
  systems.c

  main.h


  bitstream.c		quick cut from the common.c file from
			the MPEG/audio software simulation group
			and the bit_stream.c package by
			Jean-Georges Fritsch, C-Cube Microsystems

  bitstream.h		quick cut from the common.h file from
			the MPEG/audio software simulation group
			and the bit_stream.c package by
			Jean-Georges Fritsch, C-Cube Microsystems


  bitstream.c and bitstream.h are excerpts from the source files
  common.c and common.h by the MPEG/audio software simulation group
  as found in their MPEG/audio (de)coding software package on many
  FTP servers, for example in the IUMA directory of sunsite.unc.edu.

=========================================================================

PLEASE NOTE THAT THIS IS A BETA RELEASE ONLY. THE CODE HAS NOT BEEN
CLEANED UP YET AND THE STRUCTURE MIGHT STILL BE KIND OF MESSY.

RESEARCH DONE AT 
   SIEMENS ZFE ST SN 11
   TECHNICAL UNIVERSITY OF MUNICH, LEHRSTUHL PROF. SCHLICHTER

=========================================================================
