summaryrefslogtreecommitdiff
path: root/multimedia/mpeg_encode/pkg-descr
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-08-01 20:04:37 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-08-01 20:04:37 +0000
commit90e7bbad6fe05e0681815638c042eb19fea34614 (patch)
treeb540ffc85e5189a6d7ac09669ba9bef7e75218f4 /multimedia/mpeg_encode/pkg-descr
parentinclude stdlib.h in music{in|out}.c so that the atol()'s work (diff)
new port for UCB's MPEG-I encoder.
Notes
Notes: svn path=/head/; revision=3481
Diffstat (limited to 'multimedia/mpeg_encode/pkg-descr')
-rw-r--r--multimedia/mpeg_encode/pkg-descr24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/mpeg_encode/pkg-descr b/multimedia/mpeg_encode/pkg-descr
new file mode 100644
index 000000000000..16f182aa4b1f
--- /dev/null
+++ b/multimedia/mpeg_encode/pkg-descr
@@ -0,0 +1,24 @@
+From the README:
+
+ MPEG-1 Video Software Encoder
+ (Version 1.5; February 1, 1995)
+
+ Lawrence A. Rowe, Kevin Gong, Eugene Hung, Ketan Patel, Steve Smoot
+ and Dan Wallach
+ Computer Science Division-EECS, Univ. of Calif. at Berkeley
+
+ This directory contains the freely distributed Berkeley MPEG-1 Video
+ Encoder. The encoder implements the standard described in the ISO/IEC
+ International Standard 11172-2. The code has been compiled and tested
+ on the following platforms:
+
+ DECstation 5000 and Alpha
+ HP PA-RISC (HP/UX 9.X) (i.e., HP 9000/7XX and 9000/3XX)
+ SGI Indigo running IRIX 5.0.1
+ Sun Sparc (SunOS 4.X)
+
+This is *not* bug-free software. In particular, I've had problems using
+odd-sized input frames. Other than that, it works OK.
+
+eric.
+erich@FreeBSD.org