platform/upstream/flac.git
23 years agoinitial import
Josh Coalson [Mon, 16 Jul 2001 21:09:29 +0000 (21:09 +0000)]
initial import

23 years agochange default version to 1.0
Josh Coalson [Mon, 16 Jul 2001 18:11:30 +0000 (18:11 +0000)]
change default version to 1.0

23 years agoagain, in more places, fix bug when reading a zero-bit-long value
Josh Coalson [Mon, 16 Jul 2001 18:10:56 +0000 (18:10 +0000)]
again, in more places, fix bug when reading a zero-bit-long value

23 years agoadd -version-info to libFLAC_la_LDFLAGS
Josh Coalson [Mon, 16 Jul 2001 18:10:19 +0000 (18:10 +0000)]
add -version-info to libFLAC_la_LDFLAGS

23 years agoadd checking based on number_type in the frame header
Josh Coalson [Mon, 16 Jul 2001 18:08:25 +0000 (18:08 +0000)]
add checking based on number_type in the frame header

23 years agoadd FLAC__FrameNumberTypeString
Josh Coalson [Mon, 16 Jul 2001 18:07:12 +0000 (18:07 +0000)]
add FLAC__FrameNumberTypeString

23 years agocompute partition sums in 64-bits, move max partition order calulation earlier, tight...
Josh Coalson [Mon, 16 Jul 2001 18:06:41 +0000 (18:06 +0000)]
compute partition sums in 64-bits, move max partition order calulation earlier, tighten constraints of qlp coeff precision to make everything 32-bit safe

23 years agoadd method for uint64 type
Josh Coalson [Mon, 16 Jul 2001 18:04:52 +0000 (18:04 +0000)]
add method for uint64 type

23 years agopatch from collver at linuxfreemail.com
Josh Coalson [Mon, 16 Jul 2001 18:04:19 +0000 (18:04 +0000)]
patch from collver at linuxfreemail.com

23 years agoadd comments
Josh Coalson [Mon, 16 Jul 2001 18:03:16 +0000 (18:03 +0000)]
add comments

23 years agoadd number_type to frame header
Josh Coalson [Mon, 16 Jul 2001 18:02:32 +0000 (18:02 +0000)]
add number_type to frame header

23 years agoadd docs for -E option
Josh Coalson [Mon, 16 Jul 2001 18:01:38 +0000 (18:01 +0000)]
add docs for -E option

23 years agoinitial import
Josh Coalson [Mon, 16 Jul 2001 18:01:08 +0000 (18:01 +0000)]
initial import

23 years agoadd escape coding option
Josh Coalson [Thu, 12 Jul 2001 21:32:13 +0000 (21:32 +0000)]
add escape coding option

23 years agoinclude rice parameters and escape codes in --a-rtext output
Josh Coalson [Thu, 12 Jul 2001 21:31:32 +0000 (21:31 +0000)]
include rice parameters and escape codes in --a-rtext output

23 years agoadd -E escape coding option, better reporting on verify errors
Josh Coalson [Thu, 12 Jul 2001 21:31:09 +0000 (21:31 +0000)]
add -E escape coding option, better reporting on verify errors

23 years agoadd -E escape coding option
Josh Coalson [Thu, 12 Jul 2001 21:30:14 +0000 (21:30 +0000)]
add -E escape coding option

23 years agoindenting fix
Josh Coalson [Thu, 12 Jul 2001 21:29:22 +0000 (21:29 +0000)]
indenting fix

23 years agoremove some obsolete defines
Josh Coalson [Thu, 12 Jul 2001 21:28:55 +0000 (21:28 +0000)]
remove some obsolete defines

23 years agoadd comments
Josh Coalson [Thu, 12 Jul 2001 21:28:12 +0000 (21:28 +0000)]
add comments

23 years agorename _slow to _wide
Josh Coalson [Thu, 12 Jul 2001 21:27:57 +0000 (21:27 +0000)]
rename _slow to _wide

23 years ago#ifdef DEBUG some printouts
Josh Coalson [Thu, 12 Jul 2001 21:27:40 +0000 (21:27 +0000)]
#ifdef DEBUG some printouts

23 years agofix bug with implicit assumption in ia32 mmx routines, add more complete filling...
Josh Coalson [Thu, 12 Jul 2001 21:26:57 +0000 (21:26 +0000)]
fix bug with implicit assumption in ia32 mmx routines, add more complete filling of subframe structure when reading

23 years agomany bug fixes, added escape coding option, fixed residual bit estimation, beginnings...
Josh Coalson [Thu, 12 Jul 2001 21:25:22 +0000 (21:25 +0000)]
many bug fixes, added escape coding option, fixed residual bit estimation, beginnings of support for wide routines

23 years agoadd warnings about implicit assumptions in some routines
Josh Coalson [Thu, 12 Jul 2001 21:23:31 +0000 (21:23 +0000)]
add warnings about implicit assumptions in some routines

23 years agoadd option for escape coding
Josh Coalson [Thu, 12 Jul 2001 21:22:17 +0000 (21:22 +0000)]
add option for escape coding

23 years agorename _slow to _wide
Josh Coalson [Thu, 12 Jul 2001 21:21:53 +0000 (21:21 +0000)]
rename _slow to _wide

23 years agofix bug when reading a zero-bit-long value
Josh Coalson [Thu, 12 Jul 2001 21:21:16 +0000 (21:21 +0000)]
fix bug when reading a zero-bit-long value

23 years agominor tweaks in the overflow checking for VC++
Josh Coalson [Mon, 9 Jul 2001 18:22:46 +0000 (18:22 +0000)]
minor tweaks in the overflow checking for VC++

23 years agochange to not use pipes so it works better on windows
Josh Coalson [Mon, 9 Jul 2001 18:15:36 +0000 (18:15 +0000)]
change to not use pipes so it works better on windows

23 years agofix the case in the coeff quantizer where the coeffs were not quantized when the...
Josh Coalson [Fri, 6 Jul 2001 00:37:57 +0000 (00:37 +0000)]
fix the case in the coeff quantizer where the coeffs were not quantized when the shift is zero

23 years agoadd explicit casts for some implicit conversions
Josh Coalson [Tue, 3 Jul 2001 04:38:59 +0000 (04:38 +0000)]
add explicit casts for some implicit conversions

23 years agouse double instead of FLAC__real in some places internally
Josh Coalson [Tue, 3 Jul 2001 04:37:32 +0000 (04:37 +0000)]
use double instead of FLAC__real in some places internally

23 years agouse double instead of FLAC__real in some places internally; add explicit casts for...
Josh Coalson [Tue, 3 Jul 2001 04:37:18 +0000 (04:37 +0000)]
use double instead of FLAC__real in some places internally; add explicit casts for some implicit cases

23 years agoadd target for building ordinals.h
Josh Coalson [Tue, 3 Jul 2001 04:36:33 +0000 (04:36 +0000)]
add target for building ordinals.h

23 years agofix rare bug in FLAC__lpc_quantize_coefficients where the quantized coeff could get...
Josh Coalson [Tue, 3 Jul 2001 04:10:21 +0000 (04:10 +0000)]
fix rare bug in FLAC__lpc_quantize_coefficients where the quantized coeff could get larger than the max allowed value

23 years agomove gstreamer into the active S/W section
Josh Coalson [Fri, 29 Jun 2001 23:12:50 +0000 (23:12 +0000)]
move gstreamer into the active S/W section

23 years agoimprove the rice parameter calculation
Josh Coalson [Fri, 29 Jun 2001 23:12:26 +0000 (23:12 +0000)]
improve the rice parameter calculation

23 years agoadd support for checking sizes of different types through configure and dynamically...
Josh Coalson [Fri, 29 Jun 2001 02:54:59 +0000 (02:54 +0000)]
add support for checking sizes of different types through configure and dynamically generating include/FLAC/ordinals.h

23 years agorenamed ordinals.h to ordinals.h.in
Josh Coalson [Fri, 29 Jun 2001 02:54:04 +0000 (02:54 +0000)]
renamed ordinals.h to ordinals.h.in

23 years agominor naming convention changes
Josh Coalson [Fri, 29 Jun 2001 02:52:10 +0000 (02:52 +0000)]
minor naming convention changes

23 years agoadd discouraging comment to -9 option
Josh Coalson [Fri, 29 Jun 2001 02:51:39 +0000 (02:51 +0000)]
add discouraging comment to -9 option

23 years agosupposedly fixes bug where playback happens too fast in some situations
Josh Coalson [Fri, 29 Jun 2001 02:51:01 +0000 (02:51 +0000)]
supposedly fixes bug where playback happens too fast in some situations

23 years agoadd -DVERSION
Josh Coalson [Wed, 27 Jun 2001 08:48:11 +0000 (08:48 +0000)]
add -DVERSION

23 years agotweaks to make things work with VC++
Josh Coalson [Wed, 27 Jun 2001 08:47:46 +0000 (08:47 +0000)]
tweaks to make things work with VC++

23 years agoinitial import
Josh Coalson [Wed, 27 Jun 2001 08:46:34 +0000 (08:46 +0000)]
initial import

23 years agoadd the --output-prefix option
Josh Coalson [Wed, 27 Jun 2001 06:53:54 +0000 (06:53 +0000)]
add the --output-prefix option

23 years agoadd --sector-align option
Josh Coalson [Wed, 27 Jun 2001 06:48:34 +0000 (06:48 +0000)]
add --sector-align option

23 years agoadd link to debian packages
Josh Coalson [Wed, 27 Jun 2001 06:46:45 +0000 (06:46 +0000)]
add link to debian packages

23 years agoworkaround for #include bug on OS X
Josh Coalson [Wed, 27 Jun 2001 06:46:24 +0000 (06:46 +0000)]
workaround for #include bug on OS X

23 years agominor tweak to exit code handling
Josh Coalson [Wed, 27 Jun 2001 06:46:00 +0000 (06:46 +0000)]
minor tweak to exit code handling

23 years agochange the command line usage to match flac, tweak the look of the output
Josh Coalson [Wed, 27 Jun 2001 06:45:06 +0000 (06:45 +0000)]
change the command line usage to match flac, tweak the look of the output

23 years agoadd utility.o
Josh Coalson [Sat, 23 Jun 2001 03:06:35 +0000 (03:06 +0000)]
add utility.o

23 years agoadd utility.h
Josh Coalson [Sat, 23 Jun 2001 03:06:23 +0000 (03:06 +0000)]
add utility.h

23 years agoadd utility.c
Josh Coalson [Sat, 23 Jun 2001 03:06:07 +0000 (03:06 +0000)]
add utility.c

23 years agoinitial import
Josh Coalson [Sat, 23 Jun 2001 03:05:30 +0000 (03:05 +0000)]
initial import

23 years agorev the version to 1.0
Josh Coalson [Sat, 23 Jun 2001 03:04:32 +0000 (03:04 +0000)]
rev the version to 1.0

23 years agorevamp the ordinal types
Josh Coalson [Sat, 23 Jun 2001 03:03:24 +0000 (03:03 +0000)]
revamp the ordinal types

23 years agopatch to remove erroneous ..._LIBS var
Josh Coalson [Thu, 21 Jun 2001 19:44:00 +0000 (19:44 +0000)]
patch to remove erroneous ..._LIBS var

23 years agoadd SFFLAC format to id table
Josh Coalson [Thu, 21 Jun 2001 06:34:51 +0000 (06:34 +0000)]
add SFFLAC format to id table

23 years agominor change in S/W section
Josh Coalson [Thu, 21 Jun 2001 06:34:32 +0000 (06:34 +0000)]
minor change in S/W section

23 years agoadd aoutb support for openbsd
Josh Coalson [Thu, 21 Jun 2001 06:34:15 +0000 (06:34 +0000)]
add aoutb support for openbsd

23 years agominor fixes
Josh Coalson [Tue, 19 Jun 2001 06:48:21 +0000 (06:48 +0000)]
minor fixes

23 years agominor #include changes
Josh Coalson [Tue, 19 Jun 2001 06:48:09 +0000 (06:48 +0000)]
minor #include changes

23 years agoadd object file format guessing from configure
Josh Coalson [Mon, 18 Jun 2001 23:07:19 +0000 (23:07 +0000)]
add object file format guessing from configure

23 years agochange the naming of the object file format define to make it easier to configure...
Josh Coalson [Mon, 18 Jun 2001 22:16:10 +0000 (22:16 +0000)]
change the naming of the object file format define to make it easier to configure properly

23 years agofix default versioning behavior
Josh Coalson [Mon, 18 Jun 2001 21:30:39 +0000 (21:30 +0000)]
fix default versioning behavior

23 years agominor formatting changes
Josh Coalson [Mon, 18 Jun 2001 02:34:09 +0000 (02:34 +0000)]
minor formatting changes

23 years agoadd gstreamer in comments of s/w section
Josh Coalson [Mon, 18 Jun 2001 02:32:03 +0000 (02:32 +0000)]
add gstreamer in comments of s/w section

23 years agoupdate libFLAC section with new _set_ functions
Josh Coalson [Sun, 17 Jun 2001 02:38:32 +0000 (02:38 +0000)]
update libFLAC section with new _set_ functions

23 years agorevamp encoder/decoder interface to use set methods instead on args to init
Josh Coalson [Sat, 16 Jun 2001 07:32:25 +0000 (07:32 +0000)]
revamp encoder/decoder interface to use set methods instead on args to init

23 years agominor wording change about libFLAC; delete dead link
Josh Coalson [Fri, 15 Jun 2001 22:58:04 +0000 (22:58 +0000)]
minor wording change about libFLAC; delete dead link

23 years agominor wording change about libFLAC
Josh Coalson [Fri, 15 Jun 2001 22:57:29 +0000 (22:57 +0000)]
minor wording change about libFLAC

23 years agofix syntax typo
Josh Coalson [Fri, 15 Jun 2001 21:24:34 +0000 (21:24 +0000)]
fix syntax typo

23 years agounify the error reporting; make the statistics output more terse
Josh Coalson [Fri, 15 Jun 2001 21:23:43 +0000 (21:23 +0000)]
unify the error reporting; make the statistics output more terse

23 years agochange WAVE reader to ignore sub-chunks after "data" (with a warning) instead of...
Josh Coalson [Fri, 15 Jun 2001 19:00:52 +0000 (19:00 +0000)]
change WAVE reader to ignore sub-chunks after "data" (with a warning) instead of silently chopping them off

23 years agoinitial import
Josh Coalson [Fri, 15 Jun 2001 18:46:19 +0000 (18:46 +0000)]
initial import

23 years agopatch from mdz to create include/* Makefiles
Josh Coalson [Fri, 15 Jun 2001 02:16:35 +0000 (02:16 +0000)]
patch from mdz to create include/* Makefiles

23 years agopatch by mdz to add libxmms_flac_la_LIBS
Josh Coalson [Thu, 14 Jun 2001 20:26:23 +0000 (20:26 +0000)]
patch by mdz to add libxmms_flac_la_LIBS

23 years agoinitial import
Josh Coalson [Thu, 14 Jun 2001 19:10:14 +0000 (19:10 +0000)]
initial import

23 years agoadd support for last_metadata_is_last flag in the stream encoder
Josh Coalson [Thu, 14 Jun 2001 19:09:02 +0000 (19:09 +0000)]
add support for last_metadata_is_last flag in the stream encoder

23 years agoadd SEEKTABLE to string lookup table
Josh Coalson [Thu, 14 Jun 2001 18:57:53 +0000 (18:57 +0000)]
add SEEKTABLE to string lookup table

23 years agofix size of application id in struct
Josh Coalson [Thu, 14 Jun 2001 18:57:35 +0000 (18:57 +0000)]
fix size of application id in struct

23 years agoadd support for APPLICATION block
Josh Coalson [Thu, 14 Jun 2001 18:57:05 +0000 (18:57 +0000)]
add support for APPLICATION block

23 years agogenerate some wave files that have unsupported sub-chunks
Josh Coalson [Thu, 14 Jun 2001 18:56:18 +0000 (18:56 +0000)]
generate some wave files that have unsupported sub-chunks

23 years agominor update to S/W section
Josh Coalson [Wed, 13 Jun 2001 22:16:56 +0000 (22:16 +0000)]
minor update to S/W section

23 years agofix to work with the new decoder interface
Josh Coalson [Wed, 13 Jun 2001 18:21:03 +0000 (18:21 +0000)]
fix to work with the new decoder interface

23 years agorename i386 to ia32 everywhere
Josh Coalson [Wed, 13 Jun 2001 18:11:25 +0000 (18:11 +0000)]
rename i386 to ia32 everywhere

23 years agochange NASM file extensions from .s to .nasm
Josh Coalson [Wed, 13 Jun 2001 18:04:47 +0000 (18:04 +0000)]
change NASM file extensions from .s to .nasm

23 years agomove from ../i386
Josh Coalson [Wed, 13 Jun 2001 18:03:09 +0000 (18:03 +0000)]
move from ../i386

23 years agomove to ../ia32
Josh Coalson [Wed, 13 Jun 2001 18:01:44 +0000 (18:01 +0000)]
move to ../ia32

23 years agorename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces
Josh Coalson [Wed, 13 Jun 2001 17:59:57 +0000 (17:59 +0000)]
rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces

23 years agorename encoder_framing.c to stream_encoder_framing.c
Josh Coalson [Wed, 13 Jun 2001 17:55:08 +0000 (17:55 +0000)]
rename encoder_framing.c to stream_encoder_framing.c

23 years agorename encoder.c to stream_encoder.c
Josh Coalson [Wed, 13 Jun 2001 17:54:49 +0000 (17:54 +0000)]
rename encoder.c to stream_encoder.c

23 years agorename encoder_framing.h to stream_encoder_framing.h
Josh Coalson [Wed, 13 Jun 2001 17:54:13 +0000 (17:54 +0000)]
rename encoder_framing.h to stream_encoder_framing.h

23 years agorename encoder.h to stream_encoder.h
Josh Coalson [Wed, 13 Jun 2001 17:53:50 +0000 (17:53 +0000)]
rename encoder.h to stream_encoder.h

23 years agoadd section for third-party developers
Josh Coalson [Mon, 11 Jun 2001 23:46:32 +0000 (23:46 +0000)]
add section for third-party developers

23 years agoadd link for nightly CVS tarball
Josh Coalson [Mon, 11 Jun 2001 23:46:07 +0000 (23:46 +0000)]
add link for nightly CVS tarball

23 years agominor formatting change
Josh Coalson [Mon, 11 Jun 2001 23:45:53 +0000 (23:45 +0000)]
minor formatting change

23 years agoadd section for libFLAC
Josh Coalson [Mon, 11 Jun 2001 23:45:27 +0000 (23:45 +0000)]
add section for libFLAC