OS/2 fixes (SF#1229495: https://sourceforge.net/tracker/index.php?func=detail&aid...
[platform/upstream/flac.git] / src /
2007-08-31 Josh CoalsonOS/2 fixes (SF#1229495: https://sourceforge.net/tracker...
2007-08-29 Josh Coalsonadd --disable-cpplibs configure option (SF#1723295...
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-28 Josh Coalsonfix guid
2007-08-28 Josh Coalsoninitial import
2007-08-28 Josh Coalsonchange foreign metadata app ids
2007-08-22 Josh Coalsonbug fixes
2007-08-21 Josh Coalsonfinish foreign metadata implemetation
2007-08-21 Josh Coalson*** empty log message ***
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 Coalsoninitial support for new --keep-foreign-metadata options...
2007-08-14 Josh Coalsonminor headers
2007-08-14 Josh Coalsonadd FLAC__metadata_simple_iterator_get_block_offset...
2007-08-09 Josh Coalsonfix compiler warnings
2007-08-01 Josh Coalsonmore mingw fixes
2007-08-01 Josh Coalsonchange default extension for ogg flac from .ogg to...
2007-07-31 Josh Coalsonadd support for RESIDUAL_CODING_METHOD_PARTITIONED_RICE...
2007-07-31 Josh CoalsonFixed bug where importing non-CDDA cuesheets would...
2007-07-31 Josh CoalsonSome MinGW fixes (SF#1684879: https://sourceforge.net...
2007-07-31 Josh CoalsonFixed bug where using --replay-gain without any padding...
2007-07-26 Josh Coalsonfixed bug compiling flac without ogg support (SF#176078...
2007-07-26 Josh Coalsonminor usage text
2007-07-26 Josh Coalsonadd new option --no-utf8-convert to flac (SF#973740...
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 Coalsonwork around ogg flac bug where too many seekpoints...
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 Coalsonadd undocumented option to flac: --ignore-chunk-sizes
2007-07-07 Josh Coalsonfix optimization bug in FLAC__bitwriter_write_rice_sign...
2007-07-07 Josh Coalsonminor syntax
2007-07-07 Josh Coalsonminor comments
2007-06-20 Josh Coalsonfix windows bugs
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-19 Josh Coalsonfix mem leaks and open files
2007-06-19 Josh Coalsonadd --no-md5-sum
2007-06-16 Josh Coalsonmerge decoder part from RICE_EXT_BRANCH: blocking strat...
2007-06-16 Josh Coalsonadd support for reading the raw pcm samples so that...
2007-06-16 Josh Coalsonmove xmms cflags to end of INCLUDES
2007-06-16 Josh Coalsonadd more things reported in analyze mode
2007-06-16 Josh Coalsonminor cosmetics
2007-06-14 Josh Coalsonfixed for sun forte compiler
2007-06-14 Josh Coalsonfix bug with negative indexing
2007-06-14 Josh Coalsonremove unused vars
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-05-11 Josh Coalsonmsvc fixes
2007-05-11 Josh Coalsonadd new flacdiff util
2007-04-05 Josh Coalsonadd FLAC::Decoder::Stream::get_decode_position()
2007-04-05 Josh Coalsonminor comments
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 Coalsonspecial version of sample formatting for common cases
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
next