about summary refs log tree commit
path: root/src/libFLAC/stream_decoder.c
DateCommit message (Expand)
2002-06-07massive glob of checkins: improved tests, more tests, bugfixes
2002-06-04fix status enum, fix bug parsing vorbis comments, stop filtering placeholder ...
2002-05-31fix malloc(0) "bug" with application block parsing
2002-05-29fix constness on _set_ methods
2002-05-10fix bugs exposed by latest tests
2002-05-09fix bug where decoder was not reading APPLICATION id in every case
2002-05-07add functionality to specify which metadata blocks are parsed and sent back t...
2002-05-04minor wording
2002-04-25add FLAC__bitbuffer_read_rice_signed_block()
2002-03-12new blurb-based bitbuffer design changes
2002-02-12minor fix
2002-01-26update copyright date to include 2002
2001-11-01fix ..._process_metadata() to return correctly from a READ_FRAME state
2001-11-01set state to SEARCH_FOR_FRAME_SYNC after flush
2001-08-16rename some struct members to avoid C++ 'private' and 'protected' keywords
2001-07-18remove a bad assert on cpuinfo struct
2001-07-16add checking based on number_type in the frame header
2001-07-12fix bug with implicit assumption in ia32 mmx routines, add more complete fill...
2001-06-23revamp the ordinal types
2001-06-16revamp encoder/decoder interface to use set methods instead on args to init
2001-06-13rename i386 to ia32 everywhere
2001-06-13rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder inter...
2001-06-05remove debug printouts
2001-05-31add bps checks so we can use miroslav's mmx versions of some routines
2001-05-31put a FLAC__ASSERT wrapper around assert()
2001-05-30minor tweaks to asm routine selection
2001-05-25gate cpu-specific code with FLAC__NO_ASM
2001-05-24gate i386 code with FLAC__HAS_NASM
2001-05-23add cpuinfo + runtime asm routine selection
2001-04-24FLAC__ize all the #defines
2001-04-17fix bug with samples_decoded
2001-04-16document GCC compiler bug that produces false warning
2001-04-14fix bug where sample number is incorrectly calculated for the last block
2001-04-13fix compiler warning
2001-04-13skip seekpoint placeholders
2001-04-12add support for raw encoding within a Rice partition
2001-04-05add support for decoding SEEKTABLE block
2001-04-01#include string.h
2001-03-29fix another bug related to wasted bits
2001-03-29fix bug where subframe bps estimate was not taking into account wasted bits
2001-03-28add some asserts
2001-03-27add support for new "wasted bits" field
2001-03-27update for new format changes: frame crc-16, wasted bits field, longer sync c...
2001-03-23fix bug where ...allocate_output_() might allocate the wrong number of channe...
2001-03-20revert back to default of folded-Rice coding, leave experimental stuff in
2001-02-23rename ENCODING to STREAMINFO
2001-02-08change Coder to Codec everywhere
2001-02-08*** empty log message ***
2001-01-28change force_mid_side to loose_mid_side
2001-01-23revamp in anticipation of new analysis mode