add support for encoding from FLAC to FLAC while preserving metadata
[platform/upstream/flac.git] / src / flac / encode.c
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...
2003-01-12 Josh Coalsonminor comments
2003-01-11 Josh Coalsonfix bug when reading very small raw files
2003-01-10 Josh Coalsonfix bug where some Ogg-relative stuff was not #ifdef'ed
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: explicitly close output file in Ogg FLAC case
2002-12-28 Josh Coalsonadd flushed fwrite in Valgrind mode
2002-12-17 Josh Coalsonfix bug in aiff code for skipping ahead
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-27 Josh Coalsonimplement --cuesheet and --no-cued-seekpoints
2002-11-07 Josh Coalsonupdates to work with new grabbag lib
2002-10-30 Josh Coalsonflesh out --replay-gain implementation
2002-10-29 Josh Coalsonbeginnings of --replay-gain support
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-10-08 Josh Coalsonadd functions/switches for disabling certain subframe...
2002-09-20 Josh Coalsonadd -T, --tag options
2002-09-05 Josh Coalsonminor formatting
2002-09-04 Josh Coalsonadd support for serial number in Ogg streams
2002-08-23 Josh Coalsonfixes based on a pass over everything with autoconf...
2002-08-21 Josh Coalsonfixes based on Windows testing
2002-08-09 Josh Coalsonfix case when seektable is requested for stdout or...
2002-08-08 Josh Coalsonfix bug in stats reporting
2002-08-07 Josh Coalsonfinished the work adding back ogg support
2002-08-07 Josh Coalsonstart code cleanup
2002-08-07 Josh Coalsonuse new file encoder from libFLAC, still needs fixes...
2002-08-03 Josh Coalsonminor formatting
2002-08-02 Josh Coalsonuse new seektable template functions, fix verify logic...
2002-08-01 Josh Coalsonminor syntax
2002-08-01 Josh Coalsonminor comments
2002-07-19 Josh Coalsonadd AIFF support patches from Brady Patterson, add...
2002-07-15 Josh Coalsonrename (FLAC__format_is_valid_sample_rate() to FLAC__fo...
2002-06-11 Josh Coalsonfixes from compiling code and running all the tests...
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-06-04 Josh Coalsonfix with new status enums
2002-06-01 Josh Coalsonupdate to match new way of passing metadata to stream...
2002-05-29 Josh Coalsonrelax logic for encoder finishing
2002-05-17 Josh Coalsondifferentiate between format max bits per sample and...
2002-05-04 Josh Coalsonfix max sample rate checking
2002-02-17 Josh Coalsonadd code for forcing the file mode for stdin/stdout...
2002-02-06 Josh Coalsonuse -1 for the granulepos in the metadata packet
2002-02-06 Josh Coalsonfix bug where the metadata packet and first audio packe...
2002-02-06 Josh Coalsonprevious commit used the byte offset; this one actually...
2002-02-06 Josh Coalsonuse the sample number for the granulepos
2002-02-05 Josh Coalsonminor bug fixes
2002-01-26 Josh Coalsonsimplify some of the fseek()ing code
2002-01-26 Josh Coalsonupdate copyright date to include 2002
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-10-16 Josh Coalsonfix bug where raw encoder rewinds to beginning of file...
2001-08-16 Josh Coalsonfix bug when skipping data
2001-08-14 Josh Coalsonadd support for non-standard fmt chunks
2001-07-16 Josh Coalsonadd checking based on number_type in the frame header
2001-07-12 Josh Coalsonadd -E escape coding option, better reporting on verify...
2001-07-03 Josh Coalsonadd explicit casts for some implicit conversions
2001-06-27 Josh Coalsonadd --sector-align option
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
2001-06-15 Josh Coalsonunify the error reporting; make the statistics output...
2001-06-15 Josh Coalsonchange WAVE reader to ignore sub-chunks after "data...
next