Commit Graph

93 Commits

Author SHA1 Message Date
Josh Coalson
42228b33e2 bump libtool .so number in prep for release 2006-10-10 03:44:54 +00:00
Josh Coalson
480c01144e minor comments 2006-09-26 01:01:38 +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
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
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
6126c83125 minor syntax 2006-05-03 00:20:47 +00:00
Josh Coalson
c4fe269a90 add set_apodization() to oggflac layers 2006-05-01 05:27:13 +00:00
Josh Coalson
0395dac13f add 2206 to copyright notice 2006-04-25 06:59:33 +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
a3448128bc bump the libtool number 2005-02-02 01:51:25 +00:00
Josh Coalson
05a3984002 fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS 2005-01-30 18:44:46 +00:00
Josh Coalson
f4c1a8e8ef fixes for compiling with SunPro 2005-01-27 03:55:35 +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
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
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
3fbf64c110 bump libtool library version numbers 2004-09-10 00:20:59 +00:00
Josh Coalson
1aca6b114b add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() 2004-07-30 01:54:29 +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
990f741f54 work around MSVC bug in set_metadata() 2004-07-23 05:16:11 +00:00
Josh Coalson
3cb83414a9 add pragma to disable annoying MSVC warning C4800 2004-07-23 05:11:06 +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
a9414544f0 fixes for autoconf 2004-07-20 01:24:48 +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
42a167fe20 use $libdir instead of $prefix/lib to find library dir 2004-05-26 20:20:22 +00:00
Josh Coalson
9564390fb9 update copyright to 2004 2004-01-17 04:14:43 +00:00
Josh Coalson
b7eeec1eeb #pragma to turn off useless MSVC warning C4800 2003-12-18 05:16:44 +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
f6224af614 *::State::resolved_as_cstring() is now inlined 2003-09-24 04:30:30 +00:00
Matt Zimmerman
e3499073ba Explicitly link shared libraries against dependent libraries, in response to
Debian bug #179764.  This lets the linker resolve things automagically, and
programs linking with FLAC libs don't need to add any extra linker flags, among
other good things.

http://bugs.debian.org/179764
2003-05-27 05:07:16 +00:00
Josh Coalson
afd8107872 change license verbiage to Xiph's 2003-01-31 23:34:56 +00:00
Josh Coalson
e5d57affbe bump the libtool version numbers 2003-01-25 18:42:23 +00:00
Josh Coalson
630d22ed7b remove reference to obsolete Makefile.vc 2003-01-25 18:32:56 +00:00
Josh Coalson
d8109c2d93 obsolete now that .dsp files are complete 2003-01-25 18:24:13 +00:00
Josh Coalson
ad017c6fb2 bump the libtool revision number only 2003-01-15 07:04:43 +00:00
Josh Coalson
8dea208c85 Second patch from X-Fixer: tweaks for better MSVC build 2003-01-14 09:05:41 +00:00
Josh Coalson
a7101b1ea2 minor formatting 2003-01-14 03:56:45 +00:00
Josh Coalson
cbaab8625c big fix to allow codec and metadata interface to handle unknown metadata block types correctly 2003-01-10 05:43:51 +00:00
Josh Coalson
8bd67f558b update the libtool library version number 2003-01-02 07:23:04 +00:00
Josh Coalson
afae69f0e3 Add 2003 to copyright notice 2003-01-02 07:03:16 +00:00
Josh Coalson
1024034913 need /GR for dynamic_cast to work for some reason 2002-12-29 08:56:28 +00:00
Josh Coalson
580b6e361f fix memory leaks 2002-12-28 07:07:57 +00:00
Josh Coalson
75c863eac9 fix memory leak in Cuesheet destructor 2002-12-27 21:05:18 +00:00
Josh Coalson
8f0c71b877 add "is_cd" flag to CUESHEET everywhere 2002-12-05 06:37:46 +00:00
Josh Coalson
fcc7a6884d get Makefile.vc system working again with new debug/release dirs and static/dynamic targets 2002-11-22 07:50:26 +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
b74fc98b48 revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files 2002-11-20 06:40:08 +00:00