Fix a couple of Windows 2Gig file size issues.
[platform/upstream/flac.git] / src / flac / main.c
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
2013-03-10 Erik de Castro LopoFix -Wshadow warnings.
2013-03-05 Erik de Castro Loposrc/flac/main.c : Mention --ignore-chunk-sizes in help...
2012-12-05 Miroslav LichvarUpdate FSF address.
2012-04-18 Cristian RodríguezRemove local_strtoull, windows has equivalent function...
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2012-02-08 Erik de Castro LopoPatch from Dave Yeo to remove more CPP hackery.
2012-02-05 Erik de Castro LopoMemory and fd leak fixes - ID: 3436668
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-02 Josh Coalsonfixes for windows builds (SF#1676822: https://sourcefor...
2008-09-15 Josh Coalsonremove restriction on using --delete-input-file with...
2008-09-09 Josh Coalsonadd support for Wave64 (SF#1769582: https://sourceforge...
2008-09-09 Josh Coalsonadd support for RF64
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-10-02 Josh Coalsonadd --preserve-modtime and --no-preserve-modtime switches
2007-10-02 Josh Coalsondeprecate --sector-align
2007-10-02 Josh Coalsonfinish reorg, unify encode pipe across formats
2007-09-20 Josh Coalsoncode reorg in prep for simplification, more format...
2007-09-12 Josh Coalsonminot usage verbiage
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-09-09 Josh Coalsonfix bug, foreign_metadata pointer was not always initia...
2007-08-21 Josh Coalsonfinish foreign metadata implemetation
2007-08-14 Josh Coalsoninitial support for new --keep-foreign-metadata options...
2007-08-09 Josh Coalsonfix compiler warnings
2007-08-01 Josh Coalsonchange default extension for ogg flac from .ogg to...
2007-07-31 Josh CoalsonFixed bug where using --replay-gain without any padding...
2007-07-26 Josh Coalsonadd new option --no-utf8-convert to flac (SF#973740...
2007-07-07 Josh Coalsonadd undocumented option to flac: --ignore-chunk-sizes
2007-06-19 Josh Coalsonadd --no-md5-sum
2007-06-16 Josh Coalsonminor cosmetics
2007-02-22 Josh Coalsonfix compiler warnings
2007-02-06 Josh Coalsonchange default blocksize from 4608 to 4096 for LPC...
2007-02-06 Josh Coalsonchange the min/max rice partition order for compression...
2007-02-06 Josh Coalsonadd --warnings-as-errors option to flac; for picture...
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2007-01-09 Josh Coalsonimproved fix for misleading warning, now error out...
2007-01-09 Josh Coalsonfix misleading warning (SF#1631064: sourceforge.net...
2006-12-14 Josh CoalsonFix bug where using -F with FLAC-to-FLAC transcoding...
2006-12-05 Josh Coalsonminor error message change
2006-11-20 Josh Coalsonfixes based on valgrind run
2006-11-17 Josh Coalsonfix bug where decoding to stdout could fail for no...
2006-11-16 Josh Coalsonmake "#if FLAC__HAS_OGG" checking consistent
2006-11-10 Josh Coalsonfix problem with filename parsing if file does not...
2006-11-06 Josh Coalsonfix docs for --serial-number option
2006-11-04 Josh Coalsonfix bug where encoder wasn't defaulting to -5
2006-11-04 Josh Coalsonadd support from encoding from ogg flac input
2006-11-03 Josh Coalsonswitch to using FLAC__stream_encoder_set_compression_le...
2006-11-02 Josh Coalsonminor comments
2006-10-10 Josh Coalsonfix problem with code that checks if temp file is neede...
2006-10-07 Josh Coalsonlimit subset further if sample rate is <=48kHz: max...
2006-10-06 Josh Coalsoncomplete WAVEFORMATEXTENSIBLE support, multichannel...
2006-10-03 Josh Coalsondisallow --replay-gain with -ogg as a protection; remov...
2006-09-27 Josh Coalsonchange default padding to 8K, or 64K if input audio...
2006-09-25 Josh Coalsonadd documentation for flac's --picture option
2006-09-24 Josh Coalsonadd support for --picture command to import PICTURE...
2006-09-16 Josh Coalsonfix problem on windows where rename() fails if destinat...
2006-09-14 Josh Coalsonadd support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-08-28 Josh Coalsonadd support for encoding from FLAC to FLAC while preser...
2006-05-24 Josh Coalsoncomplete largefile support
2006-05-18 Josh Coalsonadd new options: --tag-from-file for flac and --set...
2006-04-28 Josh Coalsonadd docs for -A, additional docs for --cue
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-09-03 Josh Coalsonfix bug: -a and -t were not prevented from being used...
2005-08-31 Josh Coalsonmore external use of "FLAC tags" instead of "Vorbis...
2005-08-26 Josh Coalsonadd support for encoding from non-compressed AIFF-C...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2005-01-07 Josh Coalsonfix typos
2004-12-30 Josh Coalsonfix all bare malloc() realloc() etc calls to have a...
2004-10-20 Josh Coalsonfix bug in handling of --input-size
2004-10-14 Josh Coalsonadd --input-size option to flac
2004-09-10 Josh Coalsonchange "Ogg-FLAC" to "Ogg FLAC" for consistency
2004-07-22 Josh Coalsonfix option --residual-gnuplot, was previously looking...
2004-07-18 Josh Coalsonreplace verbose/silent flags with a verbosity level
2004-07-17 Josh Coalsonadd --totally-silent option to flac, man page, and...
2004-07-17 Josh Coalsonadd --cue option to flac, and tests and documentation
2004-07-16 Josh Coalsonmake --serial-number or the default random serial numbe...
2004-07-16 Josh Coalsonprint error if output file already exists, instead...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-17 Josh Coalsonrename string.* to more unambiguous local_string_utils.*
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-11-14 Josh Coalsonfix bug (debian #213172): bugs.debian.org/cgi-bin/bugre...
2003-05-20 Josh CoalsonC89 standard fixes, based on feedback from IRIX port
2003-05-19 Josh Coalsonchange default extension for AIFF from .aiff to .aif
2003-01-15 Josh Coalsonremove deprecated code for -E and -R
2003-01-12 Josh Coalsonminor comments
2003-01-11 Josh Coalsonupdate verbiage about -P, now that the default is ...
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-31 Josh Coalsonchange default seektable from "-S 100x" to "-S 10s"
2002-12-30 Josh Coalsonfix bug in checking of filename extensions
2002-12-23 Josh Coalsondouble-protect a naked assert
2002-12-21 Josh Coalsontweak some of the usage text
2002-12-17 Josh Coalsonadd decoding to AIFF, --force-aiff-format
2002-12-12 Josh Coalsonfix bugs with --skip, implement --until
2002-12-10 Josh Coalsonrevamp --skip processing, allow new mm:ss.sss form
2002-12-04 Josh Coalsonfix memory leaks found with valgrind
2002-11-27 Josh Coalsonimplement --cuesheet and --no-cued-seekpoints
next