platform/upstream/flac.git
19 years agogo back to using COMMENT tag instead of DESCRIPTION
Josh Coalson [Wed, 29 Sep 2004 03:46:41 +0000 (03:46 +0000)]
go back to using COMMENT tag instead of DESCRIPTION

19 years ago#include <string.h>
Josh Coalson [Tue, 28 Sep 2004 01:26:30 +0000 (01:26 +0000)]
#include <string.h>

19 years agoremove dangerous clean targets
Josh Coalson [Tue, 28 Sep 2004 01:14:55 +0000 (01:14 +0000)]
remove dangerous clean targets

19 years agoadd playback.[ch]
Josh Coalson [Tue, 28 Sep 2004 01:12:55 +0000 (01:12 +0000)]
add playback.[ch]

19 years agobump release date to 2004-Oct-01
Josh Coalson [Tue, 28 Sep 2004 00:53:43 +0000 (00:53 +0000)]
bump release date to 2004-Oct-01

19 years agoremove #define ___USE_GNU
Josh Coalson [Tue, 28 Sep 2004 00:53:07 +0000 (00:53 +0000)]
remove #define ___USE_GNU

19 years agomove AC_GNU_SOURCE higher up as required
Josh Coalson [Tue, 28 Sep 2004 00:52:46 +0000 (00:52 +0000)]
move AC_GNU_SOURCE higher up as required

19 years agoremove logo.jpg
Josh Coalson [Tue, 28 Sep 2004 00:49:18 +0000 (00:49 +0000)]
remove logo.jpg

19 years agoremove id3 support from the plugins
Josh Coalson [Tue, 28 Sep 2004 00:23:57 +0000 (00:23 +0000)]
remove id3 support from the plugins

19 years agoobsolete
Josh Coalson [Tue, 28 Sep 2004 00:22:33 +0000 (00:22 +0000)]
obsolete

19 years agofix spelling of "misk"
Josh Coalson [Mon, 27 Sep 2004 04:38:52 +0000 (04:38 +0000)]
fix spelling of "misk"

19 years agomake listbox for "from" charset contain only UTF-8 since that is the only support...
Josh Coalson [Sun, 26 Sep 2004 03:18:28 +0000 (03:18 +0000)]
make listbox for "from" charset contain only UTF-8 since that is the only support encoding for vorbis comments

19 years agoadd Charset_Create_List_UTF8_Only()
Josh Coalson [Sun, 26 Sep 2004 03:17:21 +0000 (03:17 +0000)]
add Charset_Create_List_UTF8_Only()

19 years agoadd Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations
Josh Coalson [Sun, 26 Sep 2004 00:54:28 +0000 (00:54 +0000)]
add Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations

19 years agominor formatting
Josh Coalson [Sun, 26 Sep 2004 00:25:20 +0000 (00:25 +0000)]
minor formatting

19 years agofor the first 20 seeks, always seek to the first and last 10 samples before starting...
Josh Coalson [Sun, 26 Sep 2004 00:09:34 +0000 (00:09 +0000)]
for the first 20 seeks, always seek to the first and last 10 samples before starting random seeking

19 years agoremove the commented-out and erroneous end-of-stream setting in read_callback_()...
Josh Coalson [Sat, 25 Sep 2004 23:49:00 +0000 (23:49 +0000)]
remove the commented-out and erroneous end-of-stream setting in read_callback_(); fix another bug in seeking where landing after the last frame start would cause a seek error; improve the infinite-loop checker

19 years agoun-inline iterator functions
Josh Coalson [Sat, 25 Sep 2004 23:46:26 +0000 (23:46 +0000)]
un-inline iterator functions

19 years agofix minor comment typos
Josh Coalson [Sat, 25 Sep 2004 23:45:55 +0000 (23:45 +0000)]
fix minor comment typos

19 years agomajor plugin revamp based on x-fixer's code
Josh Coalson [Fri, 24 Sep 2004 13:57:40 +0000 (13:57 +0000)]
major plugin revamp based on x-fixer's code

19 years agominor casting
Josh Coalson [Fri, 24 Sep 2004 04:54:08 +0000 (04:54 +0000)]
minor casting

19 years agoadd hardware links for hifidelio, iaudio m3
Josh Coalson [Thu, 23 Sep 2004 00:37:28 +0000 (00:37 +0000)]
add hardware links for hifidelio, iaudio m3

19 years agoadd status item for new hardware players
Josh Coalson [Thu, 23 Sep 2004 00:36:32 +0000 (00:36 +0000)]
add status item for new hardware players

19 years agoadd changelog entry for fixed AIFF SSND offset bug
Josh Coalson [Thu, 23 Sep 2004 00:36:18 +0000 (00:36 +0000)]
add changelog entry for fixed AIFF SSND offset bug

19 years agocreate a new fskip_ahead() to unify all the forward seeking that is done
Josh Coalson [Thu, 23 Sep 2004 00:34:54 +0000 (00:34 +0000)]
create a new fskip_ahead() to unify all the forward seeking that is done

19 years agopatch from Brian Willoughby: fix handling of "offset" field in SSND chunk
Josh Coalson [Thu, 23 Sep 2004 00:23:16 +0000 (00:23 +0000)]
patch from Brian Willoughby: fix handling of "offset" field in SSND chunk

19 years agoadd targets/files for new test_seeking tester
Josh Coalson [Tue, 21 Sep 2004 05:41:23 +0000 (05:41 +0000)]
add targets/files for new test_seeking tester

19 years agofix some bugs with seeking; the libogg ogg_stream_pagein() bug with large packets...
Josh Coalson [Tue, 21 Sep 2004 05:40:23 +0000 (05:40 +0000)]
fix some bugs with seeking; the libogg ogg_stream_pagein() bug with large packets still remains

19 years agoadd links for buckethead, dave matthews band, ato records, musictoday
Josh Coalson [Tue, 21 Sep 2004 05:38:58 +0000 (05:38 +0000)]
add links for buckethead, dave matthews band, ato records, musictoday

19 years agoinitial import
Josh Coalson [Tue, 21 Sep 2004 05:37:46 +0000 (05:37 +0000)]
initial import

19 years agoadd call to OggFLAC__ogg_decoder_aspect_reset() in OggFLAC__stream_decoder_reset()
Josh Coalson [Tue, 21 Sep 2004 05:30:41 +0000 (05:30 +0000)]
add call to OggFLAC__ogg_decoder_aspect_reset() in OggFLAC__stream_decoder_reset()

19 years agoremove unused ogg_decoder_aspect
Josh Coalson [Tue, 21 Sep 2004 05:29:42 +0000 (05:29 +0000)]
remove unused ogg_decoder_aspect

19 years agofix path to bin files
Josh Coalson [Tue, 21 Sep 2004 05:29:15 +0000 (05:29 +0000)]
fix path to bin files

19 years agominor formatting
Josh Coalson [Tue, 21 Sep 2004 05:29:01 +0000 (05:29 +0000)]
minor formatting

19 years agobump release date to sep 18
Josh Coalson [Wed, 15 Sep 2004 00:59:23 +0000 (00:59 +0000)]
bump release date to sep 18

19 years agorename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated
Josh Coalson [Wed, 15 Sep 2004 00:52:48 +0000 (00:52 +0000)]
rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated

19 years agoadd link to winCE port
Josh Coalson [Wed, 15 Sep 2004 00:36:05 +0000 (00:36 +0000)]
add link to winCE port

19 years agoadd links to aliveaudio.net, fastatmosphere.com, leahmorganrecords.com
Josh Coalson [Wed, 15 Sep 2004 00:35:39 +0000 (00:35 +0000)]
add links to aliveaudio.net, fastatmosphere.com, leahmorganrecords.com

19 years agominor comments
Josh Coalson [Wed, 15 Sep 2004 00:34:55 +0000 (00:34 +0000)]
minor comments

19 years agoadd ogg_mapping.c,h to libOggFLAC target
Josh Coalson [Wed, 15 Sep 2004 00:34:44 +0000 (00:34 +0000)]
add ogg_mapping.c,h to libOggFLAC target

19 years agoadd ogg_mapping.h
Josh Coalson [Wed, 15 Sep 2004 00:34:11 +0000 (00:34 +0000)]
add ogg_mapping.h

19 years agobump release date to 2004-09-18
Josh Coalson [Tue, 14 Sep 2004 03:40:35 +0000 (03:40 +0000)]
bump release date to 2004-09-18

19 years agoadd links to the license page in doxygen docs
Josh Coalson [Tue, 14 Sep 2004 03:36:26 +0000 (03:36 +0000)]
add links to the license page in doxygen docs

19 years agoadd comment braces for doxygen
Josh Coalson [Tue, 14 Sep 2004 03:35:58 +0000 (03:35 +0000)]
add comment braces for doxygen

19 years agoadd status item about mailing list switching to xiph
Josh Coalson [Tue, 14 Sep 2004 00:54:11 +0000 (00:54 +0000)]
add status item about mailing list switching to xiph

19 years agomove option anchors to their right places
Josh Coalson [Tue, 14 Sep 2004 00:47:53 +0000 (00:47 +0000)]
move option anchors to their right places

19 years agoadd note about re-encoding older versions of Ogg FLAC
Josh Coalson [Tue, 14 Sep 2004 00:41:39 +0000 (00:41 +0000)]
add note about re-encoding older versions of Ogg FLAC

19 years agorun metaflac under valgrind also if requested
Josh Coalson [Tue, 14 Sep 2004 00:25:43 +0000 (00:25 +0000)]
run metaflac under valgrind also if requested

19 years agofix bug in first packet synthesis
Josh Coalson [Tue, 14 Sep 2004 00:24:12 +0000 (00:24 +0000)]
fix bug in first packet synthesis

19 years agofix memory leak after parsing cuesheet
Josh Coalson [Tue, 14 Sep 2004 00:23:30 +0000 (00:23 +0000)]
fix memory leak after parsing cuesheet

19 years agoadd link to illiminable's dshow filters
Josh Coalson [Tue, 14 Sep 2004 00:22:58 +0000 (00:22 +0000)]
add link to illiminable's dshow filters

19 years agofixes for windows
Josh Coalson [Sun, 12 Sep 2004 22:58:13 +0000 (22:58 +0000)]
fixes for windows

19 years agofix compiler warnings
Josh Coalson [Sun, 12 Sep 2004 22:57:32 +0000 (22:57 +0000)]
fix compiler warnings

19 years agominor comments
Josh Coalson [Sun, 12 Sep 2004 22:55:38 +0000 (22:55 +0000)]
minor comments

19 years agofix verbiage about nasm prerequisite with MSCV
Josh Coalson [Fri, 10 Sep 2004 00:57:17 +0000 (00:57 +0000)]
fix verbiage about nasm prerequisite with MSCV

19 years agominor comments
Josh Coalson [Fri, 10 Sep 2004 00:39:16 +0000 (00:39 +0000)]
minor comments

19 years agobump version number to 1.1.1
Josh Coalson [Fri, 10 Sep 2004 00:38:58 +0000 (00:38 +0000)]
bump version number to 1.1.1

19 years agoadd new requirements to ogg mapping: vorbis comment block must come second after...
Josh Coalson [Fri, 10 Sep 2004 00:38:21 +0000 (00:38 +0000)]
add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets

19 years agoadd mapping.* sources
Josh Coalson [Fri, 10 Sep 2004 00:32:09 +0000 (00:32 +0000)]
add mapping.* sources

19 years agoremove %FLAC__NASM% environment variable requirement
Josh Coalson [Fri, 10 Sep 2004 00:31:31 +0000 (00:31 +0000)]
remove %FLAC__NASM% environment variable requirement

19 years agoadd new faqs for max channels, kinds of audio input
Josh Coalson [Fri, 10 Sep 2004 00:29:55 +0000 (00:29 +0000)]
add new faqs for max channels, kinds of audio input

19 years agoupdate links to 1.1.1 release
Josh Coalson [Fri, 10 Sep 2004 00:29:08 +0000 (00:29 +0000)]
update links to 1.1.1 release

19 years agoadd news item for 1.1.1 release
Josh Coalson [Fri, 10 Sep 2004 00:27:17 +0000 (00:27 +0000)]
add news item for 1.1.1 release

19 years agomake entry for 1.1.1 in known bugs section
Josh Coalson [Fri, 10 Sep 2004 00:26:11 +0000 (00:26 +0000)]
make entry for 1.1.1 in known bugs section

19 years agolink to license page, minor verbiage
Josh Coalson [Fri, 10 Sep 2004 00:25:34 +0000 (00:25 +0000)]
link to license page, minor verbiage

19 years agominor wording on 1.1.1 bullets
Josh Coalson [Fri, 10 Sep 2004 00:24:51 +0000 (00:24 +0000)]
minor wording on 1.1.1 bullets

19 years agoadd links for entagged, etree-scripts, aqualung, ripperx, audiere
Josh Coalson [Fri, 10 Sep 2004 00:24:28 +0000 (00:24 +0000)]
add links for entagged, etree-scripts, aqualung, ripperx, audiere

19 years agochange "Ogg-FLAC" to "Ogg FLAC" for consistency
Josh Coalson [Fri, 10 Sep 2004 00:23:04 +0000 (00:23 +0000)]
change "Ogg-FLAC" to "Ogg FLAC" for consistency

19 years agobump libtool library version numbers
Josh Coalson [Fri, 10 Sep 2004 00:20:59 +0000 (00:20 +0000)]
bump libtool library version numbers

19 years agobump version number to 1.1.1
Josh Coalson [Fri, 10 Sep 2004 00:20:04 +0000 (00:20 +0000)]
bump version number to 1.1.1

19 years agoadd ogg_mapping.html
Josh Coalson [Thu, 9 Sep 2004 00:28:20 +0000 (00:28 +0000)]
add ogg_mapping.html

19 years agoadd 1.1.1 entry for new Ogg mapping
Josh Coalson [Thu, 9 Sep 2004 00:28:06 +0000 (00:28 +0000)]
add 1.1.1 entry for new Ogg mapping

19 years agoadd link to ogg_mapping.html
Josh Coalson [Thu, 9 Sep 2004 00:27:49 +0000 (00:27 +0000)]
add link to ogg_mapping.html

19 years agoinitial import
Josh Coalson [Thu, 9 Sep 2004 00:27:18 +0000 (00:27 +0000)]
initial import

19 years agominor wording
Josh Coalson [Wed, 8 Sep 2004 01:12:01 +0000 (01:12 +0000)]
minor wording

19 years agoadd bullet item about renaming of metaflac *-vc-* options
Josh Coalson [Wed, 8 Sep 2004 01:00:09 +0000 (01:00 +0000)]
add bullet item about renaming of metaflac *-vc-* options

19 years agoadd license.html
Josh Coalson [Wed, 8 Sep 2004 00:59:43 +0000 (00:59 +0000)]
add license.html

19 years agochange "vorbis comments" to "FLAC tags" in select places
Josh Coalson [Wed, 8 Sep 2004 00:58:46 +0000 (00:58 +0000)]
change "vorbis comments" to "FLAC tags" in select places

19 years agoadd FAQ about licensing
Josh Coalson [Wed, 8 Sep 2004 00:57:56 +0000 (00:57 +0000)]
add FAQ about licensing

19 years agoadd link to new license page
Josh Coalson [Wed, 8 Sep 2004 00:56:58 +0000 (00:56 +0000)]
add link to new license page

19 years agofix <TITLE>
Josh Coalson [Wed, 8 Sep 2004 00:56:22 +0000 (00:56 +0000)]
fix <TITLE>

19 years agominor spacing
Josh Coalson [Wed, 8 Sep 2004 00:56:03 +0000 (00:56 +0000)]
minor spacing

19 years agofix bug copying a null vorbis comment entry
Josh Coalson [Wed, 8 Sep 2004 00:55:42 +0000 (00:55 +0000)]
fix bug copying a null vorbis comment entry

19 years agorename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated
Josh Coalson [Wed, 8 Sep 2004 00:55:16 +0000 (00:55 +0000)]
rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated

19 years agofix bug: source file needs to be explicitly rewound before reading/writing in callbac...
Josh Coalson [Wed, 8 Sep 2004 00:50:21 +0000 (00:50 +0000)]
fix bug: source file needs to be explicitly rewound before reading/writing in callback mode

19 years agofix bug copying a null vorbis comment entry
Josh Coalson [Wed, 8 Sep 2004 00:49:30 +0000 (00:49 +0000)]
fix bug copying a null vorbis comment entry

19 years agoinitial import
Josh Coalson [Wed, 8 Sep 2004 00:39:55 +0000 (00:39 +0000)]
initial import

19 years ago"finalize" Ogg FLAC mapping version 1.0 by prepending "FLAC" magic and a 2 byte mappi...
Josh Coalson [Fri, 3 Sep 2004 01:03:23 +0000 (01:03 +0000)]
"finalize" Ogg FLAC mapping version 1.0 by prepending "FLAC" magic and a 2 byte mapping version number to the first packet

19 years agoinitial import
Josh Coalson [Fri, 3 Sep 2004 01:02:00 +0000 (01:02 +0000)]
initial import

19 years agoadd ogg_mapping.h
Josh Coalson [Fri, 3 Sep 2004 01:00:56 +0000 (01:00 +0000)]
add ogg_mapping.h

19 years agoadd ogg_mapping.c
Josh Coalson [Fri, 3 Sep 2004 01:00:46 +0000 (01:00 +0000)]
add ogg_mapping.c

19 years agoadd GNUpod link
Josh Coalson [Fri, 3 Sep 2004 01:00:19 +0000 (01:00 +0000)]
add GNUpod link

19 years agoremove check for config.h and assume everyone has inttypes.h (C99); special workaroun...
Josh Coalson [Thu, 2 Sep 2004 04:45:03 +0000 (04:45 +0000)]
remove check for config.h and assume everyone has inttypes.h (C99); special workaround for MSVC still exists

19 years agoadd note about bogus trojan warning in win installer; fix link to burrrn
Josh Coalson [Thu, 2 Sep 2004 04:44:04 +0000 (04:44 +0000)]
add note about bogus trojan warning in win installer; fix link to burrrn

19 years agoadd metaflac to search path
Josh Coalson [Thu, 2 Sep 2004 04:43:38 +0000 (04:43 +0000)]
add metaflac to search path

19 years agoadd --tag=CC required by latest libtool
Josh Coalson [Thu, 2 Sep 2004 04:43:12 +0000 (04:43 +0000)]
add --tag=CC required by latest libtool

19 years agoremove unneeded check for config.h
Josh Coalson [Thu, 2 Sep 2004 04:42:49 +0000 (04:42 +0000)]
remove unneeded check for config.h

19 years agofix FLAC->Ogg mapping to merge fLaC magic with the STREAMINFO in the first Ogg packet
Josh Coalson [Fri, 20 Aug 2004 22:09:02 +0000 (22:09 +0000)]
fix FLAC->Ogg mapping to merge fLaC magic with the STREAMINFO in the first Ogg packet

19 years agoremove unused OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes()
Josh Coalson [Fri, 20 Aug 2004 00:17:55 +0000 (00:17 +0000)]
remove unused OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes()

19 years agoremove unused "bytes_written" bookkeeping in FLAC__OggEncoderAspect
Josh Coalson [Fri, 20 Aug 2004 00:17:36 +0000 (00:17 +0000)]
remove unused "bytes_written" bookkeeping in FLAC__OggEncoderAspect