Commit graph

9 commits

Author SHA1 Message Date
Michael Johnson
4f1114cd66 - Chase libver of mjpegtools
gstreamer-plugins-mpeg2enc is still broken.
2005-09-27 22:16:05 +00:00
Michael Johnson
f3eff59add - Update to 8.1 2005-07-14 07:36:04 +00:00
Michael Johnson
b0823ae396 Change email to new FreeBSD.org address
Approved by:adamw (mentor)
2004-10-29 22:24:47 +00:00
Volker Stolz
ed6a67b6a9 Update to 0.6.2
PR:		ports/70043
Submitted by:	Michael Johnson (maintainer)
2004-08-11 18:44:32 +00:00
Ying-Chieh Liao
0b96d703d4 Fix build with gcc 3.4
PR:		69453
Submitted by:	maintainer
2004-07-23 03:39:15 +00:00
Mario Sergio Fujikawa Ferreira
de9f93adb2 Chase mjpegtools port version 1.6.2 shared library bump 2004-06-26 04:31:27 +00:00
Kirill Ponomarev
d4214dde4d - Respect CXX and CXXFLAGS
PR:		ports/65017
Submitted by:	maintainer
2004-04-01 09:54:13 +00:00
Sergey A. Osokin
ddfd0b2de5 Update WWW tag.
Submitted by:	Michael Johnson <ahze@ahze.net> (maintainer)
PR:		64749
2004-03-26 10:15:07 +00:00
Pav Lucistnik
52c7725b31 Add y4mscaler, a general-purpose video scaler which operates on YUV4MPEG2
streams, as produced and consumed by the MJPEGtools such as lav2yuv and
mpeg2enc(1).

y4mscaler is meant to be used in a pipeline. Thus, input is from stdin, and
output is to stdout. The essential function of y4mscaler is to scale a
specified "active" region of the input stream (the source) into a specified
active region of the output stream (the target). Pixels outside of the active
region of the source are ignored; pixels outside of the active region of
the target are filled with a background color. The source may additionally
have a matte applied to it; pixels outside the source matte are set to a
separately specified background color.

y4mscaler correctly handles chroma sampling, and thus it can also perform
chroma subsampling conversions. The YUV4MPEG2 stream format currently only
supports 4:2:0 subsampling, although y4mscaler can process 4:1:1, 4:2:2, and
4:4:4 modes by abusing the YUV4MPEG2 format a bit.

Includes preset parameters for popular output streams: DVD, SVCD, VCD,  DV,
CVD, and SVCD/VCD still images.

PR:		ports/63962
Submitted by:	michael johnson <ahze@ahze.net>
2004-03-26 09:03:07 +00:00