summaryrefslogtreecommitdiff
path: root/src/metaflac/operations.c
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
|
* Metaflac UTF-8 fixes (Windows)Janne Hyvärinen2013-04-251-1/+1
| | | | | | | | | Metaflac can now print all console supported characters from tags on the screen. It also fixes metaflac to be able to import its own exports back without non-ascii characters getting mutilated. And --no-utf8-convert now works properly with import and export commands. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-3/+3
|
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-12/+12
| | | | Patch from Janne Hyvärinen <cse@sci.fi>.
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
|
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-2/+2
|
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-041-3/+1
|
* Patch from David Yeo to conditionally include <inttypes.h>.Erik de Castro Lopo2012-02-041-0/+3
|
* Fix more printf formatting issues and remove un-necessary casts.Erik de Castro Lopo2012-02-011-5/+5
|
* Fix a bunch of printf format warnings.Erik de Castro Lopo2012-02-011-25/+5
|
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
|
* update copyright for 2008Josh Coalson2008-02-281-1/+1
|
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-2/+3
|
* change default extension for ogg flac from .ogg to .oga (SF#1762492: ↵Josh Coalson2007-08-011-1/+1
| | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1762492&group_id=13478&atid=113478)
* prototype-related fixesJosh Coalson2007-07-251-0/+1
|
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
|
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-2/+2
|
* add support for read-only operations for ogg flacJosh Coalson2006-11-151-2/+6
|
* fix compiler warningsJosh Coalson2006-11-111-5/+5
|
* rename metaflac's --import-picture to --import-picture-from for consistency ↵Josh Coalson2006-11-021-1/+1
| | | | with other options
* add --export-picture-to option to metaflacJosh Coalson2006-11-021-0/+1
|
* minor commentsJosh Coalson2006-10-031-2/+2
|
* add --import-picture command to metaflacJosh Coalson2006-09-261-0/+6
|
* add number-of-colors field to PICTURE metadata blockJosh Coalson2006-09-231-0/+1
|
* add support for new PICTURE metadata blockJosh Coalson2006-09-231-0/+12
|
* minor typoJosh Coalson2006-08-281-1/+1
|
* complete largefile supportJosh Coalson2006-05-241-0/+4
|
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
|
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
|
* fix leak: chain was not being freed in one error caseJosh Coalson2004-10-191-0/+1
|
* consolidate chain error reporting in a single function, add extra ↵Josh Coalson2004-07-231-5/+5
| | | | explanation for common errors
* fix bug: %ll doesn't work for MSVC, use %I64 insteadJosh Coalson2004-03-221-2/+22
|
* update copyright to 2004Josh Coalson2004-01-171-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 ↵Josh Coalson2003-01-101-1/+3
| | | | block types correctly
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
|
* add flushed fwrite in Valgrind modeJosh Coalson2002-12-281-1/+1
|
* double-protect a naked assertJosh Coalson2002-12-231-1/+5
|
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-051-1/+2
|
* finish implementation of --import-cuesheet-from and --export-cuesheet-toJosh Coalson2002-11-271-5/+45
|
* beginnings of new --import-cuesheet-from and --export-cuesheet-to optionsJosh Coalson2002-11-261-0/+12
|
* add FLAC__METADATA_TYPE_UNDEFINED to FLAC__StreamMetadataType enum for ↵Josh Coalson2002-11-151-1/+1
| | | | marking beginning of reserved range
* fix bug passing filename aroundJosh Coalson2002-11-081-7/+7
|
* initial import; split up on main.cJosh Coalson2002-11-081-0/+573