2004-09-10 |
Josh Coalson | bump libtool library version numbers |
tree | commitdiff |
2004-07-30 |
Josh Coalson | add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() |
tree | commitdiff |
2004-07-30 |
Josh Coalson | bump libtool version numbers for flac-1.1.1-beta1 |
tree | commitdiff |
2004-07-23 |
Josh Coalson | work around MSVC bug in set_metadata() |
tree | commitdiff |
2004-07-23 |
Josh Coalson | add pragma to disable annoying MSVC warning C4800 |
tree | commitdiff |
2004-07-22 |
Josh Coalson | add FLAC::Encoder::*::set_metadata(FLAC::Metadata:... |
tree | commitdiff |
2004-07-20 |
Josh Coalson | fixes for autoconf |
tree | commitdiff |
2004-07-16 |
Josh Coalson | add method for skipping an audio frame, plus tests |
tree | commitdiff |
2004-07-15 |
Josh Coalson | add libFLAC++ equivalent callback-based chain reading... |
tree | commitdiff |
2004-05-26 |
Josh Coalson | use $libdir instead of $prefix/lib to find library dir |
tree | commitdiff |
2004-01-17 |
Josh Coalson | update copyright to 2004 |
tree | commitdiff |
2003-12-18 |
Josh Coalson | #pragma to turn off useless MSVC warning C4800 |
tree | commitdiff |
2003-09-25 |
Josh Coalson | add a "tell" callback to the seekable stream encoder... |
tree | commitdiff |
2003-09-24 |
Josh Coalson | *::State::resolved_as_cstring() is now inlined |
tree | commitdiff |
2003-05-27 |
Matt Zimmerman | Explicitly link shared libraries against dependent... |
tree | commitdiff |
2003-01-31 |
Josh Coalson | change license verbiage to Xiph's |
tree | commitdiff |
2003-01-25 |
Josh Coalson | bump the libtool version numbers |
tree | commitdiff |
2003-01-25 |
Josh Coalson | remove reference to obsolete Makefile.vc |
tree | commitdiff |
2003-01-25 |
Josh Coalson | obsolete now that .dsp files are complete |
tree | commitdiff |
2003-01-15 |
Josh Coalson | bump the libtool revision number only |
tree | commitdiff |
2003-01-14 |
Josh Coalson | Second patch from X-Fixer: tweaks for better MSVC build |
tree | commitdiff |
2003-01-14 |
Josh Coalson | minor formatting |
tree | commitdiff |
2003-01-10 |
Josh Coalson | big fix to allow codec and metadata interface to handle... |
tree | commitdiff |
2003-01-02 |
Josh Coalson | update the libtool library version number |
tree | commitdiff |
2003-01-02 |
Josh Coalson | Add 2003 to copyright notice |
tree | commitdiff |
2002-12-29 |
Josh Coalson | need /GR for dynamic_cast to work for some reason |
tree | commitdiff |
2002-12-28 |
Josh Coalson | fix memory leaks |
tree | commitdiff |
2002-12-27 |
Josh Coalson | fix memory leak in Cuesheet destructor |
tree | commitdiff |
2002-12-05 |
Josh Coalson | add "is_cd" flag to CUESHEET everywhere |
tree | commitdiff |
2002-11-22 |
Josh Coalson | get Makefile.vc system working again with new debug... |
tree | commitdiff |
2002-11-21 |
Josh Coalson | revamp MSVC build system, separate dynamic and static... |
tree | commitdiff |
2002-11-20 |
Josh Coalson | revamp Makefile.lite system, use separate dirs and... |
tree | commitdiff |
2002-11-19 |
Josh Coalson | finish implementation of CueSheet object wrapper |
tree | commitdiff |
2002-11-16 |
Josh Coalson | add CueSheet object wrapper |
tree | commitdiff |
2002-10-23 |
Josh Coalson | add notion of topdir to Makefile.lite build system |
tree | commitdiff |
2002-10-18 |
Josh Coalson | fixes for building static libs (new FLAC__NO_DLL #define) |
tree | commitdiff |
2002-10-17 |
Josh Coalson | more option tweaks |
tree | commitdiff |
2002-10-16 |
Josh Coalson | tweaks to build libs as DLLs under windows |
tree | commitdiff |
2002-10-16 |
Josh Coalson | change .cc suffix to .cpp |
tree | commitdiff |
2002-10-16 |
Josh Coalson | initial import |
tree | commitdiff |
2002-10-16 |
Josh Coalson | changes for MSCV: added dsp file, rename any .cc files... |
tree | commitdiff |
2002-10-16 |
Josh Coalson | rename .cc files to .cpp since I can find no way to... |
tree | commitdiff |
2002-09-25 |
Josh Coalson | bump the libtool version number |
tree | commitdiff |
2002-09-19 |
Josh Coalson | minor formatting |
tree | commitdiff |
2002-09-09 |
Josh Coalson | bump library version number |
tree | commitdiff |
2002-09-06 |
Josh Coalson | add resolved_as_cstring() method to State classes |
tree | commitdiff |
2002-08-30 |
Josh Coalson | add read_only argument to simple iterator initializer |
tree | commitdiff |
2002-08-27 |
Josh Coalson | minor formatting |
tree | commitdiff |
2002-08-21 |
Josh Coalson | fixes based on Windows testing |
tree | commitdiff |
2002-08-08 |
Josh Coalson | add a samples_written field to the progress callback |
tree | commitdiff |
2002-08-07 |
Josh Coalson | add ..._get_verify_decoder_error_stats() |
tree | commitdiff |
2002-08-03 |
Josh Coalson | add verify mode to all encoders |
tree | commitdiff |
2002-08-02 |
Josh Coalson | add ..._get_total_samples_estimate(), add progress... |
tree | commitdiff |
2002-08-02 |
Josh Coalson | add ..._get_total_samples_estimate() |
tree | commitdiff |
2002-08-02 |
Josh Coalson | revamp decoder process calls |
tree | commitdiff |
2002-08-02 |
Josh Coalson | new seekable stream encoder and file encoder layers |
tree | commitdiff |
2002-07-27 |
Josh Coalson | add asserts |
tree | commitdiff |
2002-07-15 |
Josh Coalson | rename (FLAC__format_is_valid_sample_rate() to FLAC__fo... |
tree | commitdiff |
2002-07-09 |
Josh Coalson | add Makefile.lite, Makefile.vc, etc. to EXTRA_DIST |
tree | commitdiff |
2002-07-03 |
Josh Coalson | bump the library revision number |
tree | commitdiff |
2002-07-01 |
Josh Coalson | set CXXFLAGS also during test |
tree | commitdiff |
2002-06-29 |
Josh Coalson | minor fixes |
tree | commitdiff |
2002-06-28 |
Josh Coalson | add autoconf m4 files |
tree | commitdiff |
2002-06-11 |
Josh Coalson | fixes from compiling code and running all the tests... |
tree | commitdiff |
2002-06-10 |
Josh Coalson | last batch of changes and fixes based on the libFLAC... |
tree | commitdiff |
2002-06-08 |
Josh Coalson | another big glob of changes/fixes |
tree | commitdiff |
2002-06-07 |
Josh Coalson | massive glob of checkins: improved tests, more tests... |
tree | commitdiff |
2002-06-05 |
Josh Coalson | bring in what was FLAC__seek_table_is_valid() |
tree | commitdiff |
2002-06-04 |
Josh Coalson | add inherited get methods from stream decoder |
tree | commitdiff |
2002-06-01 |
Josh Coalson | fixes based on MSVC compile |
tree | commitdiff |
2002-05-31 |
Josh Coalson | add methods to SeekTable, Padding, and VorbisComment |
tree | commitdiff |
2002-05-29 |
Josh Coalson | add new decoder/encoder class files |
tree | commitdiff |
2002-05-29 |
Josh Coalson | initial import |
tree | commitdiff |
2002-05-22 |
Josh Coalson | add iterator classes |
tree | commitdiff |
2002-05-17 |
Josh Coalson | initial import |
tree | commitdiff |
|