Josh Coalson
|
4de80524dc
|
Fix bug where FLAC-to-FLAC transcoding of a corrupted FLAC file would truncate the transcoded file at the first error (SF#1615019: https://sourceforge.net/tracker/index.php?func=detail&aid=1615019&group_id=13478&atid=113478)
|
2006-12-14 01:08:15 +00:00 |
|
Josh Coalson
|
5ae0084621
|
C89 fix (SF#1613348: http://sourceforge.net/tracker/index.php?func=detail&aid=1613348&group_id=13478&atid=313478)
|
2006-12-13 01:08:14 +00:00 |
|
Josh Coalson
|
4e8fe85bce
|
fix bug with locale-specific -A defaults for -0..-8 (SF#1608883: https://sourceforge.net/tracker/index.php?func=detail&aid=1608883&group_id=13478&atid=113478)
|
2006-12-05 01:36:46 +00:00 |
|
Josh Coalson
|
fa9d63400f
|
minor error message change
|
2006-12-05 01:08:18 +00:00 |
|
Josh Coalson
|
d6af578682
|
link with libogg
|
2006-12-05 01:06:21 +00:00 |
|
Josh Coalson
|
32b9baedb4
|
quick fix for SF#1601812 where an error of exactly 0 (very rare) in FLAC__lpc_compute_lp_coefficients() could cause an infinite loop later in FLAC__lpc_quantize_coefficients()
|
2006-11-27 16:27:41 +00:00 |
|
Josh Coalson
|
cd3302e37e
|
fix bug where jpeg marker detection could be broken by non-C locale
|
2006-11-21 08:27:59 +00:00 |
|
Josh Coalson
|
2c93a74246
|
*** empty log message ***
|
2006-11-21 08:26:54 +00:00 |
|
Josh Coalson
|
a196a66309
|
fix bug where test would fail if libFLAC not built with ogg support
|
2006-11-21 06:39:14 +00:00 |
|
Josh Coalson
|
2beca73003
|
patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tracker/index.php?func=detail&aid=1599018&group_id=13478&atid=313478)
|
2006-11-21 01:51:58 +00:00 |
|
Josh Coalson
|
7581d121c1
|
patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tracker/index.php?func=detail&aid=1599018&group_id=13478&atid=313478)
|
2006-11-20 07:19:15 +00:00 |
|
Josh Coalson
|
f37520b91f
|
final merge down from 1.1.2 maintenance branch (cvs up -j FLAC_RELEASE_1_1_2_MAINTENANCE_BASELINE -j FLAC_RELEASE_1_1_2_MAINTENANCE_BRANCH)
|
2006-11-20 06:46:07 +00:00 |
|
Josh Coalson
|
7ae3359b63
|
fixes based on valgrind run
|
2006-11-20 05:29:52 +00:00 |
|
Josh Coalson
|
c85f31440d
|
bump version number to 1.1.3
|
2006-11-17 16:00:55 +00:00 |
|
Josh Coalson
|
ab56ef11b8
|
fixes from 64-bit compile
|
2006-11-17 06:52:19 +00:00 |
|
Josh Coalson
|
6f51d072a4
|
fix bug where decoding to stdout could fail for no good reason in some cases; fixes from MSVC compile
|
2006-11-17 06:49:11 +00:00 |
|
Josh Coalson
|
b0627a4e42
|
fixes from MSVC compile
|
2006-11-17 06:05:02 +00:00 |
|
Josh Coalson
|
f1ac7d9bde
|
make "#if FLAC__HAS_OGG" checking consistent
|
2006-11-16 07:20:09 +00:00 |
|
Josh Coalson
|
80011e40ab
|
minor comments
|
2006-11-16 01:35:21 +00:00 |
|
Josh Coalson
|
a7dceb9ac1
|
multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata
|
2006-11-16 01:35:13 +00:00 |
|
Josh Coalson
|
ece2f61c16
|
write encoded stream to actual file to improve testing
|
2006-11-16 01:33:34 +00:00 |
|
Josh Coalson
|
cf1422e21e
|
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
|
2006-11-16 01:32:25 +00:00 |
|
Josh Coalson
|
f8d544f2b0
|
add argument to test_seeking to accept #samples in the input, to better evaluate whether or not seeking near/past end-of-stream
|
2006-11-16 01:22:33 +00:00 |
|
Josh Coalson
|
036e9fd046
|
fix bug with -S # where the sample number >= total samples, is not getting converted to a placeholder point
|
2006-11-16 01:21:22 +00:00 |
|
Josh Coalson
|
c986d135f1
|
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)
|
2006-11-15 08:53:32 +00:00 |
|
Josh Coalson
|
6fba847af0
|
add support for read-only operations for ogg flac
|
2006-11-15 06:13:16 +00:00 |
|
Josh Coalson
|
7d273b4bdb
|
add support for read-only operations for ogg flac to chain interface
|
2006-11-15 06:12:30 +00:00 |
|
Josh Coalson
|
d037e887e8
|
minor comments
|
2006-11-14 06:29:34 +00:00 |
|
Josh Coalson
|
8ad9a12b03
|
fix a problem with fractional-second parsing for --skip/--until in some locales (SF #1031043)
|
2006-11-14 06:29:13 +00:00 |
|
Josh Coalson
|
116ca67f28
|
fix bug, need to open exported picture file in binary mode on win32
|
2006-11-14 06:16:05 +00:00 |
|
Josh Coalson
|
e58aabdb75
|
fixes from MSVC6
|
2006-11-14 05:40:34 +00:00 |
|
Josh Coalson
|
03c9d224df
|
disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 http://sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478)
|
2006-11-14 05:21:50 +00:00 |
|
Josh Coalson
|
16e953ffc6
|
disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 http://sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478)
|
2006-11-14 05:02:35 +00:00 |
|
Josh Coalson
|
45f20fdce0
|
increase progress report rate with -p and -e used together (SF#1580122: http://sourceforge.net/tracker/index.php?func=detail&aid=1580122&group_id=13478&atid=113478)
|
2006-11-14 04:36:41 +00:00 |
|
Josh Coalson
|
144142b3fd
|
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
|
2006-11-14 04:04:42 +00:00 |
|
Josh Coalson
|
32e85a74f8
|
compile fixes based on patch (SF#913238 http://sourceforge.net/tracker/index.php?func=detail&aid=913238&group_id=13478&atid=113478
|
2006-11-13 06:42:51 +00:00 |
|
Josh Coalson
|
51240f4d71
|
fix bug SF#1293830: flac accepting WAVE files with "data" subchunks of size 0
|
2006-11-11 22:43:38 +00:00 |
|
Josh Coalson
|
acd4a4345e
|
fix compiler warnings
|
2006-11-11 22:43:25 +00:00 |
|
Josh Coalson
|
b413ea41c7
|
fix problem with filename parsing if file does not have extension but also has a . in the path (SF#1161916 http://sourceforge.net/tracker/index.php?func=detail&aid=1161916&group_id=13478&atid=113478)
|
2006-11-10 17:42:55 +00:00 |
|
Josh Coalson
|
cc190e8362
|
fix bug: wave header fixup was being tried even in test mode
|
2006-11-10 17:34:49 +00:00 |
|
Josh Coalson
|
089566719c
|
patch sf#1580550 noexec stack: http://sourceforge.net/tracker/index.php?func=detail&aid=1580550&group_id=13478&atid=313478
|
2006-11-10 07:20:15 +00:00 |
|
Josh Coalson
|
49f2f1699c
|
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
|
2006-11-09 16:54:52 +00:00 |
|
Josh Coalson
|
b7b57ef207
|
fix bug in verify_write_callback_ where the FIFO dequeueing did not memmove all the data
|
2006-11-09 07:06:33 +00:00 |
|
Josh Coalson
|
a586226fda
|
add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch
|
2006-11-09 06:58:26 +00:00 |
|
Josh Coalson
|
38bf3e6ca9
|
fix FLAC::Decoder::Stream::finish() to return a bool like its C cousin
|
2006-11-09 06:55:21 +00:00 |
|
Josh Coalson
|
4c5d485b1d
|
check return value of FLAC__stream_decoder_finish()
|
2006-11-09 06:53:58 +00:00 |
|
Josh Coalson
|
fb84f25bc1
|
minor syntax
|
2006-11-09 06:53:10 +00:00 |
|
Josh Coalson
|
85aaed8f87
|
fix bug where window was not recalculated when blocksize decreased; better wording for fractional blocks
|
2006-11-09 01:19:13 +00:00 |
|
Josh Coalson
|
8295fd03b6
|
fixes for new seeking algorithm
|
2006-11-08 17:07:58 +00:00 |
|
Josh Coalson
|
89a8205d9d
|
minor fixes to linked libs
|
2006-11-08 01:21:51 +00:00 |
|