The FreeBSD Ports Archive
FreeBSD multimedia : mpeg_encode4>
UCB's MPEG-I video stream encoder
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
http://bmrc.berkeley.edu/ftp/pub/multimedia/mpeg/encode/
|
mpeg_encode history
v. 1.21
date: 2006/05/10 22:37:34; author: edwin; state: Exp; lines: +0 -2
Remove USE_REINPLACE from ports starting with M
v. 1.20
date: 2005/07/10 18:57:37; author: kris; state: Exp; lines: +2 -1
Add a hopefully more reliable master site
v. 1.19
date: 2003/04/04 01:38:38; author: lioux; state: Exp; lines: +1 -1
After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
v. 1.18
date: 2003/02/20 18:08:07; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.17
date: 2002/11/07 03:10:51; author: adamw; state: Exp; lines: +0 -2
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
v. 1.16
date: 2002/11/06 22:45:28; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.15
date: 2002/09/01 16:07:49; author: dwcjr; state: Exp; lines: +3 -1
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.14
date: 2002/01/15 13:26:30; author: ijliao; state: Exp; lines: +4 -0
s/malloc.h/stdlib.h/
v. 1.13
date: 2001/12/24 10:37:42; author: dirk; state: Exp; lines: +1 -1
portlint: remove extra whitespaces before end of line.
v. 1.12
date: 2001/12/24 02:15:42; author: pat; state: Exp; lines: +3 -4
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
v. 1.11
date: 2000/10/28 13:05:25; author: lioux; state: Exp; lines: +12 -4
Overall port clean up
CC/CFLAGS safeness
Submitted by: Jeremy Norris
PR: ports/22171
v. 1.10
date: 2000/04/23 22:59:31; author: kris; state: Exp; lines: +2 -2
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
v. 1.9
date: 2000/04/14 10:46:42; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
v. 1.8
date: 1999/08/25 06:14:29; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.7
date: 1998/10/13 03:17:45; author: jseger; state: Exp; lines: +2 -2
Unbreak for ELF.
Submitted by: steve
v. 1.6
date: 1998/10/12 01:05:06; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
gcc -Iheaders -I/usr/include -Ijpeg -O -Wall -Wmissing-prototypes -o mpeg_encode mfwddct.o postdct.o huff.o bitio.o mheaders.o mpeg.o subsample.o param.o rgbtoycc.o readframe.o combine.o jrevdct.o frame.o fsize.o frametype.o libpnmrw.o specifics.o rate.o opts.o iframe.o pframe.o bframe.o psearch.o bsearch.o block.o parallel.o jpeg.o main.o -Ljpeg jpeg/libjpeg.a -lm
gcc: jpeg/libjpeg.a: No such file or directory
v. 1.5
date: 1998/08/23 07:34:42; author: hoek; state: Exp; lines: +4 -1
Use the MANx variables. This commit only covers ports that
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many
do, subtly) and don't install more than one manpage.
Any port listed here is a good candidate for a general review simply
due to age... For example, a number of them seem to patch an install:
target into the program Makefile and/or arbitrarily compress their
manpages from patches/patch-*. This has been out-of-vogue since I would
guess mid-1996, at least.
v. 1.4
date: 1997/03/25 08:58:32; author: max; state: Exp; lines: +2 -2
MASTER_SITES updated.
Submitted by: Bill Fenner
(Closing PR #2953.)
v. 1.3
date: 1996/11/18 11:28:37; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2
date: 1996/08/02 07:32:41; author: asami; state: Exp; lines: +3 -2
Just a little variable reordering. (WRKSRC goes after MAINTAINER.)
v. 1.1
date: 1996/08/01 20:04:36; author: erich; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/08/01 20:04:36; author: erich; state: Exp; lines: +0 -0
new port for UCB's MPEG-I encoder.
=============================================================================
v. 1.21
date: 2006/05/10 22:37:34; author: edwin; state: Exp; lines: +0 -2
Remove USE_REINPLACE from ports starting with M
v. 1.20
date: 2005/07/10 18:57:37; author: kris; state: Exp; lines: +2 -1
Add a hopefully more reliable master site
v. 1.19
date: 2003/04/04 01:38:38; author: lioux; state: Exp; lines: +1 -1
After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
v. 1.18
date: 2003/02/20 18:08:07; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.17
date: 2002/11/07 03:10:51; author: adamw; state: Exp; lines: +0 -2
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
v. 1.16
date: 2002/11/06 22:45:28; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.15
date: 2002/09/01 16:07:49; author: dwcjr; state: Exp; lines: +3 -1
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.14
date: 2002/01/15 13:26:30; author: ijliao; state: Exp; lines: +4 -0
s/malloc.h/stdlib.h/
v. 1.13
date: 2001/12/24 10:37:42; author: dirk; state: Exp; lines: +1 -1
portlint: remove extra whitespaces before end of line.
v. 1.12
date: 2001/12/24 02:15:42; author: pat; state: Exp; lines: +3 -4
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
v. 1.11
date: 2000/10/28 13:05:25; author: lioux; state: Exp; lines: +12 -4
Overall port clean up
CC/CFLAGS safeness
Submitted by: Jeremy Norris
PR: ports/22171
v. 1.10
date: 2000/04/23 22:59:31; author: kris; state: Exp; lines: +2 -2
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
v. 1.9
date: 2000/04/14 10:46:42; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
v. 1.8
date: 1999/08/25 06:14:29; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.7
date: 1998/10/13 03:17:45; author: jseger; state: Exp; lines: +2 -2
Unbreak for ELF.
Submitted by: steve
v. 1.6
date: 1998/10/12 01:05:06; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
gcc -Iheaders -I/usr/include -Ijpeg -O -Wall -Wmissing-prototypes -o mpeg_encode mfwddct.o postdct.o huff.o bitio.o mheaders.o mpeg.o subsample.o param.o rgbtoycc.o readframe.o combine.o jrevdct.o frame.o fsize.o frametype.o libpnmrw.o specifics.o rate.o opts.o iframe.o pframe.o bframe.o psearch.o bsearch.o block.o parallel.o jpeg.o main.o -Ljpeg jpeg/libjpeg.a -lm
gcc: jpeg/libjpeg.a: No such file or directory
v. 1.5
date: 1998/08/23 07:34:42; author: hoek; state: Exp; lines: +4 -1
Use the MANx variables. This commit only covers ports that
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many
do, subtly) and don't install more than one manpage.
Any port listed here is a good candidate for a general review simply
due to age... For example, a number of them seem to patch an install:
target into the program Makefile and/or arbitrarily compress their
manpages from patches/patch-*. This has been out-of-vogue since I would
guess mid-1996, at least.
v. 1.4
date: 1997/03/25 08:58:32; author: max; state: Exp; lines: +2 -2
MASTER_SITES updated.
Submitted by: Bill Fenner
(Closing PR #2953.)
v. 1.3
date: 1996/11/18 11:28:37; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2
date: 1996/08/02 07:32:41; author: asami; state: Exp; lines: +3 -2
Just a little variable reordering. (WRKSRC goes after MAINTAINER.)
v. 1.1
date: 1996/08/01 20:04:36; author: erich; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/08/01 20:04:36; author: erich; state: Exp; lines: +0 -0
new port for UCB's MPEG-I encoder.
=============================================================================
v. 1.21
date: 2006/05/10 22:37:34; author: edwin; state: Exp; lines: +0 -2
Remove USE_REINPLACE from ports starting with M
v. 1.20
date: 2005/07/10 18:57:37; author: kris; state: Exp; lines: +2 -1
Add a hopefully more reliable master site
v. 1.19
date: 2003/04/04 01:38:38; author: lioux; state: Exp; lines: +1 -1
After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
v. 1.18
date: 2003/02/20 18:08:07; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.17
date: 2002/11/07 03:10:51; author: adamw; state: Exp; lines: +0 -2
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat
v. 1.16
date: 2002/11/06 22:45:28; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.15
date: 2002/09/01 16:07:49; author: dwcjr; state: Exp; lines: +3 -1
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
v. 1.14
date: 2002/01/15 13:26:30; author: ijliao; state: Exp; lines: +4 -0
s/malloc.h/stdlib.h/
v. 1.13
date: 2001/12/24 10:37:42; author: dirk; state: Exp; lines: +1 -1
portlint: remove extra whitespaces before end of line.
v. 1.12
date: 2001/12/24 02:15:42; author: pat; state: Exp; lines: +3 -4
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
v. 1.11
date: 2000/10/28 13:05:25; author: lioux; state: Exp; lines: +12 -4
Overall port clean up
CC/CFLAGS safeness
Submitted by: Jeremy Norris
PR: ports/22171
v. 1.10
date: 2000/04/23 22:59:31; author: kris; state: Exp; lines: +2 -2
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
v. 1.9
date: 2000/04/14 10:46:42; author: asami; state: Exp; lines: +4 -4
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
v. 1.8
date: 1999/08/25 06:14:29; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.7
date: 1998/10/13 03:17:45; author: jseger; state: Exp; lines: +2 -2
Unbreak for ELF.
Submitted by: steve
v. 1.6
date: 1998/10/12 01:05:06; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
gcc -Iheaders -I/usr/include -Ijpeg -O -Wall -Wmissing-prototypes -o mpeg_encode mfwddct.o postdct.o huff.o bitio.o mheaders.o mpeg.o subsample.o param.o rgbtoycc.o readframe.o combine.o jrevdct.o frame.o fsize.o frametype.o libpnmrw.o specifics.o rate.o opts.o iframe.o pframe.o bframe.o psearch.o bsearch.o block.o parallel.o jpeg.o main.o -Ljpeg jpeg/libjpeg.a -lm
gcc: jpeg/libjpeg.a: No such file or directory
v. 1.5
date: 1998/08/23 07:34:42; author: hoek; state: Exp; lines: +4 -1
Use the MANx variables. This commit only covers ports that
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many
do, subtly) and don't install more than one manpage.
Any port listed here is a good candidate for a general review simply
due to age... For example, a number of them seem to patch an install:
target into the program Makefile and/or arbitrarily compress their
manpages from patches/patch-*. This has been out-of-vogue since I would
guess mid-1996, at least.
v. 1.4
date: 1997/03/25 08:58:32; author: max; state: Exp; lines: +2 -2
MASTER_SITES updated.
Submitted by: Bill Fenner
(Closing PR #2953.)
v. 1.3
date: 1996/11/18 11:28:37; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.2
date: 1996/08/02 07:32:41; author: asami; state: Exp; lines: +3 -2
Just a little variable reordering. (WRKSRC goes after MAINTAINER.)
v. 1.1
date: 1996/08/01 20:04:36; author: erich; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1996/08/01 20:04:36; author: erich; state: Exp; lines: +0 -0
new port for UCB's MPEG-I encoder.
=============================================================================
|
| |

|