add code examples for some of the callbacks to the docs
[platform/upstream/flac.git] / src /
2006-11-04 Josh Coalsonadd support from encoding from ogg flac input
2006-11-04 Josh Coalsonminor comments
2006-11-03 Josh Coalsonswitch to using FLAC__stream_encoder_set_compression_le...
2006-11-03 Josh Coalsonadd FLAC__stream_encoder_set_compression_level()
2006-11-02 Josh Coalsonrename metaflac's --import-picture to --import-picture...
2006-11-02 Josh Coalsonadd --export-picture-to option to metaflac
2006-11-02 Josh Coalsonfix grabbag__file_are_same() on win32 by using GetFileI...
2006-11-02 Josh Coalsonminor comments
2006-10-25 Josh Coalsonadd LIBFLACPP_LIBDIR, make AC_TRY_RUN more robust
2006-10-25 Josh Coalsonadd LIBFLAC_LIBDIR, make AC_TRY_RUN more robust
2006-10-18 Josh Coalsonmore fixes for ogg support
2006-10-18 Josh Coalsonadd /D "FLAC__HAS_OGG"
2006-10-16 Josh Coalsonremove now-obsolete libOggFLAC stuff
2006-10-16 Josh Coalsonbump version to 1.1.3-beta2
2006-10-16 Josh Coalsonfixes for MSVC6
2006-10-15 Josh Coalsonchange "bytes" parameter of all encoder write callbacks...
2006-10-15 Josh Coalsonchange "bytes" parameter of all read callbacks from...
2006-10-15 Josh Coalsonrename set_serial_number to set_ogg_serial_number every...
2006-10-15 Josh Coalsonlink libogg if necessary
2006-10-15 Josh Coalsonfix to ogg-less building
2006-10-15 Josh Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-10-14 Josh Coalsonremove unneeded SEEK_ERROR setting
2006-10-13 Josh Coalsonin grabbag__file_are_same() check that st_dev is same...
2006-10-12 Josh Coalsonfix "extern"ness of ReplayGainReferenceLoudness
2006-10-11 Josh Coalsonfix bug stats sent to progress callback
2006-10-11 Josh Coalsonminor formatting
2006-10-10 Josh Coalsonminor syntax
2006-10-10 Josh Coalsonfor grabbag__file_are_same() on windows use strcmp...
2006-10-10 Josh Coalsonminor syntax
2006-10-10 Josh Coalsonbump version number to 1.1.3-beta1
2006-10-10 Josh Coalsonbump libtool .so number in prep for release
2006-10-10 Josh Coalsonfix problem with code that checks if temp file is neede...
2006-10-10 Josh Coalsonenable file feof callback when input is stdin
2006-10-10 Josh Coalsonminor syntax
2006-10-10 Josh Coalsonadd grabbag__file_are_same()
2006-10-10 Josh Coalsonremove window debugging code
2006-10-10 Josh Coalsonminor #includes
2006-10-10 Josh Coalson_snprintf hackery for MSVC6
2006-10-10 Josh Coalsonminor comments
2006-10-10 Josh Coalsonfix project name
2006-10-10 Josh Coalsonminor syntax
2006-10-09 Josh Coalsonfix bug where output file would always be deleted on...
2006-10-09 Josh Coalson*** empty log message ***
2006-10-09 Josh Coalsonminor comments
2006-10-07 Josh Coalsonbump version number to 1.1.3
2006-10-07 Josh Coalsonlimit subset further if sample rate is <=48kHz: max...
2006-10-07 Josh Coalsonexpand round-trip tests to include odd bits per sample...
2006-10-07 Josh Coalsonfix final problems with odd bits per sample
2006-10-07 Josh Coalsonminor bug fix
2006-10-06 Josh Coalsonmore robust -F: if end-of-stream is hit due to partial...
2006-10-06 Josh Coalsonminor comments
2006-10-06 Josh Coalsonfix bug in code that skips id3v2 tags at the front...
2006-10-06 Josh Coalsoncomplete WAVEFORMATEXTENSIBLE support, multichannel...
2006-10-03 Josh Coalsontry to limit the #defines (of fseeko to fseek and ftell...
2006-10-03 Josh Coalsonadd support for WAVEFORMATEXTENSIBLE, support for some...
2006-10-03 Josh Coalsondisallow --replay-gain with -ogg as a protection; remov...
2006-10-03 Josh Coalsonminor comments
2006-10-03 Josh Coalsonfix label on instantaneous bitrate button
2006-10-03 Josh Coalsonminor bug fix in argc checking
2006-10-03 Josh Coalsonminor syntax
2006-09-28 Josh Coalsoncheck metadata before init call to give a better error...
2006-09-27 Josh Coalsonchange default padding to 8K, or 64K if input audio...
2006-09-27 Josh Coalsonchange default padding to 8K, or 64K if input audio...
2006-09-26 Josh Coalsonremove ancient deprecated things
2006-09-26 Josh Coalsonminor comments
2006-09-26 Josh Coalsonadd --import-picture command to metaflac
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-23 Josh Coalsonadd number-of-colors field to PICTURE metadata block
2006-09-23 Josh Coalsonadd support for new PICTURE metadata block
2006-09-20 Josh Coalsonchange type val for UNKNOWN metadata block from 127...
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 Coalsonfix bug, --remove-replay-gain was not removing REPLAYGA...
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 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 Coalsonchange unparseable frame handling, from a fatal error...
next