diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-08-31 18:39:27 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-08-31 18:39:27 +0000 |
commit | 83a4a03d9f34a57f14b2f74a16f514bfed61bcd1 (patch) | |
tree | 84d68c6278b101c4d397f675313ddbb2396179d0 | |
parent | 04be891167e9d160736277d26deba8249921504b (diff) | |
download | pkgsrc-83a4a03d9f34a57f14b2f74a16f514bfed61bcd1.tar.gz |
Update to transcode 0.6.9.
* Terse/less technical ChangeLog:
- Add subtitle support to -x dvd
- Big endian fixes for wav audio handling
- Big xvid update, there are now 3 modules. Read the ChangeLog for this
- Bugfix for -z; thread issues caused image distortion
- Bugfix for libac3, can be compiled with -msse now
- Bugfix in -J text; transparency was broken.
- Bugfix in -y ogg; quoting related
- Bugfix in -x ogg; probing and decoding broken
- Bugfix: avimerge, -split and -sync were broken for PCM audio
- Docu: (Developer) internal architecture
- Docu: avisplit(1) explains what do about bad AVI sync.
- Docu: how to do framerate conversions with transcode
- Docu: transcode(1) explains the different meanings of -F
- Enable directory mode for pass-through AVI files with -y raw
- Filters can now take arguments at any length
- Fix sefault in tccat when called with no -i argument
- Improved -J 29to23; more accurate interpolation
- Improved -J 32detect; now searches chroma planes too
- Improved filter smartyuv; much faster now
- Improved filter cut; Make the filter aware of framerate changes
- Improved option --keep_asr; takes probed import asr into account
- Improved spec file
- Internal; New frame attribute TC_FRAME_IS_OUT_OF_RANGE
- Internal; config parser more generic
- Internal; really clone a frame
- MP2/MP3 synchword detection improved, better broken streams handling
- Native directory mode for -x auto,mp3
- Nearly bugfix when doing AC3-passthrough with multiple PSUs
- New command line option --export_fps N,frc
- New configure switch --with-default-xvid; creates a export_xvid symlink
- New contrib/mpipe.c; a simple tool for input data multiplexing
- New filter detectsilence; prints silence position in milliseconds
- New filter fps; convert framerate X to Y; similar to modfps
- New filter modfps; convert framerate X to framerate Y
- New filter msharpen; spatial sharpening
- New tool tcmp3cut which can cut mp3 streams at milliseconds positions
- No more Latin-1 characters -- Sorry Thomas Ö.
- Option -b now takes a 4th argument; lame encoding mode
- Re-enable detection of DIV3 keyframes with -x divx
- The linear blend deinterlace now also deinterlaces chroma
- Transcode now writes a correct AVI PCM header for windows players
- Variable framerate mpegs support
- Very much improved MacOSX support
- libtheora configure check update
- ./configure's lame detection improved
- print the correct PCM bitrate
- Nicer/correct printout for -r
- xml import moudle can read all af6 supported codecs
-rw-r--r-- | graphics/transcode/Makefile | 6 | ||||
-rw-r--r-- | graphics/transcode/PLIST | 52 | ||||
-rw-r--r-- | graphics/transcode/distinfo | 6 | ||||
-rw-r--r-- | graphics/transcode/patches/patch-ab | 22 | ||||
-rw-r--r-- | graphics/transcode/patches/patch-ac | 22 | ||||
-rw-r--r-- | graphics/transcode/patches/patch-am | 22 |
6 files changed, 50 insertions, 80 deletions
diff --git a/graphics/transcode/Makefile b/graphics/transcode/Makefile index dec9a96a112..e80eb04291d 100644 --- a/graphics/transcode/Makefile +++ b/graphics/transcode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2003/08/18 14:34:10 jmc Exp $ +# $NetBSD: Makefile,v 1.12 2003/08/31 18:39:27 mycroft Exp $ -DISTNAME= transcode-0.6.7 -PKGREVISION= 3 +DISTNAME= transcode-0.6.9 +#PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.zebra.fh-weingarten.de/~transcode/pre/ diff --git a/graphics/transcode/PLIST b/graphics/transcode/PLIST index d83f4dda561..1f8732ac2d2 100644 --- a/graphics/transcode/PLIST +++ b/graphics/transcode/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2003/07/02 10:48:57 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/08/31 18:39:27 mycroft Exp $ bin/avifix +bin/aviindex bin/avimerge bin/avisplit bin/avisync @@ -8,6 +9,7 @@ bin/tcdecode bin/tcdemux bin/tcextract bin/tcmodinfo +bin/tcmp3cut bin/tcmplex bin/tcprobe bin/tcscan @@ -20,6 +22,8 @@ lib/transcode/af6_decore.so lib/transcode/export_ac3.so lib/transcode/export_ac3.la lib/transcode/export_af6.conf +lib/transcode/export_debugppm.la +lib/transcode/export_debugppm.so lib/transcode/export_divx4.la lib/transcode/export_divx4.so lib/transcode/export_divx4raw.la @@ -64,12 +68,13 @@ lib/transcode/export_toolame.la lib/transcode/export_toolame.so lib/transcode/export_wav.la lib/transcode/export_wav.so -lib/transcode/export_xvid.a -lib/transcode/export_xvid.la -lib/transcode/export_xvidcvs.a -lib/transcode/export_xvidcvs.la -lib/transcode/export_xvidraw.a -lib/transcode/export_xvidraw.la +lib/transcode/export_xvid.so +lib/transcode/export_xvid2.a +lib/transcode/export_xvid2.la +lib/transcode/export_xvid3.a +lib/transcode/export_xvid3.la +lib/transcode/export_xvid4.a +lib/transcode/export_xvid4.la lib/transcode/export_yuv4mpeg.a lib/transcode/export_yuv4mpeg.la lib/transcode/filter_29to23.la @@ -84,6 +89,8 @@ lib/transcode/filter_astat.la lib/transcode/filter_astat.so lib/transcode/filter_clone.la lib/transcode/filter_clone.so +lib/transcode/filter_compare.la +lib/transcode/filter_compare.so lib/transcode/filter_cpaudio.la lib/transcode/filter_cpaudio.so lib/transcode/filter_cshift.la @@ -92,6 +99,8 @@ lib/transcode/filter_cut.la lib/transcode/filter_cut.so lib/transcode/filter_decimate.la lib/transcode/filter_decimate.so +lib/transcode/filter_detectsilence.la +lib/transcode/filter_detectsilence.so lib/transcode/filter_dilyuvmmx.la lib/transcode/filter_dilyuvmmx.so lib/transcode/filter_divxkey.la @@ -106,6 +115,10 @@ lib/transcode/filter_extsub2.la lib/transcode/filter_extsub2.so lib/transcode/filter_fields.la lib/transcode/filter_fields.so +lib/transcode/filter_fps.la +lib/transcode/filter_fps.so +lib/transcode/filter_hqdn3d.la +lib/transcode/filter_hqdn3d.so lib/transcode/filter_invert.la lib/transcode/filter_invert.so lib/transcode/filter_ivtc.la @@ -119,16 +132,30 @@ lib/transcode/filter_lowpass.la lib/transcode/filter_lowpass.so lib/transcode/filter_mask.la lib/transcode/filter_mask.so +lib/transcode/filter_modfps.la +lib/transcode/filter_modfps.so +lib/transcode/filter_msharpen.la +lib/transcode/filter_msharpen.so +lib/transcode/filter_nored.la +lib/transcode/filter_nored.so lib/transcode/filter_normalize.la lib/transcode/filter_normalize.so lib/transcode/filter_null.la lib/transcode/filter_null.so +lib/transcode/filter_pv.la +lib/transcode/filter_pv.so lib/transcode/filter_resample.la lib/transcode/filter_resample.so lib/transcode/filter_skip.la lib/transcode/filter_skip.so +lib/transcode/filter_slowmo.la +lib/transcode/filter_slowmo.so +lib/transcode/filter_smartbob.la +lib/transcode/filter_smartbob.so lib/transcode/filter_smartdeinter.la lib/transcode/filter_smartdeinter.so +lib/transcode/filter_smartyuv.la +lib/transcode/filter_smartyuv.so lib/transcode/filter_smooth.la lib/transcode/filter_smooth.so lib/transcode/filter_subtitler.la @@ -141,6 +168,8 @@ lib/transcode/filter_test.a lib/transcode/filter_test.la lib/transcode/filter_testframe.la lib/transcode/filter_testframe.so +lib/transcode/filter_unsharp.la +lib/transcode/filter_unsharp.so lib/transcode/filter_videocore.la lib/transcode/filter_videocore.so lib/transcode/filter_xsharpen.la @@ -205,8 +234,11 @@ lib/transcode/import_yuv4mpeg.la lib/transcode/import_yuv4mpeg.so lib/transcode/libxvidcore.so lib/transcode/parse_csv.awk -lib/transcode/xvid.cfg +lib/transcode/xvid2.cfg +lib/transcode/xvid3.cfg +lib/transcode/xvid4.cfg man/man1/avifix.1 +man/man1/aviindex.1 man/man1/avimerge.1 man/man1/avisplit.1 man/man1/avisync.1 @@ -217,6 +249,7 @@ man/man1/tcextract.1 man/man1/tcmodinfo.1 man/man1/tcprobe.1 man/man1/tcscan.1 +man/man1/tcxmlcheck.1 man/man1/transcode.1 share/doc/transcode/OPTIMIZERS share/doc/transcode/README.Inverse.Telecine.txt @@ -224,6 +257,8 @@ share/doc/transcode/README.cluster share/doc/transcode/README.rip share/doc/transcode/README.sync share/doc/transcode/README.vcd +share/doc/transcode/architecture.txt +share/doc/transcode/avi_comments.txt share/doc/transcode/clone.txt share/doc/transcode/export-API.txt share/doc/transcode/export_ffmpeg.txt @@ -235,6 +270,7 @@ share/doc/transcode/filter_logo.txt share/doc/transcode/filter_logoaway.txt share/doc/transcode/filter_text.txt share/doc/transcode/filter_yuvdenoise.txt +share/doc/transcode/framerate.txt share/doc/transcode/html/about.html share/doc/transcode/html/anim.html share/doc/transcode/html/cluster_guide.txt diff --git a/graphics/transcode/distinfo b/graphics/transcode/distinfo index 6c668fa0943..1387d507771 100644 --- a/graphics/transcode/distinfo +++ b/graphics/transcode/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2003/06/25 08:47:30 mrg Exp $ +$NetBSD: distinfo,v 1.3 2003/08/31 18:39:27 mycroft Exp $ -SHA1 (transcode-0.6.7.tar.gz) = bbaf2c3da9eb44b399e29590129023a1ddcc0394 -Size (transcode-0.6.7.tar.gz) = 2657825 bytes +SHA1 (transcode-0.6.9.tar.gz) = cb4f88cb20a8d0baa057fd2ba47d57c4b7320ab9 +Size (transcode-0.6.9.tar.gz) = 2980047 bytes SHA1 (patch-aa) = 727be281a865a8c3baab8829c574d4224c072000 SHA1 (patch-ab) = 58f3796b95639aed6fcae1bef23ce9a926c7e6f6 SHA1 (patch-ac) = d6595c96ad0cebf34d620df9829365ba9c9f88c6 diff --git a/graphics/transcode/patches/patch-ab b/graphics/transcode/patches/patch-ab deleted file mode 100644 index aeec591d07a..00000000000 --- a/graphics/transcode/patches/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/06/23 07:09:32 mrg Exp $ - -diff -rcp export/export_xvid.c export/export_xvid.c -*** export/export_xvid.c Wed May 14 00:30:32 2003 ---- export/export_xvid.c Mon Jun 9 17:48:09 2003 -*************** -*** 48,54 **** - # endif - #endif - -! #if !defined(__FreeBSD__) && !defined(__APPLE__) /* We have malloc() in stdlib.h */ - #include <malloc.h> - #endif - ---- 48,54 ---- - # endif - #endif - -! #if !defined(__FreeBSD__) && !defined(__APPLE__) /* We have malloc() in stdlib.h */|| defined(__NetBSD__) - #include <malloc.h> - #endif - diff --git a/graphics/transcode/patches/patch-ac b/graphics/transcode/patches/patch-ac deleted file mode 100644 index 01fc5032d61..00000000000 --- a/graphics/transcode/patches/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2003/06/23 07:09:32 mrg Exp $ - -diff -rcp export/export_xvidcvs.c export/export_xvidcvs.c -*** export/export_xvidcvs.c Fri May 9 16:52:32 2003 ---- export/export_xvidcvs.c Mon Jun 9 17:48:14 2003 -*************** -*** 48,54 **** - # endif - #endif - -! #if !defined(__FreeBSD__) && !defined(__APPLE__) - #include <malloc.h> - #endif - ---- 48,54 ---- - # endif - #endif - -! #if !defined(__FreeBSD__) && !defined(__APPLE__)|| defined(__NetBSD__) - #include <malloc.h> - #endif - diff --git a/graphics/transcode/patches/patch-am b/graphics/transcode/patches/patch-am deleted file mode 100644 index 0981a51c832..00000000000 --- a/graphics/transcode/patches/patch-am +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-am,v 1.1.1.1 2003/06/23 07:09:32 mrg Exp $ - -diff -rcp src/zoom.c src/zoom.c -*** src/zoom.c Tue Apr 8 20:50:11 2003 ---- src/zoom.c Mon Jun 9 17:45:46 2003 -*************** -*** 95,101 **** - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -! #if !defined(__FreeBSD__) && !defined(__APPLE__) - #include <malloc.h> - #endif - #include <math.h> ---- 95,101 ---- - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -! #if !defined(__FreeBSD__) && !defined(__APPLE__) || defined(__NetBSD__) - #include <malloc.h> - #endif - #include <math.h> |