fix _new / _init / _finish / _delete sequence to be more correct, ala C++
[platform/upstream/flac.git] / src /
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 Coalsonmore infrastructure, still doesn't do anything yet
2002-05-07 Josh Coalsoninitial import
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 Coalsonupdate to use new metadata interface
2002-05-04 Josh Coalsonfix bug printing application id
2002-05-04 Josh Coalsonfix max sample rate checking
2002-05-04 Josh Coalsonupdate to work with new bitbuffer changes
2002-05-04 Josh Coalsonadd metadata tests
2002-05-04 Josh Coalsoninitial import
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
2002-05-04 Josh Coalsonadd metadata.c, remove utility.c
2002-05-04 Josh Coalsonadd FLAC__format_is_valid_sample_rate()
2002-05-04 Josh Coalsonfunctionality moved to metadata.c
2002-05-04 Josh Coalsoninitial import
2002-05-04 Josh Coalsonadd ...write_byte_block, 2 little-endian routines
2002-04-25 Josh Coalsonadd VORBIS_COMMENT metadata block
2002-04-25 Josh Coalsonadd FLAC__bitbuffer_read_rice_signed_block()
2002-04-25 Josh Coalsonadd tweaks for a Solaris build
2002-04-24 Josh Coalsonflac file should be opened in binary mode explicitly...
2002-04-24 Josh Coalsonadd lines in usage about --output-prefix
2002-04-10 Josh Coalsonpartial fix in the goal of getting this to match the...
2002-03-13 Josh Coalsonconvert c++ style comments
2002-03-12 Josh Coalsonnew blurb-based bitbuffer design changes
2002-03-12 Josh Coalsonfix bug found by gcc3
2002-03-01 Josh Coalsonfix memory leak, tiny speedup, add some asserts
2002-02-17 Josh Coalsonfix bug where play() was dying instead of skipping...
2002-02-17 Josh Coalsonadd code for forcing the file mode for stdin/stdout...
2002-02-12 Josh Coalsonadd --fast and --best flags
2002-02-12 Josh Coalsonminor fix
2002-02-12 Josh Coalsonfix typo in assertion
2002-02-06 Josh Coalsonuse -1 for the granulepos in the metadata packet
2002-02-06 Josh Coalsonfix bug where the metadata packet and first audio packe...
2002-02-06 Josh Coalsonprevious commit used the byte offset; this one actually...
2002-02-06 Josh Coalsonuse the sample number for the granulepos
2002-02-05 Josh Coalsonminor bug fixes
2002-01-29 Josh Coalsonfix bug when seeking a file that is already at END_OF_FILE
2002-01-26 Josh Coalsonsimplify some of the fseek()ing code
2002-01-26 Josh Coalsonfix bug where flac would crash if not given a value...
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2002-01-26 Josh Coalsonminor wording change for -M in the usage
2001-12-07 Josh Coalsonadd support for Darwin builds
2001-12-05 Matt ZimmermanPass -i option to nasm so that VPATH builds work correctly
2001-12-04 Josh Coalsonupdate the version number to 1.0.2
2001-12-04 Josh Coalsoncheck in Miroslav's PIC patch
2001-12-04 Josh Coalsonupdate library version
2001-12-04 Josh Coalsonsimplify decoder finishing; make thread synchronization...
2001-12-04 Josh Coalsonsimplify decoder finishing; make decoder deleting more...
2001-12-04 Josh Coalsonfix bug with filename setting; fix possible bug with...
2001-12-04 Josh Coalsonsimplify decoder finishing
2001-11-16 Josh Coalson#include string.h
2001-11-15 Josh Coalsonun-disable 3dnow routines
2001-11-15 Josh Coalsonfix the ogg define
2001-11-13 Josh Coalsonremove SSE OS detection (shouldn't fork in a library...
2001-11-13 Josh Coalsoncommit patch for compiling on mingw32
2001-11-13 Josh Coalsonfix link flags for release target
2001-11-13 Josh Coalsonminor compile flag change (define _LIB)
2001-11-13 Josh Coalsonadd ogg support
2001-11-11 Josh Coalsonupdate library version
2001-11-11 Josh Coalsonminor cosmetics with Ogg defines
2001-11-09 Josh Coalsonchange back to unix-format line endings
2001-11-09 Josh Coalsonminor changes to linkage
2001-11-08 Josh Coalsonsplit most of FileDecoder off to new SeekableStreamDecoder
2001-11-08 Josh Coalsoncheck in new version of the winamp3 plugin
2001-11-08 Josh Coalsonremove the old version to make way for the new version
2001-11-03 Josh Coalsonadd monkeys audio utils
2001-11-01 Josh Coalsonmove placement of -lm ala Christian
2001-11-01 Josh Coalsonmake --help synonymous with -H, print long --help to...
2001-11-01 Josh Coalsonfix ..._process_metadata() to return correctly from...
2001-11-01 Josh Coalsonset state to SEARCH_FOR_FRAME_SYNC after flush
2001-11-01 Josh Coalsonchanges to reduce the stack requirements of the encoder
2001-10-31 Josh Coalsonfix bugs with skipping id3v2 tags and long metadata...
2001-10-31 Josh Coalsonseveral ogg-related fixes
2001-10-31 Josh Coalsonremove unnecessary -fw option
2001-10-31 Josh Coalsonfix tiny bug with filename setting
2001-10-31 Josh Coalsonrename -9 to secret option; break up help into short...
2001-10-31 Josh Coalsonadd support for writing ogg streams
2001-10-25 Josh Coalsonpatch from christian, #undef swap16
2001-10-19 Josh Coalsonpatch from Matt for automake 1.5
2001-10-16 Josh Coalsonfix bug where raw encoder rewinds to beginning of file...
2001-08-16 Josh Coalsonfix bug when skipping data
2001-08-16 Josh Coalsonrename some struct members to avoid C++ 'private' and...
2001-08-14 Josh Coalsonadd support for non-standard fmt chunks
2001-08-13 Josh Coalsonreplace LOCAL_FABS() with fabs()
2001-08-13 Josh CoalsonMiroslav's patch to add run-time detection of operating...
2001-07-22 Josh Coalsonadd bitbuffer.h
2001-07-22 Josh Coalsonmore autoconf/automake patches from Matt
2001-07-22 Josh Coalsonrevert to using libtool to generate the convenience...
2001-07-20 Josh Coalsonchange to make libFLAC-asm a static, non-libtool library
2001-07-20 Josh Coalsonmove @XMMS_LIBS@ to the end of libxmms_flac_la_LIBADD
2001-07-20 Josh Coalsontweak the FLAC__INLINE macro to FLaC__INLINE to avoid...
2001-07-19 Josh Coalsonswitch to better method for getting floor(log2(double))
2001-07-18 Josh Coalsonfix another possible bug in the quantizer
next