Subject: CVS commit: pkgsrc/graphics/transcode
To: None <pkgsrc-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: pkgsrc-changes
Date: 03/28/2004 20:09:07
Module Name:	pkgsrc
Committed By:	mycroft
Date:		Sun Mar 28 20:09:07 UTC 2004

Modified Files:
	pkgsrc/graphics/transcode: Makefile PLIST distinfo
	pkgsrc/graphics/transcode/patches: patch-af patch-ao patch-ap patch-aq
	    patch-ar patch-as
Removed Files:
	pkgsrc/graphics/transcode/patches: patch-aa

Log Message:
Update to 0.6.12.  Main improvements`are AVI 2.0 support, new filters, and
improved support for newer xvidcore.  Also fixed a threading problem that
would often cause transcode to core dump right before exiting.

 transcode-0.6.12

 Changes:
   o tccat: use '-T 1,-1 -P' instead of '-P 1'.
   o --avi_limit option: Defaults to 0 (disabled) instead of 2GB.

 Fixes:
   o avilib: 64bit issues and other compiler support.
   o v4l: building with linux-2.6 headers.
   o xvid import: check for more library sonames.
   o dvd import: The DVD device may be a char device (osx).
   o im import: segmentation fault at closing time.
   o tcrequant: upstream bugfixes.
   o xvid import: fix library loading on MacOSX.
   o dv import: Do NOT apply a setup when decoding the DV frame. Last
     frame was skipped in NTSC.
   o yuv4mpeg import: read files produced by streamer.
   o -c option: rounding error, only 99 frames of 100 for NTSC.
   o make distcheck: correct inclusion of config.h file.
   o libavcodec: building without mmx.
   o maintaining: included sdl.m4 and glib.m4 in acinclude.m4

 New:
   o avilib: Writing AVI 2.0 (OpenDML) files.
     xine (with my submitted patch) plays such files nicely.
   o denoise3d filter: very fast denoiser.
   o fraps import: decode AVI files from www.fraps.com.
   o v4l2: reading from a video4linux2 device.
   o control filter: read and executes a control "script"
   o ffmpeg import: DV raw decoding support (-i file.dv -x ffmpeg).
   o sh import: executes the input file and reads its output.
   o mp1e export: module based on mp1e, a mpeg1 encoder.
   o os: Support for AMDs x86_64 architecture.
   o --export_par option: sets the pixel/sample aspect ratio.
   o script: bash completion for transcode with tccomplete.source.
   o docs: layout fixes so it will look good on www.transcoding.org
   o ffmpeg export: new codecs namely ffv1, asv1 and asv2.
   o --export_prof option: sets mpeg "profiles" so that transcode
     tries can be smart and guess clipping and zooming options.
   o docs: DV to DVD HOWTO including scripts.

 Improved:
   o xvid4 export: synced with xvidcore-beta3. Please upgrade to this
     release and also update your xvid4.cfg. New xvid4conf is available.
   o pp filter: included postprocess code into transcode.
   o im export: use -w to set quality.
   o dvd import: support for non-continuus chapters.
   o avilib: Support for files with multiple RIFF chunks and no index.
   o vnc import: now respects the --dvd_access_delay setting. Pass
     additional paramters down to vncrec by -x vnc="-arg1 -arg2".
   o mjpeg export: compatibility with Apples quicktime player.
   o probing: improved detection of MP3/MP2 files.
   o libavcodec: Updated included lavc to 4695.
   o aviindex: keyframe detection by analyzing the content of frames.
   o subtitler filter: Update to upstream version 0.8.4
   o pv filter: updated docs and YUV422 support.
   o ivtc filter: new magic and field parameters.
   o mov export: new codecs and colorspaces.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/graphics/transcode/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/transcode/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/transcode/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/graphics/transcode/patches/patch-aa
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/graphics/transcode/patches/patch-af \
    pkgsrc/graphics/transcode/patches/patch-ao \
    pkgsrc/graphics/transcode/patches/patch-aq \
    pkgsrc/graphics/transcode/patches/patch-ar \
    pkgsrc/graphics/transcode/patches/patch-as
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/transcode/patches/patch-ap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.