summaryrefslogtreecommitdiff
path: root/src/flac/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update FSF address.Miroslav Lichvar2012-12-061-6/+6
* Remove local_strtoull, windows has equivalent function _strtoui64Cristian Rodríguez2012-04-181-36/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-2/+2
* Patch from Dave Yeo to remove more CPP hackery.Erik de Castro Lopo2012-02-081-1/+1
* Memory and fd leak fixes - ID: 3436668Erik de Castro Lopo2012-02-051-0/+3
* add 2009 copyrightJosh Coalson2009-01-071-3/+3
* fixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=...Josh Coalson2009-01-021-7/+1
* remove restriction on using --delete-input-file with --keep-foreign-metadataJosh Coalson2008-09-151-3/+0
* add support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php...Josh Coalson2008-09-091-16/+44
* add support for RF64Josh Coalson2008-09-091-49/+81
* update copyright for 2008Josh Coalson2008-02-281-3/+3
* add --preserve-modtime and --no-preserve-modtime switchesJosh Coalson2007-10-021-5/+23
* deprecate --sector-alignJosh Coalson2007-10-021-5/+9
* finish reorg, unify encode pipe across formatsJosh Coalson2007-10-021-60/+52
* code reorg in prep for simplification, more format supportJosh Coalson2007-09-201-51/+52
* minot usage verbiageJosh Coalson2007-09-121-1/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-1/+2
* fix bug, foreign_metadata pointer was not always initializedJosh Coalson2007-09-091-2/+4
* finish foreign metadata implemetationJosh Coalson2007-08-211-3/+6
* initial support for new --keep-foreign-metadata options, saving done, restori...Josh Coalson2007-08-141-64/+143
* fix compiler warningsJosh Coalson2007-08-091-1/+1
* change default extension for ogg flac from .ogg to .oga (SF#1762492: http://s...Josh Coalson2007-08-011-3/+7
* Fixed bug where using --replay-gain without any padding option caused only a ...Josh Coalson2007-07-311-1/+5
* add new option --no-utf8-convert to flac (SF#973740: http://sourceforge.net/t...Josh Coalson2007-07-261-2/+13
* add undocumented option to flac: --ignore-chunk-sizesJosh Coalson2007-07-071-0/+40
* add --no-md5-sumJosh Coalson2007-06-191-0/+7
* minor cosmeticsJosh Coalson2007-06-161-1/+1
* fix compiler warningsJosh Coalson2007-02-221-1/+1
* change default blocksize from 4608 to 4096 for LPC modeJosh Coalson2007-02-061-13/+13
* change the min/max rice partition order for compression levels -0 .. -6Josh Coalson2007-02-061-12/+12
* add --warnings-as-errors option to flac; for picture importing, allow MIME ty...Josh Coalson2007-02-061-27/+57
* add 2007 copyrightJosh Coalson2007-02-021-3/+3
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-16/+16
* improved fix for misleading warning, now error out for id3v2 tag (SF#1631064:...Josh Coalson2007-01-091-2/+6
* fix misleading warning (SF#1631064: http://sourceforge.net/tracker/index.php?...Josh Coalson2007-01-091-5/+7
* Fix bug where using -F with FLAC-to-FLAC transcoding of a corrupted FLAC woul...Josh Coalson2006-12-141-0/+1
* minor error message changeJosh Coalson2006-12-051-1/+1
* fixes based on valgrind runJosh Coalson2006-11-201-5/+29
* fix bug where decoding to stdout could fail for no good reason in some cases;...Josh Coalson2006-11-171-2/+32
* make "#if FLAC__HAS_OGG" checking consistentJosh Coalson2006-11-161-11/+11
* fix problem with filename parsing if file does not have extension but also ha...Josh Coalson2006-11-101-1/+2
* fix docs for --serial-number optionJosh Coalson2006-11-061-3/+4
* fix bug where encoder wasn't defaulting to -5Josh Coalson2006-11-041-1/+3
* add support from encoding from ogg flac inputJosh Coalson2006-11-041-5/+21
* switch to using FLAC__stream_encoder_set_compression_level()Josh Coalson2006-11-031-201/+82
* minor commentsJosh Coalson2006-11-021-1/+1
* fix problem with code that checks if temp file is needed, before it would com...Josh Coalson2006-10-101-3/+4
* limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max...Josh Coalson2006-10-071-3/+5
* complete WAVEFORMATEXTENSIBLE support, multichannel assignments in format and...Josh Coalson2006-10-061-0/+10
* disallow --replay-gain with -ogg as a protection; remove --super-secret-...Josh Coalson2006-10-031-14/+3