summaryrefslogtreecommitdiff
path: root/src/metaflac
Commit message (Expand)AuthorAgeFilesLines
...
* Use sizeof instead of magic number 4.Erik de Castro Lopo2012-04-071-2/+2
* Fix buffer overflow by replacing strcpy with memcpy.Erik de Castro Lopo2012-04-051-1/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-043-10/+10
* Include stdlib.h for _response() and _wildcard() declarations on OS/2Dave Yeo2012-02-271-0/+1
* Fix a bunch of -Wtype-limits warnings.Erik de Castro Lopo2012-02-171-11/+11
* metaflac : Exit with error if invalid option is passed.Erik de Castro Lopo2012-02-122-2/+2
* Memory and fd leak fixes - ID: 3436668Erik de Castro Lopo2012-02-052-0/+4
* Purge MINGW_WINSOCK_LIBS config variable.Erik de Castro Lopo2012-02-051-2/+1
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-043-9/+3
* Fix cuesheet bug introduced in ce8a75134cace056f6c436d54b57bad1a1d93797.Erik de Castro Lopo2012-02-041-1/+1
* Patch from David Yeo to conditionally include <inttypes.h>.Erik de Castro Lopo2012-02-043-0/+9
* Fix more printf formatting issues and remove un-necessary casts.Erik de Castro Lopo2012-02-013-7/+7
* Fix a bunch of printf format warnings.Erik de Castro Lopo2012-02-013-35/+7
* add 2009 copyrightJosh Coalson2009-01-0717-18/+18
* Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, ...Josh Coalson2009-01-071-5/+7
* update Makefile.lite system to work on x86_64 linuxJosh Coalson2008-09-141-1/+1
* remove VCWebDeploymentTool item for better proj compatibility with vs9Josh Coalson2008-06-031-6/+0
* update copyright for 2008Josh Coalson2008-02-2817-18/+18
* add missing EXTRA_DIST filesJosh Coalson2007-09-121-0/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-113-11/+18
* more mingw fixesJosh Coalson2007-08-011-0/+1
* change default extension for ogg flac from .ogg to .oga (SF#1762492: http://s...Josh Coalson2007-08-011-1/+1
* minor usage textJosh Coalson2007-07-261-1/+2
* prototype-related fixesJosh Coalson2007-07-257-0/+32
* improvements to compile/link optionsJosh Coalson2007-07-161-3/+11
* add vcproj files to EXTRA_DISTJosh Coalson2007-07-111-1/+2
* minor commentsJosh Coalson2007-07-071-1/+1
* *** empty log message ***Josh Coalson2007-02-221-0/+248
* fix compiler warningsJosh Coalson2007-02-221-1/+1
* remove special makefile variants for libiconv on darwinJosh Coalson2007-02-141-1/+1
* for --import-picture-from, allow MIME type in specification to be blank and f...Josh Coalson2007-02-061-9/+13
* add debugging defines with /DJosh Coalson2007-02-041-1/+1
* add 2007 copyrightJosh Coalson2007-02-0216-17/+17
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-2/+2
* minor typosJosh Coalson2007-01-301-1/+1
* return nonzero exit code if invalid option was usedJosh Coalson2007-01-301-0/+2
* fixes from MSVC compileJosh Coalson2006-11-171-1/+7
* add support for read-only operations for ogg flacJosh Coalson2006-11-151-2/+6
* fix bug, need to open exported picture file in binary mode on win32Josh Coalson2006-11-141-3/+3
* disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082...Josh Coalson2006-11-141-1/+2
* disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082...Josh Coalson2006-11-141-10/+21
* fix compiler warningsJosh Coalson2006-11-113-7/+7
* rename metaflac's --import-picture to --import-picture-from for consistency w...Josh Coalson2006-11-025-11/+11
* add --export-picture-to option to metaflacJosh Coalson2006-11-025-26/+124
* more fixes for ogg supportJosh Coalson2006-10-181-2/+2
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-152-3/+6
* minor #includesJosh Coalson2006-10-101-1/+0
* _snprintf hackery for MSVC6Josh Coalson2006-10-101-1/+1
* minor commentsJosh Coalson2006-10-101-1/+1
* minor commentsJosh Coalson2006-10-031-2/+2