Commit Graph

2482 Commits

Author SHA1 Message Date
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
e7c171009b add more fixed bugs to list 2006-11-14 05:22:12 +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
6d31c1a1c3 un-bump -beta2 prefix on version 2006-11-11 22:52:47 +00:00
Josh Coalson
955aed9c27 fix bug compiling assembly files on intel mac (SF#1422598 http://sourceforge.net/tracker/index.php?func=detail&aid=1422598&group_id=13478&atid=113478) 2006-11-11 22:51:58 +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
83d914253e add missing --lax 2006-11-10 05:15:23 +00:00
Josh Coalson
e3f00bc592 minor comments 2006-11-10 05:15:02 +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
acc4bea300 add tests for different fractional end blocks with different blocksizes 2006-11-09 16:53:15 +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
1d42ba6423 add tests for fractional blocks 2006-11-08 16:25:55 +00:00
Josh Coalson
6948a474f6 add -Wextra to gcc flags 2006-11-08 01:22:16 +00:00
Josh Coalson
89a8205d9d minor fixes to linked libs 2006-11-08 01:21:51 +00:00
Josh Coalson
e9b6183bde some more unsigned->size_t fixes 2006-11-06 17:06:19 +00:00
Josh Coalson
e3e9fcfcbe fix docs for --serial-number option 2006-11-06 16:48:44 +00:00
Josh Coalson
3571f9c5fd new seek algorithm for native FLAC from Miroslav 2006-11-06 16:48:33 +00:00
Josh Coalson
b1c3798d77 add multiple read modes to simulate different seeking/playback patterns 2006-11-04 06:59:03 +00:00
Josh Coalson
f7f7490e3e minor tweak to read callback eof handling 2006-11-04 04:20:02 +00:00
Josh Coalson
5f0433fde8 fix bug where encoder wasn't defaulting to -5 2006-11-04 04:19:33 +00:00
Josh Coalson
99abf3e70a add code examples for some of the callbacks to the docs 2006-11-04 03:51:01 +00:00
Josh Coalson
c28efe2294 add support from encoding from ogg flac input 2006-11-04 03:04:21 +00:00
Josh Coalson
2dd9d916f6 minor comments 2006-11-04 03:03:02 +00:00
Josh Coalson
c5675fb8fc switch to using FLAC__stream_encoder_set_compression_level() 2006-11-03 16:16:32 +00:00
Josh Coalson
ebd7be8d9a minor wording 2006-11-03 16:15:32 +00:00
Josh Coalson
1a90ac4602 add FLAC__stream_encoder_set_compression_level() 2006-11-03 16:15:02 +00:00
Josh Coalson
425609cb0c add FLAC__stream_encoder_set_compression_level() 2006-11-03 16:08:52 +00:00
Josh Coalson
7464fec9fe minor comments 2006-11-03 15:50:19 +00:00
Josh Coalson
aec8bb3435 rename metaflac's --import-picture to --import-picture-from for consistency with other options 2006-11-02 04:06:56 +00:00
Josh Coalson
989f26701d add --export-picture-to option to metaflac 2006-11-02 03:40:44 +00:00
Josh Coalson
7afb1553c7 fix grabbag__file_are_same() on win32 by using GetFileInformationByHandle() to compare 2006-11-02 01:39:54 +00:00
Josh Coalson
6986469917 minor comments 2006-11-02 01:39:14 +00:00