platform/upstream/flac.git
20 years agominor cleanup
Josh Coalson [Wed, 31 Dec 2003 05:36:35 +0000 (05:36 +0000)]
minor cleanup

20 years agofix up reporting of the current frame to the write callback; also fixes a problem...
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

20 years agominor comments
Josh Coalson [Wed, 31 Dec 2003 05:33:39 +0000 (05:33 +0000)]
minor comments

20 years agofix bug in dummy tell callback
Josh Coalson [Tue, 30 Dec 2003 03:44:12 +0000 (03:44 +0000)]
fix bug in dummy tell callback

20 years agofix bug in read callback where *bytes was not being set to 0 on end-of-stream condition
Josh Coalson [Tue, 30 Dec 2003 03:33:43 +0000 (03:33 +0000)]
fix bug in read callback where *bytes was not being set to 0 on end-of-stream condition

20 years agorevamp the Ogg decoding logic; much more stable now
Josh Coalson [Tue, 30 Dec 2003 03:31:52 +0000 (03:31 +0000)]
revamp the Ogg decoding logic; much more stable now

20 years agominor comments
Josh Coalson [Tue, 30 Dec 2003 03:29:58 +0000 (03:29 +0000)]
minor comments

20 years agoadd #ifdef FLAC__ONE_FLAC_FRAME_PER_OGG_PAGE section to write callback wrapper
Josh Coalson [Mon, 29 Dec 2003 21:34:39 +0000 (21:34 +0000)]
add #ifdef FLAC__ONE_FLAC_FRAME_PER_OGG_PAGE section to write callback wrapper

20 years agoadd link for CD Wave
Josh Coalson [Sat, 27 Dec 2003 19:46:09 +0000 (19:46 +0000)]
add link for CD Wave

20 years agodrop Easy CD-DA Extractor link (not freeware)
Josh Coalson [Thu, 18 Dec 2003 22:44:38 +0000 (22:44 +0000)]
drop Easy CD-DA Extractor link (not freeware)

20 years agoworkaround MSVC bug re: scoping of nested classes
Josh Coalson [Thu, 18 Dec 2003 20:06:52 +0000 (20:06 +0000)]
workaround MSVC bug re: scoping of nested classes

20 years agofix plugin to match latest api for replaygain synthesis
Josh Coalson [Thu, 18 Dec 2003 05:21:26 +0000 (05:21 +0000)]
fix plugin to match latest api for replaygain synthesis

20 years agofix __LIBNAME__ definition
Josh Coalson [Thu, 18 Dec 2003 05:20:43 +0000 (05:20 +0000)]
fix __LIBNAME__ definition

20 years agouse double for scale factor instead of float
Josh Coalson [Thu, 18 Dec 2003 05:19:34 +0000 (05:19 +0000)]
use double for scale factor instead of float

20 years ago#pragma to turn off useless MSVC warning C4800
Josh Coalson [Thu, 18 Dec 2003 05:16:44 +0000 (05:16 +0000)]
#pragma to turn off useless MSVC warning C4800

20 years agoobliterate obsolete winamp3 plugin
Josh Coalson [Wed, 17 Dec 2003 19:39:21 +0000 (19:39 +0000)]
obliterate obsolete winamp3 plugin

20 years agofix endian bug when applying replaygain
Josh Coalson [Wed, 17 Dec 2003 18:40:02 +0000 (18:40 +0000)]
fix endian bug when applying replaygain

20 years agofix bug where apply gain is used on a file with no vorbis comment
Josh Coalson [Wed, 17 Dec 2003 18:38:23 +0000 (18:38 +0000)]
fix bug where apply gain is used on a file with no vorbis comment

20 years agofixes from MSVC build
Josh Coalson [Wed, 17 Dec 2003 05:52:03 +0000 (05:52 +0000)]
fixes from MSVC build

20 years agough, it's FLAC__ASSERT() not FLAC__assert()
Josh Coalson [Wed, 17 Dec 2003 05:37:24 +0000 (05:37 +0000)]
ugh, it's FLAC__ASSERT() not FLAC__assert()

20 years agouse FLAC__assert() instead of assert()
Josh Coalson [Wed, 17 Dec 2003 05:35:00 +0000 (05:35 +0000)]
use FLAC__assert() instead of assert()

20 years agorename string.* to more unambiguous local_string_utils.*
Josh Coalson [Wed, 17 Dec 2003 05:30:26 +0000 (05:30 +0000)]
rename string.* to more unambiguous local_string_utils.*

20 years agorename string.* to more unambiguous local_string_utils.*
Josh Coalson [Wed, 17 Dec 2003 05:30:26 +0000 (05:30 +0000)]
rename string.* to more unambiguous local_string_utils.*

20 years agofixes for MSVC
Josh Coalson [Wed, 17 Dec 2003 05:27:38 +0000 (05:27 +0000)]
fixes for MSVC

20 years agofix typos, some calls to seekable stream decoder instead of stream decoder
Josh Coalson [Wed, 17 Dec 2003 05:27:30 +0000 (05:27 +0000)]
fix typos, some calls to seekable stream decoder instead of stream decoder

20 years ago#include stdlib.h for size_t
Josh Coalson [Wed, 17 Dec 2003 05:26:55 +0000 (05:26 +0000)]
#include stdlib.h for size_t

20 years agomore re-org fixes
Josh Coalson [Wed, 17 Dec 2003 05:26:34 +0000 (05:26 +0000)]
more re-org fixes

20 years agofix AC_OUTPUT screwup from re-org
Josh Coalson [Wed, 17 Dec 2003 04:54:20 +0000 (04:54 +0000)]
fix AC_OUTPUT screwup from re-org

20 years agoadd undocumented option --apply-replaygain-which-is-not-lossless to flac; required...
Josh Coalson [Wed, 17 Dec 2003 04:51:06 +0000 (04:51 +0000)]
add undocumented option --apply-replaygain-which-is-not-lossless to flac; required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/

20 years agostamp a CVS+date for the version
Josh Coalson [Wed, 17 Dec 2003 04:49:14 +0000 (04:49 +0000)]
stamp a CVS+date for the version

20 years agoadd Audio::FLAC S/W link
Josh Coalson [Wed, 17 Dec 2003 01:10:10 +0000 (01:10 +0000)]
add Audio::FLAC S/W link

20 years agofix bug in the returned size
Josh Coalson [Tue, 16 Dec 2003 22:36:29 +0000 (22:36 +0000)]
fix bug in the returned size

20 years agouse size_t for return type
Josh Coalson [Tue, 16 Dec 2003 22:35:54 +0000 (22:35 +0000)]
use size_t for return type

20 years agoadd test of --add-replay-gain
Josh Coalson [Tue, 16 Dec 2003 18:47:26 +0000 (18:47 +0000)]
add test of --add-replay-gain

20 years agotypo
Josh Coalson [Sun, 30 Nov 2003 00:23:20 +0000 (00:23 +0000)]
typo

20 years agoremove old news links
Josh Coalson [Sun, 30 Nov 2003 00:19:51 +0000 (00:19 +0000)]
remove old news links

20 years agofix bug in sample_number calculation from frame header
Josh Coalson [Thu, 27 Nov 2003 18:15:17 +0000 (18:15 +0000)]
fix bug in sample_number calculation from frame header

20 years agoimprove wording for "what is FLAC" section
Josh Coalson [Thu, 20 Nov 2003 00:56:13 +0000 (00:56 +0000)]
improve wording for "what is FLAC" section

20 years agofix typos
Josh Coalson [Thu, 20 Nov 2003 00:53:57 +0000 (00:53 +0000)]
fix typos

20 years agoadd slim and phatnoise boxes to hardware faq
Josh Coalson [Wed, 19 Nov 2003 21:06:39 +0000 (21:06 +0000)]
add slim and phatnoise boxes to hardware faq

20 years agoadd news item for phatnoise home player
Josh Coalson [Wed, 19 Nov 2003 21:03:26 +0000 (21:03 +0000)]
add news item for phatnoise home player

20 years agoadd squeezebox news item/links
Josh Coalson [Tue, 18 Nov 2003 19:35:22 +0000 (19:35 +0000)]
add squeezebox news item/links

20 years agoadd link to hans' comparison page
Josh Coalson [Mon, 17 Nov 2003 21:22:57 +0000 (21:22 +0000)]
add link to hans' comparison page

20 years agofix broken links
Josh Coalson [Mon, 17 Nov 2003 18:31:16 +0000 (18:31 +0000)]
fix broken links

20 years agofix bug (debian #213172): http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213172
Josh Coalson [Fri, 14 Nov 2003 00:06:25 +0000 (00:06 +0000)]
fix bug (debian #213172): bugs.debian.org/cgi-bin/bugreport.cgi?bug=213172

20 years agouse new Ogg FLAC file encoder where appropriate
Josh Coalson [Thu, 13 Nov 2003 23:35:50 +0000 (23:35 +0000)]
use new Ogg FLAC file encoder where appropriate

20 years agobetter end-of-file/stream checking
Josh Coalson [Thu, 13 Nov 2003 23:34:28 +0000 (23:34 +0000)]
better end-of-file/stream checking

20 years agoadd primuslive.com news item
Josh Coalson [Wed, 12 Nov 2003 20:05:43 +0000 (20:05 +0000)]
add primuslive.com news item

20 years agoremove logo from todo list
Josh Coalson [Fri, 7 Nov 2003 23:44:02 +0000 (23:44 +0000)]
remove logo from todo list

20 years agouse new logo from Mike
Josh Coalson [Fri, 7 Nov 2003 23:40:59 +0000 (23:40 +0000)]
use new logo from Mike

20 years agoadd proper news links for bygone status items
Josh Coalson [Fri, 7 Nov 2003 23:09:46 +0000 (23:09 +0000)]
add proper news links for bygone status items

20 years agofix error in encoded residual definition
Josh Coalson [Fri, 7 Nov 2003 19:12:53 +0000 (19:12 +0000)]
fix error in encoded residual definition

20 years agoadd rhythmbox link
Josh Coalson [Fri, 31 Oct 2003 00:51:58 +0000 (00:51 +0000)]
add rhythmbox link

20 years agoadd link to FLACer
Josh Coalson [Wed, 29 Oct 2003 23:25:40 +0000 (23:25 +0000)]
add link to FLACer

20 years agoadd Magnatune item in status/links
Josh Coalson [Mon, 13 Oct 2003 20:45:08 +0000 (20:45 +0000)]
add Magnatune item in status/links

20 years agoadd mplayer link, fix MAC link
Josh Coalson [Thu, 9 Oct 2003 17:16:41 +0000 (17:16 +0000)]
add mplayer link, fix MAC link

20 years agoadd ogg seekable stream and file encoder and decoder interfaces
Josh Coalson [Fri, 26 Sep 2003 01:56:01 +0000 (01:56 +0000)]
add ogg seekable stream and file encoder and decoder interfaces

20 years agoimplementation finished
Josh Coalson [Fri, 26 Sep 2003 01:51:44 +0000 (01:51 +0000)]
implementation finished

20 years agorewrite to use ogg encoder aspect
Josh Coalson [Fri, 26 Sep 2003 01:50:51 +0000 (01:50 +0000)]
rewrite to use ogg encoder aspect

20 years agominor syntax
Josh Coalson [Fri, 26 Sep 2003 01:46:21 +0000 (01:46 +0000)]
minor syntax

20 years agominor formatting
Josh Coalson [Fri, 26 Sep 2003 01:45:42 +0000 (01:45 +0000)]
minor formatting

20 years agominor comments
Josh Coalson [Fri, 26 Sep 2003 01:45:21 +0000 (01:45 +0000)]
minor comments

20 years agoadd OggFLAC__ogg_decoder_aspect_reset()
Josh Coalson [Thu, 25 Sep 2003 04:09:44 +0000 (04:09 +0000)]
add OggFLAC__ogg_decoder_aspect_reset()

20 years agoadd metadata callback back to ogg stream encoder
Josh Coalson [Thu, 25 Sep 2003 04:08:46 +0000 (04:08 +0000)]
add metadata callback back to ogg stream encoder

20 years agoadd a "tell" callback to the seekable stream encoder to make the metadata writeback...
Josh Coalson [Thu, 25 Sep 2003 04:01:49 +0000 (04:01 +0000)]
add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust

20 years agorewrite to support seeking
Josh Coalson [Thu, 25 Sep 2003 03:55:37 +0000 (03:55 +0000)]
rewrite to support seeking

20 years agominor comments
Josh Coalson [Wed, 24 Sep 2003 22:13:35 +0000 (22:13 +0000)]
minor comments

20 years agominor syntax
Josh Coalson [Wed, 24 Sep 2003 22:12:32 +0000 (22:12 +0000)]
minor syntax

20 years agouse resolved_state_string as much as possible
Josh Coalson [Wed, 24 Sep 2003 22:10:51 +0000 (22:10 +0000)]
use resolved_state_string as much as possible

20 years agoadd resolved_as_cstring()
Josh Coalson [Wed, 24 Sep 2003 22:08:00 +0000 (22:08 +0000)]
add resolved_as_cstring()

20 years agominor formatting
Josh Coalson [Wed, 24 Sep 2003 22:07:31 +0000 (22:07 +0000)]
minor formatting

20 years agoremove leftover and unimplemented proto FLAC__file_decoder_process_remaining_frames()
Josh Coalson [Wed, 24 Sep 2003 22:07:08 +0000 (22:07 +0000)]
remove leftover and unimplemented proto FLAC__file_decoder_process_remaining_frames()

20 years agoadd the metadata callback back in the stream encoder
Josh Coalson [Wed, 24 Sep 2003 22:03:35 +0000 (22:03 +0000)]
add the metadata callback back in the stream encoder

20 years agoadd id for xmcd
Josh Coalson [Wed, 24 Sep 2003 17:40:03 +0000 (17:40 +0000)]
add id for xmcd

20 years agominor verbiage
Josh Coalson [Wed, 24 Sep 2003 04:36:57 +0000 (04:36 +0000)]
minor verbiage

20 years agoadd OggFLAC__stream_decoder_get_resolved_state_string(), rewrite to use new ogg decod...
Josh Coalson [Wed, 24 Sep 2003 04:35:40 +0000 (04:35 +0000)]
add OggFLAC__stream_decoder_get_resolved_state_string(), rewrite to use new ogg decoder aspect

20 years agoadd OggFLAC__stream_encoder_get_resolved_state_string()
Josh Coalson [Wed, 24 Sep 2003 04:34:56 +0000 (04:34 +0000)]
add OggFLAC__stream_encoder_get_resolved_state_string()

20 years agoadd OggFLAC__OggDecoderAspect member
Josh Coalson [Wed, 24 Sep 2003 04:34:06 +0000 (04:34 +0000)]
add OggFLAC__OggDecoderAspect member

20 years agoadd private dir
Josh Coalson [Wed, 24 Sep 2003 04:32:07 +0000 (04:32 +0000)]
add private dir

20 years agoinitial import
Josh Coalson [Wed, 24 Sep 2003 04:31:20 +0000 (04:31 +0000)]
initial import

20 years ago*::State::resolved_as_cstring() is now inlined
Josh Coalson [Wed, 24 Sep 2003 04:30:30 +0000 (04:30 +0000)]
*::State::resolved_as_cstring() is now inlined

20 years agoadd OggFLAC__stream_encoder_get_resolved_state_string()
Josh Coalson [Wed, 24 Sep 2003 04:29:17 +0000 (04:29 +0000)]
add OggFLAC__stream_encoder_get_resolved_state_string()

20 years agomore API comments, add OggFLAC__file_decoder_set_serial_number(), OggFLAC__file_decod...
Josh Coalson [Wed, 24 Sep 2003 04:28:42 +0000 (04:28 +0000)]
more API comments, add OggFLAC__file_decoder_set_serial_number(), OggFLAC__file_decoder_get_resolved_state_string(), OggFLAC__file_decoder_get_decode_position()

20 years agomore API comments, add OggFLAC__seekable_stream_decoder_set_serial_number(), OggFLAC_...
Josh Coalson [Wed, 24 Sep 2003 04:27:55 +0000 (04:27 +0000)]
more API comments, add OggFLAC__seekable_stream_decoder_set_serial_number(), OggFLAC__seekable_stream_decoder_get_resolved_state_string(), OggFLAC__seekable_stream_decoder_get_decode_position()

20 years agoadd OggFLAC__stream_decoder_get_resolved_state_string()
Josh Coalson [Wed, 24 Sep 2003 04:20:07 +0000 (04:20 +0000)]
add OggFLAC__stream_decoder_get_resolved_state_string()

20 years agoadd *::State::resolved_as_cstring()
Josh Coalson [Wed, 24 Sep 2003 04:18:32 +0000 (04:18 +0000)]
add *::State::resolved_as_cstring()

20 years agoinline *::State::resolved_as_cstring()
Josh Coalson [Wed, 24 Sep 2003 04:17:26 +0000 (04:17 +0000)]
inline *::State::resolved_as_cstring()

20 years agobetter handling of FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM in read_callback_()
Josh Coalson [Tue, 23 Sep 2003 20:45:59 +0000 (20:45 +0000)]
better handling of FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM in read_callback_()

20 years agominor comments
Josh Coalson [Tue, 23 Sep 2003 20:35:03 +0000 (20:35 +0000)]
minor comments

20 years agocheck for OOM after ogg_sync_buffer()
Josh Coalson [Tue, 23 Sep 2003 20:29:49 +0000 (20:29 +0000)]
check for OOM after ogg_sync_buffer()

20 years agominor comments
Josh Coalson [Tue, 23 Sep 2003 20:28:05 +0000 (20:28 +0000)]
minor comments

20 years agominor verbiage
Josh Coalson [Tue, 16 Sep 2003 05:48:35 +0000 (05:48 +0000)]
minor verbiage

20 years agoreplace the compile time ordinals.h.in->ordinals.h conversion with a static ordinals.h
Josh Coalson [Mon, 15 Sep 2003 21:14:26 +0000 (21:14 +0000)]
replace the compile time ordinals.h.in->ordinals.h conversion with a static ordinals.h

20 years agoslighlty more verbiage for burrrn
Josh Coalson [Mon, 15 Sep 2003 20:40:58 +0000 (20:40 +0000)]
slighlty more verbiage for burrrn

20 years agoadd link to Subset verbiage in --lax docs
Josh Coalson [Mon, 15 Sep 2003 20:39:43 +0000 (20:39 +0000)]
add link to Subset verbiage in --lax docs

20 years agoadd support for synthesis to big-endian in plugins
Josh Coalson [Mon, 15 Sep 2003 20:28:08 +0000 (20:28 +0000)]
add support for synthesis to big-endian in plugins

20 years agoadd "what hardware?" and "what software" FAQs
Josh Coalson [Fri, 12 Sep 2003 22:36:25 +0000 (22:36 +0000)]
add "what hardware?" and "what software" FAQs

20 years agofix phatnoise links
Josh Coalson [Fri, 12 Sep 2003 22:35:56 +0000 (22:35 +0000)]
fix phatnoise links

20 years agomove submit-a-bug to project section
Josh Coalson [Wed, 3 Sep 2003 18:26:25 +0000 (18:26 +0000)]
move submit-a-bug to project section

20 years agoadd more to submit-a-bug FAQ
Josh Coalson [Wed, 3 Sep 2003 18:23:11 +0000 (18:23 +0000)]
add more to submit-a-bug FAQ