fix typo in comments
[platform/upstream/flac.git] / src /
2004-07-30 Josh Coalsonadd FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()
2004-07-30 Josh Coalsonminor comments
2004-07-30 Josh Coalsondeduce from the STREAMINFO whether or not to expect...
2004-07-30 Josh Coalsonbump libtool version numbers for flac-1.1.1-beta1
2004-07-29 Josh Coalsonstrip out bogus args passed to assembler by libtool
2004-07-29 Josh Coalsonrename strip_fPIC.sh to strip_non_asm_libtool_args...
2004-07-29 Josh Coalsonobsolete
2004-07-29 Josh Coalsonbe more precise in long long int literal specification...
2004-07-29 Josh Coalsonfix #include ordering to stop a warning caused by id3.h
2004-07-28 Josh Coalsonfinish hooking up altivec asm routines
2004-07-28 Josh Coalsondos2unix it, remove unmatched single quotes in comments...
2004-07-28 Josh Coalsondos2unix it
2004-07-27 Josh Coalsoncheck in Brady's second altivec-related patch that...
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-25 Josh Coalsonbump version number to 1.1.1-beta1, with a target date...
2004-07-25 Josh Coalsonadd brady's first round of altivec implementations
2004-07-24 Josh Coalsonadd extra verbiage about hardware problems to verify...
2004-07-24 Josh Coalsonfix erroneous assertion
2004-07-23 Josh Coalsontweaks to the MD5 routines; they need to be exported...
2004-07-23 Josh Coalsonwork around MSVC bug in set_metadata()
2004-07-23 Josh Coalsonmake encoder encode the blocksize and sample rate in...
2004-07-23 Josh Coalsonfix warnings exposed by MSVC
2004-07-23 Josh Coalsonconsolidate chain error reporting in a single function...
2004-07-23 Josh Coalsonadd pragma to disable annoying MSVC warning C4800
2004-07-22 Josh Coalsonmax the largest metadata type code be 126, reserving...
2004-07-22 Josh Coalsonadd FLAC::Encoder::*::set_metadata(FLAC::Metadata:...
2004-07-22 Josh Coalsonfix display of year tag
2004-07-22 Josh Coalsonadd more informative error info for some common errors...
2004-07-22 Josh Coalsonadd more informative error info for some common errors
2004-07-22 Josh Coalsonfix option --residual-gnuplot, was previously looking...
2004-07-20 Josh Coalsonobey padding byte requirement when writing WAVE
2004-07-20 Josh Coalsonobserve padding byte requirement when writing test...
2004-07-20 Josh Coalsonfixes for autoconf
2004-07-19 Josh Coalsonfix bug #896057: parsing ISRC number from cuesheet
2004-07-19 Josh Coalsonfix bug #877122: problem parsing cuesheet with CATALOG...
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 Coalsonadd --cue option to flac, and tests and documentation
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 Coalsonadd method for skipping an audio frame, plus tests
2004-07-16 Josh Coalsonfix time.h #includes
2004-07-16 Josh Coalsonprint error if output file already exists, instead...
2004-07-16 Josh Coalsonfix valgrind uninitialized memory errors
2004-07-16 Josh Coalsontempfile only needs to be opened with wb, not w+b
2004-07-16 Josh Coalsonremove unused variables
2004-07-16 Josh Coalsonwhen encoding to Ogg FLAC, set a random serial number...
2004-07-15 Josh Coalsonadd libFLAC++ equivalent callback-based chain reading...
2004-07-15 Josh Coalsonminor comments
2004-07-15 Josh Coalsondo not close any file handles in the callback-based...
2004-07-15 Josh Coalsonadd tests of mismatched read/write protections in chain...
2004-07-14 Josh Coalsonfix uninitialized variable error turned up by valgrind
2004-07-14 Josh Coalsonadd tests for callback-based chain reading/writing
2004-07-14 Josh Coalsonfix bug in FLAC__metadata_chain_check_if_tempfile_needed()
2004-07-11 Josh Coalsonadd callback-based versions of chain writing: FLAC__met...
2004-07-10 Josh Coalsonadd FLAC__metadata_chain_read_with_callbacks()
2004-07-10 Josh Coalsonbegin addition of callback-based option to metadata...
2004-07-07 Josh Coalsonget rid of obsolete *_get_decode_position() methods
2004-07-07 Josh Coalsonuse the OggFLAC__FileDecoder instead of the old OggFLAC...
2004-07-07 Josh Coalsonrevamp OggFLAC__SeekableStreamDecoder to derive from...
2004-07-07 Josh Coalsonfix another possible seeking bug
2004-07-07 Josh Coalsonminor comments
2004-07-07 Josh Coalsonfix bug where calling FLAC__seekable_stream_decoder_set...
2004-05-26 Josh Coalsonuse $libdir instead of $prefix/lib to find library dir
2004-04-16 Matt ZimmermanEnure that libFLAC is linked with -lm on all architectu...
2004-03-23 Josh Coalsonfix seeking bug where I/O seek to "unparseable" frame...
2004-03-22 Josh Coalsonfix bug: %ll doesn't work for MSVC, use %I64 instead
2004-03-17 Josh Coalsonminor reordering of decoder state enum to match FLAC...
2004-03-17 Josh Coalsonremove unused member "ogg_decoder_aspect"
2004-03-17 Josh Coalsonadd OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes()
2004-03-17 Josh Coalsonfix memory leaks and bug where STREAMINFO was not being...
2004-03-16 Josh Coalsonrefrain from forcing the ogg packet number; libogg...
2004-03-16 Josh Coalsonbump version info
2004-03-15 Josh Coalsonfix --until bug #851756
2004-01-20 Josh Coalson*** empty log message ***
2004-01-18 Josh Coalsonfix possible bug with seeking past 4Gbytes
2004-01-18 Josh Coalsonfix bug in asserts
2004-01-17 Josh Coalsonupdate copyright to 2004
2004-01-17 Josh Coalsonadd read callback to OggFLAC__SeekableStreamEncoder...
2004-01-17 Josh Coalsonminor comments
2004-01-17 Josh Coalsonremove unused stuff
2004-01-16 Josh Coalsonfix more typos in returned states after conversion...
2004-01-16 Josh Coalsonrevamp OggFLAC__SeekableStreamEncoder to derive from...
2004-01-16 Josh Coalsonalways flush pages for metadata writes so that each...
2004-01-16 Josh Coalsonvarious fixes related to deriving OggFLAC__SeekableStre...
2004-01-16 Josh Coalsonfix some syntax bugs
2004-01-16 Josh Coalsonvarious fixes related to deriving OggFLAC__SeekableStre...
2004-01-12 Josh Coalsonminor reformatting
2003-12-31 Josh Coalsonrevamp ogg flac file decoder; it needed to be derived...
2003-12-31 Josh Coalsonminor cleanup
2003-12-31 Josh Coalsonfix up reporting of the current frame to the write...
2003-12-31 Josh Coalsonminor comments
2003-12-30 Josh Coalsonfix bug in dummy tell callback
2003-12-30 Josh Coalsonfix bug in read callback where *bytes was not being...
2003-12-30 Josh Coalsonrevamp the Ogg decoding logic; much more stable now
2003-12-30 Josh Coalsonminor comments
2003-12-29 Josh Coalsonadd #ifdef FLAC__ONE_FLAC_FRAME_PER_OGG_PAGE section...
next