Replace broken str* functions with safe versions.
[platform/upstream/flac.git] / src / flac / encode.c
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...
2001-06-14 Josh Coalsonadd support for last_metadata_is_last flag in the strea...
2001-06-13 Josh Coalsonrename FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-06-07 Josh Coalsonfix WAVE autodetect to be more robust and not require...
2001-06-06 Josh Coalsonstandardize flac__ names
2001-06-05 Josh Coalsonignore (with warning) unknown subchunks instead of...
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-05-28 Josh Coalsonfix bug where encoder_wrapper->stream_offset was not...
2001-05-28 Josh Coalsonfix bug in write_big_endian_uint64()
2001-05-27 Josh Coalsonshorten the status line
2001-05-25 Josh Coalsonchange wording on failed verify message
2001-05-25 Josh Coalsonremove some junk printouts
2001-05-25 Josh Coalsonfix bug in seekpoint uniquification
2001-05-01 Josh Coalsonmassive changes to command line parsing to act like...
2001-05-01 Josh Coalsonoops, move message to correct place
2001-05-01 Josh Coalsonfix some error messages
2001-05-01 Josh Coalsonmods to allow main.c to pass in the opened file
2001-04-25 Josh Coalson-r now takes min,max and is called min/max_residual_par...
2001-04-24 Josh Coalsonremove the code that printed out the seek points before...
2001-04-24 Josh Coalsonadd verbiage to bug submit
2001-04-16 Josh Coalsonremove debug printout
2001-04-16 Josh Coalsondocument GCC compiler bug that produces false warning
2001-04-14 Josh Coalsonfix bug with the default -S setting
2001-04-13 Josh Coalsonfix more bugs with seek table stuff
2001-04-13 Josh Coalsonfix bug where seek point was hit during metadata write_...
2001-04-13 Josh Coalsonminor bug fix
2001-04-13 Josh Coalsonfix bug with incorrect seek point separator
2001-04-13 Josh Coalsonmark seek points when hit by write callback; write...
2001-04-13 Josh Coalsonadd marking of the seek point when hit in the write...
2001-04-13 Josh Coalsonadd total samples to seek point printout
2001-04-13 Josh Coalsonadd printing of seek points in verbose mode
2001-04-13 Josh Coalsonadd support for specifying seek points
2001-03-29 Josh Coalsonadd more verbose status reporting
2001-03-05 Josh Coalsonremove bps limit on mid-side, remove some debugging...
2001-02-28 Josh Coalsonbetter error message if encoder can't initialize
2001-02-27 Josh Coalsonadd support for 24-bit input
2001-02-26 Josh Coalsonremove some debug output
next