summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* split most of FileDecoder off to new SeekableStreamDecoderJosh Coalson2001-11-084-4/+174
|
* fix tiny bug with filename settingJosh Coalson2001-10-311-1/+1
|
* rename some struct members to avoid C++ 'private' and 'protected' keywordsJosh Coalson2001-08-163-6/+6
|
* add number_type to frame headerJosh Coalson2001-07-161-0/+7
|
* add escape coding optionJosh Coalson2001-07-121-0/+3
|
* renamed ordinals.h to ordinals.h.inJosh Coalson2001-06-291-7/+14
|
* add utility.hJosh Coalson2001-06-232-1/+3
|
* initial importJosh Coalson2001-06-231-0/+27
|
* revamp the ordinal typesJosh Coalson2001-06-236-155/+121
|
* fix default versioning behaviorJosh Coalson2001-06-181-2/+0
|
* revamp encoder/decoder interface to use set methods instead on args to initJosh Coalson2001-06-163-87/+204
|
* add support for last_metadata_is_last flag in the stream encoderJosh Coalson2001-06-141-0/+2
|
* fix size of application id in structJosh Coalson2001-06-141-1/+1
|
* rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder ↵Josh Coalson2001-06-135-77/+209
| | | | interfaces
* rename encoder.h to stream_encoder.hJosh Coalson2001-06-131-0/+0
|
* add/update copyright and license noticesJosh Coalson2001-06-082-0/+35
|
* put a FLAC__ASSERT wrapper around assert()Josh Coalson2001-05-313-0/+33
|
* integrate mdz's patch so 'make dist' will work as expectedJosh Coalson2001-05-312-0/+10
|
* minor comment changeJosh Coalson2001-05-291-1/+1
|
* update version number to 0.10Josh Coalson2001-05-291-1/+1
|
* remove config.hJosh Coalson2001-05-251-1/+0
|
* config.h no longer neededJosh Coalson2001-05-241-53/+0
|
* add config.hJosh Coalson2001-05-231-0/+1
|
* initial importJosh Coalson2001-05-231-0/+53
|
* use float instead of double for basic FP typeJosh Coalson2001-05-161-1/+1
|
* -r now takes min,max and is called min/max_residual_partition order, new -R ↵Josh Coalson2001-04-251-1/+3
| | | | option is rice_parameter_search_dist
* add support for writing SEEKTABLE blockJosh Coalson2001-04-131-1/+3
|
* add format.h adn seek_table.hJosh Coalson2001-04-131-0/+2
|
* initial importJosh Coalson2001-04-131-0/+27
|
* add seekpoint placeholderJosh Coalson2001-04-131-5/+8
|
* add support for raw encoding within a Rice partitionJosh Coalson2001-04-121-0/+4
|
* add SEEKTABLE metadata blockJosh Coalson2001-04-051-1/+40
|
* change min bps from 1 to 4Josh Coalson2001-03-281-0/+1
|
* fix commentsJosh Coalson2001-03-271-5/+5
|
* add new error codesJosh Coalson2001-03-271-2/+3
|
* update for new format changes: frame crc-16, wasted bits field, longer sync ↵Josh Coalson2001-03-271-26/+50
| | | | code, longer blocksize code
* update version to 0.9Josh Coalson2001-03-211-1/+1
|
* fix empty struct problemJosh Coalson2001-03-051-0/+1
|
* add some typesJosh Coalson2001-02-281-5/+13
|
* shorten APPLICATION id to 32 bitsJosh Coalson2001-02-231-5/+7
|
* update version number to 0.8Josh Coalson2001-02-231-1/+1
|
* add padding option to encoderJosh Coalson2001-02-231-0/+1
|
* rename ENCODING to STREAMINFOl; and PADDING and APPLICATION blocksJosh Coalson2001-02-231-15/+40
|
* update version number to 0.7Josh Coalson2001-02-121-1/+1
|
* change Coder to Codec everywhereJosh Coalson2001-02-086-6/+6
|
* change force_mid_side to loose_mid_sideJosh Coalson2001-01-281-1/+1
|
* fix default version numberJosh Coalson2001-01-261-1/+1
|
* add some constsJosh Coalson2001-01-251-3/+3
|
* add fallback for when VERSION is not setJosh Coalson2001-01-241-1/+5
|
* drop major/minor version numbers, use just version stringJosh Coalson2001-01-241-2/+0
|