summaryrefslogtreecommitdiff
path: root/src/libFLAC
Commit message (Expand)AuthorAgeFilesLines
* minor commentsJosh Coalson2003-01-151-5/+5
* Second patch from X-Fixer: tweaks for better MSVC buildJosh Coalson2003-01-143-28/+8
* minor syntaxJosh Coalson2003-01-141-4/+4
* minor formattingJosh Coalson2003-01-141-2/+2
* fix bug with some assertionsJosh Coalson2003-01-131-11/+11
* minor commentsJosh Coalson2003-01-123-6/+5
* minor syntaxJosh Coalson2003-01-111-1/+1
* big fix to allow codec and metadata interface to handle unknown metadata bloc...Josh Coalson2003-01-105-29/+106
* bump version string to 1.0.5_beta2Josh Coalson2003-01-084-7/+7
* working 64-bit literals for MSVCJosh Coalson2003-01-081-6/+4
* update the version number from 1.0.4 to 1.0.5-beta1Josh Coalson2003-01-024-8/+8
* update the libtool library version numberJosh Coalson2003-01-021-1/+1
* Add 2003 to copyright noticeJosh Coalson2003-01-0248-48/+48
* enable SSE versions of FLAC__lpc_compute_autocorrelation_asm_ia32 if FLAC__SS...Josh Coalson2002-12-301-2/+5
* patch from MiroslavJosh Coalson2002-12-301-1/+4
* need release bitbuffer even in error cases in write_bitbuffer_()Josh Coalson2002-12-291-0/+1
* add flushed fwrite in Valgrind modeJosh Coalson2002-12-282-28/+52
* enable 3dnow optimizations by defaultJosh Coalson2002-12-231-1/+1
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-056-8/+23
* #include config.hJosh Coalson2002-12-048-2/+32
* fix memory leaks found with valgrindJosh Coalson2002-12-043-9/+17
* adjust CUESHEET reserved lengthsJosh Coalson2002-12-031-2/+2
* get Makefile.vc system working again with new debug/release dirs and static/d...Josh Coalson2002-11-221-4/+4
* revamp MSVC build system, separate dynamic and static builds, separate debug ...Josh Coalson2002-11-215-29/+450
* more checks in the cuesheet validatorJosh Coalson2002-11-211-7/+9
* more cuesheet convenience functionsJosh Coalson2002-11-211-0/+14
* revamp Makefile.lite system, use separate dirs and names for debug and releas...Josh Coalson2002-11-201-23/+23
* minor commentsJosh Coalson2002-11-191-1/+1
* remove debug printf'sJosh Coalson2002-11-191-4/+0
* add more CUESHEET convenience functionsJosh Coalson2002-11-162-3/+42
* add more reserved space to CUESHEET implementationJosh Coalson2002-11-164-3/+21
* fix MSVC warning with explicit castsJosh Coalson2002-11-151-3/+3
* further implementation of new CUESHEET metadata blockJosh Coalson2002-11-155-17/+357
* add FLAC__bitbuffer_skip_bits_no_crc()Josh Coalson2002-11-152-2/+39
* implement new CUESHEET metadata blockJosh Coalson2002-11-142-17/+479
* reorganize metadata decoding in anticipation of new cuesheet blockJosh Coalson2002-11-141-132/+184
* add FLAC__file_decoder_get_decode_position()Josh Coalson2002-11-081-0/+7
* add FLAC__seekable_stream_decoder_get_decode_position()Josh Coalson2002-11-081-7/+16
* add ..._get_resolved_state_string() convenience functionJosh Coalson2002-11-083-0/+24
* add ..._get_resolved_state_string() convenience functionJosh Coalson2002-11-082-0/+16
* fix bug in seekpoint calculation in the final frameJosh Coalson2002-11-081-3/+6
* fix unused function #ifdefsJosh Coalson2002-11-071-2/+2
* more strict typecastsJosh Coalson2002-11-067-40/+40
* fix bugs returning the wrong meaning from FLAC__stream_encoder_init()Josh Coalson2002-11-061-13/+7
* #ifdef out more unused routinesJosh Coalson2002-11-062-0/+8
* constify first arg of FLAC__metadata_object_vorbiscomment_find_entry_from()Josh Coalson2002-11-051-1/+1
* update to match new default vorbis comment implementation (now with vendor st...Josh Coalson2002-10-261-1/+4
* add more convenience for manipulating vorbis commentsJosh Coalson2002-10-261-1/+83
* #include bitmath.hJosh Coalson2002-10-261-0/+1
* add notion of topdir to Makefile.lite build systemJosh Coalson2002-10-231-2/+4