aboutsummaryrefslogtreecommitdiff
path: root/multimedia/y4mscaler
Commit message (Collapse)AuthorAgeFilesLines
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Update to 9.0Michael Johnson2005-12-122-5/+4
| | | | Notes: svn path=/head/; revision=151004
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - Chase libver of mjpegtoolsMichael Johnson2005-09-271-3/+4
| | | | | | | gstreamer-plugins-mpeg2enc is still broken. Notes: svn path=/head/; revision=143654
* - Update to 8.1Michael Johnson2005-07-142-4/+4
| | | | Notes: svn path=/head/; revision=139179
* Change email to new FreeBSD.org addressMichael Johnson2004-10-291-1/+1
| | | | | | | Approved by:adamw (mentor) Notes: svn path=/head/; revision=120470
* Update to 0.6.2Volker Stolz2004-08-113-161/+3
| | | | | | | | PR: ports/70043 Submitted by: Michael Johnson (maintainer) Notes: svn path=/head/; revision=115953
* Fix build with gcc 3.4Ying-Chieh Liao2004-07-231-0/+158
| | | | | | | | PR: 69453 Submitted by: maintainer Notes: svn path=/head/; revision=114461
* Chase mjpegtools port version 1.6.2 shared library bumpMario Sergio Fujikawa Ferreira2004-06-261-1/+1
| | | | Notes: svn path=/head/; revision=112296
* - Respect CXX and CXXFLAGSKirill Ponomarev2004-04-011-2/+3
| | | | | | | | PR: ports/65017 Submitted by: maintainer Notes: svn path=/head/; revision=105856
* Update WWW tag.Sergey A. Osokin2004-03-261-1/+1
| | | | | | | | Submitted by: Michael Johnson <ahze@ahze.net> (maintainer) PR: 64749 Notes: svn path=/head/; revision=105314
* Add y4mscaler, a general-purpose video scaler which operates on YUV4MPEG2Pav Lucistnik2004-03-263-0/+79
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> Notes: svn path=/head/; revision=105310