summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add undocumented option --apply-replaygain-which-is-not-lossless to flac; req...Josh Coalson2003-12-174-2/+54
* better end-of-file/stream checkingJosh Coalson2003-11-133-0/+9
* add ogg seekable stream and file encoder and decoder interfacesJosh Coalson2003-09-266-8/+2130
* minor syntaxJosh Coalson2003-09-262-2/+2
* minor formattingJosh Coalson2003-09-261-2/+0
* minor commentsJosh Coalson2003-09-262-8/+20
* add a "tell" callback to the seekable stream encoder to make the metadata wri...Josh Coalson2003-09-252-5/+71
* minor commentsJosh Coalson2003-09-241-2/+3
* minor syntaxJosh Coalson2003-09-242-17/+15
* add resolved_as_cstring()Josh Coalson2003-09-242-0/+11
* minor formattingJosh Coalson2003-09-241-0/+1
* remove leftover and unimplemented proto FLAC__file_decoder_process_remaining_...Josh Coalson2003-09-241-11/+0
* add the metadata callback back in the stream encoderJosh Coalson2003-09-242-5/+39
* add OggFLAC__stream_encoder_get_resolved_state_string()Josh Coalson2003-09-241-0/+13
* more API comments, add OggFLAC__file_decoder_set_serial_number(), OggFLAC__fi...Josh Coalson2003-09-241-5/+79
* more API comments, add OggFLAC__seekable_stream_decoder_set_serial_number(), ...Josh Coalson2003-09-241-6/+140
* add OggFLAC__stream_decoder_get_resolved_state_string()Josh Coalson2003-09-241-0/+13
* add *::State::resolved_as_cstring()Josh Coalson2003-09-242-0/+2
* inline *::State::resolved_as_cstring()Josh Coalson2003-09-242-6/+5
* minor commentsJosh Coalson2003-09-233-5/+5
* minor commentsJosh Coalson2003-09-231-8/+20
* replace the compile time ordinals.h.in->ordinals.h conversion with a static o...Josh Coalson2003-09-151-15/+33
* change license verbiageJosh Coalson2003-02-071-12/+12
* change license verbiage to Xiph'sJosh Coalson2003-01-3132-410/+781
* fix return type for Track::get_num_indices()Josh Coalson2003-01-221-1/+1
* add some assertsJosh Coalson2003-01-151-4/+2
* minor commentsJosh Coalson2003-01-151-1/+4
* fix some ansi violations in identifier namesJosh Coalson2003-01-131-10/+10
* write missing docs for remaining new functionsJosh Coalson2003-01-121-7/+70
* minor commentsJosh Coalson2003-01-122-6/+6
* write up some missing documentationJosh Coalson2003-01-112-51/+173
* big fix to allow codec and metadata interface to handle unknown metadata blo...Josh Coalson2003-01-103-1/+67
* better logic for determining whether or not DLL cruft is neededJosh Coalson2003-01-084-4/+4
* Add 2003 to copyright noticeJosh Coalson2003-01-0237-37/+37
* fix verbiage about get_block() in Iterator classJosh Coalson2002-12-281-10/+10
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-053-2/+6
* adjust CUESHEET reserved lengths, minor commentsJosh Coalson2002-12-031-11/+7
* fix for mingw32Josh Coalson2002-11-281-1/+1
* add cuesheet writerJosh Coalson2002-11-221-0/+7
* revamp MSVC build system, separate dynamic and static builds, separate debug ...Josh Coalson2002-11-218-108/+41
* minor commentsJosh Coalson2002-11-211-5/+9
* more cuesheet convenience functionsJosh Coalson2002-11-211-0/+6
* document some new functionsJosh Coalson2002-11-195-7/+82
* add cuesheet.hJosh Coalson2002-11-192-0/+2
* finish implementation of CueSheet object wrapperJosh Coalson2002-11-191-4/+8
* initial importJosh Coalson2002-11-191-0/+35
* add more CUESHEET convenience functionsJosh Coalson2002-11-161-6/+16
* add more reserved space to CUESHEET implementationJosh Coalson2002-11-161-0/+2
* add CueSheet object wrapperJosh Coalson2002-11-161-1/+112
* add FLAC__METADATA_TYPE_UNDEFINED to FLAC__StreamMetadataType enum for markin...Josh Coalson2002-11-151-3/+8