split off dynamically allocated stuff from FLAC__EntropyCodingMethod_PartitionedRice...
[platform/upstream/flac.git] / src / flac /
2002-08-19 Josh Coalsonsplit off dynamically allocated stuff from FLAC__Entrop...
2002-08-17 Josh Coalsonminor reformatting of help
2002-08-16 Josh Coalsonmove on to the next file instead of stopping on errors
2002-08-14 Josh Coalsonone last pass over the new help system
2002-08-13 Josh Coalson#include fcntl.h in cygwin builds
2002-08-13 Josh Coalsonupdate the usage to match new getopt-based options...
2002-08-12 Josh Coalsonfix bugs in option processing
2002-08-12 Josh Coalsonminor formatting
2002-08-10 Josh Coalsonadd -lgetopt
2002-08-10 Josh Coalsonredo option parsing using getopt_long
2002-08-09 Josh Coalsonfix case when seektable is requested for stdout or...
2002-08-08 Josh Coalsoncode revamp finished
2002-08-08 Josh Coalsonfix bug in stats reporting
2002-08-07 Josh Coalsonbeginning of code revamp, still broken
2002-08-07 Josh Coalsonfinished the work adding back ogg support
2002-08-07 Josh Coalsonadd libOggFLAC
2002-08-07 Josh Coalsonstart code cleanup
2002-08-07 Josh Coalsonuse new file encoder from libFLAC, still needs fixes...
2002-08-07 Josh Coalsonuse new ogg decoder from libOggFLAC
2002-08-03 Josh Coalsonminor formatting
2002-08-02 Josh Coalsonuse new seektable template functions, fix verify logic...
2002-08-02 Josh Coalsonrevamp decoder process calls
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__for...
2002-07-15 Josh Coalsonrename (FLAC__format_is_valid_sample_rate() to FLAC__fo...
2002-07-09 Josh Coalsonadd Makefile.lite, Makefile.vc, etc. to EXTRA_DIST
2002-07-02 Josh Coalsonbump version number from 1.0.3_beta to 1.0.3
2002-06-28 Josh Coalsoncheck for ogg using AM_PATH_OGG from ogg.m4
2002-06-18 Josh Coalsonminor syntax
2002-06-15 Josh Coalsonfix bug with return code passing
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-05 Josh Coalsonadd -F to continue decoding through errors
2002-06-05 Josh Coalsonfix bug where decoding flac file with 0 total_samples...
2002-06-05 Josh Coalsonadd -F, remove -R
2002-06-04 Josh Coalsonfix with new status enums
2002-06-01 Josh Coalsonupdate to match new way of passing metadata to stream...
2002-06-01 Josh Coalsonbump version number to 1.0.3
2002-05-29 Josh Coalsonrelax logic for encoder finishing
2002-05-17 Josh Coalsondifferentiate between format max bits per sample and...
2002-05-17 Josh Coalsonminor comments
2002-05-17 Josh Coalsonupdate with new semantics for padding block creation
2002-05-04 Josh Coalsonfix max sample rate checking
2002-04-25 Josh Coalsonadd tweaks for a Solaris build
2002-04-24 Josh Coalsonadd lines in usage about --output-prefix
2002-03-13 Josh Coalsonconvert c++ style comments
2002-02-17 Josh Coalsonadd code for forcing the file mode for stdin/stdout...
2002-02-12 Josh Coalsonadd --fast and --best flags
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 Coalsonfix bug where flac would crash if not given a value...
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2002-01-26 Josh Coalsonminor wording change for -M in the usage
2001-12-07 Josh Coalsonadd support for Darwin builds
2001-12-04 Josh Coalsonupdate the version number to 1.0.2
2001-12-04 Josh Coalsonsimplify decoder finishing
2001-11-15 Josh Coalsonfix the ogg define
2001-11-13 Josh Coalsoncommit patch for compiling on mingw32
2001-11-13 Josh Coalsonadd ogg support
2001-11-11 Josh Coalsonminor cosmetics with Ogg defines
2001-11-01 Josh Coalsonmove placement of -lm ala Christian
2001-11-01 Josh Coalsonmake --help synonymous with -H, print long --help to...
2001-10-31 Josh Coalsonseveral ogg-related fixes
2001-10-31 Josh Coalsonremove unnecessary -fw option
2001-10-31 Josh Coalsonrename -9 to secret option; break up help into short...
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-22 Josh Coalsonmore autoconf/automake patches from Matt
2001-07-16 Josh Coalsonadd checking based on number_type in the frame header
2001-07-12 Josh Coalsoninclude rice parameters and escape codes in --a-rtext...
2001-07-12 Josh Coalsonadd -E escape coding option, better reporting on verify...
2001-07-12 Josh Coalsonadd -E escape coding option
2001-07-03 Josh Coalsonadd explicit casts for some implicit conversions
2001-06-27 Josh Coalsonadd -DVERSION
2001-06-27 Josh Coalsontweaks to make things work with VC++
2001-06-27 Josh Coalsonadd the --output-prefix option
2001-06-27 Josh Coalsonadd --sector-align option
2001-06-27 Josh Coalsonworkaround for #include bug on OS X
2001-06-27 Josh Coalsonminor tweak to exit code handling
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-19 Josh Coalsonminor #include changes
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
2001-06-15 Josh Coalsonfix syntax typo
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-08 Josh Coalsonadd/update copyright and license notices
2001-06-07 Josh Coalsonpatch from Christian for FreeBSD
2001-06-07 Josh Coalsonfix WAVE autodetect to be more robust and not require...
next