summaryrefslogtreecommitdiff
path: root/src/metaflac
Commit message (Expand)AuthorAgeFilesLines
* fix possibly uninitialized var if a file has no STREAMINFO blockJosh Coalson2003-09-031-1/+7
* C89 standard fixes, based on feedback from IRIX portJosh Coalson2003-05-201-3/+3
* Build libtool archives instead of plain .a archives, so that PIC versions areMatt Zimmerman2003-02-071-3/+3
* remove reference to obsolete Makefile.vcJosh Coalson2003-01-251-1/+0
* obsolete now that .dsp files are completeJosh Coalson2003-01-251-48/+0
* minor commentsJosh Coalson2003-01-151-5/+0
* Second patch from X-Fixer: tweaks for better MSVC buildJosh Coalson2003-01-141-2/+2
* minor commentsJosh Coalson2003-01-121-1/+1
* fix bux in printing of APPLICATION metadata idJosh Coalson2003-01-111-4/+3
* big fix to allow codec and metadata interface to handle unknown metadata bloc...Josh Coalson2003-01-101-1/+3
* Add 2003 to copyright noticeJosh Coalson2003-01-0216-17/+17
* add flushed fwrite in Valgrind modeJosh Coalson2002-12-283-4/+19
* double-protect a naked assertJosh Coalson2002-12-231-1/+5
* minor commentsJosh Coalson2002-12-211-1/+1
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-052-4/+5
* fix memory leaks found with valgrindJosh Coalson2002-12-041-1/+6
* remove SHARE_LIBSJosh Coalson2002-12-031-2/+13
* minor commentsJosh Coalson2002-11-271-2/+2
* minor fixesJosh Coalson2002-11-271-0/+20
* finish implementation of --import-cuesheet-from and --export-cuesheet-toJosh Coalson2002-11-276-52/+126
* fix bug in local_strcat()Josh Coalson2002-11-271-5/+5
* beginnings of new --import-cuesheet-from and --export-cuesheet-to optionsJosh Coalson2002-11-269-18/+246
* get Makefile.vc system working again with new debug/release dirs and static/d...Josh Coalson2002-11-221-2/+2
* revamp MSVC build system, separate dynamic and static builds, separate debug ...Josh Coalson2002-11-211-6/+6
* revamp Makefile.lite system, use separate dirs and names for debug and releas...Josh Coalson2002-11-201-9/+9
* add FLAC__METADATA_TYPE_UNDEFINED to FLAC__StreamMetadataType enum for markin...Josh Coalson2002-11-151-1/+1
* finish implementation of --add-seekpointJosh Coalson2002-11-082-35/+58
* fix bug passing filename aroundJosh Coalson2002-11-083-12/+12
* initial import; split up on main.cJosh Coalson2002-11-0811-0/+2863
* split up main.c into separate filesJosh Coalson2002-11-084-3/+52
* split up into separate filesJosh Coalson2002-11-081-2348/+2
* beginnings of new --add-seekpoint optionJosh Coalson2002-11-071-0/+71
* updates to work with new grabbag libJosh Coalson2002-11-074-19/+19
* use replaygain lib's peak analysisJosh Coalson2002-10-301-4/+2
* add support for new file_utils convenience libraryJosh Coalson2002-10-302-2/+2
* fix library link orderJosh Coalson2002-10-292-2/+2
* flesh out --add-replay-gain implementationJosh Coalson2002-10-261-79/+31
* first twinges of replaygain supportJosh Coalson2002-10-254-4/+146
* add new gain_analysis convenience libraryJosh Coalson2002-10-242-2/+2
* add notion of topdir to Makefile.lite build systemJosh Coalson2002-10-231-2/+4
* fixes for building static libs (new FLAC__NO_DLL #define)Josh Coalson2002-10-181-2/+2
* more option tweaksJosh Coalson2002-10-171-6/+6
* remove unused libs from linkageJosh Coalson2002-10-161-2/+2
* initial importJosh Coalson2002-10-161-0/+100
* changes for MSCV: added dsp file, rename any .cc files to .cppJosh Coalson2002-10-161-3/+4
* Fix slightly botched search-and-replace which produced constructs likeMatt Zimmerman2002-10-151-1/+1
* Use config.h rather than passing all defs in CFLAGSMatt Zimmerman2002-10-101-2/+2
* add @LIBICONV@ to ..._LDADDJosh Coalson2002-10-081-1/+1
* fix bug where importing vorbis comments to a flac file with no vorbis comment...Josh Coalson2002-10-081-12/+18
* fix bug where --add-padding was counteracted by --use-paddingJosh Coalson2002-09-281-4/+18