minor syntax
[platform/upstream/flac.git] / src / flac / encode.c
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...
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...
next