platform/upstream/flac.git
17 years agoadd test_picture to grabbag tests
Josh Coalson [Fri, 17 Nov 2006 07:46:09 +0000 (07:46 +0000)]
add test_picture to grabbag tests

17 years ago*** empty log message ***
Josh Coalson [Fri, 17 Nov 2006 07:45:39 +0000 (07:45 +0000)]
*** empty log message ***

17 years agofix typo
Josh Coalson [Fri, 17 Nov 2006 07:26:39 +0000 (07:26 +0000)]
fix typo

17 years agoremove redundant -Wextra
Josh Coalson [Fri, 17 Nov 2006 06:53:44 +0000 (06:53 +0000)]
remove redundant -Wextra

17 years agofixes from 64-bit compile
Josh Coalson [Fri, 17 Nov 2006 06:52:19 +0000 (06:52 +0000)]
fixes from 64-bit compile

17 years agobetter detection of "as" variant
Josh Coalson [Fri, 17 Nov 2006 06:51:53 +0000 (06:51 +0000)]
better detection of "as" variant

17 years agoreplacement based on example from xiph
Josh Coalson [Fri, 17 Nov 2006 06:50:19 +0000 (06:50 +0000)]
replacement based on example from xiph

17 years agofix bug where decoding to stdout could fail for no good reason in some cases; fixes...
Josh Coalson [Fri, 17 Nov 2006 06:49:11 +0000 (06:49 +0000)]
fix bug where decoding to stdout could fail for no good reason in some cases; fixes from MSVC compile

17 years agobump to v1.2
Josh Coalson [Fri, 17 Nov 2006 06:47:31 +0000 (06:47 +0000)]
bump to v1.2

17 years agofixes from MSVC compile
Josh Coalson [Fri, 17 Nov 2006 06:05:02 +0000 (06:05 +0000)]
fixes from MSVC compile

17 years agoencode with --no-padding where possible to speed up test
Josh Coalson [Fri, 17 Nov 2006 06:03:18 +0000 (06:03 +0000)]
encode with --no-padding where possible to speed up test

17 years agomake "#if FLAC__HAS_OGG" checking consistent
Josh Coalson [Thu, 16 Nov 2006 07:20:09 +0000 (07:20 +0000)]
make "#if FLAC__HAS_OGG" checking consistent

17 years agominor comments
Josh Coalson [Thu, 16 Nov 2006 01:35:21 +0000 (01:35 +0000)]
minor comments

17 years agomultifix: change FLAC__stream_encoder_finish() to also return false if there is an...
Josh Coalson [Thu, 16 Nov 2006 01:35:13 +0000 (01:35 +0000)]
multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata

17 years agowrite encoded stream to actual file to improve testing
Josh Coalson [Thu, 16 Nov 2006 01:33:34 +0000 (01:33 +0000)]
write encoded stream to actual file to improve testing

17 years agomultifix: change FLAC__stream_encoder_finish() to also return false if there is an...
Josh Coalson [Thu, 16 Nov 2006 01:32:25 +0000 (01:32 +0000)]
multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata; fix problem trying to update metadata when encoding to stdout; fix problem with updating metadata if client seek_callback returns UNSUPPORTED

17 years agoadd argument to test_seeking to accept #samples in the input, to better evaluate...
Josh Coalson [Thu, 16 Nov 2006 01:22:33 +0000 (01:22 +0000)]
add argument to test_seeking to accept #samples in the input, to better evaluate whether or not seeking near/past end-of-stream

17 years agofix bug with -S # where the sample number >= total samples, is not getting converted...
Josh Coalson [Thu, 16 Nov 2006 01:21:22 +0000 (01:21 +0000)]
fix bug with -S # where the sample number >= total samples, is not getting converted to a placeholder point

17 years agofix a bug where missing STREAMINFO fields (min/max framesize, total samples, MD5...
Josh Coalson [Wed, 15 Nov 2006 08:53:32 +0000 (08:53 +0000)]
fix a bug where missing STREAMINFO fields (min/max framesize, total samples, MD5 sum) and seek point offsets were not getting rewritten back to Ogg FLAC file (SF#1338969 https://sourceforge.net/tracker/index.php?func=detail&aid=1338969&group_id=13478&atid=113478)

17 years agominor comments
Josh Coalson [Wed, 15 Nov 2006 06:17:14 +0000 (06:17 +0000)]
minor comments

17 years agoadd support for read-only operations for ogg flac
Josh Coalson [Wed, 15 Nov 2006 06:13:16 +0000 (06:13 +0000)]
add support for read-only operations for ogg flac

17 years agoadd support for read-only operations for ogg flac to chain interface
Josh Coalson [Wed, 15 Nov 2006 06:12:30 +0000 (06:12 +0000)]
add support for read-only operations for ogg flac to chain interface

17 years agominor comments
Josh Coalson [Tue, 14 Nov 2006 06:29:34 +0000 (06:29 +0000)]
minor comments

17 years agofix a problem with fractional-second parsing for --skip/--until in some locales ...
Josh Coalson [Tue, 14 Nov 2006 06:29:13 +0000 (06:29 +0000)]
fix a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043)

17 years agofix bug, need to open exported picture file in binary mode on win32
Josh Coalson [Tue, 14 Nov 2006 06:16:05 +0000 (06:16 +0000)]
fix bug, need to open exported picture file in binary mode on win32

17 years agofixes from MSVC6
Josh Coalson [Tue, 14 Nov 2006 05:40:34 +0000 (05:40 +0000)]
fixes from MSVC6

17 years agoadd more fixed bugs to list
Josh Coalson [Tue, 14 Nov 2006 05:22:12 +0000 (05:22 +0000)]
add more fixed bugs to list

17 years agodisallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577...
Josh Coalson [Tue, 14 Nov 2006 05:21:50 +0000 (05:21 +0000)]
disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478)

17 years agodisallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577...
Josh Coalson [Tue, 14 Nov 2006 05:02:35 +0000 (05:02 +0000)]
disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478)

17 years agoincrease progress report rate with -p and -e used together (SF#1580122: http://source...
Josh Coalson [Tue, 14 Nov 2006 04:36:41 +0000 (04:36 +0000)]
increase progress report rate with -p and -e used together (SF#1580122: sourceforge.net/tracker/index.php?func=detail&aid=1580122&group_id=13478&atid=113478)

17 years agofix bug where sync error at end-of-stream was not being caught (SF#1244071 https...
Josh Coalson [Tue, 14 Nov 2006 04:04:42 +0000 (04:04 +0000)]
fix bug where sync error at end-of-stream was not being caught (SF#1244071 https://sourceforge.net/tracker/index.php?func=detail&aid=1244071&group_id=13478&atid=113478); add warning about not being able to check md5 if md5 sum in STREAMINFO is zero

17 years agocompile fixes based on patch (SF#913238 http://sourceforge.net/tracker/index.php...
Josh Coalson [Mon, 13 Nov 2006 06:42:51 +0000 (06:42 +0000)]
compile fixes based on patch (SF#913238 sourceforge.net/tracker/index.php?func=detail&aid=913238&group_id=13478&atid=113478

17 years agoun-bump -beta2 prefix on version
Josh Coalson [Sat, 11 Nov 2006 22:52:47 +0000 (22:52 +0000)]
un-bump -beta2 prefix on version

17 years agofix bug compiling assembly files on intel mac (SF#1422598 http://sourceforge.net...
Josh Coalson [Sat, 11 Nov 2006 22:51:58 +0000 (22:51 +0000)]
fix bug compiling assembly files on intel mac (SF#1422598 sourceforge.net/tracker/index.php?func=detail&aid=1422598&group_id=13478&atid=113478)

17 years agofix bug SF#1293830: flac accepting WAVE files with "data" subchunks of size 0
Josh Coalson [Sat, 11 Nov 2006 22:43:38 +0000 (22:43 +0000)]
fix bug SF#1293830: flac accepting WAVE files with "data" subchunks of size 0

17 years agofix compiler warnings
Josh Coalson [Sat, 11 Nov 2006 22:43:25 +0000 (22:43 +0000)]
fix compiler warnings

17 years agofix problem with filename parsing if file does not have extension but also has a...
Josh Coalson [Fri, 10 Nov 2006 17:42:55 +0000 (17:42 +0000)]
fix problem with filename parsing if file does not have extension but also has a . in the path (SF#1161916 sourceforge.net/tracker/index.php?func=detail&aid=1161916&group_id=13478&atid=113478)

17 years agofix bug: wave header fixup was being tried even in test mode
Josh Coalson [Fri, 10 Nov 2006 17:34:49 +0000 (17:34 +0000)]
fix bug: wave header fixup was being tried even in test mode

17 years agopatch sf#1580550 noexec stack: http://sourceforge.net/tracker/index.php?func=detail...
Josh Coalson [Fri, 10 Nov 2006 07:20:15 +0000 (07:20 +0000)]
patch sf#1580550 noexec stack: sourceforge.net/tracker/index.php?func=detail&aid=1580550&group_id=13478&atid=313478

17 years agoadd missing --lax
Josh Coalson [Fri, 10 Nov 2006 05:15:23 +0000 (05:15 +0000)]
add missing --lax

17 years agominor comments
Josh Coalson [Fri, 10 Nov 2006 05:15:02 +0000 (05:15 +0000)]
minor comments

17 years agoadd overreading in the stream encoder process calls to be able to reliably detect...
Josh Coalson [Thu, 9 Nov 2006 16:54:52 +0000 (16:54 +0000)]
add overreading in the stream encoder process calls to be able to reliably detect when we are at the last block; also fixes a problem with EOS packet flag setting in Ogg FLAC

17 years agoadd tests for different fractional end blocks with different blocksizes
Josh Coalson [Thu, 9 Nov 2006 16:53:15 +0000 (16:53 +0000)]
add tests for different fractional end blocks with different blocksizes

17 years agofix bug in verify_write_callback_ where the FIFO dequeueing did not memmove all the...
Josh Coalson [Thu, 9 Nov 2006 07:06:33 +0000 (07:06 +0000)]
fix bug in verify_write_callback_ where the FIFO dequeueing did not memmove all the data

17 years agoadd a boolean return value to FLAC__stream_encoder_finish() that signals a verify...
Josh Coalson [Thu, 9 Nov 2006 06:58:26 +0000 (06:58 +0000)]
add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch

17 years agofix FLAC::Decoder::Stream::finish() to return a bool like its C cousin
Josh Coalson [Thu, 9 Nov 2006 06:55:21 +0000 (06:55 +0000)]
fix FLAC::Decoder::Stream::finish() to return a bool like its C cousin

17 years agocheck return value of FLAC__stream_decoder_finish()
Josh Coalson [Thu, 9 Nov 2006 06:53:58 +0000 (06:53 +0000)]
check return value of FLAC__stream_decoder_finish()

17 years agominor syntax
Josh Coalson [Thu, 9 Nov 2006 06:53:10 +0000 (06:53 +0000)]
minor syntax

17 years agofix bug where window was not recalculated when blocksize decreased; better wording...
Josh Coalson [Thu, 9 Nov 2006 01:19:13 +0000 (01:19 +0000)]
fix bug where window was not recalculated when blocksize decreased; better wording for fractional blocks

17 years agofixes for new seeking algorithm
Josh Coalson [Wed, 8 Nov 2006 17:07:58 +0000 (17:07 +0000)]
fixes for new seeking algorithm

17 years agoadd tests for fractional blocks
Josh Coalson [Wed, 8 Nov 2006 16:25:55 +0000 (16:25 +0000)]
add tests for fractional blocks

17 years agoadd -Wextra to gcc flags
Josh Coalson [Wed, 8 Nov 2006 01:22:16 +0000 (01:22 +0000)]
add -Wextra to gcc flags

17 years agominor fixes to linked libs
Josh Coalson [Wed, 8 Nov 2006 01:21:51 +0000 (01:21 +0000)]
minor fixes to linked libs

17 years agosome more unsigned->size_t fixes
Josh Coalson [Mon, 6 Nov 2006 17:06:19 +0000 (17:06 +0000)]
some more unsigned->size_t fixes

17 years agofix docs for --serial-number option
Josh Coalson [Mon, 6 Nov 2006 16:48:44 +0000 (16:48 +0000)]
fix docs for --serial-number option

17 years agonew seek algorithm for native FLAC from Miroslav
Josh Coalson [Mon, 6 Nov 2006 16:48:33 +0000 (16:48 +0000)]
new seek algorithm for native FLAC from Miroslav

17 years agoadd multiple read modes to simulate different seeking/playback patterns
Josh Coalson [Sat, 4 Nov 2006 06:59:03 +0000 (06:59 +0000)]
add multiple read modes to simulate different seeking/playback patterns

17 years agominor tweak to read callback eof handling
Josh Coalson [Sat, 4 Nov 2006 04:20:02 +0000 (04:20 +0000)]
minor tweak to read callback eof handling

17 years agofix bug where encoder wasn't defaulting to -5
Josh Coalson [Sat, 4 Nov 2006 04:19:33 +0000 (04:19 +0000)]
fix bug where encoder wasn't defaulting to -5

17 years agoadd code examples for some of the callbacks to the docs
Josh Coalson [Sat, 4 Nov 2006 03:51:01 +0000 (03:51 +0000)]
add code examples for some of the callbacks to the docs

17 years agoadd support from encoding from ogg flac input
Josh Coalson [Sat, 4 Nov 2006 03:04:21 +0000 (03:04 +0000)]
add support from encoding from ogg flac input

17 years agominor comments
Josh Coalson [Sat, 4 Nov 2006 03:03:02 +0000 (03:03 +0000)]
minor comments

17 years agoswitch to using FLAC__stream_encoder_set_compression_level()
Josh Coalson [Fri, 3 Nov 2006 16:16:32 +0000 (16:16 +0000)]
switch to using FLAC__stream_encoder_set_compression_level()

17 years agominor wording
Josh Coalson [Fri, 3 Nov 2006 16:15:32 +0000 (16:15 +0000)]
minor wording

17 years agoadd FLAC__stream_encoder_set_compression_level()
Josh Coalson [Fri, 3 Nov 2006 16:15:02 +0000 (16:15 +0000)]
add FLAC__stream_encoder_set_compression_level()

17 years agoadd FLAC__stream_encoder_set_compression_level()
Josh Coalson [Fri, 3 Nov 2006 16:08:52 +0000 (16:08 +0000)]
add FLAC__stream_encoder_set_compression_level()

17 years agominor comments
Josh Coalson [Fri, 3 Nov 2006 15:50:19 +0000 (15:50 +0000)]
minor comments

17 years agorename metaflac's --import-picture to --import-picture-from for consistency with...
Josh Coalson [Thu, 2 Nov 2006 04:06:56 +0000 (04:06 +0000)]
rename metaflac's --import-picture to --import-picture-from for consistency with other options

17 years agoadd --export-picture-to option to metaflac
Josh Coalson [Thu, 2 Nov 2006 03:40:44 +0000 (03:40 +0000)]
add --export-picture-to option to metaflac

17 years agofix grabbag__file_are_same() on win32 by using GetFileInformationByHandle() to compare
Josh Coalson [Thu, 2 Nov 2006 01:39:54 +0000 (01:39 +0000)]
fix grabbag__file_are_same() on win32 by using GetFileInformationByHandle() to compare

17 years agominor comments
Josh Coalson [Thu, 2 Nov 2006 01:39:14 +0000 (01:39 +0000)]
minor comments

17 years agodefault to FLAC__TEST_LEVEL=1
Josh Coalson [Thu, 2 Nov 2006 01:38:55 +0000 (01:38 +0000)]
default to FLAC__TEST_LEVEL=1

17 years agoadd LIBFLACPP_LIBDIR, make AC_TRY_RUN more robust
Josh Coalson [Wed, 25 Oct 2006 00:44:39 +0000 (00:44 +0000)]
add LIBFLACPP_LIBDIR, make AC_TRY_RUN more robust

17 years agoadd LIBFLAC_LIBDIR, make AC_TRY_RUN more robust
Josh Coalson [Wed, 25 Oct 2006 00:44:26 +0000 (00:44 +0000)]
add LIBFLAC_LIBDIR, make AC_TRY_RUN more robust

17 years agomore fixes for ogg support
Josh Coalson [Wed, 18 Oct 2006 16:37:52 +0000 (16:37 +0000)]
more fixes for ogg support

17 years agoadd /D "FLAC__HAS_OGG"
Josh Coalson [Wed, 18 Oct 2006 16:06:47 +0000 (16:06 +0000)]
add /D "FLAC__HAS_OGG"

17 years agoremove now-obsolete libOggFLAC stuff
Josh Coalson [Mon, 16 Oct 2006 16:18:34 +0000 (16:18 +0000)]
remove now-obsolete libOggFLAC stuff

17 years agobump version to 1.1.3-beta2
Josh Coalson [Mon, 16 Oct 2006 16:17:18 +0000 (16:17 +0000)]
bump version to 1.1.3-beta2

17 years agofixes for MSVC6
Josh Coalson [Mon, 16 Oct 2006 15:49:17 +0000 (15:49 +0000)]
fixes for MSVC6

17 years agochange "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t"
Josh Coalson [Sun, 15 Oct 2006 17:08:52 +0000 (17:08 +0000)]
change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t"

17 years agochange "bytes" parameter of all read callbacks from "unsigned" to "size_t"
Josh Coalson [Sun, 15 Oct 2006 08:32:56 +0000 (08:32 +0000)]
change "bytes" parameter of all read callbacks from "unsigned" to "size_t"

17 years agoimprove comments
Josh Coalson [Sun, 15 Oct 2006 07:50:44 +0000 (07:50 +0000)]
improve comments

17 years agorename set_serial_number to set_ogg_serial_number everywhere
Josh Coalson [Sun, 15 Oct 2006 06:04:55 +0000 (06:04 +0000)]
rename set_serial_number to set_ogg_serial_number everywhere

17 years agolink libogg if necessary
Josh Coalson [Sun, 15 Oct 2006 05:15:59 +0000 (05:15 +0000)]
link libogg if necessary

17 years agofix to ogg-less building
Josh Coalson [Sun, 15 Oct 2006 05:15:55 +0000 (05:15 +0000)]
fix to ogg-less building

17 years agomerge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs...
Josh Coalson [Sun, 15 Oct 2006 04:24:05 +0000 (04:24 +0000)]
merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work

17 years agoremove unneeded SEEK_ERROR setting
Josh Coalson [Sat, 14 Oct 2006 04:57:57 +0000 (04:57 +0000)]
remove unneeded SEEK_ERROR setting

17 years agoremove obsolete code
Josh Coalson [Sat, 14 Oct 2006 04:56:48 +0000 (04:56 +0000)]
remove obsolete code

17 years agofix placement of FLAC_API_VERSION_... #defines
Josh Coalson [Sat, 14 Oct 2006 04:54:07 +0000 (04:54 +0000)]
fix placement of FLAC_API_VERSION_... #defines

17 years agoin grabbag__file_are_same() check that st_dev is same also
Josh Coalson [Fri, 13 Oct 2006 04:27:06 +0000 (04:27 +0000)]
in grabbag__file_are_same() check that st_dev is same also

17 years agominor comments
Josh Coalson [Fri, 13 Oct 2006 04:26:45 +0000 (04:26 +0000)]
minor comments

17 years agofix "extern"ness of ReplayGainReferenceLoudness
Josh Coalson [Thu, 12 Oct 2006 01:16:49 +0000 (01:16 +0000)]
fix "extern"ness of ReplayGainReferenceLoudness

17 years agoadd missing files
Josh Coalson [Wed, 11 Oct 2006 06:30:48 +0000 (06:30 +0000)]
add missing files

17 years agofix bug stats sent to progress callback
Josh Coalson [Wed, 11 Oct 2006 06:30:38 +0000 (06:30 +0000)]
fix bug stats sent to progress callback

17 years agominor formatting
Josh Coalson [Wed, 11 Oct 2006 06:30:11 +0000 (06:30 +0000)]
minor formatting

17 years agominor syntax
Josh Coalson [Tue, 10 Oct 2006 15:06:17 +0000 (15:06 +0000)]
minor syntax

17 years agofor grabbag__file_are_same() on windows use strcmp() on filenames temporarily since...
Josh Coalson [Tue, 10 Oct 2006 15:02:31 +0000 (15:02 +0000)]
for grabbag__file_are_same() on windows use strcmp() on filenames temporarily since inode checking doesn't work

17 years agominor syntax
Josh Coalson [Tue, 10 Oct 2006 04:42:47 +0000 (04:42 +0000)]
minor syntax

17 years agoupdate to match sgml
Josh Coalson [Tue, 10 Oct 2006 03:47:36 +0000 (03:47 +0000)]
update to match sgml

17 years agobump version number to 1.1.3-beta1
Josh Coalson [Tue, 10 Oct 2006 03:45:23 +0000 (03:45 +0000)]
bump version number to 1.1.3-beta1