platform/upstream/flac.git
22 years agosplit metadata.c into metadata_object.c and metadata_iterators.c
Josh Coalson [Thu, 30 May 2002 05:23:38 +0000 (05:23 +0000)]
split metadata.c into metadata_object.c and metadata_iterators.c

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

22 years agominor verbiage
Josh Coalson [Wed, 29 May 2002 06:08:29 +0000 (06:08 +0000)]
minor verbiage

22 years agofill out more of the shorthand options
Josh Coalson [Wed, 29 May 2002 06:02:05 +0000 (06:02 +0000)]
fill out more of the shorthand options

22 years agoadd new decoder/encoder class files
Josh Coalson [Wed, 29 May 2002 06:01:01 +0000 (06:01 +0000)]
add new decoder/encoder class files

22 years agofix memory leaks in array resizers
Josh Coalson [Wed, 29 May 2002 05:56:39 +0000 (05:56 +0000)]
fix memory leaks in array resizers

22 years agorelax logic for encoder finishing
Josh Coalson [Wed, 29 May 2002 05:55:37 +0000 (05:55 +0000)]
relax logic for encoder finishing

22 years agoadd encoder.h and decoder.h
Josh Coalson [Wed, 29 May 2002 05:54:52 +0000 (05:54 +0000)]
add encoder.h and decoder.h

22 years agominor comments
Josh Coalson [Wed, 29 May 2002 05:53:57 +0000 (05:53 +0000)]
minor comments

22 years agofix constness on _set_ methods
Josh Coalson [Wed, 29 May 2002 05:51:24 +0000 (05:51 +0000)]
fix constness on _set_ methods

22 years agoinitial import
Josh Coalson [Wed, 29 May 2002 05:49:50 +0000 (05:49 +0000)]
initial import

22 years agofinish option processing, start operation handling
Josh Coalson [Sat, 25 May 2002 02:16:52 +0000 (02:16 +0000)]
finish option processing, start operation handling

22 years agoadd -lFLAC to link list
Josh Coalson [Sat, 25 May 2002 02:15:50 +0000 (02:15 +0000)]
add -lFLAC to link list

22 years agoadd tests for level 2 - delete block
Josh Coalson [Sat, 25 May 2002 02:14:26 +0000 (02:14 +0000)]
add tests for level 2 - delete block

22 years agoadd support for id3v2 tags to levels 1 and 2, better bad metadata handling, fix bug...
Josh Coalson [Sat, 25 May 2002 02:13:38 +0000 (02:13 +0000)]
add support for id3v2 tags to levels 1 and 2, better bad metadata handling, fix bug with merge_padding

22 years agoflesh out the option processing
Josh Coalson [Thu, 23 May 2002 05:21:19 +0000 (05:21 +0000)]
flesh out the option processing

22 years agofix null pointer handling in metadata object routines
Josh Coalson [Wed, 22 May 2002 05:35:43 +0000 (05:35 +0000)]
fix null pointer handling in metadata object routines

22 years agoadd iterator classes
Josh Coalson [Wed, 22 May 2002 05:33:29 +0000 (05:33 +0000)]
add iterator classes

22 years agocomment changes
Josh Coalson [Wed, 22 May 2002 05:32:41 +0000 (05:32 +0000)]
comment changes

22 years agoupdate comparison with latest codec versions, add decode times and weighted ratio
Josh Coalson [Wed, 22 May 2002 05:31:02 +0000 (05:31 +0000)]
update comparison with latest codec versions, add decode times and weighted ratio

22 years agoreplace a bunch of magic numbers
Josh Coalson [Mon, 20 May 2002 05:58:50 +0000 (05:58 +0000)]
replace a bunch of magic numbers

22 years agominor changes to some defines/globals
Josh Coalson [Mon, 20 May 2002 05:55:44 +0000 (05:55 +0000)]
minor changes to some defines/globals

22 years agoinitial import
Josh Coalson [Fri, 17 May 2002 06:33:39 +0000 (06:33 +0000)]
initial import

22 years agotest_unit no longer needs to see itself
Josh Coalson [Fri, 17 May 2002 06:29:22 +0000 (06:29 +0000)]
test_unit no longer needs to see itself

22 years agoinitial import
Josh Coalson [Fri, 17 May 2002 06:28:36 +0000 (06:28 +0000)]
initial import

22 years agouse new file_utils
Josh Coalson [Fri, 17 May 2002 06:28:09 +0000 (06:28 +0000)]
use new file_utils

22 years agoadd file_utils module
Josh Coalson [Fri, 17 May 2002 06:27:19 +0000 (06:27 +0000)]
add file_utils module

22 years agobeginning of rewrite of metaflac to the new metadata interface
Josh Coalson [Fri, 17 May 2002 06:26:45 +0000 (06:26 +0000)]
beginning of rewrite of metaflac to the new metadata interface

22 years agoadd getopt reference
Josh Coalson [Fri, 17 May 2002 06:26:02 +0000 (06:26 +0000)]
add getopt reference

22 years agoallow setting data pointers to 0 for metadata objects
Josh Coalson [Fri, 17 May 2002 06:25:14 +0000 (06:25 +0000)]
allow setting data pointers to 0 for metadata objects

22 years agoupdate with new semantics for padding block creation
Josh Coalson [Fri, 17 May 2002 06:22:29 +0000 (06:22 +0000)]
update with new semantics for padding block creation

22 years agodifferentiate between format max bits per sample and codec max bits per sample, updat...
Josh Coalson [Fri, 17 May 2002 06:22:02 +0000 (06:22 +0000)]
differentiate between format max bits per sample and codec max bits per sample, update with new semantics for padding block creation

22 years agoconditionalize #include of stdio.h
Josh Coalson [Fri, 17 May 2002 06:19:28 +0000 (06:19 +0000)]
conditionalize #include of stdio.h

22 years agominor cosmetics
Josh Coalson [Fri, 17 May 2002 06:19:02 +0000 (06:19 +0000)]
minor cosmetics

22 years agodifferentiate between format max bits per sample and codec max bits per sample
Josh Coalson [Fri, 17 May 2002 06:17:57 +0000 (06:17 +0000)]
differentiate between format max bits per sample and codec max bits per sample

22 years agominor comments
Josh Coalson [Fri, 17 May 2002 06:17:17 +0000 (06:17 +0000)]
minor comments

22 years agoupdate with new semantics for padding block creation
Josh Coalson [Fri, 17 May 2002 06:16:52 +0000 (06:16 +0000)]
update with new semantics for padding block creation

22 years agoadd libFLAC++ and share subdirs
Josh Coalson [Fri, 17 May 2002 06:13:47 +0000 (06:13 +0000)]
add libFLAC++ and share subdirs

22 years agoupdate with new semantics for padding
Josh Coalson [Fri, 17 May 2002 06:13:03 +0000 (06:13 +0000)]
update with new semantics for padding

22 years agoadd FLAC++ and share subdirs
Josh Coalson [Fri, 17 May 2002 06:12:32 +0000 (06:12 +0000)]
add FLAC++ and share subdirs

22 years agoupdate with new semantics for -P
Josh Coalson [Fri, 17 May 2002 06:11:49 +0000 (06:11 +0000)]
update with new semantics for -P

22 years agoadd AlsaPlayer to plugin list
Josh Coalson [Fri, 17 May 2002 06:10:11 +0000 (06:10 +0000)]
add AlsaPlayer to plugin list

22 years agoadd targets for building C++ code
Josh Coalson [Fri, 17 May 2002 06:08:44 +0000 (06:08 +0000)]
add targets for building C++ code

22 years agoadd stuff for getopt
Josh Coalson [Fri, 17 May 2002 06:08:13 +0000 (06:08 +0000)]
add stuff for getopt

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()