Commit Graph

2344 Commits

Author SHA1 Message Date
Josh Coalson 6e94c90e60 add parsing of picture type from spec; add check that type 1 picture is 32x32 PNG 2006-09-24 16:17:53 +00:00
Josh Coalson 63da21f4f9 add test for --> MIME type (linked URL) 2006-09-24 07:28:24 +00:00
Josh Coalson e6c93ddf9d add support for --picture command to import PICTURE metadata 2006-09-24 07:22:18 +00:00
Josh Coalson 5f427b3fd3 new tester for testing PICTURE specification parsing 2006-09-24 07:19:55 +00:00
Josh Coalson 37d44c1a8c add picture.c (PICTURE specification parsing) 2006-09-24 07:18:42 +00:00
Josh Coalson 0faeaa1b6b new pictures/ directory has files used to test PICTURE metadata importing 2006-09-24 07:17:58 +00:00
Josh Coalson 3fae7d4cd6 add picture.h 2006-09-24 07:17:11 +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 aa1edebacd add #define FLAC_API_NUMBER 2006-09-23 19:12:26 +00:00
Josh Coalson f7f6c6e3ef change type val for UNKNOWN metadata block from 127 (now reserved) to 126 2006-09-20 16:16:52 +00:00
Josh Coalson d62eed4fa3 minor comments 2006-09-16 00:46:22 +00:00
Josh Coalson 1d43e10f83 minor comments 2006-09-16 00:38:53 +00:00
Josh Coalson 7f1b642611 minor comments 2006-09-16 00:38:14 +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 0008856e1b remove unused code 2006-09-16 00:28:25 +00:00
Josh Coalson 982ea3a260 fix recovery logic when seek fails 2006-09-16 00:23:01 +00:00
Josh Coalson 9acc35fe22 fix problem on windows where rename() fails if destination exists 2006-09-16 00:09:14 +00:00
Josh Coalson 180e0cac3a fix bug in file closing logic in _finish() 2006-09-16 00:08:45 +00:00
Josh Coalson da6c00efc1 fixed bug, file was not being closed at _finish() time 2006-09-16 00:08:23 +00:00
Josh Coalson e137825961 remove unused code 2006-09-16 00:07:39 +00:00
Josh Coalson c0da196166 minor comments 2006-09-16 00:07:20 +00:00
Josh Coalson 68acb04a4d change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder::Stream inherit from their FLAC counterparts 2006-09-15 15:40:57 +00:00
Josh Coalson edf672ed84 minor wording 2006-09-15 15:39:10 +00:00
Josh Coalson 0472058101 fix bug, --remove-replay-gain was not removing REPLAYGAIN_REFERENCE_LOUDNESS 2006-09-15 04:25:39 +00:00
Josh Coalson afd99a8bdb add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag 2006-09-15 04:20:39 +00:00
Josh Coalson 0973d4edd7 in FLAC tester, process til end-of-stream before seek barrage, to make sure the decoder can still seek while in the EOS state 2006-09-15 00:06:24 +00:00
Josh Coalson b292e75ebf add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag 2006-09-14 00:40:03 +00:00
Josh Coalson dcf04428fe add ReplayGainReferenceLoudness constant 2006-09-14 00:39:32 +00:00
Josh Coalson 6b21f66784 merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH 2006-09-13 01:42:27 +00:00
Josh Coalson 461f3eb260 relicense under LGPL 2.1 2006-09-06 04:03:52 +00:00
Josh Coalson e5ad6bde89 bump version to 1.1.3 2006-08-29 03:49:38 +00:00
Josh Coalson 95b8968389 bump version number to 1.1.3 2006-08-29 03:28:21 +00:00
Josh Coalson bfda3788d5 add support for encoding from FLAC to FLAC while preserving metadata 2006-08-28 03:42:10 +00:00
Josh Coalson ff151cc781 switch metaflac test over to comparing output against "golden" files 2006-08-28 03:39:45 +00:00
Josh Coalson 08c719a556 fix #include for off_t 2006-08-28 03:37:25 +00:00
Josh Coalson 14502c6242 minor typo 2006-08-28 03:33:01 +00:00
Josh Coalson f27a8ac726 minor EMX fix 2006-07-09 17:54:09 +00:00
Josh Coalson 7688f8e7ec MD5 comparison failures on decoding are now an error instead of a warning and will also return a non-zero exit code (SF #1493725). 2006-07-07 01:05:33 +00:00
Josh Coalson d237379a07 change unparseable frame handling, from a fatal error and FLAC__STREAM_DECODER_UNPARSEABLE_STREAM state, to a soft error FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM; also fixup wave/aiff headers when -F and there is no STREAMINFO 2006-07-06 07:50:45 +00:00
Josh Coalson ba26e4e59e comments 2006-07-06 07:49:36 +00:00
Josh Coalson 1a8afc7031 change unparseable frame handling, from a fatal error and FLAC__STREAM_DECODER_UNPARSEABLE_STREAM state, to a soft error FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM 2006-07-06 07:49:07 +00:00
Josh Coalson 4cbb812521 improve behavior of -F to decode even if there is no metadata 2006-06-14 06:51:59 +00:00
Josh Coalson 48b1e6ec56 improve behavior of -F to decode even if there is no metadata 2006-06-14 01:42:10 +00:00
Josh Coalson 5a8b6bad44 turn off do_md5_checking if there is no STREAMINFO block 2006-06-14 01:41:26 +00:00
Josh Coalson 78579c5c7c fix largefile bug 2006-06-13 05:17:12 +00:00
Josh Coalson bd8bb5469c minor comments 2006-06-12 04:10:55 +00:00
Josh Coalson 2bf0ef8b68 only build plugin_common if FLaC__HAVE_XMMS 2006-05-25 04:31:50 +00:00
Josh Coalson c933c93714 add --disable-xmms-plugin option to prevent building the xmms plugin (sf#930494 https://sourceforge.net/tracker/index.php?func=detail&aid=930494&group_id=13478&atid=363478) 2006-05-25 04:21:43 +00:00
Josh Coalson de9091e4a7 add configure options --disable-thorough-tests which breaks up testing into 3 levels: 0 for basic testing, 1 for thorough testing, 2 for exhaustive testing 2006-05-25 02:48:22 +00:00