Commit Graph

61 Commits

Author SHA1 Message Date
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
26b69845eb extend hack of making decoder_ pointer public to gcc < 2.96 2004-07-27 00:22:51 +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
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
deab462735 add libFLAC++ equivalent callback-based chain reading/writing and tests 2004-07-15 16:22:43 +00:00
Josh Coalson
9564390fb9 update copyright to 2004 2004-01-17 04:14:43 +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
069a58bbe0 minor formatting 2003-09-26 01:45:42 +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
f1c2379c47 inline *::State::resolved_as_cstring() 2003-09-24 04:17:26 +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
b3538c813d minor comments 2003-01-12 08:42:23 +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
1621979245 finish implementation of CueSheet object wrapper 2002-11-19 06:19:29 +00:00
Josh Coalson
863dbf3bcb add CueSheet object wrapper 2002-11-16 06:30:30 +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
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
bc8f17333e add resolved_as_cstring() method to State classes 2002-09-06 00:40:30 +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
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
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
589f8c7880 add ..._get_verify_decoder_error_stats() 2002-08-07 23:54:55 +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
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
f6efd9cec9 more doxygen docs 2002-07-27 04:59:54 +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
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