update to match default block size
[platform/upstream/flac.git] / src /
2007-02-07 Josh Coalsonfix bug: file info crashes if file DNE (SF#1634941...
2007-02-07 Josh Coalsonadd return value (success/fail) to FLAC_plugin__replayg...
2007-02-07 Josh Coalsonadd pkg-config files for libFLAC and libFLAC++ (SF...
2007-02-06 Josh Coalsonchange default blocksize from 4608 to 4096 for LPC...
2007-02-06 Josh Coalsonchange the min/max rice partition order for compression...
2007-02-06 Josh Coalsonadd --warnings-as-errors option to flac; for picture...
2007-02-06 Josh Coalsonfor --import-picture-from, allow MIME type in specifica...
2007-02-06 Josh Coalsonallow MIME type in specification to be blank and filled...
2007-02-06 Josh Coalsongenerate noisy sine waves instead of pure noise for...
2007-02-05 Josh Coalsonminor syntax
2007-02-04 Josh Coalsonadd debugging defines with /D
2007-02-04 Josh CoalsonMSVC workarounds
2007-02-04 Josh Coalsonminor comments
2007-02-04 Josh Coalsonturn on FLAC__MANDATORY_VERIFY_WHILE_ENCODING for 1...
2007-02-04 Josh Coalsonin FLAC__lpc_quantize_coefficients(), clip shift to...
2007-02-04 Josh Coalsonadd workaround for lack of lround() on MSVC
2007-02-04 Josh Coalson*** empty log message ***
2007-02-04 Josh Coalsonuse inline byte-swapping function for MSVC
2007-02-04 Josh Coalsonfix bug where specifying --picture in FLAC-to-FLAC...
2007-02-03 Josh Coalsonminor asserts
2007-02-03 Josh Coalsonminor syntax
2007-02-03 Josh Coalsonminor comments
2007-02-02 Josh Coalsonadd 2007 copyright
2007-02-02 Josh Coalsonbump version to 1.1.4-alpha1
2007-02-02 Josh Coalsonadd dithering to lp coeff quantization
2007-02-02 Josh Coalson*** empty log message ***
2007-02-02 Josh Coalsonfix problem in frame size calculation in analysis mode...
2007-02-01 Josh Coalsonadd support for passing frame size to analyzer; analyze...
2007-02-01 Josh Coalsonspeed up precompute_partition_info_escapes_()
2007-01-31 Josh Coalsonbump requisite _MSC_VER to <=1600 for fseeko/ftello...
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2007-01-30 Josh Coalsonminor typos
2007-01-30 Josh Coalsonreturn nonzero exit code if invalid option was used
2007-01-29 Josh Coalsonin FLAC__stream_encoder_set_metadata(), copy the metada...
2007-01-29 Josh Coalsonmake CVS vendor string
2007-01-28 Josh Coalsonseveral speed improvements: completely rewritten bitbuf...
2007-01-28 Josh Coalsonminor comments
2007-01-24 Josh Coalsoncode simplification and speed optimization for set_part...
2007-01-24 Josh Coalsonminor cleanup in count_rice_bits_()
2007-01-24 Josh Coalsonminor optimizations
2007-01-24 Josh Coalsonminor typo
2007-01-23 Josh Coalsonadd system for verifying that encoded frame size estima...
2007-01-09 Josh Coalsonimproved fix for misleading warning, now error out...
2007-01-09 Josh Coalsonadd FLAC__bitbuffer_get_input_bits_unconsumed()
2007-01-09 Josh Coalsonfix misleading warning (SF#1631064: sourceforge.net...
2006-12-14 Josh Coalsonfix makefile bug with ogg linkage (SF#1611414: sourcefo...
2006-12-14 Josh CoalsonFix bug where using -F with FLAC-to-FLAC transcoding...
2006-12-14 Josh CoalsonFix bug where FLAC-to-FLAC transcoding of a corrupted...
2006-12-13 Josh CoalsonC89 fix (SF#1613348: sourceforge.net/tracker/index...
2006-12-05 Josh Coalsonfix bug with locale-specific -A defaults for -0..-8...
2006-12-05 Josh Coalsonminor error message change
2006-12-05 Josh Coalsonlink with libogg
2006-11-27 Josh Coalsonquick fix for SF#1601812 where an error of exactly...
2006-11-21 Josh Coalsonfix bug where jpeg marker detection could be broken...
2006-11-21 Josh Coalson*** empty log message ***
2006-11-21 Josh Coalsonfix bug where test would fail if libFLAC not built...
2006-11-21 Josh Coalsonpatch: support for borland c++ compile (SF#1599018...
2006-11-20 Josh Coalsonpatch: support for borland c++ compile (SF#1599018...
2006-11-20 Josh Coalsonfinal merge down from 1.1.2 maintenance branch (cvs...
2006-11-20 Josh Coalsonfixes based on valgrind run
2006-11-17 Josh Coalsonbump version number to 1.1.3
2006-11-17 Josh Coalsonfixes from 64-bit compile
2006-11-17 Josh Coalsonfix bug where decoding to stdout could fail for no...
2006-11-17 Josh Coalsonfixes from MSVC compile
2006-11-16 Josh Coalsonmake "#if FLAC__HAS_OGG" checking consistent
2006-11-16 Josh Coalsonminor comments
2006-11-16 Josh Coalsonmultifix: change FLAC__stream_encoder_finish() to also...
2006-11-16 Josh Coalsonwrite encoded stream to actual file to improve testing
2006-11-16 Josh Coalsonmultifix: change FLAC__stream_encoder_finish() to also...
2006-11-16 Josh Coalsonadd argument to test_seeking to accept #samples in...
2006-11-16 Josh Coalsonfix bug with -S # where the sample number >= total...
2006-11-15 Josh Coalsonfix a bug where missing STREAMINFO fields (min/max...
2006-11-15 Josh Coalsonadd support for read-only operations for ogg flac
2006-11-15 Josh Coalsonadd support for read-only operations for ogg flac to...
2006-11-14 Josh Coalsonminor comments
2006-11-14 Josh Coalsonfix a problem with fractional-second parsing for -...
2006-11-14 Josh Coalsonfix bug, need to open exported picture file in binary...
2006-11-14 Josh Coalsonfixes from MSVC6
2006-11-14 Josh Coalsondisallow multiple input FLAC files when --import-tags...
2006-11-14 Josh Coalsondisallow multiple input FLAC files when --import-tags...
2006-11-14 Josh Coalsonincrease progress report rate with -p and -e used toget...
2006-11-14 Josh Coalsonfix bug where sync error at end-of-stream was not being...
2006-11-13 Josh Coalsoncompile fixes based on patch (SF#913238 sourceforge...
2006-11-11 Josh Coalsonfix bug SF#1293830: flac accepting WAVE files with...
2006-11-11 Josh Coalsonfix compiler warnings
2006-11-10 Josh Coalsonfix problem with filename parsing if file does not...
2006-11-10 Josh Coalsonfix bug: wave header fixup was being tried even in...
2006-11-10 Josh Coalsonpatch sf#1580550 noexec stack: sourceforge.net/tracker...
2006-11-09 Josh Coalsonadd overreading in the stream encoder process calls...
2006-11-09 Josh Coalsonfix bug in verify_write_callback_ where the FIFO dequeu...
2006-11-09 Josh Coalsonadd a boolean return value to FLAC__stream_encoder_fini...
2006-11-09 Josh Coalsonfix FLAC::Decoder::Stream::finish() to return a bool...
2006-11-09 Josh Coalsoncheck return value of FLAC__stream_decoder_finish()
2006-11-09 Josh Coalsonminor syntax
2006-11-09 Josh Coalsonfix bug where window was not recalculated when blocksiz...
2006-11-08 Josh Coalsonfixes for new seeking algorithm
2006-11-08 Josh Coalsonminor fixes to linked libs
2006-11-06 Josh Coalsonsome more unsigned->size_t fixes
2006-11-06 Josh Coalsonfix docs for --serial-number option
2006-11-06 Josh Coalsonnew seek algorithm for native FLAC from Miroslav
next