Fix a couple of Windows 2Gig file size issues.
[platform/upstream/flac.git] / src / flac / decode.c
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
2013-03-02 Erik de Castro Loposrc/flac/decode.c : Remove repeated code block.
2013-03-02 Erik de Castro LopoAdd appropriate WAV channel masks for 7 and 8 channel...
2013-01-18 Ralph GilesHoist a repeated conditional in the channel mapping...
2012-12-05 Miroslav LichvarUpdate FSF address.
2012-02-12 Erik de Castro LopoFix misuse of \r (potentially) in flac -d or -t output.
2012-02-04 Erik de Castro LopoAdd file include/share/compat.h and start moving CPP...
2012-02-04 Erik de Castro LopoPatch from JonY to suppress redefinition warnings with...
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-07 Josh CoalsonImproved error message when user attempts to decode...
2008-09-13 Josh Coalsonfix handling of aiff ssnd offset; do not try and recrea...
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-09-10 Josh Coalsonfixed bug compiling flac without ogg support (SF#176078...
2007-08-21 Josh Coalsonfinish foreign metadata implemetation
2007-08-14 Josh Coalsoninitial support for new --keep-foreign-metadata options...
2007-06-16 Josh Coalsonadd more things reported in analyze mode
2007-03-22 Josh Coalsonspecial version of sample formatting for common cases
2007-02-06 Josh Coalsonadd --warnings-as-errors option to flac; for picture...
2007-02-02 Josh Coalsonadd 2007 copyright
2007-02-02 Josh Coalsonfix problem in frame size calculation in analysis mode...
2007-02-01 Josh Coalsonadd support for passing frame size to analyzer; analyze...
2007-01-31 Josh Coalsonbump requisite _MSC_VER to <=1600 for fseeko/ftello...
2006-11-16 Josh Coalsonmake "#if FLAC__HAS_OGG" checking consistent
2006-11-14 Josh Coalsonfix bug where sync error at end-of-stream was not being...
2006-11-10 Josh Coalsonfix bug: wave header fixup was being tried even in...
2006-11-09 Josh Coalsonminor syntax
2006-10-15 Josh Coalsonrename set_serial_number to set_ogg_serial_number every...
2006-10-15 Josh Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-10-09 Josh Coalsonminor comments
2006-10-07 Josh Coalsonfix final problems with odd bits per sample
2006-10-06 Josh Coalsonmore robust -F: if end-of-stream is hit due to partial...
2006-10-06 Josh Coalsoncomplete WAVEFORMATEXTENSIBLE support, multichannel...
2006-10-03 Josh Coalsontry to limit the #defines (of fseeko to fseek and ftell...
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-07-07 Josh CoalsonMD5 comparison failures on decoding are now an error...
2006-07-06 Josh Coalsonchange unparseable frame handling, from a fatal error...
2006-06-14 Josh Coalsonimprove behavior of -F to decode even if there is no...
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2005-09-01 Josh Coalsonallow non-strict mode for reading replaygain tags,...
2005-08-24 Josh Coalsonchange bug submission verbiage, require monitoring...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2005-01-07 Josh Coalsonbetter verbiage in bug-report lingo
2004-12-30 Josh Coalsonminor comments
2004-11-12 Josh Coalsonminor error message fix
2004-07-27 Josh Coalsonhide some stray libOggFLAC references in #ifdef FLAC__H...
2004-07-24 Josh Coalsonfix erroneous assertion
2004-07-22 Josh Coalsonadd more informative error info for some common errors...
2004-07-20 Josh Coalsonobey padding byte requirement when writing WAVE
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-07 Josh Coalsonuse the OggFLAC__FileDecoder instead of the old OggFLAC...
2004-03-15 Josh Coalsonfix --until bug #851756
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-17 Josh Coalsonfix endian bug when applying replaygain
2003-12-17 Josh Coalsonfix bug where apply gain is used on a file with no...
2003-12-17 Josh Coalsonugh, it's FLAC__ASSERT() not FLAC__assert()
2003-12-17 Josh Coalsonuse FLAC__assert() instead of assert()
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-05-19 Josh Coalsonadd Brady's better write_sane_extended()
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-29 Josh Coalsonminor syntax
2002-12-28 Josh Coalsonadd flushed fwrite in Valgrind mode
2002-12-17 Josh Coalsonadd support for decoding to AIFF
2002-12-15 Josh Coalsonfix more bugs with --skip and --until
2002-12-12 Josh Coalsonfix bugs with --skip, implement --until
2002-12-10 Josh Coalsonrevamp --skip processing, allow new mm:ss.sss form
2002-11-07 Josh Coalsonupdates to work with new grabbag lib
2002-10-30 Josh Coalsonadd support for new file_utils convenience library
2002-10-26 Josh Coalsonminor const-related fixes
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-09-09 Josh Coalsonminor error message formatting
2002-09-04 Josh Coalsonadd support for serial number in Ogg streams
2002-08-31 Josh Coalsonadd checks for changing bps/sample_rate/channels mid...
2002-08-23 Josh Coalsonfixes based on a pass over everything with autoconf...
2002-08-08 Josh Coalsoncode revamp finished
2002-08-07 Josh Coalsonbeginning of code revamp, still broken
2002-08-07 Josh Coalsonuse new ogg decoder from libOggFLAC
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-06-18 Josh Coalsonminor syntax
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-06-05 Josh Coalsonfix bug where decoding flac file with 0 total_samples...
2002-06-04 Josh Coalsonfix with new status enums
2002-05-17 Josh Coalsonminor comments
2002-03-13 Josh Coalsonconvert c++ style comments
2002-02-17 Josh Coalsonadd code for forcing the file mode for stdin/stdout...
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-12-04 Josh Coalsonsimplify decoder finishing
2001-11-13 Josh Coalsoncommit patch for compiling on mingw32
2001-11-11 Josh Coalsonminor cosmetics with Ogg defines
2001-10-31 Josh Coalsonseveral ogg-related fixes
2001-10-31 Josh Coalsonadd support for writing ogg streams
2001-07-03 Josh Coalsonadd explicit casts for some implicit conversions
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
next