Moved from gst-plugins/ext/mplex/. See that directory for older changelogs.
authorDavid Schleef <ds@schleef.org>
Sat, 26 Jul 2003 03:01:58 +0000 (03:01 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 26 Jul 2003 03:01:58 +0000 (03:01 +0000)
commit63294c06551084e33252b73c8889b66e9e193d10
tree6de9b101d89e43e3837c056a24d5b2da3c181187
parentc6386865ee2ed528c8274b0d86b7c9f291fb7973
Moved from gst-plugins/ext/mplex/.  See that directory for older changelogs.

Original commit message from CVS:
Moved from gst-plugins/ext/mplex/.  See that directory for older
changelogs.
41 files changed:
gst-libs/ext/mplex/INSTRUCT [new file with mode: 0644]
gst-libs/ext/mplex/Makefile.am [new file with mode: 0644]
gst-libs/ext/mplex/README [new file with mode: 0644]
gst-libs/ext/mplex/TODO [new file with mode: 0644]
gst-libs/ext/mplex/ac3strm_in.cc [new file with mode: 0644]
gst-libs/ext/mplex/audiostrm.hh [new file with mode: 0644]
gst-libs/ext/mplex/audiostrm_out.cc [new file with mode: 0644]
gst-libs/ext/mplex/aunit.hh [new file with mode: 0644]
gst-libs/ext/mplex/bits.cc [new file with mode: 0644]
gst-libs/ext/mplex/bits.hh [new file with mode: 0644]
gst-libs/ext/mplex/buffer.cc [new file with mode: 0644]
gst-libs/ext/mplex/buffer.hh [new file with mode: 0644]
gst-libs/ext/mplex/fastintfns.h [new file with mode: 0644]
gst-libs/ext/mplex/format_codes.h [new file with mode: 0644]
gst-libs/ext/mplex/inputstrm.cc [new file with mode: 0644]
gst-libs/ext/mplex/inputstrm.hh [new file with mode: 0644]
gst-libs/ext/mplex/lpcmstrm_in.cc [new file with mode: 0644]
gst-libs/ext/mplex/mjpeg_logging.cc [new file with mode: 0644]
gst-libs/ext/mplex/mjpeg_logging.h [new file with mode: 0644]
gst-libs/ext/mplex/mjpeg_types.h [new file with mode: 0644]
gst-libs/ext/mplex/mpastrm_in.cc [new file with mode: 0644]
gst-libs/ext/mplex/mpegconsts.cc [new file with mode: 0644]
gst-libs/ext/mplex/mpegconsts.h [new file with mode: 0644]
gst-libs/ext/mplex/mplexconsts.hh [new file with mode: 0644]
gst-libs/ext/mplex/multplex.cc [new file with mode: 0644]
gst-libs/ext/mplex/outputstream.hh [new file with mode: 0644]
gst-libs/ext/mplex/padstrm.cc [new file with mode: 0644]
gst-libs/ext/mplex/padstrm.hh [new file with mode: 0644]
gst-libs/ext/mplex/stillsstream.cc [new file with mode: 0644]
gst-libs/ext/mplex/stillsstream.hh [new file with mode: 0644]
gst-libs/ext/mplex/systems.cc [new file with mode: 0644]
gst-libs/ext/mplex/systems.hh [new file with mode: 0644]
gst-libs/ext/mplex/vector.cc [new file with mode: 0644]
gst-libs/ext/mplex/vector.hh [new file with mode: 0644]
gst-libs/ext/mplex/videostrm.hh [new file with mode: 0644]
gst-libs/ext/mplex/videostrm_in.cc [new file with mode: 0644]
gst-libs/ext/mplex/videostrm_out.cc [new file with mode: 0644]
gst-libs/ext/mplex/yuv4mpeg.cc [new file with mode: 0644]
gst-libs/ext/mplex/yuv4mpeg.h [new file with mode: 0644]
gst-libs/ext/mplex/yuv4mpeg_intern.h [new file with mode: 0644]
gst-libs/ext/mplex/yuv4mpeg_ratio.cc [new file with mode: 0644]