platform/upstream/flac.git
22 years agoadd "share" library
Josh Coalson [Fri, 17 May 2002 06:07:26 +0000 (06:07 +0000)]
add "share" library

22 years agodifferentiate between format max bps and reference codec max bps
Josh Coalson [Thu, 16 May 2002 06:39:13 +0000 (06:39 +0000)]
differentiate between format max bps and reference codec max bps

22 years agominor comments
Josh Coalson [Thu, 16 May 2002 06:38:32 +0000 (06:38 +0000)]
minor comments

22 years agoadd conditional extern "C"
Josh Coalson [Thu, 16 May 2002 06:37:27 +0000 (06:37 +0000)]
add conditional extern "C"

22 years agofinal fixes to level 2 tests
Josh Coalson [Tue, 14 May 2002 06:16:02 +0000 (06:16 +0000)]
final fixes to level 2 tests

22 years agofinished unit test for level 2 interface
Josh Coalson [Tue, 14 May 2002 06:04:47 +0000 (06:04 +0000)]
finished unit test for level 2 interface

22 years agomore fixes for level 2 functions exposed by unit tests
Josh Coalson [Tue, 14 May 2002 06:03:17 +0000 (06:03 +0000)]
more fixes for level 2 functions exposed by unit tests

22 years agofinished level 1 tests, started level 2 tests
Josh Coalson [Sat, 11 May 2002 05:41:42 +0000 (05:41 +0000)]
finished level 1 tests, started level 2 tests

22 years agomore bug fixes from unit tests; level 1 looks good
Josh Coalson [Sat, 11 May 2002 05:31:56 +0000 (05:31 +0000)]
more bug fixes from unit tests; level 1 looks good

22 years agoadd more comments, add function FLAC__metadata_iterator_set_block()
Josh Coalson [Sat, 11 May 2002 05:27:46 +0000 (05:27 +0000)]
add more comments, add function FLAC__metadata_iterator_set_block()

22 years agoadd more tests
Josh Coalson [Fri, 10 May 2002 06:43:17 +0000 (06:43 +0000)]
add more tests

22 years agofix bugs exposed by latest tests
Josh Coalson [Fri, 10 May 2002 06:42:02 +0000 (06:42 +0000)]
fix bugs exposed by latest tests

22 years agominor comments
Josh Coalson [Thu, 9 May 2002 05:55:13 +0000 (05:55 +0000)]
minor comments

22 years agouse full path to test_unit
Josh Coalson [Thu, 9 May 2002 05:53:46 +0000 (05:53 +0000)]
use full path to test_unit

22 years agoadd more tests (but still many left)
Josh Coalson [Thu, 9 May 2002 05:52:40 +0000 (05:52 +0000)]
add more tests (but still many left)

22 years agopass argv[0] down to manip tests
Josh Coalson [Thu, 9 May 2002 05:52:01 +0000 (05:52 +0000)]
pass argv[0] down to manip tests

22 years agomove comparison code to metadata_utils.c
Josh Coalson [Thu, 9 May 2002 05:51:14 +0000 (05:51 +0000)]
move comparison code to metadata_utils.c

22 years agominor fix
Josh Coalson [Thu, 9 May 2002 05:49:47 +0000 (05:49 +0000)]
minor fix

22 years agoinitial import
Josh Coalson [Thu, 9 May 2002 05:48:14 +0000 (05:48 +0000)]
initial import

22 years agoadd metadata_utils.c
Josh Coalson [Thu, 9 May 2002 05:47:41 +0000 (05:47 +0000)]
add metadata_utils.c

22 years agoremove unused code, fix several bugs (WARNING: there are still more)
Josh Coalson [Thu, 9 May 2002 05:46:23 +0000 (05:46 +0000)]
remove unused code, fix several bugs (WARNING: there are still more)

22 years agofix _new / _init / _finish / _delete sequence to be more correct, ala C++
Josh Coalson [Thu, 9 May 2002 05:42:19 +0000 (05:42 +0000)]
fix _new / _init / _finish / _delete sequence to be more correct, ala C++

22 years agofix bug where decoder was not reading APPLICATION id in every case
Josh Coalson [Thu, 9 May 2002 05:41:35 +0000 (05:41 +0000)]
fix bug where decoder was not reading APPLICATION id in every case

22 years agofix up comments, remove faulty assert
Josh Coalson [Thu, 9 May 2002 05:39:01 +0000 (05:39 +0000)]
fix up comments, remove faulty assert

22 years agoremove unused code
Josh Coalson [Thu, 9 May 2002 05:29:08 +0000 (05:29 +0000)]
remove unused code

22 years agoadd FLAC__ASSERT_DECLARATION macro
Josh Coalson [Thu, 9 May 2002 05:27:17 +0000 (05:27 +0000)]
add FLAC__ASSERT_DECLARATION macro

22 years agofix copyright header
Josh Coalson [Thu, 9 May 2002 05:26:43 +0000 (05:26 +0000)]
fix copyright header

22 years agomore infrastructure, still doesn't do anything yet
Josh Coalson [Tue, 7 May 2002 06:08:40 +0000 (06:08 +0000)]
more infrastructure, still doesn't do anything yet

22 years agoinitial import
Josh Coalson [Tue, 7 May 2002 05:33:49 +0000 (05:33 +0000)]
initial import

22 years agofixes for padding length calculation, vorbis comment memory leak
Josh Coalson [Tue, 7 May 2002 05:33:10 +0000 (05:33 +0000)]
fixes for padding length calculation, vorbis comment memory leak

22 years agoadd FLAC__bitbuffer_read_byte_block_aligned()
Josh Coalson [Tue, 7 May 2002 05:32:03 +0000 (05:32 +0000)]
add FLAC__bitbuffer_read_byte_block_aligned()

22 years agoadd functionality to specify which metadata blocks are parsed and sent back through...
Josh Coalson [Tue, 7 May 2002 05:30:27 +0000 (05:30 +0000)]
add functionality to specify which metadata blocks are parsed and sent back through metadata_callback, and which are ignored

22 years agoUse extern "C" as appropriate to allow use with C++
Matt Zimmerman [Mon, 6 May 2002 17:39:29 +0000 (17:39 +0000)]
Use extern "C" as appropriate to allow use with C++

22 years agoupdate to use new metadata interface
Josh Coalson [Sat, 4 May 2002 17:47:20 +0000 (17:47 +0000)]
update to use new metadata interface

22 years agofix bug printing application id
Josh Coalson [Sat, 4 May 2002 17:46:37 +0000 (17:46 +0000)]
fix bug printing application id

22 years agofix max sample rate checking
Josh Coalson [Sat, 4 May 2002 17:45:46 +0000 (17:45 +0000)]
fix max sample rate checking

22 years agoupdate to work with new bitbuffer changes
Josh Coalson [Sat, 4 May 2002 17:43:48 +0000 (17:43 +0000)]
update to work with new bitbuffer changes

22 years agoadd metadata tests
Josh Coalson [Sat, 4 May 2002 17:43:16 +0000 (17:43 +0000)]
add metadata tests

22 years agoinitial import
Josh Coalson [Sat, 4 May 2002 17:42:25 +0000 (17:42 +0000)]
initial import

22 years agoadd vorbis comment block handling, update max sample rate checking, speed up applicat...
Josh Coalson [Sat, 4 May 2002 17:41:35 +0000 (17:41 +0000)]
add vorbis comment block handling, update max sample rate checking, speed up application block writing

22 years agoupdate max sample rate checking
Josh Coalson [Sat, 4 May 2002 17:40:01 +0000 (17:40 +0000)]
update max sample rate checking

22 years agominor wording
Josh Coalson [Sat, 4 May 2002 17:37:51 +0000 (17:37 +0000)]
minor wording

22 years agoadd metadata.c, remove utility.c
Josh Coalson [Sat, 4 May 2002 17:36:13 +0000 (17:36 +0000)]
add metadata.c, remove utility.c

22 years agoadd FLAC__format_is_valid_sample_rate()
Josh Coalson [Sat, 4 May 2002 17:35:51 +0000 (17:35 +0000)]
add FLAC__format_is_valid_sample_rate()

22 years agoadd metadata.h, remove utility.h
Josh Coalson [Sat, 4 May 2002 17:33:51 +0000 (17:33 +0000)]
add metadata.h, remove utility.h

22 years agoadd vorbis comment block, fix max sample rate
Josh Coalson [Sat, 4 May 2002 17:33:35 +0000 (17:33 +0000)]
add vorbis comment block, fix max sample rate

22 years agofunctionality moved to metadata.h
Josh Coalson [Sat, 4 May 2002 17:32:02 +0000 (17:32 +0000)]
functionality moved to metadata.h

22 years agofunctionality moved to metadata.c
Josh Coalson [Sat, 4 May 2002 17:31:52 +0000 (17:31 +0000)]
functionality moved to metadata.c

22 years agoinitial import
Josh Coalson [Sat, 4 May 2002 17:30:32 +0000 (17:30 +0000)]
initial import

22 years agoexpand the feature table, make space for decode time in the track tables
Josh Coalson [Sat, 4 May 2002 05:35:57 +0000 (05:35 +0000)]
expand the feature table, make space for decode time in the track tables

22 years agominor wording on vorbis comments
Josh Coalson [Sat, 4 May 2002 05:35:22 +0000 (05:35 +0000)]
minor wording on vorbis comments

22 years agoadd ...write_byte_block, 2 little-endian routines
Josh Coalson [Sat, 4 May 2002 05:29:32 +0000 (05:29 +0000)]
add ...write_byte_block, 2 little-endian routines

22 years agoadd "known bugs in current release" sections
Josh Coalson [Fri, 3 May 2002 04:50:25 +0000 (04:50 +0000)]
add "known bugs in current release" sections

22 years agoadd VORBIS_COMMENT metadata block
Josh Coalson [Thu, 25 Apr 2002 05:53:09 +0000 (05:53 +0000)]
add VORBIS_COMMENT metadata block

22 years agoadd easytag to s/w section
Josh Coalson [Thu, 25 Apr 2002 05:36:33 +0000 (05:36 +0000)]
add easytag to s/w section

22 years agoadd FLAC__bitbuffer_read_rice_signed_block()
Josh Coalson [Thu, 25 Apr 2002 05:21:09 +0000 (05:21 +0000)]
add FLAC__bitbuffer_read_rice_signed_block()

22 years agoadd tweaks for a Solaris build
Josh Coalson [Thu, 25 Apr 2002 05:19:37 +0000 (05:19 +0000)]
add tweaks for a Solaris build

22 years agoflac file should be opened in binary mode explicitly to work on windows
Josh Coalson [Wed, 24 Apr 2002 04:53:12 +0000 (04:53 +0000)]
flac file should be opened in binary mode explicitly to work on windows

22 years agoadd lines in usage about --output-prefix
Josh Coalson [Wed, 24 Apr 2002 04:50:20 +0000 (04:50 +0000)]
add lines in usage about --output-prefix

22 years agopartial fix in the goal of getting this to match the new bitbuffer interface
Josh Coalson [Wed, 10 Apr 2002 06:11:51 +0000 (06:11 +0000)]
partial fix in the goal of getting this to match the new bitbuffer interface

22 years agoupdate link to abcde patch
Josh Coalson [Wed, 20 Mar 2002 20:27:11 +0000 (20:27 +0000)]
update link to abcde patch

22 years agoremove maintainer message
Josh Coalson [Sun, 17 Mar 2002 08:54:53 +0000 (08:54 +0000)]
remove maintainer message

22 years agoconvert c++ style comments
Josh Coalson [Wed, 13 Mar 2002 04:12:04 +0000 (04:12 +0000)]
convert c++ style comments

22 years agominor wording
Josh Coalson [Wed, 13 Mar 2002 04:11:05 +0000 (04:11 +0000)]
minor wording

22 years agonew blurb-based bitbuffer design changes
Josh Coalson [Tue, 12 Mar 2002 16:19:54 +0000 (16:19 +0000)]
new blurb-based bitbuffer design changes

22 years agofix bug found by gcc3
Josh Coalson [Tue, 12 Mar 2002 16:18:11 +0000 (16:18 +0000)]
fix bug found by gcc3

22 years agosome corrections to libFLAC section
Andrey Astafiev [Fri, 1 Mar 2002 14:41:53 +0000 (14:41 +0000)]
some corrections to libFLAC section

22 years agofix memory leak, tiny speedup, add some asserts
Josh Coalson [Fri, 1 Mar 2002 06:52:52 +0000 (06:52 +0000)]
fix memory leak, tiny speedup, add some asserts

22 years agosync with 1.0.2
Andrey Astafiev [Tue, 26 Feb 2002 14:51:45 +0000 (14:51 +0000)]
sync with 1.0.2

22 years agoadd Phatbox item
Josh Coalson [Tue, 19 Feb 2002 00:01:42 +0000 (00:01 +0000)]
add Phatbox item

22 years agoflac support now native in shntool
Josh Coalson [Mon, 18 Feb 2002 06:37:28 +0000 (06:37 +0000)]
flac support now native in shntool

22 years agofix bug where play() was dying instead of skipping over bad files
Josh Coalson [Sun, 17 Feb 2002 22:23:56 +0000 (22:23 +0000)]
fix bug where play() was dying instead of skipping over bad files

22 years agoadd code for forcing the file mode for stdin/stdout to binary when needed
Josh Coalson [Sun, 17 Feb 2002 22:22:49 +0000 (22:22 +0000)]
add code for forcing the file mode for stdin/stdout to binary when needed

22 years agoupdate list of known OSes
Josh Coalson [Sun, 17 Feb 2002 22:20:12 +0000 (22:20 +0000)]
update list of known OSes

22 years agoadd --fast and --best flags
Josh Coalson [Tue, 12 Feb 2002 23:00:00 +0000 (23:00 +0000)]
add --fast and --best flags

22 years agominor fix
Josh Coalson [Tue, 12 Feb 2002 22:58:59 +0000 (22:58 +0000)]
minor fix

22 years agofix typo in assertion
Josh Coalson [Tue, 12 Feb 2002 05:19:45 +0000 (05:19 +0000)]
fix typo in assertion

22 years agoupdate plugins in comparison table
Josh Coalson [Sun, 10 Feb 2002 05:29:05 +0000 (05:29 +0000)]
update plugins in comparison table

22 years agouse -1 for the granulepos in the metadata packet
Josh Coalson [Wed, 6 Feb 2002 19:26:14 +0000 (19:26 +0000)]
use -1 for the granulepos in the metadata packet

22 years agofix bug where the metadata packet and first audio packet were getting the same packet...
Josh Coalson [Wed, 6 Feb 2002 07:50:19 +0000 (07:50 +0000)]
fix bug where the metadata packet and first audio packet were getting the same packet number in ogg

22 years agoprevious commit used the byte offset; this one actually does use the sample number...
Josh Coalson [Wed, 6 Feb 2002 07:37:42 +0000 (07:37 +0000)]
previous commit used the byte offset; this one actually does use the sample number for the granulepos

22 years agouse the sample number for the granulepos
Josh Coalson [Wed, 6 Feb 2002 07:33:49 +0000 (07:33 +0000)]
use the sample number for the granulepos

22 years agoremove baudline from S/W section since it's not open source (yet)
Josh Coalson [Tue, 5 Feb 2002 23:47:49 +0000 (23:47 +0000)]
remove baudline from S/W section since it's not open source (yet)

22 years agominor bug fixes
Josh Coalson [Tue, 5 Feb 2002 23:41:42 +0000 (23:41 +0000)]
minor bug fixes

22 years agofix link to FROG
Josh Coalson [Mon, 4 Feb 2002 00:06:22 +0000 (00:06 +0000)]
fix link to FROG

22 years agoadd rip to S/W section
Josh Coalson [Fri, 1 Feb 2002 05:49:45 +0000 (05:49 +0000)]
add rip to S/W section

22 years agofix bug when seeking a file that is already at END_OF_FILE
Josh Coalson [Tue, 29 Jan 2002 17:56:03 +0000 (17:56 +0000)]
fix bug when seeking a file that is already at END_OF_FILE

22 years agoremove ACM claim abut mediaXW
Josh Coalson [Tue, 29 Jan 2002 04:27:46 +0000 (04:27 +0000)]
remove ACM claim abut mediaXW

22 years agoadd mediaxw to s/w section
Josh Coalson [Sat, 26 Jan 2002 23:27:03 +0000 (23:27 +0000)]
add mediaxw to s/w section

22 years agosimplify some of the fseek()ing code
Josh Coalson [Sat, 26 Jan 2002 23:17:56 +0000 (23:17 +0000)]
simplify some of the fseek()ing code

22 years agofix bug where flac would crash if not given a value after some options
Josh Coalson [Sat, 26 Jan 2002 23:17:17 +0000 (23:17 +0000)]
fix bug where flac would crash if not given a value after some options

22 years agoupdate copyright date to include 2002
Josh Coalson [Sat, 26 Jan 2002 18:05:12 +0000 (18:05 +0000)]
update copyright date to include 2002

22 years agoupdate copyright date to include 2002
Josh Coalson [Sat, 26 Jan 2002 17:36:39 +0000 (17:36 +0000)]
update copyright date to include 2002

22 years agominor wording change for -M in the usage
Josh Coalson [Sat, 26 Jan 2002 17:10:12 +0000 (17:10 +0000)]
minor wording change for -M in the usage

22 years agominor cosmetic change
Josh Coalson [Sat, 26 Jan 2002 17:06:05 +0000 (17:06 +0000)]
minor cosmetic change

22 years agoadd SDL_sound to S/W section
Josh Coalson [Sat, 26 Jan 2002 03:27:56 +0000 (03:27 +0000)]
add SDL_sound to S/W section

22 years agoOnly use -Wall -W when compiling with gcc
Matt Zimmerman [Mon, 14 Jan 2002 23:17:37 +0000 (23:17 +0000)]
Only use -Wall -W when compiling with gcc

22 years agofix sonice link
Josh Coalson [Sat, 15 Dec 2001 18:42:24 +0000 (18:42 +0000)]
fix sonice link

22 years agoadd sonice to S/W section
Josh Coalson [Sat, 15 Dec 2001 18:40:24 +0000 (18:40 +0000)]
add sonice to S/W section

22 years agoadd flac-tools link to S/W section
Josh Coalson [Thu, 13 Dec 2001 05:44:34 +0000 (05:44 +0000)]
add flac-tools link to S/W section