aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tstools
Commit message (Collapse)AuthorAgeFilesLines
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* - Mark MAKE_JOBS_UNSAFE=yesPhilippe Audeoud2013-11-271-5/+6
| | | | | | | | | | | - While here support STAGEDIR PR: ports/184210 Submitted by: Oliver Fromme <oliver.fromme@secnetix.de> Approved by: maintainer Notes: svn path=/head/; revision=335020
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Switch to SourceForge as BerliOS does not seem to workAlexey Dokuchaev2013-07-282-28/+17
| | | | | | | | | - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, define LICENSE - Respect user's CC and CFLAGS - Generally clean up Makefile prior to making it jobs-safe Notes: svn path=/head/; revision=323823
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* MPEG TS/PS/ES Transport, Program and Elementary Stream toolsMartin Wilke2009-01-164-0/+91
This is a set of cross-platform command line tools for working with MPEG data. The emphasis is on relatively simple tools which concentrate on MPEG (H.264 and H.262) data packaged according to H.222 (i.e., TS or PS), with a particular interest in checking for conformance. Transport Stream (TS) is typically used for distribution of cable and satellite data. Program Stream (PS) is typically used to store data on DVDs. The tools are focussed on: * Quick reporting of useful data (tsinfo, stream_type) * Giving a quick overview of the entities in the stream (esdots, psdots) * Reporting on TS packets (tsreport) or ES units/frames/ fields (esreport) * Simple manipulation of stream data (es2ts, esfilter, esreverse, esmerge, ts2es) * Streaming of data, possibly with introduced errors (tsplay) WWW: http://tstools.berlios.de/ PR: ports/130517 Submitted by: J.R. Oldroyd <fbsd at opal.com> Notes: svn path=/head/; revision=226246