Commit graph

20 commits

Author SHA1 Message Date
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Pav Lucistnik
b0b2915f41 - Define missing LOG_* symbols and unbreak
PR:		ports/122967
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
2008-06-19 09:56:10 +00:00
Pav Lucistnik
284cc7d7f9 - Mark BROKEN - victim of recent mjpegtools update
Reported by:	pointyhat
2008-02-20 22:07:54 +00:00
Edwin Groothuis
fa9509791f Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 02:01:29 +00:00
Edwin Groothuis
71e512b8a8 [patch] multimedia/mjpegtools - update to 1.9rc1
The current mjpegtools (mpeg2enc for example) is dumping core way
	too often to be able to do useful media conversions.

	This version has been running on my system for two weeks now and
	it works much better.

portrevision bump for multimedia/lives multimedia/mjpegtools-yuvfilters
multimedia/y4mscaler since they have LIB_DEPENDS on this port. Other
ports having RUN_DEPENDS on this port are not bumped.

PR:		ports/113878
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	Michael Johnson <ahze@ahze.net>
2007-06-21 01:35:39 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Michael Johnson
948f5473bd - Transfer MAINTAINER to multimedia@
Approved by:	dhw (postmaster, for using multimedia@ as maintainer)
		gnome (gstreamer ports)
2006-06-09 18:00:35 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Michael Johnson
1c4a0eb23b - Update to 9.0 2005-12-12 15:09:18 +00:00
Michael Johnson
3e4b179fa7 - Add SHA256
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
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