platform/upstream/flac.git
18 years agouse flac file name instead of dummy.wav for --export-cuesheet-to (sf request #1272825...
Josh Coalson [Fri, 19 May 2006 05:37:05 +0000 (05:37 +0000)]
use flac file name instead of dummy.wav for --export-cuesheet-to (sf request #1272825 https://sourceforge.net/tracker/index.php?func=detail&aid=1272825&group_id=13478&atid=363478)

18 years agoadd --disable-doxygen-docs options (sf patch #1365935 https://sourceforge.net/tracker...
Josh Coalson [Fri, 19 May 2006 00:31:12 +0000 (00:31 +0000)]
add --disable-doxygen-docs options (sf patch #1365935 https://sourceforge.net/tracker/index.php?func=detail&aid=1365935&group_id=13478&atid=313478)

18 years agoadd new options: --tag-from-file for flac and --set-tag-from-file for metaflac
Josh Coalson [Thu, 18 May 2006 07:57:16 +0000 (07:57 +0000)]
add new options: --tag-from-file for flac and --set-tag-from-file for metaflac

18 years agoadd window.[ch]
Josh Coalson [Thu, 18 May 2006 07:36:34 +0000 (07:36 +0000)]
add window.[ch]

18 years agoupdate iconv settings
Josh Coalson [Thu, 18 May 2006 07:35:30 +0000 (07:35 +0000)]
update iconv settings

18 years agominor comments
Josh Coalson [Thu, 18 May 2006 00:04:14 +0000 (00:04 +0000)]
minor comments

18 years agominor syntax
Josh Coalson [Wed, 3 May 2006 00:20:47 +0000 (00:20 +0000)]
minor syntax

18 years ago#define M_PI for MSVC6
Josh Coalson [Wed, 3 May 2006 00:13:38 +0000 (00:13 +0000)]
#define M_PI for MSVC6

18 years agominor fixes
Josh Coalson [Wed, 3 May 2006 00:13:25 +0000 (00:13 +0000)]
minor fixes

18 years agoturn off window profiling
Josh Coalson [Mon, 1 May 2006 06:17:24 +0000 (06:17 +0000)]
turn off window profiling

18 years agoremove window profiling field
Josh Coalson [Mon, 1 May 2006 06:01:34 +0000 (06:01 +0000)]
remove window profiling field

18 years agodefault window to tukey(0.5) instead of hann
Josh Coalson [Mon, 1 May 2006 05:58:35 +0000 (05:58 +0000)]
default window to tukey(0.5) instead of hann

18 years agoadd set_apodization() to oggflac layers
Josh Coalson [Mon, 1 May 2006 05:27:13 +0000 (05:27 +0000)]
add set_apodization() to oggflac layers

18 years agoadd docs for -A, additional docs for --cue
Josh Coalson [Fri, 28 Apr 2006 00:15:01 +0000 (00:15 +0000)]
add docs for -A, additional docs for --cue

18 years agoadd window.c/window.h
Josh Coalson [Fri, 28 Apr 2006 00:13:50 +0000 (00:13 +0000)]
add window.c/window.h

18 years agofix calculation bugs in encode_subframe_(): max_qlp_coeff_precision when qlp_coeff_pr...
Josh Coalson [Fri, 28 Apr 2006 00:13:34 +0000 (00:13 +0000)]
fix calculation bugs in encode_subframe_(): max_qlp_coeff_precision when qlp_coeff_prec_search; account for qlp coeff overhead in guessing the best lpc order; default to hann instead of rectangular window on assertion failure

18 years agofix a calcuation bug in FLAC__lpc_compute_best_order()
Josh Coalson [Fri, 28 Apr 2006 00:11:31 +0000 (00:11 +0000)]
fix a calcuation bug in FLAC__lpc_compute_best_order()

18 years agofix comment typos
Josh Coalson [Tue, 25 Apr 2006 07:00:39 +0000 (07:00 +0000)]
fix comment typos

18 years agoadd 2206 to copyright notice
Josh Coalson [Tue, 25 Apr 2006 06:59:33 +0000 (06:59 +0000)]
add 2206 to copyright notice

18 years agoadd support for specifying which apodization functions to use to window data before...
Josh Coalson [Tue, 25 Apr 2006 06:38:43 +0000 (06:38 +0000)]
add support for specifying which apodization functions to use to window data before lpc analysis

18 years agobump version to intermediate CVS
Josh Coalson [Tue, 25 Apr 2006 06:36:48 +0000 (06:36 +0000)]
bump version to intermediate CVS

18 years ago*** empty log message ***
Josh Coalson [Tue, 25 Apr 2006 06:35:03 +0000 (06:35 +0000)]
*** empty log message ***

18 years agoreuse fskip_ahead() in flac__encode_wav()
Josh Coalson [Sat, 22 Apr 2006 06:13:17 +0000 (06:13 +0000)]
reuse fskip_ahead() in flac__encode_wav()

18 years agofix compiler warnings
Josh Coalson [Mon, 10 Apr 2006 05:38:17 +0000 (05:38 +0000)]
fix compiler warnings

18 years agoadd FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id()
Josh Coalson [Mon, 10 Apr 2006 05:37:34 +0000 (05:37 +0000)]
add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id()

18 years agoadd host detection for mingw
Josh Coalson [Fri, 2 Dec 2005 05:31:29 +0000 (05:31 +0000)]
add host detection for mingw

18 years agominor comments
Josh Coalson [Fri, 2 Dec 2005 05:31:11 +0000 (05:31 +0000)]
minor comments

18 years agofix vorbiscomment entry validity tests to match better utf-8 checking in libFLAC
Josh Coalson [Fri, 9 Sep 2005 01:58:36 +0000 (01:58 +0000)]
fix vorbiscomment entry validity tests to match better utf-8 checking in libFLAC

18 years agoadd support for building on os/2 with emx
Josh Coalson [Sat, 3 Sep 2005 03:54:16 +0000 (03:54 +0000)]
add support for building on os/2 with emx

18 years agodefault to using current script as test file if there is no /bin/sh
Josh Coalson [Sat, 3 Sep 2005 02:16:49 +0000 (02:16 +0000)]
default to using current script as test file if there is no /bin/sh

18 years agoonly generate ogg files if flac is ogg-enabled
Josh Coalson [Sat, 3 Sep 2005 02:16:07 +0000 (02:16 +0000)]
only generate ogg files if flac is ogg-enabled

18 years agofix bug in return value for FLAC__stream_decoder_set_metadata_respond_application...
Josh Coalson [Sat, 3 Sep 2005 01:41:11 +0000 (01:41 +0000)]
fix bug in return value for FLAC__stream_decoder_set_metadata_respond_application() and FLAC__stream_decoder_set_metadata_ignore_application() (sf #1235005: https://sourceforge.net/tracker/index.php?func=detail&aid=1235005&group_id=13478&atid=113478)

18 years agofix bug: -a and -t were not prevented from being used together (sf #1229481: https...
Josh Coalson [Sat, 3 Sep 2005 01:33:12 +0000 (01:33 +0000)]
fix bug: -a and -t were not prevented from being used together (sf #1229481: https://sourceforge.net/tracker/index.php?func=detail&aid=1229481&group_id=13478&atid=113478)

18 years agoadd xmms.m4 to new m4/ directory as backup
Josh Coalson [Fri, 2 Sep 2005 05:07:35 +0000 (05:07 +0000)]
add xmms.m4 to new m4/ directory as backup

18 years agofix "redefinition of socklen_t" problem on freebsd
Josh Coalson [Fri, 2 Sep 2005 05:03:53 +0000 (05:03 +0000)]
fix "redefinition of socklen_t" problem on freebsd

18 years agolast batch of fixes related to problems caused by new http streaming code
Josh Coalson [Fri, 2 Sep 2005 05:00:31 +0000 (05:00 +0000)]
last batch of fixes related to problems caused by new http streaming code

18 years agominor cosmetics
Josh Coalson [Fri, 2 Sep 2005 04:59:46 +0000 (04:59 +0000)]
minor cosmetics

18 years agoadd replay gain info to file info box
Josh Coalson [Fri, 2 Sep 2005 04:54:19 +0000 (04:54 +0000)]
add replay gain info to file info box

18 years agoadd new replaygain module
Josh Coalson [Fri, 2 Sep 2005 04:52:32 +0000 (04:52 +0000)]
add new replaygain module

18 years agominor cosmetics
Josh Coalson [Fri, 2 Sep 2005 04:51:19 +0000 (04:51 +0000)]
minor cosmetics

18 years agoallow non-strict mode for reading replaygain tags, to fallback to track tags if album...
Josh Coalson [Thu, 1 Sep 2005 01:01:08 +0000 (01:01 +0000)]
allow non-strict mode for reading replaygain tags, to fallback to track tags if album tags are not available and vice versa

18 years agoadd to verbiage about verify error; point to FAQ entry
Josh Coalson [Wed, 31 Aug 2005 06:13:06 +0000 (06:13 +0000)]
add to verbiage about verify error; point to FAQ entry

18 years agomore external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion
Josh Coalson [Wed, 31 Aug 2005 01:00:53 +0000 (01:00 +0000)]
more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion

18 years agoadd shorthand option --remove-replay-gain to metaflac
Josh Coalson [Wed, 31 Aug 2005 00:30:41 +0000 (00:30 +0000)]
add shorthand option --remove-replay-gain to metaflac

18 years agofix minor problem with error case in handler for --add-seekpoint
Josh Coalson [Wed, 31 Aug 2005 00:21:14 +0000 (00:21 +0000)]
fix minor problem with error case in handler for --add-seekpoint

18 years agofix bad use of g_strconcat()
Josh Coalson [Wed, 31 Aug 2005 00:19:37 +0000 (00:19 +0000)]
fix bad use of g_strconcat()

18 years agoremove spurious semicolon
Josh Coalson [Wed, 31 Aug 2005 00:18:18 +0000 (00:18 +0000)]
remove spurious semicolon

18 years agoconvert from dos to unix cr/lf
Josh Coalson [Wed, 31 Aug 2005 00:16:16 +0000 (00:16 +0000)]
convert from dos to unix cr/lf

18 years agofix minor bug printing unknown aiff subchunks (SF bug #1267476: https://sourceforge...
Josh Coalson [Mon, 29 Aug 2005 04:30:20 +0000 (04:30 +0000)]
fix minor bug printing unknown aiff subchunks (SF bug #1267476: https://sourceforge.net/tracker/index.php?func=detail&aid=1267476&group_id=13478&atid=113478)

18 years agoremove verbiage about --sector-align only working for WAVE files since it works for...
Josh Coalson [Sat, 27 Aug 2005 01:58:19 +0000 (01:58 +0000)]
remove verbiage about --sector-align only working for WAVE files since it works for all kinds of input now

18 years agoadd support for raw and aiff input in the multifile tests; also add proper checking...
Josh Coalson [Sat, 27 Aug 2005 01:57:39 +0000 (01:57 +0000)]
add support for raw and aiff input in the multifile tests; also add proper checking for the correct operation of --sector-align

18 years agominor comments
Josh Coalson [Sat, 27 Aug 2005 01:53:56 +0000 (01:53 +0000)]
minor comments

18 years agofix bug in --sector-align where appended samples did not completely contain silence...
Josh Coalson [Sat, 27 Aug 2005 01:52:11 +0000 (01:52 +0000)]
fix bug in --sector-align where appended samples did not completely contain silence (SF bug #1237707: https://sourceforge.net/tracker/index.php?func=detail&aid=1237707&group_id=13478&atid=113478).  also, fix bugs with --sector-align on raw files

18 years agoadd support for encoding from non-compressed AIFF-C (SF bug #1090933: https://sourcef...
Josh Coalson [Fri, 26 Aug 2005 05:57:04 +0000 (05:57 +0000)]
add support for encoding from non-compressed AIFF-C (SF bug #1090933: https://sourceforge.net/tracker/?func=detail&atid=113478&aid=1090933&group_id=13478)

18 years agoadd note about fixed utf-8 decoding (disallow non-shortest-form and surrogate sequences)
Josh Coalson [Thu, 25 Aug 2005 00:25:59 +0000 (00:25 +0000)]
add note about fixed utf-8 decoding (disallow non-shortest-form and surrogate sequences)

18 years agofix bug in utf8len()
Josh Coalson [Thu, 25 Aug 2005 00:22:06 +0000 (00:22 +0000)]
fix bug in utf8len()

18 years agofixes to remove warnings from gcc-4.0.0
Josh Coalson [Wed, 24 Aug 2005 07:39:25 +0000 (07:39 +0000)]
fixes to remove warnings from gcc-4.0.0

18 years agodisallow non-shortest-form encodings in utf-8 checking; when converting utf-8 to...
Josh Coalson [Wed, 24 Aug 2005 07:38:13 +0000 (07:38 +0000)]
disallow non-shortest-form encodings in utf-8 checking; when converting utf-8 to ucs-2, replace code points outside of ucs-2 with ? character

18 years agodisallow non-shortest-form encodings in utf-8 checking
Josh Coalson [Wed, 24 Aug 2005 07:37:11 +0000 (07:37 +0000)]
disallow non-shortest-form encodings in utf-8 checking

18 years agoonly warn about non-CDDA-compliant cuesheets instead of error
Josh Coalson [Wed, 24 Aug 2005 00:32:40 +0000 (00:32 +0000)]
only warn about non-CDDA-compliant cuesheets instead of error

18 years agocheck that a cuesheet is legal before trying to encode with it so user will get a...
Josh Coalson [Wed, 24 Aug 2005 00:15:57 +0000 (00:15 +0000)]
check that a cuesheet is legal before trying to encode with it so user will get a more useful error message; only warn about non-CDDA-compliant cuesheets instead of error

18 years agoslightly more precise error message in CDDA cuesheet checking
Josh Coalson [Wed, 24 Aug 2005 00:14:23 +0000 (00:14 +0000)]
slightly more precise error message in CDDA cuesheet checking

18 years agochange bug submission verbiage, require monitoring of sourceforge bug
Josh Coalson [Wed, 24 Aug 2005 00:02:30 +0000 (00:02 +0000)]
change bug submission verbiage, require monitoring of sourceforge bug

18 years agofix bug in cuesheet parsing where it would return an error if the last line of the...
Josh Coalson [Tue, 9 Aug 2005 00:59:39 +0000 (00:59 +0000)]
fix bug in cuesheet parsing where it would return an error if the last line of the cuesheet did not end with a newline

19 years agoremove FLAC__SYMMETRIC_RICE code
Josh Coalson [Thu, 5 May 2005 00:42:31 +0000 (00:42 +0000)]
remove FLAC__SYMMETRIC_RICE code

19 years agoadd special CONFIG_CFLAGS for darwin
Josh Coalson [Tue, 3 May 2005 00:11:25 +0000 (00:11 +0000)]
add special CONFIG_CFLAGS for darwin

19 years agocheck in more fixes from Luca to build properly on linux-ppc (asm-related again)
Josh Coalson [Wed, 2 Mar 2005 05:21:06 +0000 (05:21 +0000)]
check in more fixes from Luca to build properly on linux-ppc (asm-related again)

19 years agoadd host check for cygwin to force the OBJ_FORMAT
Josh Coalson [Wed, 2 Mar 2005 05:12:05 +0000 (05:12 +0000)]
add host check for cygwin to force the OBJ_FORMAT

19 years agofix bug in the save_http_path initialization
Josh Coalson [Wed, 2 Mar 2005 05:06:58 +0000 (05:06 +0000)]
fix bug in the save_http_path initialization

19 years agoadd patch: on freebsd, detect via sysctl whether OS supports SSE
Josh Coalson [Sat, 12 Feb 2005 16:55:39 +0000 (16:55 +0000)]
add patch: on freebsd, detect via sysctl whether OS supports SSE

19 years agochange the navbar css by integrating the separators into it. IE was treating the...
Josh Coalson [Sat, 12 Feb 2005 16:54:12 +0000 (16:54 +0000)]
change the navbar css by integrating the separators into it.  IE was treating the empty separator div's differently than everything else and putting space in them

19 years agotypo
Josh Coalson [Fri, 11 Feb 2005 21:48:28 +0000 (21:48 +0000)]
typo

19 years agofix link to debian packages
Josh Coalson [Fri, 11 Feb 2005 21:20:05 +0000 (21:20 +0000)]
fix link to debian packages

19 years agorevamp html to be xhtml 1.0 compliant, also use css
Josh Coalson [Wed, 9 Feb 2005 03:37:59 +0000 (03:37 +0000)]
revamp html to be xhtml 1.0 compliant, also use css

19 years agobump version to 1.1.2
Josh Coalson [Fri, 4 Feb 2005 06:42:38 +0000 (06:42 +0000)]
bump version to 1.1.2

19 years agofix bug in random sampling
Josh Coalson [Fri, 4 Feb 2005 06:42:00 +0000 (06:42 +0000)]
fix bug in random sampling

19 years agoreinstitute old FLAC__bitbuffer_read_rice_signed_block() for MSVC compiles
Josh Coalson [Fri, 4 Feb 2005 06:41:13 +0000 (06:41 +0000)]
reinstitute old FLAC__bitbuffer_read_rice_signed_block() for MSVC compiles

19 years agoadd news item for 1.1.2
Josh Coalson [Fri, 4 Feb 2005 01:35:08 +0000 (01:35 +0000)]
add news item for 1.1.2

19 years agominor comments
Josh Coalson [Fri, 4 Feb 2005 01:34:35 +0000 (01:34 +0000)]
minor comments

19 years agofix on ppc: as/gas checks need to be __TEMPORARILY_DISABLED
Josh Coalson [Thu, 3 Feb 2005 04:29:52 +0000 (04:29 +0000)]
fix on ppc: as/gas checks need to be __TEMPORARILY_DISABLED

19 years agofix endian-ness on sine wave tests
Josh Coalson [Thu, 3 Feb 2005 04:20:16 +0000 (04:20 +0000)]
fix endian-ness on sine wave tests

19 years agoupdate to match latest sgml
Josh Coalson [Thu, 3 Feb 2005 04:19:15 +0000 (04:19 +0000)]
update to match latest sgml

19 years agoadd 2005 copyright
Josh Coalson [Thu, 3 Feb 2005 04:18:59 +0000 (04:18 +0000)]
add 2005 copyright

19 years agoimprove wording for --lax
Josh Coalson [Thu, 3 Feb 2005 04:17:38 +0000 (04:17 +0000)]
improve wording for --lax

19 years agoremove joke faq entry
Josh Coalson [Thu, 3 Feb 2005 04:16:42 +0000 (04:16 +0000)]
remove joke faq entry

19 years agoremove the "Reference" from the plugin description
Josh Coalson [Wed, 2 Feb 2005 05:50:52 +0000 (05:50 +0000)]
remove the "Reference" from the plugin description

19 years agoneed to link libiconv
Josh Coalson [Wed, 2 Feb 2005 05:50:26 +0000 (05:50 +0000)]
need to link libiconv

19 years agoupdate to match sgml for 1.1.2 release
Josh Coalson [Wed, 2 Feb 2005 04:35:49 +0000 (04:35 +0000)]
update to match sgml for 1.1.2 release

19 years agofix tag typo
Josh Coalson [Wed, 2 Feb 2005 01:55:40 +0000 (01:55 +0000)]
fix tag typo

19 years agobump version number to 1.1.2-beta
Josh Coalson [Wed, 2 Feb 2005 01:54:03 +0000 (01:54 +0000)]
bump version number to 1.1.2-beta

19 years agobump version number to 1.1.2
Josh Coalson [Wed, 2 Feb 2005 01:53:13 +0000 (01:53 +0000)]
bump version number to 1.1.2

19 years agobump the libtool number
Josh Coalson [Wed, 2 Feb 2005 01:51:25 +0000 (01:51 +0000)]
bump the libtool number

19 years agoskip the --input-size test until cat works in cygwin
Josh Coalson [Wed, 2 Feb 2005 01:50:47 +0000 (01:50 +0000)]
skip the --input-size test until cat works in cygwin

19 years agobetter randomness on MSVC
Josh Coalson [Wed, 2 Feb 2005 01:50:05 +0000 (01:50 +0000)]
better randomness on MSVC

19 years agomove the acknowledgments section below the TOC
Josh Coalson [Wed, 2 Feb 2005 01:48:52 +0000 (01:48 +0000)]
move the acknowledgments section below the TOC

19 years agoremove the "Reference" from the plugin description
Josh Coalson [Tue, 1 Feb 2005 04:44:56 +0000 (04:44 +0000)]
remove the "Reference" from the plugin description

19 years agofix bug in FLAC_plugin__tags_get_tag_utf8(), it was returning the whole entry instead...
Josh Coalson [Tue, 1 Feb 2005 04:43:50 +0000 (04:43 +0000)]
fix bug in FLAC_plugin__tags_get_tag_utf8(), it was returning the whole entry instead of just the value

19 years agofix: only do ogg-flac seeking tests if flac has ogg support built in
Josh Coalson [Tue, 1 Feb 2005 01:49:11 +0000 (01:49 +0000)]
fix: only do ogg-flac seeking tests if flac has ogg support built in

19 years agoremove the obsolete project_builder_prebuild_phase.sh
Josh Coalson [Tue, 1 Feb 2005 01:48:00 +0000 (01:48 +0000)]
remove the obsolete project_builder_prebuild_phase.sh

19 years agoupdate Miroslav's email
Josh Coalson [Tue, 1 Feb 2005 01:47:45 +0000 (01:47 +0000)]
update Miroslav's email