- b1ec796 complete largefile support by Josh Coalson · 18 years ago
- 0395dac add 2206 to copyright notice by Josh Coalson · 19 years ago
- e64dda0 fix compiler warnings by Josh Coalson · 19 years ago
- 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 19 years ago
- 6847a66 fix vorbiscomment entry validity tests to match better utf-8 checking in libFLAC by Josh Coalson · 19 years ago
- e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
- 05a3984 fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS by Josh Coalson · 20 years ago
- a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
- 2de1124 add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces by Josh Coalson · 20 years ago
- def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
- 2757af6 get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage by Josh Coalson · 20 years ago
- 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
- 49623ea be more precise in long long int literal specification for ANSI compilers (gcc3 requires an LL suffix on literals that do not fit in an int by Josh Coalson · 20 years ago
- 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
- 89f161c tempfile only needs to be opened with wb, not w+b by Josh Coalson · 20 years ago
- 967360b minor comments by Josh Coalson · 20 years ago
- 0b8b564 add tests of mismatched read/write protections in chain interface by Josh Coalson · 20 years ago
- b279130 fix uninitialized variable error turned up by valgrind by Josh Coalson · 20 years ago
- 65831dd add tests for callback-based chain reading/writing by Josh Coalson · 20 years ago
- 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
- 06c9c53 fix bug in read callback where *bytes was not being set to 0 on end-of-stream condition by Josh Coalson · 21 years ago
- 9c650a5 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/ by Josh Coalson · 21 years ago
- 6e2c6d9 add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust by Josh Coalson · 21 years ago
- 27e1354 C89 standard fixes, based on feedback from IRIX port by Josh Coalson · 21 years ago
- ca56e93 Build libtool archives instead of plain .a archives, so that PIC versions are by Matt Zimmerman · 22 years ago
- 630d22e remove reference to obsolete Makefile.vc by Josh Coalson · 22 years ago
- d8109c2 obsolete now that .dsp files are complete by Josh Coalson · 22 years ago
- 53496dd bump version number to 1.1.0 by Josh Coalson · 22 years ago
- d32b0df minor verbiage by Josh Coalson · 22 years ago
- 798e161 add some more missing unit tests by Josh Coalson · 22 years ago
- 8dea208 Second patch from X-Fixer: tweaks for better MSVC build by Josh Coalson · 22 years ago
- a47fa56 augment unit tests to test for correctness with unknown metadata blocks by Josh Coalson · 22 years ago
- 613dae4 update some function names to match changes in metadata_utils.h by Josh Coalson · 22 years ago
- 5267ae5 move in some common metadata setting stuff here by Josh Coalson · 22 years ago
- a52a555 move common stuff into metadata_utils by Josh Coalson · 22 years ago
- 75d78a3 bump version string to 1.0.5_beta2 by Josh Coalson · 22 years ago
- 4c2676a update the version number from 1.0.4 to 1.0.5-beta1 by Josh Coalson · 22 years ago
- afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
- d722821 fix memory leaks by Josh Coalson · 22 years ago
- 1a28b69 fix problem with uninitialized data from valgrind by Josh Coalson · 22 years ago
- f1f359e minor syntax by Josh Coalson · 22 years ago
- 45062b8 fix uninitialized data by Josh Coalson · 22 years ago
- f91251d add flushed fwrite in Valgrind mode by Josh Coalson · 22 years ago
- 5fa6b9a fix bug in cuesheet comparison by Josh Coalson · 22 years ago
- 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
- 4fa9059 fix memory leaks found with valgrind by Josh Coalson · 22 years ago
- 44ca9fe fix library list by Josh Coalson · 22 years ago
- fcc7a68 get Makefile.vc system working again with new debug/release dirs and static/dynamic targets by Josh Coalson · 22 years ago
- ed6e2ce minor fixes by Josh Coalson · 22 years ago
- bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
- b74fc98 revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files by Josh Coalson · 22 years ago
- 587f491 finish CUESHEET tests by Josh Coalson · 22 years ago
- 8e9c451 implement new CUESHEET metadata block by Josh Coalson · 22 years ago
- af385ab fix path to grabbag lib by Josh Coalson · 22 years ago
- b8f8a07 updates to work with new grabbag lib by Josh Coalson · 22 years ago
- 5843fc2 work related to moving some file utils into the new file_utils convenience lib by Josh Coalson · 22 years ago
- 71db5ee update to match new default vorbis comment size (now with vendor string) by Josh Coalson · 22 years ago
- cd0e322 add notion of topdir to Makefile.lite build system by Josh Coalson · 22 years ago
- 8806494 fixes for building static libs (new FLAC__NO_DLL #define) by Josh Coalson · 22 years ago
- a15bc55 initial import by Josh Coalson · 22 years ago
- fc70147 changes for MSCV: added dsp file, rename any .cc files to .cpp by Josh Coalson · 22 years ago
- 3960df1 Fix slightly botched search-and-replace which produced constructs like by Matt Zimmerman · 22 years ago
- e525917 Use config.h rather than passing all defs in CFLAGS by Matt Zimmerman · 22 years ago
- 7dfd40d bump the version number from 1.0.4_beta to 1.0.4 by Josh Coalson · 22 years ago
- 6b2efd0 bump version number to 1.0.4_beta by Josh Coalson · 22 years ago
- 3ac6693 add read_only argument to simple iterator initializer by Josh Coalson · 22 years ago
- 765ff50 minor formatting by Josh Coalson · 22 years ago
- fedb0ae update tests to reflect addition of vorbis comment with vendor string by Josh Coalson · 22 years ago
- e1f795b add some missing tests by Josh Coalson · 22 years ago
- 2ea0839 add a samples_written field to the progress callback by Josh Coalson · 22 years ago
- 589f8c7 add ..._get_verify_decoder_error_stats() by Josh Coalson · 22 years ago
- 1892670 better state reporting by Josh Coalson · 22 years ago
- d86e03b add verify mode to all encoders by Josh Coalson · 22 years ago
- b5bc249 add ..._get_total_samples_estimate(), add progress callback to file encoder by Josh Coalson · 22 years ago
- cfdfc82 revamp decoder process calls by Josh Coalson · 22 years ago
- ebece62 new seekable stream encoder and file encoder layers by Josh Coalson · 22 years ago
- 680e3aa minor syntax by Josh Coalson · 22 years ago
- cad97be new funcs for getting underlying decoder layer states by Josh Coalson · 22 years ago
- 5a5de73 new functions for seektable templates, point sorting by Josh Coalson · 22 years ago
- cd443f6 add Makefile.lite, Makefile.vc, etc. to EXTRA_DIST by Josh Coalson · 22 years ago
- 0d0d773 bump version number from 1.0.3_beta to 1.0.3 by Josh Coalson · 22 years ago
- 8ba563d minor fix to cast sizeof for printf by Josh Coalson · 22 years ago
- bc86950 minor changes in anticipation of release by Josh Coalson · 22 years ago
- 47303c8 minor comments by Josh Coalson · 22 years ago
- 5ee2baa fix return type of externs by Josh Coalson · 22 years ago
- e4f0572 fix LDADD var by Josh Coalson · 22 years ago
- d57c8d3 fixes from compiling code and running all the tests on NT by Josh Coalson · 22 years ago
- 999be3b last batch of changes and fixes based on the libFLAC++ unit tests by Josh Coalson · 22 years ago
- cc68251 another big glob of changes/fixes by Josh Coalson · 22 years ago
- 7d21785 rename directory test_unit to test_libFLAC by Josh Coalson · 22 years ago