Recognizes if input is ogg or not.
[xiph.git] / vorbis-tools / CHANGES
blob77ceed80bb3f04300cd23bbd689920d39c9d4fe0
1 vorbis-tools 1.2.1 -- Unreleased
3  * Fixed an error in configure.ac; --with-speex/flac work again (#1319)
4  * Corrected problems in the Visual Studio project files
5  * Updated po files from the Translation Project
6  * Added new en_GB.po, sk.po and vi.po translation files
7  * ogg123: backported fix from libfishsound to patch the Speex decoder (#1347)
8  * ogg123: fixed CPU issue when outputting to a closed pipe (#1357)
9  * ogg123: return value to stop decoding after buffer is shut down (#1357)
10  * oggdec: gettextized help text (#1385)
11  * oggenc: fixed a core dump while resampling from FLAC (#1316)
12  * oggenc: fixed a typo in the Skeleton handling routine
13  * oggenc: fixed remapping channels bug (#1326)
14  * oggenc: support for WAVE_FORMAT_EXTENSIBLE headers (#1326)
15  * oggenc: support for 32 bit WAV files (#1326)
16  * oggenc: --ignorelength; support for WAV files > 4 GB (#1326)
17  * oggenc: split help text into manageable chunks to help translators (#1385)
18  * ogginfo: support for information in Kate streams (#1360)
19  * vcut: 64 bit fixes (#1366)
20  * vorbiscomment: correct memory allocation (#472)
22 vorbis-tools 1.2.0 -- 2008-02-21
24  * FLAC support now relies on libFLAC
25  * Support for large files (#879)
26  * Fixed acinclude.m4 to properly support --no switches
27  * ogg123: added remote control support (#1109)
28  * ogg123: fixed a bug in esd when pressing CTRL + C (#715)
29  * ogg123: fixed a type mismatch in option parsing for 64 bit systems
30  * ogg123: configuration no longer hardcoded to /etc
31  * ogg123: compiles with older versions of libcurl
32  * ogg123: fix crash when playing 1-channel FLAC (#535)
33  * ogg123: fix floating-point exception when playing corrupt FLAC (#1119)
34  * oggdec: limited support for chained Ogg bitstreams
35  * oggdec: support decoding of multiple files into a single one
36  * oggenc: -k, switch for Skeleton bitstream encoding
37  * oggenc: fixed issues with Skeleton on big endian systems
38  * oggenc: proper 5.1 channel mapping support
39  * oggenc: FLAC module does not confuse every Ogg file as its own
40  * oggenc: compiles with older versions of libvorbis
41  * ogginfo: recognizes Skeleton, Dirac, FLAC and Kate bitstreams
42  * vcut: solved issues described in ticket #1313
43  * vorbiscomment: support for creation of long comments
44  * vorbiscomment: support for multiplexed Vorbis
45  * Several minor bug fixes