about summary refs log tree commit
path: root/src/libFLAC/stream_decoder.c
DateCommit message (Expand)
2006-09-09libFLAC/stream_decoder.c: attempt array index overhead reduction
2006-09-09Add ARM assembly optimizations
2006-07-06change unparseable frame handling, from a fatal error and FLAC__STREAM_DECODE...
2006-05-24complete largefile support
2006-04-25add 2206 to copyright notice
2005-09-03fix bug in return value for FLAC__stream_decoder_set_metadata_respond_applica...
2005-05-05remove FLAC__SYMMETRIC_RICE code
2005-01-30minor casting fixes
2005-01-25add 2005 to copyright notices
2005-01-24again fix logic around deciphering frame/sample number from frame header
2004-12-30additions to metadata object api: more vorbiscomment functions, trailing-null...
2004-10-06fix debian bug #274301: libflac4 segfaults on corrupt flac files
2004-07-29be more precise in long long int literal specification for ANSI compilers (gc...
2004-07-27check in Brady's second altivec-related patch that hooks up the asm routines ...
2004-07-22max the largest metadata type code be 126, reserving 127 to avoid confusion w...
2004-07-16add method for skipping an audio frame, plus tests
2004-01-17update copyright to 2004
2003-11-27fix bug in sample_number calculation from frame header
2003-09-24add resolved_as_cstring()
2003-05-20C89 standard fixes, based on feedback from IRIX port
2003-01-31change license verbiage to Xiph's
2003-01-14minor syntax
2003-01-11minor syntax
2003-01-10big fix to allow codec and metadata interface to handle unknown metadata bloc...
2003-01-02Add 2003 to copyright notice
2002-12-05add "is_cd" flag to CUESHEET everywhere
2002-12-04#include config.h
2002-12-04fix memory leaks found with valgrind
2002-11-16add more reserved space to CUESHEET implementation
2002-11-15fix MSVC warning with explicit casts
2002-11-15further implementation of new CUESHEET metadata block
2002-11-14reorganize metadata decoding in anticipation of new cuesheet block
2002-11-06more strict typecasts
2002-10-26#include bitmath.h
2002-10-21fix from Miroslav on the lpc datapath switching logic
2002-10-21fix bug in free()ing of output arrays
2002-10-18switch malloc+memset(0) to calloc()
2002-10-16tweaks to build libs as DLLs under windows
2002-10-04add support for 64bit datapath through inverse filter
2002-09-04comments
2002-08-19split off dynamically allocated stuff from FLAC__EntropyCodingMethod_Partitio...
2002-08-17rework so that rice parameters and raw_bits from the entropy coding method st...
2002-08-03zero allocated class memory
2002-08-02revamp decoder process calls
2002-08-01make typedefs for callbacks
2002-07-31minor formatting
2002-07-26add asserts
2002-07-24fix bug #584595: infinite loop if ..._process*() called when decoder is ABORTED
2002-06-14minor changes in anticipation of release
2002-06-08another big glob of changes/fixes