fix bug in free()ing of output arrays
[platform/upstream/flac.git] / src / libFLAC /
2002-10-21 Josh Coalsonfix bug in free()ing of output arrays
2002-10-18 Josh Coalsonfixes for building static libs (new FLAC__NO_DLL #define)
2002-10-18 Josh Coalsonswitch malloc+memset(0) to calloc()
2002-10-17 Josh Coalsonadd assert on the vendor string construction
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-16 Josh Coalsoninitial import
2002-10-16 Josh Coalsonchanges for MSCV: added dsp file, rename any .cc files...
2002-10-15 Matt ZimmermanFix slightly botched search-and-replace which produced...
2002-10-11 Josh Coalsonadd verbatim catchall if no subframes are generated
2002-10-11 Josh Coalsonfix assertion bug
2002-10-11 Josh Coalsonminor cosmetics
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-10-08 Josh Coalsonadd functions/switches for disabling certain subframe...
2002-10-04 Josh Coalsonadd support for 64bit datapath through FIR filter,...
2002-10-04 Josh Coalsonadd support for 64bit datapath through inverse filter
2002-10-04 Josh Coalsonadd wide (64-bit) versions of the FIR filter and invers...
2002-10-04 Josh Coalsonadd wide version of silog2
2002-09-26 Josh Coalsonnew #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER
2002-09-25 Josh Coalsonfixes related to the change of FLAC__VERSION_STRING...
2002-09-25 Josh Coalsonbump the version number from 1.0.4_beta to 1.0.4
2002-09-25 Josh Coalsonminor cosmetics
2002-09-25 Josh Coalsonbump the libtool version number
2002-09-19 Josh Coalsoncheck in Miroslav's speedup patch
2002-09-09 Josh Coalsonbump version number to 1.0.4_beta
2002-09-09 Josh Coalsonbump library version number
2002-09-09 Josh Coalsonstring hack for msvc6
2002-09-06 Josh Coalsonfix bug where seek table functionality was being called...
2002-09-04 Josh Coalsonremove bogus return in FLAC__bitbuffer_dump
2002-09-04 Josh Coalsonincorporate miroslav's speedup for little-endian 16bps...
2002-09-04 Josh Coalsoncomments
2002-08-30 Josh Coalsonrestrict subset to max blocksize of 16384 and max resid...
2002-08-30 Josh Coalsonadd read_only argument to simple iterator initializer
2002-08-27 Josh Coalsonminor formatting
2002-08-27 Josh Coalsonstreamline the residual energy calculation
2002-08-25 Josh Coalsonadd vendor string to encoding
2002-08-21 Josh Coalsonfixes based on Windows testing
2002-08-20 Josh Coalsonminor formatting
2002-08-19 Josh Coalsonsplit off dynamically allocated stuff from FLAC__Entrop...
2002-08-17 Josh Coalsonrework so that rice parameters and raw_bits from the...
2002-08-17 Josh Coalsonadd utility routines related to entropy coding
2002-08-17 Josh Coalsonadd format.h
2002-08-16 Josh Coalsonadd assertions
2002-08-16 Josh Coalsonfix bug in status string table
2002-08-16 Josh Coalsonadd assertion failure on verify decoder underflow
2002-08-14 Josh Coalsonmore rigorous gate around callbacks in ..._finish(...
2002-08-13 Josh Coalson#include fcntl.h in cygwin builds
2002-08-12 Josh Coalsonfix bug in STREAMINFO reader that trashes the high...
2002-08-08 Josh Coalsonadd a samples_written field to the progress callback
2002-08-08 Josh Coalsonfix bug where metadata callback was seeking to the...
2002-08-07 Josh Coalsonfix typos
2002-08-07 Josh Coalsonadd ..._get_verify_decoder_error_stats()
2002-08-07 Josh Coalsondon't flush the input on delete unless encoder state...
2002-08-06 Josh Coalsonminor formatting
2002-08-03 Josh Coalsonzero allocated class memory
2002-08-03 Josh Coalsonadd verify mode to all encoders
2002-08-02 Josh Coalsonadd ..._get_total_samples_estimate(), add progress...
2002-08-02 Josh Coalsonadd ..._get_total_samples_estimate()
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-08-02 Josh Coalsonfix bug where encoder was closing file too soon in...
2002-08-01 Josh Coalsonmake typedefs for callbacks
2002-08-01 Josh Coalsonfinish implementation
2002-08-01 Josh Coalsonfix bug in seektable sorter where it was returning...
2002-08-01 Josh Coalsonminor syntax
2002-08-01 Josh Coalsonnew funcs for getting underlying decoder layer states
2002-08-01 Josh Coalsonchange to FLAC__stream_encoder_init(), now calls write...
2002-08-01 Josh Coalsonnew functions for seektable templates, point sorting
2002-08-01 Josh Coalsonminor formatting
2002-08-01 Josh Coalsonfinish up implementation
2002-07-31 Josh Coalsonnew seekable stream encoder and file encoder layers...
2002-07-31 Josh Coalsonminor formatting
2002-07-26 Josh Coalsonfix bug where flush() was not setting the state back...
2002-07-26 Josh Coalsonadd asserts
2002-07-25 Josh Coalsonmake _delete() free the same stuff that _finish() does
2002-07-24 Josh Coalsonfix bug #584595: infinite loop if ..._process*() called...
2002-07-24 Josh Coalsonadd asserts, make FLAC__stream_encoder_finish() reset...
2002-07-17 Josh Coalsonfix bug where md5_checking setting was not restored...
2002-07-15 Josh Coalsonuse FLAC__format_seektable_is_legal()
2002-07-15 Josh Coalsonrename (FLAC__format_is_valid_sample_rate() to FLAC__fo...
2002-07-11 Josh Coalsonadd some asserts
2002-07-10 Josh Coalsonadd some FLAC__ASSERTs
2002-07-09 Josh Coalsonadd Makefile.lite, Makefile.vc, etc. to EXTRA_DIST
2002-07-03 Josh Coalsonbump the library revision number
2002-07-03 Josh Coalsonfix bug in errno mis-handling with MSVC
2002-07-01 Josh Coalsonset CXXFLAGS also during test
2002-06-29 Josh Coalsonminor fixes
2002-06-28 Josh Coalsonadd autoconf m4 files
2002-06-21 Josh Coalsonfix bug where decoder wasn't getting streaminfo or...
2002-06-15 Josh Coalsonfix bug where current chain length was not calculated...
2002-06-14 Josh Coalsonminor changes in anticipation of release
2002-06-13 Josh Coalsondon't use errno on win32
2002-06-11 Josh Coalsonfixes from compiling code and running all the tests...
2002-06-10 Josh Coalsonadd all.h
2002-06-10 Josh Coalsonlast batch of changes and fixes based on the libFLAC...
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-06-05 Josh Coalsonminor syntax
2002-06-05 Josh Coalsonbring in what was FLAC__seek_table_is_valid()
2002-06-05 Josh Coalsonremove seek_table; it moved into the metadata interface
2002-06-05 Josh Coalsoncontents moved into metadata interface
next