2004-07-23 |
Josh Coalson | tweaks to the MD5 routines; they need to be exported... |
tree | commitdiff |
2004-07-23 |
Josh Coalson | work around MSVC bug in set_metadata() |
tree | commitdiff |
2004-07-23 |
Josh Coalson | make encoder encode the blocksize and sample rate in... |
tree | commitdiff |
2004-07-23 |
Josh Coalson | fix warnings exposed by MSVC |
tree | commitdiff |
2004-07-23 |
Josh Coalson | consolidate chain error reporting in a single function... |
tree | commitdiff |
2004-07-23 |
Josh Coalson | add pragma to disable annoying MSVC warning C4800 |
tree | commitdiff |
2004-07-22 |
Josh Coalson | max the largest metadata type code be 126, reserving... |
tree | commitdiff |
2004-07-22 |
Josh Coalson | add FLAC::Encoder::*::set_metadata(FLAC::Metadata:... |
tree | commitdiff |
2004-07-22 |
Josh Coalson | fix display of year tag |
tree | commitdiff |
2004-07-22 |
Josh Coalson | add more informative error info for some common errors... |
tree | commitdiff |
2004-07-22 |
Josh Coalson | add more informative error info for some common errors |
tree | commitdiff |
2004-07-22 |
Josh Coalson | fix option --residual-gnuplot, was previously looking... |
tree | commitdiff |
2004-07-20 |
Josh Coalson | obey padding byte requirement when writing WAVE |
tree | commitdiff |
2004-07-20 |
Josh Coalson | observe padding byte requirement when writing test... |
tree | commitdiff |
2004-07-20 |
Josh Coalson | fixes for autoconf |
tree | commitdiff |
2004-07-19 |
Josh Coalson | fix bug #896057: parsing ISRC number from cuesheet |
tree | commitdiff |
2004-07-19 |
Josh Coalson | fix bug #877122: problem parsing cuesheet with CATALOG... |
tree | commitdiff |
2004-07-19 |
Josh Coalson | fix bug #679166: flac doesn't respect RIFF subchunk... |
tree | commitdiff |
2004-07-18 |
Josh Coalson | replace verbose/silent flags with a verbosity level |
tree | commitdiff |
2004-07-17 |
Josh Coalson | fix bug in ratio calculation in print_stats() |
tree | commitdiff |
2004-07-17 |
Josh Coalson | add --totally-silent option to flac, man page, and... |
tree | commitdiff |
2004-07-17 |
Josh Coalson | add --cue option to flac, and tests and documentation |
tree | commitdiff |
2004-07-17 |
Josh Coalson | don't always assume a cuesheet is CD-DA, guess based... |
tree | commitdiff |
2004-07-16 |
Josh Coalson | make --serial-number or the default random serial numbe... |
tree | commitdiff |
2004-07-16 |
Josh Coalson | add method for skipping an audio frame, plus tests |
tree | commitdiff |
2004-07-16 |
Josh Coalson | fix time.h #includes |
tree | commitdiff |
2004-07-16 |
Josh Coalson | print error if output file already exists, instead... |
tree | commitdiff |
2004-07-16 |
Josh Coalson | fix valgrind uninitialized memory errors |
tree | commitdiff |
2004-07-16 |
Josh Coalson | tempfile only needs to be opened with wb, not w+b |
tree | commitdiff |
2004-07-16 |
Josh Coalson | remove unused variables |
tree | commitdiff |
2004-07-16 |
Josh Coalson | when encoding to Ogg FLAC, set a random serial number... |
tree | commitdiff |
2004-07-15 |
Josh Coalson | add libFLAC++ equivalent callback-based chain reading... |
tree | commitdiff |
2004-07-15 |
Josh Coalson | minor comments |
tree | commitdiff |
2004-07-15 |
Josh Coalson | do not close any file handles in the callback-based... |
tree | commitdiff |
2004-07-15 |
Josh Coalson | add tests of mismatched read/write protections in chain... |
tree | commitdiff |
2004-07-14 |
Josh Coalson | fix uninitialized variable error turned up by valgrind |
tree | commitdiff |
2004-07-14 |
Josh Coalson | add tests for callback-based chain reading/writing |
tree | commitdiff |
2004-07-14 |
Josh Coalson | fix bug in FLAC__metadata_chain_check_if_tempfile_needed() |
tree | commitdiff |
2004-07-11 |
Josh Coalson | add callback-based versions of chain writing: FLAC__met... |
tree | commitdiff |
2004-07-10 |
Josh Coalson | add FLAC__metadata_chain_read_with_callbacks() |
tree | commitdiff |
2004-07-10 |
Josh Coalson | begin addition of callback-based option to metadata... |
tree | commitdiff |
2004-07-07 |
Josh Coalson | get rid of obsolete *_get_decode_position() methods |
tree | commitdiff |
2004-07-07 |
Josh Coalson | use the OggFLAC__FileDecoder instead of the old OggFLAC... |
tree | commitdiff |
2004-07-07 |
Josh Coalson | revamp OggFLAC__SeekableStreamDecoder to derive from... |
tree | commitdiff |
2004-07-07 |
Josh Coalson | fix another possible seeking bug |
tree | commitdiff |
2004-07-07 |
Josh Coalson | minor comments |
tree | commitdiff |
2004-07-07 |
Josh Coalson | fix bug where calling FLAC__seekable_stream_decoder_set... |
tree | commitdiff |
2004-05-26 |
Josh Coalson | use $libdir instead of $prefix/lib to find library dir |
tree | commitdiff |
2004-04-16 |
Matt Zimmerman | Enure that libFLAC is linked with -lm on all architectu... |
tree | commitdiff |
2004-03-23 |
Josh Coalson | fix seeking bug where I/O seek to "unparseable" frame... |
tree | commitdiff |
2004-03-22 |
Josh Coalson | fix bug: %ll doesn't work for MSVC, use %I64 instead |
tree | commitdiff |
2004-03-17 |
Josh Coalson | minor reordering of decoder state enum to match FLAC... |
tree | commitdiff |
2004-03-17 |
Josh Coalson | remove unused member "ogg_decoder_aspect" |
tree | commitdiff |
2004-03-17 |
Josh Coalson | add OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes() |
tree | commitdiff |
2004-03-17 |
Josh Coalson | fix memory leaks and bug where STREAMINFO was not being... |
tree | commitdiff |
2004-03-16 |
Josh Coalson | refrain from forcing the ogg packet number; libogg... |
tree | commitdiff |
2004-03-16 |
Josh Coalson | bump version info |
tree | commitdiff |
2004-03-15 |
Josh Coalson | fix --until bug #851756 |
tree | commitdiff |
2004-01-20 |
Josh Coalson | *** empty log message *** |
tree | commitdiff |
2004-01-18 |
Josh Coalson | fix possible bug with seeking past 4Gbytes |
tree | commitdiff |
2004-01-18 |
Josh Coalson | fix bug in asserts |
tree | commitdiff |
2004-01-17 |
Josh Coalson | update copyright to 2004 |
tree | commitdiff |
2004-01-17 |
Josh Coalson | add read callback to OggFLAC__SeekableStreamEncoder... |
tree | commitdiff |
2004-01-17 |
Josh Coalson | minor comments |
tree | commitdiff |
2004-01-17 |
Josh Coalson | remove unused stuff |
tree | commitdiff |
2004-01-16 |
Josh Coalson | fix more typos in returned states after conversion... |
tree | commitdiff |
2004-01-16 |
Josh Coalson | revamp OggFLAC__SeekableStreamEncoder to derive from... |
tree | commitdiff |
2004-01-16 |
Josh Coalson | always flush pages for metadata writes so that each... |
tree | commitdiff |
2004-01-16 |
Josh Coalson | various fixes related to deriving OggFLAC__SeekableStre... |
tree | commitdiff |
2004-01-16 |
Josh Coalson | fix some syntax bugs |
tree | commitdiff |
2004-01-16 |
Josh Coalson | various fixes related to deriving OggFLAC__SeekableStre... |
tree | commitdiff |
2004-01-12 |
Josh Coalson | minor reformatting |
tree | commitdiff |
2003-12-31 |
Josh Coalson | revamp ogg flac file decoder; it needed to be derived... |
tree | commitdiff |
2003-12-31 |
Josh Coalson | minor cleanup |
tree | commitdiff |
2003-12-31 |
Josh Coalson | fix up reporting of the current frame to the write... |
tree | commitdiff |
2003-12-31 |
Josh Coalson | minor comments |
tree | commitdiff |
2003-12-30 |
Josh Coalson | fix bug in dummy tell callback |
tree | commitdiff |
2003-12-30 |
Josh Coalson | fix bug in read callback where *bytes was not being... |
tree | commitdiff |
2003-12-30 |
Josh Coalson | revamp the Ogg decoding logic; much more stable now |
tree | commitdiff |
2003-12-30 |
Josh Coalson | minor comments |
tree | commitdiff |
2003-12-29 |
Josh Coalson | add #ifdef FLAC__ONE_FLAC_FRAME_PER_OGG_PAGE section... |
tree | commitdiff |
2003-12-18 |
Josh Coalson | fix plugin to match latest api for replaygain synthesis |
tree | commitdiff |
2003-12-18 |
Josh Coalson | use double for scale factor instead of float |
tree | commitdiff |
2003-12-18 |
Josh Coalson | #pragma to turn off useless MSVC warning C4800 |
tree | commitdiff |
2003-12-17 |
Josh Coalson | obliterate obsolete winamp3 plugin |
tree | commitdiff |
2003-12-17 |
Josh Coalson | fix endian bug when applying replaygain |
tree | commitdiff |
2003-12-17 |
Josh Coalson | fix bug where apply gain is used on a file with no... |
tree | commitdiff |
2003-12-17 |
Josh Coalson | fixes from MSVC build |
tree | commitdiff |
2003-12-17 |
Josh Coalson | ugh, it's FLAC__ASSERT() not FLAC__assert() |
tree | commitdiff |
2003-12-17 |
Josh Coalson | use FLAC__assert() instead of assert() |
tree | commitdiff |
2003-12-17 |
Josh Coalson | rename string.* to more unambiguous local_string_utils.* |
tree | commitdiff |
2003-12-17 |
Josh Coalson | rename string.* to more unambiguous local_string_utils.* |
tree | commitdiff |
2003-12-17 |
Josh Coalson | fixes for MSVC |
tree | commitdiff |
2003-12-17 |
Josh Coalson | fix typos, some calls to seekable stream decoder instea... |
tree | commitdiff |
2003-12-17 |
Josh Coalson | #include stdlib.h for size_t |
tree | commitdiff |
2003-12-17 |
Josh Coalson | add undocumented option --apply-replaygain-which-is... |
tree | commitdiff |
2003-12-17 |
Josh Coalson | stamp a CVS+date for the version |
tree | commitdiff |
2003-12-16 |
Josh Coalson | fix bug in the returned size |
tree | commitdiff |
2003-12-16 |
Josh Coalson | use size_t for return type |
tree | commitdiff |
2003-11-27 |
Josh Coalson | fix bug in sample_number calculation from frame header |
tree | commitdiff |
next |