Fix status print staying on the wrong line with certain filename length.
[platform/upstream/flac.git] / src / libFLAC /
2007-09-13 Josh Coalsonminor comments
2007-09-13 Josh Coalsonremove obsolete comment reference to end of stream...
2007-09-11 Josh Coalsonfix seek bug with ogg flac and small streams (SF#179217...
2007-09-11 Josh Coalsonextra checking on memory allocation sizes to prevent...
2007-09-08 Josh Coalson64-bit fixes (SF#1790872: https://sourceforge.net/track...
2007-08-29 Josh CoalsonOS/2 fixes (SF#1771378: https://sourceforge.net/tracker...
2007-08-29 Josh Coalsonfixed very rare seek bug (SF#1684049: https://sourcefor...
2007-08-21 Josh Coalsonbump cvs date in vendor string
2007-08-15 Josh Coalsonadd FLAC__metadata_simple_iterator_get_application_id()
2007-08-14 Josh Coalsonadd FLAC__metadata_simple_iterator_get_block_offset...
2007-07-31 Josh Coalsonadd support for RESIDUAL_CODING_METHOD_PARTITIONED_RICE...
2007-07-31 Josh CoalsonSome MinGW fixes (SF#1684879: https://sourceforge.net...
2007-07-25 Josh Coalsonprototype-related fixes
2007-07-23 Josh Coalsonminor comments
2007-07-23 Josh Coalsonminor OPT tweaks
2007-07-16 Josh Coalsonbump release date to 7/15/07
2007-07-16 Josh Coalsoncomment out some optimized branch
2007-07-16 Josh Coalsonimprovements to compile/link options
2007-07-11 Josh Coalsonadd #define FLAC__LPC_UNROLLED_FILTER_LOOPS for easier...
2007-07-11 Josh Coalsonminor comments
2007-07-11 Josh Coalsonadd vcproj files to EXTRA_DIST
2007-07-10 Josh Coalsonbump libtool number in prep for release
2007-07-10 Josh Coalsonfix bug where invalid seek tables could cause some...
2007-07-07 Josh Coalsonbump version number to 1.2.0
2007-07-07 Josh Coalsonfix optimization bug in FLAC__bitwriter_write_rice_sign...
2007-07-07 Josh Coalsonminor comments
2007-06-20 Josh Coalsonminor cosmetics
2007-06-20 Josh Coalsonfix bug with partition sum overflowing
2007-06-20 Josh Coalsonfix for FLAC__INTEGER_ONLY_LIBRARY
2007-06-19 Josh Coalsonminor comments
2007-06-16 Josh Coalsonmerge decoder part from RICE_EXT_BRANCH: blocking strat...
2007-06-14 Josh Coalsonfix bug with negative indexing
2007-06-14 Josh Coalsoncleaner pointer alignment logic for autoconf-based...
2007-06-14 Josh Coalsonfix LD_LIBRARY_PATH-saving logic
2007-06-14 Josh Coalsonadd internal FLAC__stream_encoder_set/get_do_md5()
2007-04-04 Josh Coalsoncall precompute_partition_info_sums_32bit_asm_ia32_...
2007-04-04 Josh CoalsonMSVC optimization in process calls
2007-04-04 Josh Coalsonremove more redundant logic in process calls
2007-04-04 Josh Coalsonmore optimizations
2007-04-04 Josh Coalsonminor optimization in loop logic
2007-04-04 Josh Coalsonadd stream_encoder_asm.nasm
2007-04-04 Josh Coalsonwindow the integer_signal instead of real_signal, remov...
2007-04-04 Josh Coalsonoptimize special case in FLAC__bitwriter_write_rice_sig...
2007-04-04 Josh Coalsonminor optimizations to FLAC__bitwriter_write_rice_signe...
2007-03-31 Josh Coalsonminor optimizations to precompute_partition_info_sums_()
2007-03-30 Josh Coalsonadd FLAC__format_sample_rate_is_subset()
2007-03-30 Josh Coalsonminor optimization
2007-03-23 Josh Coalsonfix extern names for win32
2007-03-23 Josh Coalsonadd ia32/bitreader_asm.nasm
2007-03-23 Josh Coalsonfork FLAC__bitreader_read_rice_signed_block() into...
2007-03-23 Josh Coalsonminor optimizations
2007-03-23 Josh Coalsonbetter alignment in md5 structure elements
2007-03-22 Josh Coalsonoptimization: faster crc-16 calculation
2007-03-22 Josh Coalsonoptimization: move code for non-zero crc16_align out...
2007-03-22 Josh Coalsonadd FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap()
2007-03-22 Josh Coalsonminor comments
2007-03-22 Josh Coalsonminor optimizations to FLAC__bitreader_read_rice_signed...
2007-03-22 Josh Coalsonminor optimizations to FLAC__bitreader_read_rice_signed...
2007-03-22 Josh Coalsonminor optimizations to FLAC__bitreader_read_rice_signed...
2007-03-22 Josh Coalsonunroll byteSwap() loop for common case
2007-03-22 Josh Coalsonminor comments
2007-03-17 Josh Coalsonminor optimizations to FLAC__bitbuffer_read_rice_signed...
2007-03-14 Josh Coalsonminor tweaks to private md5 interface
2007-03-14 Josh Coalsonin FLAC__MD5Accumulate() optimize sample->byte packing...
2007-03-13 Josh Coalsonpass cpu info into bitreader, use it to turn on use...
2007-03-13 Josh Coalsonpass cpu info into bitreader
2007-03-13 Josh Coalsonimprove ia-32 checks to include cpuid, bswap, sse3...
2007-03-13 Josh Coalsonminor comments
2007-03-13 Josh Coalsonunroll loops in filter and inverse filter routines
2007-03-12 Josh Coalsonminor comments
2007-03-12 Josh Coalsonslight optimization to conversion of M/S->L/R
2007-03-12 Josh Coalsonunify inlining method in prep for inline tests
2007-03-07 Josh Coalsoncomments
2007-03-06 Josh Coalsonminor comments
2007-03-03 Josh Coalsonfixes for MSVC6; also: default to best flavors of detec...
2007-03-03 Josh Coalsonadd thread-safe runtime SSE OS support detection for...
2007-03-03 Josh Coalsonremove FLAC__SSE_OS restriction on SSE usage
2007-03-02 Josh Coalsonremove obsolete FLAC__cpu_info_sse_test_asm_ia32()
2007-03-01 Josh Coalsonminor tweak for vc++
2007-02-28 Josh Coalsonminor comments
2007-02-22 Josh Coalson*** empty log message ***
2007-02-22 Josh Coalsonfix compiler warnings
2007-02-17 Josh Coalsonfix MSVC check for ntohl()
2007-02-14 Josh Coalsonturn off FLAC__MANDATORY_VERIFY_WHILE_ENCODING
2007-02-14 Josh Coalsonbump libtool .so revision number
2007-02-14 Josh Coalsonbump version number to 1.1.4
2007-02-13 Josh CoalsonDarwin fix for ntohl()
2007-02-09 Josh Coalsonstop using lround() for now
2007-02-08 Josh Coalsonremove some debugging output
2007-02-07 Josh Coalsonminor comments
2007-02-07 Josh Coalsonadd pkg-config files for libFLAC and libFLAC++ (SF...
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-04 Josh Coalsonadd debugging defines with /D
2007-02-04 Josh CoalsonMSVC workarounds
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 Coalsonuse inline byte-swapping function for MSVC
next