summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* change back to unix-format line endingsJosh Coalson2001-11-092-1189/+1189
* minor changes to linkageJosh Coalson2001-11-091-3/+3
* split most of FileDecoder off to new SeekableStreamDecoderJosh Coalson2001-11-089-683/+1224
* check in new version of the winamp3 pluginJosh Coalson2001-11-088-3/+885
* remove the old version to make way for the new versionJosh Coalson2001-11-083-1037/+0
* add monkeys audio utilsJosh Coalson2001-11-037-0/+333
* move placement of -lm ala ChristianJosh Coalson2001-11-013-10/+3
* make --help synonymous with -H, print long --help to stdout instead of stderrJosh Coalson2001-11-011-93/+94
* fix ..._process_metadata() to return correctly from a READ_FRAME stateJosh Coalson2001-11-011-1/+2
* set state to SEARCH_FOR_FRAME_SYNC after flushJosh Coalson2001-11-011-0/+1
* changes to reduce the stack requirements of the encoderJosh Coalson2001-11-011-17/+22
* fix bugs with skipping id3v2 tags and long metadata blocksJosh Coalson2001-10-311-2/+43
* several ogg-related fixesJosh Coalson2001-10-315-40/+54
* remove unnecessary -fw optionJosh Coalson2001-10-311-42/+29
* fix tiny bug with filename settingJosh Coalson2001-10-311-5/+13
* rename -9 to secret option; break up help into short and long versionsJosh Coalson2001-10-311-33/+70
* add support for writing ogg streamsJosh Coalson2001-10-317-174/+697
* patch from christian, #undef swap16Josh Coalson2001-10-251-0/+4
* patch from Matt for automake 1.5Josh Coalson2001-10-191-3/+2
* fix bug where raw encoder rewinds to beginning of file when it shouldn'tJosh Coalson2001-10-161-4/+1
* fix bug when skipping dataJosh Coalson2001-08-161-5/+3
* rename some struct members to avoid C++ 'private' and 'protected' keywordsJosh Coalson2001-08-163-959/+959
* add support for non-standard fmt chunksJosh Coalson2001-08-141-2/+22
* replace LOCAL_FABS() with fabs()Josh Coalson2001-08-131-3/+1
* Miroslav's patch to add run-time detection of operating system support for SS...Josh Coalson2001-08-133-22/+35
* add bitbuffer.hJosh Coalson2001-07-221-1/+2
* more autoconf/automake patches from MattJosh Coalson2001-07-223-8/+11
* revert to using libtool to generate the convenience libraryJosh Coalson2001-07-222-10/+37
* change to make libFLAC-asm a static, non-libtool libraryJosh Coalson2001-07-202-7/+9
* move @XMMS_LIBS@ to the end of libxmms_flac_la_LIBADDJosh Coalson2001-07-201-1/+2
* tweak the FLAC__INLINE macro to FLaC__INLINE to avoid conflict with autoconfJosh Coalson2001-07-202-9/+9
* switch to better method for getting floor(log2(double))Josh Coalson2001-07-191-5/+6
* fix another possible bug in the quantizerJosh Coalson2001-07-181-1/+1
* force compiler inlining of some routinesJosh Coalson2001-07-182-108/+118
* change some debug printoutsJosh Coalson2001-07-181-8/+8
* remove a bad assert on cpuinfo structJosh Coalson2001-07-182-34/+36
* add a dummy function for determining OS support of SSE instructionsJosh Coalson2001-07-183-2/+25
* fix bug in SSE routinesJosh Coalson2001-07-181-3/+3
* add 3DNOW stuff from MiroslavJosh Coalson2001-07-166-9/+178
* again, in more places, fix bug when reading a zero-bit-long valueJosh Coalson2001-07-161-20/+0
* add -version-info to libFLAC_la_LDFLAGSJosh Coalson2001-07-161-0/+2
* add checking based on number_type in the frame headerJosh Coalson2001-07-164-0/+8
* add FLAC__FrameNumberTypeStringJosh Coalson2001-07-161-0/+5
* compute partition sums in 64-bits, move max partition order calulation earlie...Josh Coalson2001-07-161-71/+71
* add method for uint64 typeJosh Coalson2001-07-162-0/+23
* patch from collver at linuxfreemail.comJosh Coalson2001-07-161-2/+7
* add commentsJosh Coalson2001-07-161-3/+0
* include rice parameters and escape codes in --a-rtext outputJosh Coalson2001-07-121-0/+16
* add -E escape coding option, better reporting on verify errorsJosh Coalson2001-07-121-6/+19
* add -E escape coding optionJosh Coalson2001-07-122-9/+24