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 /graphics/transcode/patches | |
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
Diffstat (limited to 'graphics/transcode/patches')
-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 |
3 files changed, 0 insertions, 66 deletions
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> |