gstreamer/ext/mplex
Ronald S. Bultje 95011fd7e8 New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-07-06 20:49:52 +00:00
..
.gitignore First stab at porting mplex 2002-10-24 22:37:51 +00:00
ac3strm_in.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
audiostrm.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
audiostrm_out.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
aunit.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
bits.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
bits.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
buffer.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
buffer.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
COPYING First stab at porting mplex 2002-10-24 22:37:51 +00:00
fastintfns.h First stab at porting mplex 2002-10-24 22:37:51 +00:00
format_codes.h First stab at porting mplex 2002-10-24 22:37:51 +00:00
gstmplex.cc New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri... 2003-07-06 20:49:52 +00:00
gstmplex.h Handle more stream types 2002-10-25 20:46:12 +00:00
inputstrm.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
inputstrm.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
INSTRUCT First stab at porting mplex 2002-10-24 22:37:51 +00:00
lpcmstrm_in.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
Makefile.am parallel install fixes 2002-12-08 14:50:10 +00:00
mjpeg_logging.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
mjpeg_logging.h First stab at porting mplex 2002-10-24 22:37:51 +00:00
mjpeg_types.h First stab at porting mplex 2002-10-24 22:37:51 +00:00
mpastrm_in.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
mpegconsts.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
mpegconsts.h First stab at porting mplex 2002-10-24 22:37:51 +00:00
mplexconsts.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
multplex.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
outputstream.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
padstrm.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
padstrm.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
README First stab at porting mplex 2002-10-24 22:37:51 +00:00
stillsstream.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
stillsstream.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
systems.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
systems.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
TODO First stab at porting mplex 2002-10-24 22:37:51 +00:00
vector.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
vector.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
videostrm.hh First stab at porting mplex 2002-10-24 22:37:51 +00:00
videostrm_in.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
videostrm_out.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
yuv4mpeg.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00
yuv4mpeg.h First stab at porting mplex 2002-10-24 22:37:51 +00:00
yuv4mpeg_intern.h First stab at porting mplex 2002-10-24 22:37:51 +00:00
yuv4mpeg_ratio.cc First stab at porting mplex 2002-10-24 22:37:51 +00:00

*  mplex-2 - MPEG1/2 SYSTEMS/PROGRAM stream multiplexer
*
* Orginally based on mplex
*  Copyright (C) 1994 1995 Christoph Moar 
* Reengineered version in C++
*  Copyright (C) 2000,2001, 2002 Andrew Stevens
*
*  as@comlab.ox.ac.uk
		(Andrew Stevens)
*  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 in the file COPYING 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.



MODIFICATIONS TO ORIGINAL

July 2000 Andrew Stevens
	 Trivial modifications to support catenated audio stremas and
	  non-intractive use.
August 2000 Andrew Stevens
	Modifed to support multiplexing of variable bit-rate
	video streams. Seems to work well.
August 2000 Andrew Stevens
	Removed use of temporary files for storing stream data.
	Increased performance through the use of a more efficient bitstream 
	library.
	Eliminated arithmetic overflow errors for large streams.
	Initial support for multiplexing variable bit-rate streams.

Novermber 2000 Andrew Stevens
	Clean up code to suit modern compilers with 64-bit int support.
	Cleaned up packet size calculations to make the code more flexible.
	Initial MPEG-2 support
	Support for splitting output streams (not yet completely implemented)
	Support for multiplexing for VCD.

Jan 2001-
	
	Reengineered in C++
	Support for SVCD.
	Support for basic DVD
	VBR Audio as well as video.
	Clean stream splitting support.
	Class structure to simplify adding new stream types

	Encapsulation and modularistion