Replace broken str* functions with safe versions.
[platform/upstream/flac.git] / src / flac / encode.c
2013-03-19 Erik de Castro LopoReplace broken str* functions with safe versions.
2013-03-17 Erik de Castro LopoWave64 patch from Janne Hyvrinen <cse@sci.fi>.
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-10 Erik de Castro LopoFix -Wstrict-prototypes -Wmissing-prototypes warnings.
2013-03-02 Erik de Castro LopoAdd appropriate WAV channel masks for 7 and 8 channel...
2012-12-28 nu774Fix to allow the flac command to parse piped WAV input...
2012-12-05 Miroslav LichvarUpdate FSF address.
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...
2012-02-01 Erik de Castro LopoFix compiler warnings.
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-07 Josh CoalsonAllow MM:SS:FF and MM:SS.SS time formats in non-CD...
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-10-03 Josh Coalsonfix bug: move flac decoder teardown into EncoderSession...
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 Coalsonmsvc fixes
2007-09-12 Josh Coalsonadd user hints to use --keep-foreign-metadata when...
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-08-22 Josh Coalsonbug fixes
2007-08-21 Josh Coalsonfinish foreign metadata implemetation
2007-08-14 Josh Coalsoninitial support for new --keep-foreign-metadata options...
2007-07-26 Josh Coalsonfixed bug compiling flac without ogg support (SF#176078...
2007-07-10 Josh Coalsonwork around ogg flac bug where too many seekpoints...
2007-07-07 Josh Coalsonadd undocumented option to flac: --ignore-chunk-sizes
2007-06-19 Josh Coalsonadd --no-md5-sum
2007-02-13 Josh Coalsonfix minor leaks
2007-02-08 Josh Coalsonminor comments
2007-02-06 Josh Coalsonadd --warnings-as-errors option to flac; for picture...
2007-02-04 Josh Coalsonminor comments
2007-02-04 Josh Coalsonfix bug where specifying --picture in FLAC-to-FLAC...
2007-02-02 Josh Coalsonadd 2007 copyright
2007-01-31 Josh Coalsonbump requisite _MSC_VER to <=1600 for fseeko/ftello...
2006-12-14 Josh CoalsonFix bug where using -F with FLAC-to-FLAC transcoding...
2006-12-14 Josh CoalsonFix bug where FLAC-to-FLAC transcoding of a corrupted...
2006-11-16 Josh Coalsonmake "#if FLAC__HAS_OGG" checking consistent
2006-11-16 Josh Coalsonmultifix: change FLAC__stream_encoder_finish() to also...
2006-11-14 Josh Coalsonincrease progress report rate with -p and -e used toget...
2006-11-11 Josh Coalsonfix bug SF#1293830: flac accepting WAVE files with...
2006-11-09 Josh Coalsonadd a boolean return value to FLAC__stream_encoder_fini...
2006-11-04 Josh Coalsonminor tweak to read callback eof handling
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-10-15 Josh Coalsonchange "bytes" parameter of all read callbacks from...
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-11 Josh Coalsonminor formatting
2006-10-10 Josh Coalsonminor syntax
2006-10-09 Josh Coalsonfix bug where output file would always be deleted on...
2006-10-07 Josh Coalsonlimit subset further if sample rate is <=48kHz: max...
2006-10-07 Josh Coalsonminor bug fix
2006-10-06 Josh Coalsoncomplete WAVEFORMATEXTENSIBLE support, multichannel...
2006-10-03 Josh Coalsontry to limit the #defines (of fseeko to fseek and ftell...
2006-10-03 Josh Coalsonadd support for WAVEFORMATEXTENSIBLE, support for some...
2006-09-28 Josh Coalsoncheck metadata before init call to give a better error...
2006-09-27 Josh Coalsonchange default padding to 8K, or 64K if input audio...
2006-09-24 Josh Coalsonadd support for --picture command to import PICTURE...
2006-09-16 Josh Coalsonremove unused code
2006-09-16 Josh Coalsonremove unused code
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-06-13 Josh Coalsonfix largefile bug
2006-05-24 Josh Coalsoncomplete largefile support
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2006-04-22 Josh Coalsonreuse fskip_ahead() in flac__encode_wav()
2005-08-31 Josh Coalsonadd to verbiage about verify error; point to FAQ entry
2005-08-29 Josh Coalsonfix minor bug printing unknown aiff subchunks (SF bug...
2005-08-27 Josh Coalsonfix bug in --sector-align where appended samples did...
2005-08-26 Josh Coalsonadd support for encoding from non-compressed AIFF-C...
2005-08-24 Josh Coalsoncheck that a cuesheet is legal before trying to encode...
2005-08-24 Josh Coalsonchange bug submission verbiage, require monitoring...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-12-30 Josh Coalsonminor comments
2004-09-24 Josh Coalsonminor casting
2004-09-23 Josh Coalsoncreate a new fskip_ahead() to unify all the forward...
2004-09-23 Josh Coalsonpatch from Brian Willoughby: fix handling of "offset...
2004-09-14 Josh Coalsonfix memory leak after parsing cuesheet
2004-07-27 Josh Coalsonhide some stray libOggFLAC references in #ifdef FLAC__H...
2004-07-27 Josh Coalsonfix bug skipping padding byte in unsupported WAVE subchunks
2004-07-24 Josh Coalsonadd extra verbiage about hardware problems to verify...
2004-07-22 Josh Coalsonadd more informative error info for some common errors
2004-07-19 Josh Coalsonfix bug #679166: flac doesn't respect RIFF subchunk...
2004-07-18 Josh Coalsonreplace verbose/silent flags with a verbosity level
2004-07-17 Josh Coalsonfix bug in ratio calculation in print_stats()
2004-07-17 Josh Coalsonadd --totally-silent option to flac, man page, and...
2004-07-17 Josh Coalsondon't always assume a cuesheet is CD-DA, guess based...
2004-07-16 Josh Coalsonmake --serial-number or the default random serial numbe...
2004-07-16 Josh Coalsonfix time.h #includes
2004-07-16 Josh Coalsonwhen encoding to Ogg FLAC, set a random serial number...
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-31 Josh Coalsonfix up reporting of the current frame to the write...
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-11-13 Josh Coalsonuse new Ogg FLAC file encoder where appropriate
2003-09-25 Josh Coalsonadd metadata callback back to ogg stream encoder
2003-02-27 Josh Coalsonfix bug #679255 by checking the block alignment against...
next