Josh Coalson [Tue, 20 Jul 2004 01:24:48 +0000 (01:24 +0000)]
fixes for autoconf
Josh Coalson [Mon, 19 Jul 2004 06:36:26 +0000 (06:36 +0000)]
fix bug #896057: parsing ISRC number from cuesheet
Josh Coalson [Mon, 19 Jul 2004 06:30:11 +0000 (06:30 +0000)]
fix bug #877122: problem parsing cuesheet with CATALOG entry
Josh Coalson [Mon, 19 Jul 2004 06:27:50 +0000 (06:27 +0000)]
add test for quoted catalog number
Josh Coalson [Mon, 19 Jul 2004 05:49:45 +0000 (05:49 +0000)]
fix bug #679166: flac doesn't respect RIFF subchunk padding byte
Josh Coalson [Sun, 18 Jul 2004 01:23:52 +0000 (01:23 +0000)]
replace verbose/silent flags with a verbosity level
Josh Coalson [Sat, 17 Jul 2004 22:27:06 +0000 (22:27 +0000)]
fix bug in ratio calculation in print_stats()
Josh Coalson [Sat, 17 Jul 2004 18:14:45 +0000 (18:14 +0000)]
add --totally-silent option to flac, man page, and html docs
Josh Coalson [Sat, 17 Jul 2004 00:23:17 +0000 (00:23 +0000)]
add --cue option to flac, and tests and documentation
Josh Coalson [Sat, 17 Jul 2004 00:22:39 +0000 (00:22 +0000)]
add --force to run_flac invocations
Josh Coalson [Sat, 17 Jul 2004 00:07:47 +0000 (00:07 +0000)]
don't always assume a cuesheet is CD-DA, guess based on the stream parameters
Josh Coalson [Fri, 16 Jul 2004 01:05:28 +0000 (01:05 +0000)]
make --serial-number or the default random serial number apply only to the first stream, and increment it for subsequent streams
Josh Coalson [Fri, 16 Jul 2004 00:53:38 +0000 (00:53 +0000)]
add method for skipping an audio frame, plus tests
Josh Coalson [Fri, 16 Jul 2004 00:52:27 +0000 (00:52 +0000)]
fix time.h #includes
Josh Coalson [Fri, 16 Jul 2004 00:50:42 +0000 (00:50 +0000)]
add tests for -f and flac default behavior when the output file already exists
Josh Coalson [Fri, 16 Jul 2004 00:50:17 +0000 (00:50 +0000)]
print error if output file already exists, instead of overwriting by default; add -f (--force) option to force overwriting of files
Josh Coalson [Fri, 16 Jul 2004 00:34:42 +0000 (00:34 +0000)]
fix valgrind uninitialized memory errors
Josh Coalson [Fri, 16 Jul 2004 00:31:43 +0000 (00:31 +0000)]
tempfile only needs to be opened with wb, not w+b
Josh Coalson [Fri, 16 Jul 2004 00:18:11 +0000 (00:18 +0000)]
remove unused variables
Josh Coalson [Fri, 16 Jul 2004 00:17:06 +0000 (00:17 +0000)]
when encoding to Ogg FLAC, set a random serial number (instead of 0) if one is not provided on the command-line
Josh Coalson [Fri, 16 Jul 2004 00:16:08 +0000 (00:16 +0000)]
minor comment fixes
Josh Coalson [Fri, 16 Jul 2004 00:15:12 +0000 (00:15 +0000)]
add documentation for new callback-based functions
Josh Coalson [Fri, 16 Jul 2004 00:11:36 +0000 (00:11 +0000)]
add documentation for new -f option to flac
Josh Coalson [Thu, 15 Jul 2004 16:22:43 +0000 (16:22 +0000)]
add libFLAC++ equivalent callback-based chain reading/writing and tests
Josh Coalson [Thu, 15 Jul 2004 16:21:52 +0000 (16:21 +0000)]
minor comments
Josh Coalson [Thu, 15 Jul 2004 00:04:46 +0000 (00:04 +0000)]
do not close any file handles in the callback-based chain reading/writing
Josh Coalson [Thu, 15 Jul 2004 00:04:09 +0000 (00:04 +0000)]
add tests of mismatched read/write protections in chain interface
Josh Coalson [Wed, 14 Jul 2004 00:51:57 +0000 (00:51 +0000)]
fix uninitialized variable error turned up by valgrind
Josh Coalson [Wed, 14 Jul 2004 00:50:52 +0000 (00:50 +0000)]
add tests for callback-based chain reading/writing
Josh Coalson [Wed, 14 Jul 2004 00:49:56 +0000 (00:49 +0000)]
fix bug in FLAC__metadata_chain_check_if_tempfile_needed()
Josh Coalson [Sun, 11 Jul 2004 06:41:00 +0000 (06:41 +0000)]
add callback-based versions of chain writing: FLAC__metadata_chain_check_if_tempfile_needed(), FLAC__metadata_chain_write_with_callbacks(), FLAC__metadata_chain_write_with_callbacks_and_tempfile()
Josh Coalson [Sun, 11 Jul 2004 06:32:09 +0000 (06:32 +0000)]
add an EOF callback to the mix
Josh Coalson [Sat, 10 Jul 2004 22:28:03 +0000 (22:28 +0000)]
add FLAC__metadata_chain_read_with_callbacks()
Josh Coalson [Sat, 10 Jul 2004 00:39:01 +0000 (00:39 +0000)]
begin addition of callback-based option to metadata interfaces; start by converting chain reader to callback-based
Josh Coalson [Sat, 10 Jul 2004 00:37:02 +0000 (00:37 +0000)]
add callback.h
Josh Coalson [Wed, 7 Jul 2004 19:45:48 +0000 (19:45 +0000)]
minor comments
Josh Coalson [Wed, 7 Jul 2004 19:10:15 +0000 (19:10 +0000)]
remove references to discontinued winamp3 plugin
Josh Coalson [Wed, 7 Jul 2004 19:01:01 +0000 (19:01 +0000)]
add link to UniversalFront
Josh Coalson [Wed, 7 Jul 2004 07:43:18 +0000 (07:43 +0000)]
get rid of obsolete *_get_decode_position() methods
Josh Coalson [Wed, 7 Jul 2004 07:39:59 +0000 (07:39 +0000)]
run --skip and --until tests in Ogg FLAC mode also
Josh Coalson [Wed, 7 Jul 2004 07:38:48 +0000 (07:38 +0000)]
use the OggFLAC__FileDecoder instead of the old OggFLAC__StreamDecoder way for all Ogg FLAC decoding, and enable use of --skip with Ogg FLAC
Josh Coalson [Wed, 7 Jul 2004 07:35:02 +0000 (07:35 +0000)]
revamp OggFLAC__SeekableStreamDecoder to derive from OggFLAC__StreamDecoder instead of FLAC__SeekableStreamDecoder; rewrite seek routine to do a binary search through Ogg pages, instead of the seektable-based search of FLAC__SeekableStreamDecoder
Josh Coalson [Wed, 7 Jul 2004 07:30:41 +0000 (07:30 +0000)]
fix another possible seeking bug
Josh Coalson [Wed, 7 Jul 2004 07:29:13 +0000 (07:29 +0000)]
minor comments
Josh Coalson [Wed, 7 Jul 2004 00:36:45 +0000 (00:36 +0000)]
fix bug where calling FLAC__seekable_stream_decoder_set_metadata_ignore_*() to ignore STREAMINFO or SEEKTABLE would also prevent the seekable stream decoder from getting the blocks later, which it needs to be able to seek
Josh Coalson [Mon, 21 Jun 2004 21:08:23 +0000 (21:08 +0000)]
add bonnaroo links
Josh Coalson [Sun, 20 Jun 2004 21:38:16 +0000 (21:38 +0000)]
*** empty log message ***
Josh Coalson [Sun, 20 Jun 2004 21:38:08 +0000 (21:38 +0000)]
fix link to Audio::FLAC
Josh Coalson [Tue, 8 Jun 2004 19:59:17 +0000 (19:59 +0000)]
add roku soundbridge links
Josh Coalson [Mon, 7 Jun 2004 21:33:41 +0000 (21:33 +0000)]
add jflac links
Josh Coalson [Mon, 7 Jun 2004 21:09:50 +0000 (21:09 +0000)]
add "peem" ID
Josh Coalson [Wed, 26 May 2004 20:20:22 +0000 (20:20 +0000)]
use $libdir instead of $prefix/lib to find library dir
Josh Coalson [Fri, 7 May 2004 20:07:02 +0000 (20:07 +0000)]
add monkeysaudio 3.99
Josh Coalson [Thu, 6 May 2004 21:15:34 +0000 (21:15 +0000)]
add apple lossless comparison
Josh Coalson [Thu, 6 May 2004 20:22:29 +0000 (20:22 +0000)]
minor verbiage addition re: blocksize bits in frame header
Matt Zimmerman [Fri, 16 Apr 2004 22:20:07 +0000 (22:20 +0000)]
Enure that libFLAC is linked with -lm on all architectures, and regardless of
whether nasm is present
Josh Coalson [Mon, 5 Apr 2004 22:00:49 +0000 (22:00 +0000)]
temporarily replace coolflac links until case's page comes back
Josh Coalson [Tue, 23 Mar 2004 04:27:47 +0000 (04:27 +0000)]
fix seeking bug where I/O seek to "unparseable" frame header caused a seek error: SF bug #851155
Josh Coalson [Mon, 22 Mar 2004 05:47:25 +0000 (05:47 +0000)]
fix bug: %ll doesn't work for MSVC, use %I64 instead
Josh Coalson [Wed, 17 Mar 2004 22:08:15 +0000 (22:08 +0000)]
minor reordering of decoder state enum to match FLAC layers
Josh Coalson [Wed, 17 Mar 2004 22:00:54 +0000 (22:00 +0000)]
remove unused member "ogg_decoder_aspect"
Josh Coalson [Wed, 17 Mar 2004 21:20:49 +0000 (21:20 +0000)]
add OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes()
Josh Coalson [Wed, 17 Mar 2004 21:19:09 +0000 (21:19 +0000)]
fix memory leaks and bug where STREAMINFO was not being written back
Josh Coalson [Tue, 16 Mar 2004 23:01:58 +0000 (23:01 +0000)]
refrain from forcing the ogg packet number; libogg overwrites it anyway with the packet counter from the stream state
Josh Coalson [Tue, 16 Mar 2004 18:18:04 +0000 (18:18 +0000)]
bump version info
Josh Coalson [Tue, 16 Mar 2004 18:01:26 +0000 (18:01 +0000)]
fix doc typos
Josh Coalson [Tue, 16 Mar 2004 00:15:50 +0000 (00:15 +0000)]
fix rarewares link
Josh Coalson [Mon, 15 Mar 2004 23:58:50 +0000 (23:58 +0000)]
fix --until bug #851756
Josh Coalson [Thu, 11 Mar 2004 18:31:41 +0000 (18:31 +0000)]
update verbiage for CD Wave link
Josh Coalson [Wed, 3 Mar 2004 21:39:06 +0000 (21:39 +0000)]
add metallica/edmdigital new items, split "communities" section up
Josh Coalson [Wed, 3 Mar 2004 21:38:20 +0000 (21:38 +0000)]
add metallica new item
Josh Coalson [Mon, 1 Mar 2004 18:58:35 +0000 (18:58 +0000)]
comment out musepack link since some pron spammer snatched the domain
Josh Coalson [Mon, 23 Feb 2004 22:40:04 +0000 (22:40 +0000)]
add link to media center/jukebox plugin
Josh Coalson [Wed, 4 Feb 2004 05:48:28 +0000 (05:48 +0000)]
add news item re: charlie hunter
Josh Coalson [Fri, 30 Jan 2004 20:32:50 +0000 (20:32 +0000)]
add link to CoreFLAC
Josh Coalson [Fri, 30 Jan 2004 07:34:17 +0000 (07:34 +0000)]
*** empty log message ***
Josh Coalson [Wed, 28 Jan 2004 22:02:17 +0000 (22:02 +0000)]
change wording for explanation of PADDING
Josh Coalson [Wed, 28 Jan 2004 22:01:45 +0000 (22:01 +0000)]
fix link for Audiofile
Josh Coalson [Tue, 20 Jan 2004 05:38:59 +0000 (05:38 +0000)]
*** empty log message ***
Josh Coalson [Sun, 18 Jan 2004 00:04:11 +0000 (00:04 +0000)]
fix possible bug with seeking past 4Gbytes
Josh Coalson [Sun, 18 Jan 2004 00:03:48 +0000 (00:03 +0000)]
fix bug in asserts
Josh Coalson [Sat, 17 Jan 2004 04:14:43 +0000 (04:14 +0000)]
update copyright to 2004
Josh Coalson [Sat, 17 Jan 2004 03:52:59 +0000 (03:52 +0000)]
add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata rewriting
Josh Coalson [Sat, 17 Jan 2004 03:51:54 +0000 (03:51 +0000)]
minor comments
Josh Coalson [Sat, 17 Jan 2004 03:51:42 +0000 (03:51 +0000)]
remove unused stuff
Josh Coalson [Fri, 16 Jan 2004 02:07:30 +0000 (02:07 +0000)]
fix more typos in returned states after conversion, temporarily disable metadata callback until ogg page rewriter is finished and hooked up
Josh Coalson [Fri, 16 Jan 2004 00:16:45 +0000 (00:16 +0000)]
revamp OggFLAC__SeekableStreamEncoder to derive from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder
Josh Coalson [Fri, 16 Jan 2004 00:10:37 +0000 (00:10 +0000)]
always flush pages for metadata writes so that each block is in its own page as much as possible
Josh Coalson [Fri, 16 Jan 2004 00:09:05 +0000 (00:09 +0000)]
various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder
Josh Coalson [Fri, 16 Jan 2004 00:08:46 +0000 (00:08 +0000)]
fix some syntax bugs
Josh Coalson [Fri, 16 Jan 2004 00:03:15 +0000 (00:03 +0000)]
various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder
Josh Coalson [Mon, 12 Jan 2004 04:13:36 +0000 (04:13 +0000)]
minor reformatting
Josh Coalson [Mon, 12 Jan 2004 04:10:16 +0000 (04:10 +0000)]
fix link to winamp3 plugin
Josh Coalson [Tue, 6 Jan 2004 18:40:51 +0000 (18:40 +0000)]
add link for digitalsoundboard.net
Josh Coalson [Fri, 2 Jan 2004 18:48:34 +0000 (18:48 +0000)]
add comment for flac-tools link, add links for archive.org, move "communities" section between "hardware" and "software" section
Josh Coalson [Wed, 31 Dec 2003 05:38:20 +0000 (05:38 +0000)]
revamp ogg flac file decoder; it needed to be derived from the ogg flac stream encoder instead of the flac file encoder
Josh Coalson [Wed, 31 Dec 2003 05:36:35 +0000 (05:36 +0000)]
minor cleanup
Josh Coalson [Wed, 31 Dec 2003 05:35:48 +0000 (05:35 +0000)]
fix up reporting of the current frame to the write callback; also fixes a problem with progress callbacks in the ogg flac file encoder
Josh Coalson [Wed, 31 Dec 2003 05:33:39 +0000 (05:33 +0000)]
minor comments
Josh Coalson [Tue, 30 Dec 2003 03:44:12 +0000 (03:44 +0000)]
fix bug in dummy tell callback