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
|
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
|
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
|
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
|
b1ec796bda
|
complete largefile support
|
2006-05-24 04:41:36 +00:00 |
|
Josh Coalson
|
419e4ba7b6
|
remove window profiling field
|
2006-05-01 06:01:34 +00:00 |
|
Josh Coalson
|
8238936980
|
default window to tukey(0.5) instead of hann
|
2006-05-01 05:58:35 +00:00 |
|
Josh Coalson
|
c4fe269a90
|
add set_apodization() to oggflac layers
|
2006-05-01 05:27:13 +00:00 |
|
Josh Coalson
|
96d8cd2390
|
fix comment typos
|
2006-04-25 07:00:39 +00:00 |
|
Josh Coalson
|
0395dac13f
|
add 2206 to copyright notice
|
2006-04-25 06:59:33 +00:00 |
|
Josh Coalson
|
bf0f52c21e
|
add support for specifying which apodization functions to use to window data before lpc analysis
|
2006-04-25 06:38:43 +00:00 |
|
Josh Coalson
|
7cfac0b146
|
add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id()
|
2006-04-10 05:37:34 +00:00 |
|
Josh Coalson
|
09db6d84a7
|
minor comments
|
2005-12-02 05:31:11 +00:00 |
|
Josh Coalson
|
e9a638d004
|
add support for building on os/2 with emx
|
2005-09-03 03:54:16 +00:00 |
|
Josh Coalson
|
95e39a8fa5
|
allow non-strict mode for reading replaygain tags, to fallback to track tags if album tags are not available and vice versa
|
2005-09-01 01:01:08 +00:00 |
|
Josh Coalson
|
83fa59c800
|
more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion
|
2005-08-31 01:00:53 +00:00 |
|
Josh Coalson
|
83b8d28f9d
|
add shorthand option --remove-replay-gain to metaflac
|
2005-08-31 00:30:41 +00:00 |
|
Josh Coalson
|
4462311644
|
fix constness in some functions
|
2005-01-30 18:15:36 +00:00 |
|
Josh Coalson
|
f4c1a8e8ef
|
fixes for compiling with SunPro
|
2005-01-27 03:55:35 +00:00 |
|
Josh Coalson
|
7ba64127f4
|
merge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEASE_1_1_1__2004_10_01 -j FLAC_RELEASE_1_1_1_MAINTENANCE_BRANCH (AKA FLAC_RELEASE_1_1_1_MAINTENANCE__MERGE_TO_TRUNK))
|
2005-01-25 05:03:48 +00:00 |
|
Josh Coalson
|
a78fac662c
|
add 2005 to copyright notices
|
2005-01-25 04:17:55 +00:00 |
|
Josh Coalson
|
c71bfe953c
|
remove superfluous semicolon after namespace closures
|
2005-01-25 02:27:20 +00:00 |
|
Josh Coalson
|
42372b9aed
|
libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags()
|
2005-01-07 01:09:07 +00:00 |
|
Josh Coalson
|
2c75bd8b80
|
minor comments
|
2004-12-30 03:55:00 +00:00 |
|
Josh Coalson
|
2de1124e36
|
add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces
|
2004-12-30 03:41:19 +00:00 |
|
Josh Coalson
|
81b3cae6d5
|
revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format
|
2004-12-30 01:09:53 +00:00 |
|
Josh Coalson
|
def597ee59
|
additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere
|
2004-12-30 00:59:30 +00:00 |
|
Josh Coalson
|
0975843bed
|
first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places.
|
2004-10-20 00:21:50 +00:00 |
|
Josh Coalson
|
42d57fa648
|
fix minor comment typos
|
2004-09-25 23:45:55 +00:00 |
|
Josh Coalson
|
ffc4c636fb
|
add links to the license page in doxygen docs
|
2004-09-14 03:36:26 +00:00 |
|
Josh Coalson
|
346e0d8b8c
|
add comment braces for doxygen
|
2004-09-14 03:35:58 +00:00 |
|
Josh Coalson
|
69cfda7a20
|
add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets
|
2004-09-10 00:38:21 +00:00 |
|
Josh Coalson
|
c408de02be
|
fix bug copying a null vorbis comment entry
|
2004-09-08 00:55:42 +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
|
27426b697f
|
remove unneeded check for config.h
|
2004-09-02 04:42:49 +00:00 |
|
Josh Coalson
|
23008d7aac
|
fix typo in comments
|
2004-07-31 22:10:19 +00:00 |
|
Josh Coalson
|
1aca6b114b
|
add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()
|
2004-07-30 01:54:29 +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
|
04890961a9
|
add callback.h to header list
|
2004-07-29 05:24:35 +00:00 |
|
Josh Coalson
|
26b69845eb
|
extend hack of making decoder_ pointer public to gcc < 2.96
|
2004-07-27 00:22:51 +00:00 |
|
Josh Coalson
|
8eb486a53e
|
update license verbiage
|
2004-07-23 05:12:30 +00:00 |
|
Josh Coalson
|
3cb83414a9
|
add pragma to disable annoying MSVC warning C4800
|
2004-07-23 05:11:06 +00:00 |
|
Josh Coalson
|
e44501d557
|
remove the __LIBNAME__ definitions
|
2004-07-23 05:09:04 +00:00 |
|
Josh Coalson
|
1cb2341298
|
max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code
|
2004-07-22 01:32:00 +00:00 |
|
Josh Coalson
|
091d84f25c
|
add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks)
|
2004-07-22 01:04:22 +00:00 |
|
Josh Coalson
|
d113ca3d2f
|
add an accessor method for the underlying ::FLAC__StreamMetadata object
|
2004-07-22 01:03:43 +00:00 |
|
Josh Coalson
|
47f51b1c22
|
add method for skipping an audio frame, plus tests
|
2004-07-16 00:53:38 +00:00 |
|
Josh Coalson
|
cd5b1a638c
|
minor comment fixes
|
2004-07-16 00:16:08 +00:00 |
|
Josh Coalson
|
d5c593b09a
|
add documentation for new callback-based functions
|
2004-07-16 00:15:12 +00:00 |
|
Josh Coalson
|
deab462735
|
add libFLAC++ equivalent callback-based chain reading/writing and tests
|
2004-07-15 16:22:43 +00:00 |
|
Josh Coalson
|
0e46bf5624
|
do not close any file handles in the callback-based chain reading/writing
|
2004-07-15 00:04:46 +00:00 |
|
Josh Coalson
|
463a22cc3a
|
add callback-based versions of chain writing: FLAC__metadata_chain_check_if_tempfile_needed(), FLAC__metadata_chain_write_with_callbacks(), FLAC__metadata_chain_write_with_callbacks_and_tempfile()
|
2004-07-11 06:41:00 +00:00 |
|
Josh Coalson
|
eaf8fbd8b7
|
add an EOF callback to the mix
|
2004-07-11 06:32:09 +00:00 |
|
Josh Coalson
|
91748beb86
|
add FLAC__metadata_chain_read_with_callbacks()
|
2004-07-10 22:28:03 +00:00 |
|
Josh Coalson
|
d8934e2134
|
add callback.h
|
2004-07-10 00:37:02 +00:00 |
|
Josh Coalson
|
85d7b9f01c
|
minor comments
|
2004-07-07 19:45:48 +00:00 |
|
Josh Coalson
|
f37a397cf1
|
get rid of obsolete *_get_decode_position() methods
|
2004-07-07 07:43:18 +00:00 |
|
Josh Coalson
|
63f8edc69c
|
revamp OggFLAC__SeekableStreamDecoder to derive from OggFLAC__StreamDecoder instead of FLAC__SeekableStreamDecoder; rewrite seek routine to do a binary search through Ogg pages, instead of the seektable-based search of FLAC__SeekableStreamDecoder
|
2004-07-07 07:35:02 +00:00 |
|
Josh Coalson
|
f45b2a85a7
|
minor reordering of decoder state enum to match FLAC layers
|
2004-03-17 22:08:15 +00:00 |
|
Josh Coalson
|
287ba3ac64
|
fix doc typos
|
2004-03-16 18:01:26 +00:00 |
|
Josh Coalson
|
8a5b74068a
|
*** empty log message ***
|
2004-01-30 07:34:17 +00:00 |
|
Josh Coalson
|
9564390fb9
|
update copyright to 2004
|
2004-01-17 04:14:43 +00:00 |
|
Josh Coalson
|
e6d52b08ba
|
add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata rewriting
|
2004-01-17 03:52:59 +00:00 |
|
Josh Coalson
|
30cd31636f
|
revamp OggFLAC__SeekableStreamEncoder to derive from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder
|
2004-01-16 00:16:45 +00:00 |
|
Josh Coalson
|
b71b56cb4b
|
various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder
|
2004-01-16 00:03:15 +00:00 |
|
Josh Coalson
|
073bd9e471
|
revamp ogg flac file decoder; it needed to be derived from the ogg flac stream encoder instead of the flac file encoder
|
2003-12-31 05:38:20 +00:00 |
|
Josh Coalson
|
0bc2c32814
|
minor comments
|
2003-12-30 03:29:58 +00:00 |
|
Josh Coalson
|
37a4d2a495
|
workaround MSVC bug re: scoping of nested classes
|
2003-12-18 20:06:52 +00:00 |
|
Josh Coalson
|
2ea9693ca3
|
fix __LIBNAME__ definition
|
2003-12-18 05:20:43 +00:00 |
|
Josh Coalson
|
5dda2bd67b
|
use double for scale factor instead of float
|
2003-12-18 05:19:34 +00:00 |
|
Josh Coalson
|
9c650a561a
|
add undocumented option --apply-replaygain-which-is-not-lossless to flac; required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/
|
2003-12-17 04:51:06 +00:00 |
|
Josh Coalson
|
45df151527
|
better end-of-file/stream checking
|
2003-11-13 23:34:28 +00:00 |
|
Josh Coalson
|
3c2bdf8746
|
add ogg seekable stream and file encoder and decoder interfaces
|
2003-09-26 01:56:01 +00:00 |
|
Josh Coalson
|
4e96cdbb7b
|
minor syntax
|
2003-09-26 01:46:21 +00:00 |
|
Josh Coalson
|
069a58bbe0
|
minor formatting
|
2003-09-26 01:45:42 +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
|
85f53571e4
|
minor comments
|
2003-09-24 22:13:35 +00:00 |
|
Josh Coalson
|
774a127ed7
|
minor syntax
|
2003-09-24 22:12:32 +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
|
8bd4884ca1
|
add the metadata callback back in the stream encoder
|
2003-09-24 22:03:35 +00:00 |
|
Josh Coalson
|
43b0ddc0c0
|
add OggFLAC__stream_encoder_get_resolved_state_string()
|
2003-09-24 04:29:17 +00:00 |
|
Josh Coalson
|
75c7968e35
|
more API comments, add OggFLAC__file_decoder_set_serial_number(), OggFLAC__file_decoder_get_resolved_state_string(), OggFLAC__file_decoder_get_decode_position()
|
2003-09-24 04:28:42 +00:00 |
|
Josh Coalson
|
ae1aad1dbc
|
more API comments, add OggFLAC__seekable_stream_decoder_set_serial_number(), OggFLAC__seekable_stream_decoder_get_resolved_state_string(), OggFLAC__seekable_stream_decoder_get_decode_position()
|
2003-09-24 04:27:55 +00:00 |
|
Josh Coalson
|
03140c4291
|
add OggFLAC__stream_decoder_get_resolved_state_string()
|
2003-09-24 04:20:07 +00:00 |
|
Josh Coalson
|
5e97309798
|
add *::State::resolved_as_cstring()
|
2003-09-24 04:18:32 +00:00 |
|
Josh Coalson
|
f1c2379c47
|
inline *::State::resolved_as_cstring()
|
2003-09-24 04:17:26 +00:00 |
|
Josh Coalson
|
45f26d1018
|
minor comments
|
2003-09-23 20:35:03 +00:00 |
|
Josh Coalson
|
8d06d47f95
|
minor comments
|
2003-09-23 20:28:05 +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
|
e8a7601a4b
|
change license verbiage
|
2003-02-07 00:14:32 +00:00 |
|
Josh Coalson
|
afd8107872
|
change license verbiage to Xiph's
|
2003-01-31 23:34:56 +00:00 |
|
Josh Coalson
|
a7038a9a31
|
fix return type for Track::get_num_indices()
|
2003-01-22 20:16:20 +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
|
5e2f571140
|
fix some ansi violations in identifier names
|
2003-01-13 02:12:23 +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
|
8b9a477a8c
|
fix verbiage about get_block() in Iterator class
|
2002-12-28 07:03:26 +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
|
121a3561be
|
add cuesheet writer
|
2002-11-22 06:20:19 +00:00 |
|
Josh Coalson
|
bfc8e319c2
|
revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories
|
2002-11-21 09:00:25 +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
|
5d86e18cd2
|
add cuesheet.h
|
2002-11-19 06:21:00 +00:00 |
|
Josh Coalson
|
1621979245
|
finish implementation of CueSheet object wrapper
|
2002-11-19 06:19:29 +00:00 |
|
Josh Coalson
|
d5f612c1d0
|
initial import
|
2002-11-19 06:09:07 +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
|
863dbf3bcb
|
add CueSheet object wrapper
|
2002-11-16 06:30:30 +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
|
7ca0caf663
|
initial import
|
2002-11-07 05:14:29 +00:00 |
|
Josh Coalson
|
d4dbadcc11
|
make names more consistent
|
2002-11-07 05:08:59 +00:00 |
|
Josh Coalson
|
b8f8a07684
|
updates to work with new grabbag lib
|
2002-11-07 05:07:30 +00:00 |
|
Josh Coalson
|
bd6c68fd58
|
initial import
|
2002-11-07 05:05:45 +00:00 |
|
Josh Coalson
|
35f8dc4726
|
move to grabbag/
|
2002-11-07 05:03:14 +00:00 |
|
Josh Coalson
|
a3963a6d9c
|
add covenience functions parsing gains/peaks from vorbis comments and computing the scale factor from the gain
|
2002-11-05 07:25:36 +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
|
99602a28bf
|
add support for new file_utils convenience library
|
2002-10-30 06:24:01 +00:00 |
|
Josh Coalson
|
f0ba82178f
|
add more fine-grained tagging functions, do peak analysis
|
2002-10-30 06:19:04 +00:00 |
|
Josh Coalson
|
1961c36454
|
initial import
|
2002-10-30 06:13:28 +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
|
ee0f93ddd9
|
flesh out implementation
|
2002-10-26 04:27:43 +00:00 |
|
Josh Coalson
|
1f22816171
|
initial import
|
2002-10-25 04:53:00 +00:00 |
|
Josh Coalson
|
ddadef6f97
|
add new gain_analysis convenience library
|
2002-10-24 05:44:42 +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
|
8806494551
|
fixes for building static libs (new FLAC__NO_DLL #define)
|
2002-10-18 06:14:09 +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
|
c360328340
|
minor formatting
|
2002-09-19 01:00:32 +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
|
bc8f17333e
|
add resolved_as_cstring() method to State classes
|
2002-09-06 00:40:30 +00:00 |
|
Josh Coalson
|
f3b39373f6
|
doxygen comments
|
2002-09-04 08:00:14 +00:00 |
|
Josh Coalson
|
8304c8fdac
|
add support for serial number in Ogg streams
|
2002-09-04 07:52:58 +00:00 |
|
Josh Coalson
|
20ac2c1cac
|
restrict subset to max blocksize of 16384 and max residual partition order of 8
|
2002-08-30 05:47:14 +00:00 |
|
Josh Coalson
|
3ac6693c89
|
add read_only argument to simple iterator initializer
|
2002-08-30 05:41:31 +00:00 |
|
Josh Coalson
|
765ff502c7
|
minor formatting
|
2002-08-27 05:46:11 +00:00 |
|
Josh Coalson
|
ec5ea04c05
|
more comments
|
2002-08-25 05:27:53 +00:00 |
|
Josh Coalson
|
cb9d93ad4d
|
add vendor string to encoding
|
2002-08-25 05:27:15 +00:00 |
|
Josh Coalson
|
b6c08cd0f2
|
minor comments
|
2002-08-23 06:42:03 +00:00 |
|
Josh Coalson
|
402da70fcd
|
more doxygen docs
|
2002-08-21 03:40:11 +00:00 |
|
Josh Coalson
|
87977bad56
|
more doxygen docs
|
2002-08-20 07:09:33 +00:00 |
|
Josh Coalson
|
4dc3507090
|
more doxygen docs
|
2002-08-20 03:56:52 +00:00 |
|
Josh Coalson
|
a37ba46b4c
|
split off dynamically allocated stuff from FLAC__EntropyCodingMethod_PartitionedRice to FLAC__EntropyCodingMethod_PartitionedRiceContent
|
2002-08-19 21:36:39 +00:00 |
|
Josh Coalson
|
b7023aa1b4
|
rework so that rice parameters and raw_bits from the entropy coding method struct are sized dynamically
|
2002-08-17 15:23:43 +00:00 |
|
Josh Coalson
|
efc6c90ea8
|
more doxygen comments
|
2002-08-16 03:09:06 +00:00 |
|
Josh Coalson
|
724b532b66
|
doxygen comments
|
2002-08-15 19:19:46 +00:00 |
|
Josh Coalson
|
2ea0839abb
|
add a samples_written field to the progress callback
|
2002-08-08 22:55:45 +00:00 |
|
Josh Coalson
|
43e06aaa8b
|
minor comments
|
2002-08-08 22:50:31 +00:00 |
|
Josh Coalson
|
589f8c7880
|
add ..._get_verify_decoder_error_stats()
|
2002-08-07 23:54:55 +00:00 |
|
Josh Coalson
|
da195e2a05
|
these are obsolete, maybe to be revived later
|
2002-08-07 17:40:56 +00:00 |
|
Josh Coalson
|
edc9fee9b2
|
several fixes
|
2002-08-07 17:39:24 +00:00 |
|
Josh Coalson
|
79600e1fdd
|
remove file decoder and seekable stream decoder
|
2002-08-07 17:38:53 +00:00 |
|
Josh Coalson
|
c49380d638
|
add OggFLAC dirs
|
2002-08-07 17:38:08 +00:00 |
|
Josh Coalson
|
cb91302973
|
initial import
|
2002-08-07 17:05:16 +00:00 |
|
Josh Coalson
|
71e623bc6e
|
more work
|
2002-08-06 06:09:06 +00:00 |
|
Josh Coalson
|
f86f400869
|
remove obsolete includes
|
2002-08-06 05:39:44 +00:00 |
|
Josh Coalson
|
ac2932b47f
|
did more work but still not finished
|
2002-08-06 05:38:55 +00:00 |
|
Josh Coalson
|
fb4ab8fdc0
|
minor formatting
|
2002-08-06 05:34:13 +00:00 |
|
Josh Coalson
|
546c95729b
|
documentation typos
|
2002-08-05 06:54:32 +00:00 |
|
Josh Coalson
|
844a0fb54d
|
add OggFLAC
|
2002-08-05 06:53:35 +00:00 |
|
Josh Coalson
|
27b53dcf5d
|
initial import; still needs a lot of work
|
2002-08-05 06:49:45 +00:00 |
|
Josh Coalson
|
d86e03bc63
|
add verify mode to all encoders
|
2002-08-03 21:56:15 +00:00 |
|
Josh Coalson
|
b5bc249415
|
add ..._get_total_samples_estimate(), add progress callback to file encoder
|
2002-08-02 07:40:38 +00:00 |
|
Josh Coalson
|
3a7b2c9be8
|
add ..._get_total_samples_estimate()
|
2002-08-02 07:38:20 +00:00 |
|
Josh Coalson
|
ebd4a65cda
|
new seekable stream encoder and file encoder layers
|
2002-08-02 06:26:37 +00:00 |
|
Josh Coalson
|
3cec051d3f
|
revamp decoder process calls
|
2002-08-02 06:26:12 +00:00 |
|
Josh Coalson
|
cfdfc82801
|
revamp decoder process calls
|
2002-08-02 06:12:36 +00:00 |
|
Josh Coalson
|
681c29333a
|
make typedefs for callbacks
|
2002-08-01 08:19:37 +00:00 |
|
Josh Coalson
|
312438fc61
|
finish implementation
|
2002-08-01 07:34:12 +00:00 |
|
Josh Coalson
|
cad97be8de
|
new funcs for getting underlying decoder layer states
|
2002-08-01 07:28:03 +00:00 |
|
Josh Coalson
|
a5c12467d9
|
new functions for seektable templates, point sorting
|
2002-08-01 06:46:15 +00:00 |
|
Josh Coalson
|
4ef8fc5283
|
minor syntax
|
2002-08-01 06:42:59 +00:00 |
|
Josh Coalson
|
5c491a17f3
|
change to FLAC__stream_encoder_init(), now calls write callback for fLaC signature, and once for each metadata block
|
2002-08-01 06:39:40 +00:00 |
|
Josh Coalson
|
5a5de738a8
|
new functions for seektable templates, point sorting
|
2002-08-01 06:37:11 +00:00 |
|
Josh Coalson
|
69484aa893
|
finish up implementation
|
2002-08-01 06:35:07 +00:00 |
|
Josh Coalson
|
f1eff45c96
|
new seekable stream encoder and file encoder layers, not fully implemented yet
|
2002-07-31 07:05:33 +00:00 |
|
Josh Coalson
|
6e78c0d859
|
minor comments
|
2002-07-31 06:57:31 +00:00 |
|
Josh Coalson
|
f6efd9cec9
|
more doxygen docs
|
2002-07-27 04:59:54 +00:00 |
|
Josh Coalson
|
69a44a67da
|
more doxygen docs
|
2002-07-26 05:19:23 +00:00 |
|
Josh Coalson
|
03706dce5e
|
more doxygen docs
|
2002-07-25 05:35:16 +00:00 |
|
Josh Coalson
|
5cc58dfc3a
|
more doxygen docs
|
2002-07-24 06:15:56 +00:00 |
|
Josh Coalson
|
0b9ebc3934
|
more doxygen docs
|
2002-07-16 16:14:17 +00:00 |
|
Josh Coalson
|
f31f55478d
|
more doxygen comments
|
2002-07-15 05:26:50 +00:00 |
|
Josh Coalson
|
0e252ba45b
|
more doxygen docs
|
2002-07-12 05:42:04 +00:00 |
|
Josh Coalson
|
a7f907b5cd
|
more doxygen additions
|
2002-07-11 05:51:59 +00:00 |
|
Josh Coalson
|
889598dc8a
|
add more doxygen documentation
|
2002-07-10 07:14:49 +00:00 |
|
Josh Coalson
|
8396175b85
|
initial Doxygen work
|
2002-07-09 06:12:59 +00:00 |
|
Josh Coalson
|
021c0221b6
|
specialize getopt for FLAC
|
2002-06-28 06:37:13 +00:00 |
|
Josh Coalson
|
bc869506bd
|
minor changes in anticipation of release
|
2002-06-14 06:36:16 +00:00 |
|
Josh Coalson
|
d57c8d31e3
|
fixes from compiling code and running all the tests on NT
|
2002-06-11 06:15:28 +00:00 |
|
Josh Coalson
|
999be3b92f
|
last batch of changes and fixes based on the libFLAC++ unit tests
|
2002-06-10 04:42:35 +00:00 |
|
Josh Coalson
|
cc68251f5a
|
another big glob of changes/fixes
|
2002-06-08 04:53:42 +00:00 |
|
Josh Coalson
|
57ba6f4eb7
|
massive glob of checkins: improved tests, more tests, bugfixes
|
2002-06-07 05:27:37 +00:00 |
|
Josh Coalson
|
28e08d8fc2
|
bring in what was FLAC__seek_table_is_valid()
|
2002-06-05 05:56:41 +00:00 |
|
Josh Coalson
|
6dc7934c3a
|
remove seek_table; it moved into the metadata interface
|
2002-06-05 05:55:24 +00:00 |
|
Josh Coalson
|
40f037108a
|
contents moved into metadata interface
|
2002-06-05 05:54:23 +00:00 |
|
Josh Coalson
|
a92f6005ef
|
add inherited get methods from stream decoder in file decoder also
|
2002-06-04 06:00:09 +00:00 |
|
Josh Coalson
|
a1260ff978
|
fix status enum names
|
2002-06-04 05:47:51 +00:00 |
|
Josh Coalson
|
2e3527f8a4
|
add inherited get methods from stream decoder
|
2002-06-04 05:47:33 +00:00 |
|
Josh Coalson
|
7ee4d1780c
|
fixes based on MSVC compile
|
2002-06-01 06:31:27 +00:00 |
|
Josh Coalson
|
a90f80fc9f
|
fix state enums
|
2002-06-01 05:45:50 +00:00 |
|
Josh Coalson
|
66075c1585
|
new more flexible way of passing metadata to stream encoder
|
2002-06-01 05:39:38 +00:00 |
|
Josh Coalson
|
b2b5358a91
|
add methods to SeekTable, Padding, and VorbisComment
|
2002-05-31 06:20:50 +00:00 |
|
Josh Coalson
|
a9f25cea59
|
pass vorbis comment entries by value
|
2002-05-31 06:20:22 +00:00 |
|
Josh Coalson
|
d58a24899d
|
rework the api to seektable and vorbis comment objects
|
2002-05-30 05:28:07 +00:00 |
|
Josh Coalson
|
99f4140468
|
add encoder.h and decoder.h
|
2002-05-29 05:54:52 +00:00 |
|
Josh Coalson
|
5ac8bd1cda
|
minor comments
|
2002-05-29 05:53:57 +00:00 |
|
Josh Coalson
|
1655604813
|
fix constness on _set_ methods
|
2002-05-29 05:51:24 +00:00 |
|
Josh Coalson
|
b04a16e462
|
initial import
|
2002-05-29 05:49:50 +00:00 |
|
Josh Coalson
|
a7b673c007
|
add support for id3v2 tags to levels 1 and 2, better bad metadata handling, fix bug with merge_padding
|
2002-05-25 02:13:38 +00:00 |
|
Josh Coalson
|
fb74f10df7
|
add iterator classes
|
2002-05-22 05:33:29 +00:00 |
|
Josh Coalson
|
b9b3341347
|
comment changes
|
2002-05-22 05:32:41 +00:00 |
|
Josh Coalson
|
4d4b2b7f18
|
minor changes to some defines/globals
|
2002-05-20 05:55:44 +00:00 |
|
Josh Coalson
|
fda98fb7e4
|
initial import
|
2002-05-17 06:33:39 +00:00 |
|
Josh Coalson
|
fbff70df31
|
update with new semantics for padding
|
2002-05-17 06:13:03 +00:00 |
|
Josh Coalson
|
e166694a9f
|
add FLAC++ and share subdirs
|
2002-05-17 06:12:32 +00:00 |
|
Josh Coalson
|
08200a161b
|
differentiate between format max bps and reference codec max bps
|
2002-05-16 06:39:13 +00:00 |
|
Josh Coalson
|
1d437002be
|
minor comments
|
2002-05-16 06:38:32 +00:00 |
|
Josh Coalson
|
18f33a530a
|
add conditional extern "C"
|
2002-05-16 06:37:27 +00:00 |
|