Josh Coalson
|
287ba3ac64
|
fix doc typos
|
2004-03-16 18:01:26 +00:00 |
|
Josh Coalson
|
9564390fb9
|
update copyright to 2004
|
2004-01-17 04:14:43 +00:00 |
|
Josh Coalson
|
0bc2c32814
|
minor comments
|
2003-12-30 03:29:58 +00:00 |
|
Josh Coalson
|
2ea9693ca3
|
fix __LIBNAME__ definition
|
2003-12-18 05:20:43 +00:00 |
|
Josh Coalson
|
071e13ac51
|
minor comments
|
2003-09-26 01:45:21 +00:00 |
|
Josh Coalson
|
6e2c6d9958
|
add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust
|
2003-09-25 04:01:49 +00:00 |
|
Josh Coalson
|
d36b346dbb
|
add resolved_as_cstring()
|
2003-09-24 22:08:00 +00:00 |
|
Josh Coalson
|
c6d1fc8a23
|
minor formatting
|
2003-09-24 22:07:31 +00:00 |
|
Josh Coalson
|
02e6011cd4
|
remove leftover and unimplemented proto FLAC__file_decoder_process_remaining_frames()
|
2003-09-24 22:07:08 +00:00 |
|
Josh Coalson
|
45f26d1018
|
minor comments
|
2003-09-23 20:35:03 +00:00 |
|
Josh Coalson
|
5b782b4da6
|
replace the compile time ordinals.h.in->ordinals.h conversion with a static ordinals.h
|
2003-09-15 21:14:26 +00:00 |
|
Josh Coalson
|
afd8107872
|
change license verbiage to Xiph's
|
2003-01-31 23:34:56 +00:00 |
|
Josh Coalson
|
fb99386385
|
add some asserts
|
2003-01-15 03:18:07 +00:00 |
|
Josh Coalson
|
f0a8c4fc87
|
minor comments
|
2003-01-15 03:17:51 +00:00 |
|
Josh Coalson
|
656479f153
|
write missing docs for remaining new functions
|
2003-01-12 08:42:58 +00:00 |
|
Josh Coalson
|
b3538c813d
|
minor comments
|
2003-01-12 08:42:23 +00:00 |
|
Josh Coalson
|
a70054d747
|
write up some missing documentation
|
2003-01-11 06:24:09 +00:00 |
|
Josh Coalson
|
0eea34aad0
|
big fix to allow codec and metadata interface to handle unknown metadata block types correctly
|
2003-01-10 05:29:17 +00:00 |
|
Josh Coalson
|
a7cf2336f7
|
better logic for determining whether or not DLL cruft is needed
|
2003-01-08 08:02:14 +00:00 |
|
Josh Coalson
|
afae69f0e3
|
Add 2003 to copyright notice
|
2003-01-02 07:03:16 +00:00 |
|
Josh Coalson
|
8f0c71b877
|
add "is_cd" flag to CUESHEET everywhere
|
2002-12-05 06:37:46 +00:00 |
|
Josh Coalson
|
919f99a37a
|
adjust CUESHEET reserved lengths, minor comments
|
2002-12-03 06:31:59 +00:00 |
|
Josh Coalson
|
1a9869ecb5
|
fix for mingw32
|
2002-11-28 22:53:10 +00:00 |
|
Josh Coalson
|
42628af1b0
|
minor comments
|
2002-11-21 06:41:13 +00:00 |
|
Josh Coalson
|
3b026e8dd1
|
more cuesheet convenience functions
|
2002-11-21 06:41:01 +00:00 |
|
Josh Coalson
|
dc386e1bd7
|
document some new functions
|
2002-11-19 06:21:36 +00:00 |
|
Josh Coalson
|
df7240ac84
|
add more CUESHEET convenience functions
|
2002-11-16 06:32:30 +00:00 |
|
Josh Coalson
|
38162d5a65
|
add more reserved space to CUESHEET implementation
|
2002-11-16 06:31:54 +00:00 |
|
Josh Coalson
|
d91f8fa758
|
add FLAC__METADATA_TYPE_UNDEFINED to FLAC__StreamMetadataType enum for marking beginning of reserved range
|
2002-11-15 05:44:26 +00:00 |
|
Josh Coalson
|
90c6416591
|
fail ..._init() if CUESHEET metadata block is illegal
|
2002-11-15 05:43:16 +00:00 |
|
Josh Coalson
|
8e9c4519e7
|
implement new CUESHEET metadata block
|
2002-11-14 05:00:24 +00:00 |
|
Josh Coalson
|
cd1a4230b8
|
add FLAC__file_decoder_get_decode_position()
|
2002-11-08 22:13:49 +00:00 |
|
Josh Coalson
|
58350af879
|
add FLAC__seekable_stream_decoder_get_decode_position()
|
2002-11-08 22:13:21 +00:00 |
|
Josh Coalson
|
0295422716
|
add ..._get_resolved_state_string() convenience function
|
2002-11-08 06:16:31 +00:00 |
|
Josh Coalson
|
9c2a011d46
|
add ..._get_resolved_state_string() convenience function
|
2002-11-08 06:06:37 +00:00 |
|
Josh Coalson
|
b667e70b82
|
constify first arg of FLAC__metadata_object_vorbiscomment_find_entry_from()
|
2002-11-05 07:24:33 +00:00 |
|
Josh Coalson
|
3e40402c1a
|
fix misspellings in docs
|
2002-10-26 04:35:47 +00:00 |
|
Josh Coalson
|
45bb9887e1
|
add more convenience for manipulating vorbis comments
|
2002-10-26 04:34:16 +00:00 |
|
Josh Coalson
|
1ce20b6ac3
|
final merge of changes from the end of the flac 1.0.4 maintenance branch
|
2002-10-23 22:18:37 +00:00 |
|
Josh Coalson
|
1d25bb6a61
|
fixes for building static libs (new FLAC__NO_DLL #define)
|
2002-10-18 05:50:28 +00:00 |
|
Josh Coalson
|
c216a82d7b
|
initial import
|
2002-10-16 22:34:13 +00:00 |
|
Josh Coalson
|
55bc58704e
|
tweaks to build libs as DLLs under windows
|
2002-10-16 22:18:32 +00:00 |
|
Josh Coalson
|
9bfe7572d7
|
add export.h
|
2002-10-16 22:04:53 +00:00 |
|
Josh Coalson
|
b070fe6023
|
add FLAC__MAX_QLP_COEFF_PRECISION
|
2002-10-04 05:24:30 +00:00 |
|
Josh Coalson
|
c1c8d496a4
|
new #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER
|
2002-09-26 04:42:10 +00:00 |
|
Josh Coalson
|
82738b303c
|
fixes related to the change of FLAC__VERSION_STRING from a #define to an identifier
|
2002-09-25 06:09:47 +00:00 |
|
Josh Coalson
|
4e3cf29bae
|
fix _HEADERS targets to not clobber each others
|
2002-09-20 05:56:33 +00:00 |
|
Josh Coalson
|
7eb54b98b6
|
minor comment typo fix
|
2002-09-11 00:31:29 +00:00 |
|
Josh Coalson
|
687857ac3a
|
minor comments
|
2002-09-06 04:54:45 +00:00 |
|
Josh Coalson
|
f3b39373f6
|
doxygen comments
|
2002-09-04 08:00:14 +00:00 |
|