platform/upstream/flac.git
2006-09-26 Josh Coalsonmore PICTURE-related items
2006-09-26 Josh Coalsonminor comments
2006-09-26 Josh Coalsonadd --import-picture command to metaflac
2006-09-25 Josh Coalsonadd documentation for PICTURE metadata block
2006-09-25 Josh Coalsonreformat; add documentation for flac's --picture option
2006-09-25 Josh Coalsonadd documentation for flac's --picture option
2006-09-24 Josh Coalsonadd more checks to PICTURE metadata: at most one type...
2006-09-24 Josh Coalsonadd parsing of picture type from spec; add check that...
2006-09-24 Josh Coalsonadd test for --> MIME type (linked URL)
2006-09-24 Josh Coalsonadd support for --picture command to import PICTURE...
2006-09-24 Josh Coalsonnew tester for testing PICTURE specification parsing
2006-09-24 Josh Coalsonadd picture.c (PICTURE specification parsing)
2006-09-24 Josh Coalsonnew pictures/ directory has files used to test PICTURE...
2006-09-24 Josh Coalsonadd picture.h
2006-09-23 Josh Coalsonadd number-of-colors field to PICTURE metadata block
2006-09-23 Josh Coalsonadd support for new PICTURE metadata block
2006-09-23 Josh Coalsonadd #define FLAC_API_NUMBER
2006-09-20 Josh Coalsonchange type val for UNKNOWN metadata block from 127...
2006-09-16 Josh Coalsonminor comments
2006-09-16 Josh Coalsonminor comments
2006-09-16 Josh Coalsonminor comments
2006-09-16 Josh Coalsonremove unused code that had the old way of stat()ing...
2006-09-16 Josh Coalsonremove unused code
2006-09-16 Josh Coalsonfix recovery logic when seek fails
2006-09-16 Josh Coalsonfix problem on windows where rename() fails if destinat...
2006-09-16 Josh Coalsonfix bug in file closing logic in _finish()
2006-09-16 Josh Coalsonfixed bug, file was not being closed at _finish() time
2006-09-16 Josh Coalsonremove unused code
2006-09-16 Josh Coalsonminor comments
2006-09-15 Josh Coalsonchange libOggFLAC++ API to make OggFLAC::Decoder::Strea...
2006-09-15 Josh Coalsonminor wording
2006-09-15 Josh Coalsonfix bug, --remove-replay-gain was not removing REPLAYGA...
2006-09-15 Josh Coalsonadd support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
2006-09-15 Josh Coalsonin FLAC tester, process til end-of-stream before seek...
2006-09-14 Josh Coalsonadd support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
2006-09-14 Josh Coalsonadd ReplayGainReferenceLoudness constant
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-09-06 Josh Coalsonrelicense under LGPL 2.1
2006-08-29 Josh Coalsonbump version to 1.1.3
2006-08-29 Josh Coalsonbump version number to 1.1.3
2006-08-28 Josh Coalsonadd support for encoding from FLAC to FLAC while preser...
2006-08-28 Josh Coalsonswitch metaflac test over to comparing output against...
2006-08-28 Josh Coalsonfix #include for off_t
2006-08-28 Josh Coalsonminor typo
2006-07-09 Josh Coalsonminor EMX fix
2006-07-07 Josh CoalsonMD5 comparison failures on decoding are now an error...
2006-07-06 Josh Coalsonchange unparseable frame handling, from a fatal error...
2006-07-06 Josh Coalsoncomments
2006-07-06 Josh Coalsonchange unparseable frame handling, from a fatal error...
2006-06-14 Josh Coalsonimprove behavior of -F to decode even if there is no...
2006-06-14 Josh Coalsonimprove behavior of -F to decode even if there is no...
2006-06-14 Josh Coalsonturn off do_md5_checking if there is no STREAMINFO...
2006-06-13 Josh Coalsonfix largefile bug
2006-06-12 Josh Coalsonminor comments
2006-05-25 Josh Coalsononly build plugin_common if FLaC__HAVE_XMMS
2006-05-25 Josh Coalsonadd --disable-xmms-plugin option to prevent building...
2006-05-25 Josh Coalsonadd configure options --disable-thorough-tests which...
2006-05-25 Josh Coalsonminro syntax
2006-05-24 Josh Coalsoncomplete largefile support
2006-05-22 Josh Coalsonminor syntax
2006-05-21 Josh Coalsonminor syntax
2006-05-19 Josh Coalsonuse flac file name instead of dummy.wav for --export...
2006-05-19 Josh Coalsonadd --disable-doxygen-docs options (sf patch #1365935...
2006-05-18 Josh Coalsonadd new options: --tag-from-file for flac and --set...
2006-05-18 Josh Coalsonadd window.[ch]
2006-05-18 Josh Coalsonupdate iconv settings
2006-05-18 Josh Coalsonminor comments
2006-05-03 Josh Coalsonminor syntax
2006-05-03 Josh Coalson#define M_PI for MSVC6
2006-05-03 Josh Coalsonminor fixes
2006-05-01 Josh Coalsonturn off window profiling
2006-05-01 Josh Coalsonremove window profiling field
2006-05-01 Josh Coalsondefault window to tukey(0.5) instead of hann
2006-05-01 Josh Coalsonadd set_apodization() to oggflac layers
2006-04-28 Josh Coalsonadd docs for -A, additional docs for --cue
2006-04-28 Josh Coalsonadd window.c/window.h
2006-04-28 Josh Coalsonfix calculation bugs in encode_subframe_(): max_qlp_coe...
2006-04-28 Josh Coalsonfix a calcuation bug in FLAC__lpc_compute_best_order()
2006-04-25 Josh Coalsonfix comment typos
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2006-04-25 Josh Coalsonbump version to intermediate CVS
2006-04-25 Josh Coalson*** empty log message ***
2006-04-22 Josh Coalsonreuse fskip_ahead() in flac__encode_wav()
2006-04-10 Josh Coalsonfix compiler warnings
2006-04-10 Josh Coalsonadd FLAC__metadata_get_cuesheet() and FLAC__metadata_ob...
2005-12-02 Josh Coalsonadd host detection for mingw
2005-12-02 Josh Coalsonminor comments
2005-09-09 Josh Coalsonfix vorbiscomment entry validity tests to match better...
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-09-03 Josh Coalsondefault to using current script as test file if there...
2005-09-03 Josh Coalsononly generate ogg files if flac is ogg-enabled
2005-09-03 Josh Coalsonfix bug in return value for FLAC__stream_decoder_set_me...
2005-09-03 Josh Coalsonfix bug: -a and -t were not prevented from being used...
2005-09-02 Josh Coalsonadd xmms.m4 to new m4/ directory as backup
2005-09-02 Josh Coalsonfix "redefinition of socklen_t" problem on freebsd
2005-09-02 Josh Coalsonlast batch of fixes related to problems caused by new...
2005-09-02 Josh Coalsonminor cosmetics
2005-09-02 Josh Coalsonadd replay gain info to file info box
2005-09-02 Josh Coalsonadd new replaygain module
next