Commit Graph

2014 Commits

Author SHA1 Message Date
Josh Coalson
d9c278a7f2 minor spacing 2004-09-08 00:56:03 +00:00
Josh Coalson
c408de02be fix bug copying a null vorbis comment entry 2004-09-08 00:55:42 +00:00
Josh Coalson
0ceb4491da rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated 2004-09-08 00:55:16 +00:00
Josh Coalson
9aac670eea fix bug: source file needs to be explicitly rewound before reading/writing in callback mode 2004-09-08 00:50:21 +00:00
Josh Coalson
748459cdac fix bug copying a null vorbis comment entry 2004-09-08 00:49:30 +00:00
Josh Coalson
624afd59d4 initial import 2004-09-08 00:39:55 +00:00
Josh Coalson
4598b1c8b0 "finalize" Ogg FLAC mapping version 1.0 by prepending "FLAC" magic and a 2 byte mapping version number to the first packet 2004-09-03 01:03:23 +00:00
Josh Coalson
df964fe3e6 initial import 2004-09-03 01:02:00 +00:00
Josh Coalson
adeb4fe072 add ogg_mapping.h 2004-09-03 01:00:56 +00:00
Josh Coalson
ecc94919cf add ogg_mapping.c 2004-09-03 01:00:46 +00:00
Josh Coalson
eb2a760c26 add GNUpod link 2004-09-03 01:00:19 +00:00
Josh Coalson
9c551a9398 remove check for config.h and assume everyone has inttypes.h (C99); special workaround for MSVC still exists 2004-09-02 04:45:03 +00:00
Josh Coalson
da1457f02c add note about bogus trojan warning in win installer; fix link to burrrn 2004-09-02 04:44:04 +00:00
Josh Coalson
a1093f9e86 add metaflac to search path 2004-09-02 04:43:38 +00:00
Josh Coalson
edcde6fd78 add --tag=CC required by latest libtool 2004-09-02 04:43:12 +00:00
Josh Coalson
27426b697f remove unneeded check for config.h 2004-09-02 04:42:49 +00:00
Josh Coalson
55ddee58f0 fix FLAC->Ogg mapping to merge fLaC magic with the STREAMINFO in the first Ogg packet 2004-08-20 22:09:02 +00:00
Josh Coalson
9ea8a53de2 remove unused OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes() 2004-08-20 00:17:55 +00:00
Josh Coalson
cf221fee1b remove unused "bytes_written" bookkeeping in FLAC__OggEncoderAspect 2004-08-20 00:17:36 +00:00
Josh Coalson
334defde11 last-minute additions to distribution list 2004-07-31 22:56:34 +00:00
Josh Coalson
23008d7aac fix typo in comments 2004-07-31 22:10:19 +00:00
Josh Coalson
26ca46b8eb fix install bug that happens if doxygen is not present 2004-07-31 22:10:13 +00:00
Josh Coalson
1aca6b114b add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() 2004-07-30 01:54:29 +00:00
Josh Coalson
9645dddaad add more info about requirements and possible solutions to problems 2004-07-30 01:01:20 +00:00
Josh Coalson
50452ab0bc fix bug in touch command 2004-07-30 00:47:04 +00:00
Josh Coalson
90e5716b01 add checks for docbook2man 2004-07-30 00:46:39 +00:00
Josh Coalson
4f4beee61e minor wording 2004-07-30 00:35:51 +00:00
Josh Coalson
0c68bb9a83 update to match CVS 2004-07-30 00:28:48 +00:00
Josh Coalson
5ff9db40bc update revision dates 2004-07-30 00:27:49 +00:00
Josh Coalson
29f52ea9db add testing of min/max possible --skip values 2004-07-30 00:22:46 +00:00
Josh Coalson
cfd9701f1a minor comments 2004-07-30 00:07:04 +00:00
Josh Coalson
888db35229 deduce from the STREAMINFO whether or not to expect the imported cuesheet to follow CD-DA rules 2004-07-30 00:06:23 +00:00
Josh Coalson
9b32217c24 bump libtool version numbers for flac-1.1.1-beta1 2004-07-30 00:03:52 +00:00
Josh Coalson
73e51b822a more acceptable hack to the workaround of nested classes not being able to see protected members in the parent with some compilers 2004-07-30 00:02:33 +00:00
Josh Coalson
bd1e5ffd1f add explanation of new read callback 2004-07-30 00:01:45 +00:00
Josh Coalson
6192683266 remove some older news items from the status box 2004-07-30 00:00:17 +00:00
Josh Coalson
ac1da40b8d add changelog.html and links.html 2004-07-29 23:59:25 +00:00
Josh Coalson
c844f5fdbe add changelog and links to navigation bar, move links section from main page sidebar to its own page 2004-07-29 23:59:21 +00:00
Josh Coalson
13e1ae2b1a initial import 2004-07-29 23:58:22 +00:00
Josh Coalson
b73eabd30e strip out bogus args passed to assembler by libtool 2004-07-29 06:46:26 +00:00
Josh Coalson
c2570659f2 rename strip_fPIC.sh to strip_non_asm_libtool_args.sh, as it takes on new duties stripping other arguments for other assemblers 2004-07-29 06:43:23 +00:00
Josh Coalson
cce2f25a10 obsolete 2004-07-29 06:42:16 +00:00
Josh Coalson
792a6a074e add comments to OS X section about required libs and altivec 2004-07-29 06:34:50 +00:00
Josh Coalson
49623ea2d0 be more precise in long long int literal specification for ANSI compilers (gcc3 requires an LL suffix on literals that do not fit in an int 2004-07-29 06:28:59 +00:00
Josh Coalson
2af08da5e5 fix #include ordering to stop a warning caused by id3.h 2004-07-29 06:27:00 +00:00
Josh Coalson
2ca6ca8706 fix syntax error 2004-07-29 05:25:48 +00:00
Josh Coalson
985dd8d17b add AM_PROG_AS, although currently it is only needed for PowerPC 2004-07-29 05:25:36 +00:00
Josh Coalson
04890961a9 add callback.h to header list 2004-07-29 05:24:35 +00:00
Josh Coalson
6013f4e3a2 attribute Brady's asm code contributions 2004-07-28 04:04:23 +00:00
Josh Coalson
79761232fc add 1.1.1 changelog entry for PPC optimizations 2004-07-28 04:04:00 +00:00