rework so that rice parameters and raw_bits from the entropy coding method struct...
[platform/upstream/flac.git] / src / libFLAC /
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
2002-06-05 Josh Coalsonminor consolidation
2002-06-04 Josh Coalsonfix status enum, more rigorous setting of defaults...
2002-06-04 Josh Coalsonfix with new status enums
2002-06-04 Josh Coalsonfix status enum, fix bug parsing vorbis comments, stop...
2002-06-04 Josh Coalsonadd inherited get methods from stream decoder, more...
2002-06-01 Josh Coalsonfixes based on MSVC compile
2002-06-01 Josh Coalsonfix state enums
2002-06-01 Josh Coalsonnew more flexible way of passing metadata to stream...
2002-05-31 Josh Coalsonfix malloc(0) "bug" with application block parsing
2002-05-31 Josh Coalsonpass vorbis comment entries by value, fix bug in vorbis...
2002-05-30 Josh Coalsonadd metadata.h
2002-05-30 Josh Coalsonsplit metadata.c into metadata_object.c and metadata_it...
2002-05-30 Josh Coalsonremove unused code
2002-05-29 Josh Coalsonfix memory leaks in array resizers
2002-05-29 Josh Coalsonminor comments
2002-05-29 Josh Coalsonfix constness on _set_ methods
2002-05-25 Josh Coalsonadd support for id3v2 tags to levels 1 and 2, better...
2002-05-22 Josh Coalsonfix null pointer handling in metadata object routines
2002-05-20 Josh Coalsonreplace a bunch of magic numbers
2002-05-20 Josh Coalsonminor changes to some defines/globals
2002-05-17 Josh Coalsonallow setting data pointers to 0 for metadata objects
2002-05-17 Josh Coalsonupdate with new semantics for padding block creation
2002-05-17 Josh Coalsondifferentiate between format max bits per sample and...
2002-05-17 Josh Coalsonconditionalize #include of stdio.h
2002-05-17 Josh Coalsonminor cosmetics
2002-05-14 Josh Coalsonmore fixes for level 2 functions exposed by unit tests
2002-05-11 Josh Coalsonmore bug fixes from unit tests; level 1 looks good
2002-05-10 Josh Coalsonfix bugs exposed by latest tests
2002-05-09 Josh Coalsonremove unused code, fix several bugs (WARNING: there...
2002-05-09 Josh Coalsonfix _new / _init / _finish / _delete sequence to be...
2002-05-09 Josh Coalsonfix bug where decoder was not reading APPLICATION id...
2002-05-09 Josh Coalsonfix up comments, remove faulty assert
2002-05-07 Josh Coalsonfixes for padding length calculation, vorbis comment...
2002-05-07 Josh Coalsonadd FLAC__bitbuffer_read_byte_block_aligned()
2002-05-07 Josh Coalsonadd functionality to specify which metadata blocks...
2002-05-04 Josh Coalsonadd vorbis comment block handling, update max sample...
2002-05-04 Josh Coalsonupdate max sample rate checking
2002-05-04 Josh Coalsonminor wording
next