The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (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.10: +3 -3 lines
Diff to previous 1.10 (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.10 / (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.9: +4 -4 lines
Diff to previous 1.9 (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.9 / (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-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, 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.8: +4 -13 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Tue Oct 28 12:32:42 2003 UTC (8 years, 6 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.7: +5 -7 lines
Diff to previous 1.7 (colored)

For some reason patch-aa had a reject with gnu diff 2.8.1. So I remade
patch and updated distinfo. (Okay'd by wiz.)

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jul 13 21:04:21 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

Turn off debugging output, enabled for testing of the previous change.
Bump PKGREVISION.
Closes PR 22131.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 12 22:35:30 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.5: +21 -25 lines
Diff to previous 1.5 (colored)

Fix two pthread programming problems; now ogg123 doesn't dump core
with native libpthread (so far).
With hints and explanations from Nathan J Williams -- thanks!
Bump PKGREVISION.

Revision 1.4.2.1, Sun Aug 25 21:19:51 2002 UTC (9 years, 8 months ago) by jlam
Branch: buildlink2
Changes since 1.4: +1 -1 lines
FILE REMOVED

Merge changes in the main trunk into the buildlink2 branch for those
packages that have been converted to USE_BUILDLINK2.

Revision 1.5, Mon Aug 5 13:12:44 2002 UTC (9 years, 9 months ago) by lukem
Branch: MAIN
CVS Tags: buildlink2-base
Changes since 1.4: +1 -1 lines
FILE REMOVED

Update to vorbis-tools 1.0.
(Removed point-patches needed for 1.0rc3)

Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 19 07:48:44 2002 UTC (10 years, 2 months ago) by lukem
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.3: +27 -10 lines
Diff to previous 1.3 (colored)

Add patches derived from the xiph.org CVS repository to fix ogg123 bugs in
1.0 rc3, and crank to nb1 whilst here:

- patch-aa:
	the mutex and the condition variables are not owned by the buffer
	thread, but by the buffer itself.  don't destroy them when the thread
	dies, but when the buffer itself dies.  fixes #112.

	[ patch suggested by Christian Weisgerber <naddy@mips.inka.de>
	  in private email ]

- patch-ab:
	Some fixes to how audio writes are handled.  Closes #127.

Revision 1.3, Tue Aug 14 15:12:00 2001 UTC (10 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.2: +1 -1 lines
FILE REMOVED

update from vorbis-tools-1.0rc1 to vorbis-tools-1.0rc2

changes include:

ogg123:

* The default output device is now set in the libao configuration
  files.  A future release of ogg123 will allow a configuration
  option to override the libao default.  In this release, the ogg123
  config files are ignored.  Note that most systems will not need to
  override the default selected by libao.
* The -f is now used to set the output filename when writing
  audio to a file.  Default filenames are no longer supported.

oggenc:

* Correct UTF8 encoding, so that non-ASCII comments can be encoded correctly.
* Better input file handling, including wav parser bugfixes.

ogginfo:

* Simple file integrity checks are now performed on the Ogg files.
* Only the info for the first logical bitstream of a chained file
  will be displayed.

vorbiscomment:

* append mode added for appending comments to an existing file.
* More user-friendly interface.
* Major bugs in file-rewriting core fixed.
* Processing with vorbiscomment will fix a number of common problems
  with ogg files.

vcut:

* New utility for sample-accurate manipulation of vorbis files without
  requiring reencoding

Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 8 10:05:30 2001 UTC (10 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.1: +9 -9 lines
Diff to previous 1.1 (colored)

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.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, netbsd-1-5-PATCH001
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>