The NetBSD Project

CVS log for pkgsrc/audio/vorbis-tools/patches/patch-ac

[BACK] Up to [cvs.netbsd.org] / pkgsrc / audio / vorbis-tools / patches

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 9 13:13:03 2010 UTC (18 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, HEAD
Changes since 1.8: +6 -6 lines
Diff to previous 1.8 (colored)

Changes 1.4.0:
* Implement corrected channel mappings for all input and playback file types
* Correct an possible infinite loop in WAV input reading code when header is
  corrupt
* Implement disable_coupling option for oggenc
* Fix Ctrl-C lockup bug in ogg123
* ogg123 playback in sorted order
* Add WAVEFORMATEXTENSIBLE support
* More translations
* Add '-' as stdin/out filename in vcut
* Add -lnetwork check for socket in configure
* Remove 'extra' F parameter from ogg123 remote output

Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 14 18:55:54 2008 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +39 -39 lines
Diff to previous 1.7 (colored)

Update to 1.2.0:

vorbis-tools 1.2.0 -- 2008-02-21

 * FLAC support now relies on libFLAC
 * Support for large files
 * Fixed acinclude.m4 to properly support --no switches
 * ogg123: added remote control support
 * ogg123: fixed a bug in esd when pressing CTRL + C
 * ogg123: fixed a type mismatch in option parsing for 64 bit systems
 * ogg123: configuration no longer hardcoded to /etc
 * oggdec: limited support for chained Ogg bitstreams
 * ogg123: compiles with older versions of libcurl
 * oggdec: support decoding of multiple files into a single one
 * oggenc: -k, switch for Skeleton bitstream encoding
 * oggenc: fixed issues with Skeleton on big endian systems
 * oggenc: proper 5.1 channel mapping support
 * oggenc: FLAC module does not confuse every Ogg file as its own
 * oggenc: compiles with older versions of libvorbis
 * ogginfo: recognizes Skeleton, Dirac, FLAC and Kate bitstreams
 * vcut: solved issues described in ticket #1313
 * vorbiscomment: support for creation of long comments
 * vorbiscomment: support for multiplexed Vorbis
 * Several minor bug fixes

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 13 15:35:52 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.6: +6 -6 lines
Diff to previous 1.6 (colored)

Add support for flac-1.1.3 based on Josh Coalson's patches.
Bump PKGREVISION because previously it would just disable flac
support.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 8 14:43:48 2003 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.5: +6 -7 lines
Diff to previous 1.5 (colored)

Update to 1.0.1:
ogg123

    * Support for playing FLAC and Speex files. Both the native FLAC and
      Ogg FLAC varieties are supported. Special thanks to OldMan, adiabatic,
      and smack from #vorbis for sponsoring the development of this feature.
    * Send correct User Agent and Accept strings in the HTTP 1.1 headers
    * Fixed bug preventing the status line from showing the total time
      information in certain circumstances
    * Fixed a pthread crash bug on certain platforms (like NetBSD)
    * Added support for the --end option to specify at what time
      playback should stop. Both --skip and --end also now accept times in
      hh:mm:ss format. Thanks to Hans Schou.
    * If the --skip option is greater than the length of the file,
      ogg123 now terminates with an error.

oggdec

    * Fixed small memory leak.
    * Fixed error that caused oggdec to crash when output file was not
      specified.

oggenc

    * Patch from Jordan Mendelson to support reading little-endian AIFF
      files (which happen to be made by MacOS X when ripping CDs?).
    * --scale option to allow scaling the volume of the input. Helps
      with clipping inputs.
    * Fixed usage messages.
    * 24 bit input support
    * FLAC and Ogg FLAC read support. Comments from the FLAC file are
      preserved unless explicitly dropped with the --discard-comments option.
      Also funded by OldMan, adiabatic, and smack.
    * Less frequent status updates.

ogginfo

    * Minor typo and portability fixes.
    * Emits fewer spurious errors when minor errors are detected.
    * Return a useful status code.
    * Fixed overflow bug on really long files.

vcut

    * Patch from Jared Anderson allows the cutpoint to be specified in
      (integer) seconds by prefixing it with a +.

vorbiscomment

    * More forgiving of Ogg files that begin with garbage (like ID3v2
      tags).

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 5 19:16:23 2003 UTC (8 years, 8 months ago) by explorer
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.4: +46 -13 lines
Diff to previous 1.4 (colored)

add a patch to stop crashing on -d '' or -G '' which abcde wants to use when
a date or genre is unknown

Revision 1.4, Wed Aug 8 10:05:30 2001 UTC (10 years, 9 months ago) by lukem
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.3: +1 -1 lines
FILE REMOVED

update vorbistools from 1.0beta4 to 1.0rc1, including:
- use buildlink
- remove unnecessary patches for stuff now fixed in main distribution
- modify patch-aa to fix ogginfo man page installation

Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 23 16:18:56 2001 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.2: +13 -14 lines
Diff to previous 1.2 (colored)

Add a patch supplied by Christian Weisgerber <naddy@openbsd.org>:
Remove shared memory segments (created when using -b) after exiting.

Revision 1.2, Thu Mar 15 21:42:44 2001 UTC (11 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.1: +1 -1 lines
FILE REMOVED

Don't default to oss, use the standard way (null device). Note in a
MESSAGE how to set the default to oss. By Jeremy C. Reed.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Mar 15 20:53:06 2001 UTC (11 years, 2 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of vorbis-tools: Ogg Vorbis encoder and player.
Replaces audio/vorbis.
Package by Jeremy C. Reed, submitted in pkg/12415.
(Note: -d wav output seems to be broken right now, output to /dev/audio
works fine.)

Revision 1.1 / (download) - annotate - [select for diffs], Thu Mar 15 20:53:06 2001 UTC (11 years, 2 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>