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
|
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
|
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
|
7d273b4bdb
|
add support for read-only operations for ogg flac to chain interface
|
2006-11-15 06:12:30 +00:00 |
|
Josh Coalson
|
e58aabdb75
|
fixes from MSVC6
|
2006-11-14 05:40:34 +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
|
acd4a4345e
|
fix compiler warnings
|
2006-11-11 22:43:25 +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
|
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
|
e9b6183bde
|
some more unsigned->size_t fixes
|
2006-11-06 17:06:19 +00:00 |
|
Josh Coalson
|
3571f9c5fd
|
new seek algorithm for native FLAC from Miroslav
|
2006-11-06 16:48:33 +00:00 |
|
Josh Coalson
|
2dd9d916f6
|
minor comments
|
2006-11-04 03:03:02 +00:00 |
|
Josh Coalson
|
425609cb0c
|
add FLAC__stream_encoder_set_compression_level()
|
2006-11-03 16:08:52 +00:00 |
|
Josh Coalson
|
03a6887cbe
|
add LIBFLAC_LIBDIR, make AC_TRY_RUN more robust
|
2006-10-25 00:44:26 +00:00 |
|
Josh Coalson
|
08b7d0cb4c
|
more fixes for ogg support
|
2006-10-18 16:37:52 +00:00 |
|
Josh Coalson
|
e0efb5b543
|
add /D "FLAC__HAS_OGG"
|
2006-10-18 16:06:47 +00:00 |
|
Josh Coalson
|
0b9442c3b6
|
remove now-obsolete libOggFLAC stuff
|
2006-10-16 16:18:34 +00:00 |
|
Josh Coalson
|
b1f323810b
|
bump version to 1.1.3-beta2
|
2006-10-16 16:17:18 +00:00 |
|
Josh Coalson
|
32637e0efd
|
fixes for MSVC6
|
2006-10-16 15:49:17 +00:00 |
|
Josh Coalson
|
352feb540f
|
change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t"
|
2006-10-15 17:08:52 +00:00 |
|
Josh Coalson
|
8065a2d3a5
|
change "bytes" parameter of all read callbacks from "unsigned" to "size_t"
|
2006-10-15 08:32:56 +00:00 |
|
Josh Coalson
|
71d5c256f5
|
rename set_serial_number to set_ogg_serial_number everywhere
|
2006-10-15 06:04:55 +00:00 |
|
Josh Coalson
|
15b8eb8a87
|
fix to ogg-less building
|
2006-10-15 05:15:55 +00:00 |
|
Josh Coalson
|
8da98c897b
|
merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work
|
2006-10-15 04:24:05 +00:00 |
|
Josh Coalson
|
2d6b8c6496
|
fix bug stats sent to progress callback
|
2006-10-11 06:30:38 +00:00 |
|
Josh Coalson
|
663a2afea4
|
bump version number to 1.1.3-beta1
|
2006-10-10 03:45:23 +00:00 |
|
Josh Coalson
|
42228b33e2
|
bump libtool .so number in prep for release
|
2006-10-10 03:44:54 +00:00 |
|
Josh Coalson
|
f461a7bd5d
|
enable file feof callback when input is stdin
|
2006-10-10 00:39:27 +00:00 |
|
Josh Coalson
|
369a6da0fd
|
remove window debugging code
|
2006-10-10 00:37:48 +00:00 |
|
Josh Coalson
|
59717c20a2
|
minor comments
|
2006-10-10 00:35:35 +00:00 |
|
Josh Coalson
|
92f7fa9489
|
minor comments
|
2006-10-09 05:34:21 +00:00 |
|
Josh Coalson
|
d0edb97a46
|
limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max LPC order is 12
|
2006-10-07 06:50:08 +00:00 |
|
Josh Coalson
|
8501332c26
|
minor comments
|
2006-10-06 06:21:48 +00:00 |
|
Josh Coalson
|
afce1aeba8
|
fix bug in code that skips id3v2 tags at the front of a file; false positives could cause decoding to fail
|
2006-10-06 06:21:41 +00:00 |
|
Josh Coalson
|
825e72cf57
|
try to limit the #defines (of fseeko to fseek and ftello to ftell) to just the versions of MSVC that appear not to have fseeko()/ftello()
|
2006-10-03 01:16:59 +00:00 |
|
Josh Coalson
|
a65fd93119
|
minor syntax
|
2006-10-03 01:02:44 +00:00 |
|
Josh Coalson
|
2e29c93ac3
|
remove ancient deprecated things
|
2006-09-26 01:25:52 +00:00 |
|
Josh Coalson
|
480c01144e
|
minor comments
|
2006-09-26 01:01:38 +00:00 |
|
Josh Coalson
|
3957c47022
|
add more checks to PICTURE metadata: at most one type=1 and type=2 blocks, type=1 block must be 32x32 pixel PNG
|
2006-09-24 16:25:42 +00:00 |
|
Josh Coalson
|
74ed294764
|
add number-of-colors field to PICTURE metadata block
|
2006-09-23 23:15:05 +00:00 |
|
Josh Coalson
|
e343ab2b87
|
add support for new PICTURE metadata block
|
2006-09-23 19:21:19 +00:00 |
|
Josh Coalson
|
2257350262
|
remove unused code that had the old way of stat()ing a filename to get the length
|
2006-09-16 00:29:07 +00:00 |
|
Josh Coalson
|
180e0cac3a
|
fix bug in file closing logic in _finish()
|
2006-09-16 00:08:45 +00:00 |
|
Josh Coalson
|
c0da196166
|
minor comments
|
2006-09-16 00:07:20 +00:00 |
|