platform/upstream/flac.git
19 years agofix endian-ness on sine wave tests
Josh Coalson [Thu, 3 Feb 2005 04:20:16 +0000 (04:20 +0000)]
fix endian-ness on sine wave tests

19 years agoupdate to match latest sgml
Josh Coalson [Thu, 3 Feb 2005 04:19:15 +0000 (04:19 +0000)]
update to match latest sgml

19 years agoadd 2005 copyright
Josh Coalson [Thu, 3 Feb 2005 04:18:59 +0000 (04:18 +0000)]
add 2005 copyright

19 years agoimprove wording for --lax
Josh Coalson [Thu, 3 Feb 2005 04:17:38 +0000 (04:17 +0000)]
improve wording for --lax

19 years agoremove joke faq entry
Josh Coalson [Thu, 3 Feb 2005 04:16:42 +0000 (04:16 +0000)]
remove joke faq entry

19 years agoremove the "Reference" from the plugin description
Josh Coalson [Wed, 2 Feb 2005 05:50:52 +0000 (05:50 +0000)]
remove the "Reference" from the plugin description

19 years agoneed to link libiconv
Josh Coalson [Wed, 2 Feb 2005 05:50:26 +0000 (05:50 +0000)]
need to link libiconv

19 years agoupdate to match sgml for 1.1.2 release
Josh Coalson [Wed, 2 Feb 2005 04:35:49 +0000 (04:35 +0000)]
update to match sgml for 1.1.2 release

19 years agofix tag typo
Josh Coalson [Wed, 2 Feb 2005 01:55:40 +0000 (01:55 +0000)]
fix tag typo

19 years agobump version number to 1.1.2-beta
Josh Coalson [Wed, 2 Feb 2005 01:54:03 +0000 (01:54 +0000)]
bump version number to 1.1.2-beta

19 years agobump version number to 1.1.2
Josh Coalson [Wed, 2 Feb 2005 01:53:13 +0000 (01:53 +0000)]
bump version number to 1.1.2

19 years agobump the libtool number
Josh Coalson [Wed, 2 Feb 2005 01:51:25 +0000 (01:51 +0000)]
bump the libtool number

19 years agoskip the --input-size test until cat works in cygwin
Josh Coalson [Wed, 2 Feb 2005 01:50:47 +0000 (01:50 +0000)]
skip the --input-size test until cat works in cygwin

19 years agobetter randomness on MSVC
Josh Coalson [Wed, 2 Feb 2005 01:50:05 +0000 (01:50 +0000)]
better randomness on MSVC

19 years agomove the acknowledgments section below the TOC
Josh Coalson [Wed, 2 Feb 2005 01:48:52 +0000 (01:48 +0000)]
move the acknowledgments section below the TOC

19 years agoremove the "Reference" from the plugin description
Josh Coalson [Tue, 1 Feb 2005 04:44:56 +0000 (04:44 +0000)]
remove the "Reference" from the plugin description

19 years agofix bug in FLAC_plugin__tags_get_tag_utf8(), it was returning the whole entry instead...
Josh Coalson [Tue, 1 Feb 2005 04:43:50 +0000 (04:43 +0000)]
fix bug in FLAC_plugin__tags_get_tag_utf8(), it was returning the whole entry instead of just the value

19 years agofix: only do ogg-flac seeking tests if flac has ogg support built in
Josh Coalson [Tue, 1 Feb 2005 01:49:11 +0000 (01:49 +0000)]
fix: only do ogg-flac seeking tests if flac has ogg support built in

19 years agoremove the obsolete project_builder_prebuild_phase.sh
Josh Coalson [Tue, 1 Feb 2005 01:48:00 +0000 (01:48 +0000)]
remove the obsolete project_builder_prebuild_phase.sh

19 years agoupdate Miroslav's email
Josh Coalson [Tue, 1 Feb 2005 01:47:45 +0000 (01:47 +0000)]
update Miroslav's email

19 years agoneed /D "FLAC__HAS_OGG" for ogg seek tests to work
Josh Coalson [Tue, 1 Feb 2005 01:47:24 +0000 (01:47 +0000)]
need /D "FLAC__HAS_OGG" for ogg seek tests to work

19 years agoonly use -force_cpusubtype_ALL in CFLAGS on Darwin-PPC
Josh Coalson [Mon, 31 Jan 2005 04:35:26 +0000 (04:35 +0000)]
only use -force_cpusubtype_ALL in CFLAGS on Darwin-PPC

19 years agofix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS
Josh Coalson [Sun, 30 Jan 2005 18:44:46 +0000 (18:44 +0000)]
fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS

19 years agoremove explicit call to AC_CANONICAL_HOST since it is called implicitly by who-knows...
Josh Coalson [Sun, 30 Jan 2005 18:44:04 +0000 (18:44 +0000)]
remove explicit call to AC_CANONICAL_HOST since it is called implicitly by who-knows-what; disable as/gas on PPC

19 years agofixes to get winamp2 plugin to build on win32 again
Josh Coalson [Sun, 30 Jan 2005 18:18:08 +0000 (18:18 +0000)]
fixes to get winamp2 plugin to build on win32 again

19 years agominor casting fixes
Josh Coalson [Sun, 30 Jan 2005 18:17:11 +0000 (18:17 +0000)]
minor casting fixes

19 years agodefine HAVE_SOCKLEN_T
Josh Coalson [Sun, 30 Jan 2005 18:15:48 +0000 (18:15 +0000)]
define HAVE_SOCKLEN_T

19 years agofix constness in some functions
Josh Coalson [Sun, 30 Jan 2005 18:15:36 +0000 (18:15 +0000)]
fix constness in some functions

19 years agotemporary disable ppc asm optimizations
Josh Coalson [Sat, 29 Jan 2005 06:10:58 +0000 (06:10 +0000)]
temporary disable ppc asm optimizations

19 years agominor comments
Josh Coalson [Sat, 29 Jan 2005 06:10:04 +0000 (06:10 +0000)]
minor comments

19 years agoadd FLAC__MANDATORY_VERIFY_WHILE_ENCODING ifdefs which will be turned on when compili...
Josh Coalson [Sat, 29 Jan 2005 06:08:58 +0000 (06:08 +0000)]
add FLAC__MANDATORY_VERIFY_WHILE_ENCODING ifdefs which will be turned on when compiling with new asm optimzations

19 years agofix script invocation in valgrind mode
Josh Coalson [Fri, 28 Jan 2005 16:24:02 +0000 (16:24 +0000)]
fix script invocation in valgrind mode

19 years agoupdate link to sf logo
Josh Coalson [Fri, 28 Jan 2005 16:23:43 +0000 (16:23 +0000)]
update link to sf logo

19 years agolink update for MC plugin
Josh Coalson [Fri, 28 Jan 2005 16:23:32 +0000 (16:23 +0000)]
link update for MC plugin

19 years agoadd missing decoder finish calls
Josh Coalson [Thu, 27 Jan 2005 04:00:36 +0000 (04:00 +0000)]
add missing decoder finish calls

19 years agofix recently-broken host- and system-checking logic
Josh Coalson [Thu, 27 Jan 2005 03:59:55 +0000 (03:59 +0000)]
fix recently-broken host- and system-checking logic

19 years agoadd note about xmms bug to http streaming entry
Josh Coalson [Thu, 27 Jan 2005 03:59:15 +0000 (03:59 +0000)]
add note about xmms bug to http streaming entry

19 years agominor fixes
Josh Coalson [Thu, 27 Jan 2005 03:58:00 +0000 (03:58 +0000)]
minor fixes

19 years agominor comments
Josh Coalson [Thu, 27 Jan 2005 03:57:35 +0000 (03:57 +0000)]
minor comments

19 years agofix typo in solaris defines
Josh Coalson [Thu, 27 Jan 2005 03:57:14 +0000 (03:57 +0000)]
fix typo in solaris defines

19 years agofixes for compiling with SunPro
Josh Coalson [Thu, 27 Jan 2005 03:55:35 +0000 (03:55 +0000)]
fixes for compiling with SunPro

19 years agofix ANSI C violation w.r.t. const arrays
Josh Coalson [Wed, 26 Jan 2005 04:04:38 +0000 (04:04 +0000)]
fix ANSI C violation w.r.t. const arrays

19 years agominor formatting
Josh Coalson [Wed, 26 Jan 2005 03:58:04 +0000 (03:58 +0000)]
minor formatting

19 years agoadd test_seeking runs for native FLAC files with total_samples=0 in the STREAMINFO
Josh Coalson [Wed, 26 Jan 2005 03:48:06 +0000 (03:48 +0000)]
add test_seeking runs for native FLAC files with total_samples=0 in the STREAMINFO

19 years agoimprove to test seeking beyond end-of-stream
Josh Coalson [Wed, 26 Jan 2005 03:47:44 +0000 (03:47 +0000)]
improve to test seeking beyond end-of-stream

19 years agoimprove resolution stream-length-in-millisecond calculation
Josh Coalson [Wed, 26 Jan 2005 03:19:29 +0000 (03:19 +0000)]
improve resolution stream-length-in-millisecond calculation

19 years agoremove unnecessary #includes
Josh Coalson [Wed, 26 Jan 2005 03:18:17 +0000 (03:18 +0000)]
remove unnecessary #includes

19 years agofix another seeking bug that can happen rarely when seeking past the end of the stream
Josh Coalson [Wed, 26 Jan 2005 03:17:28 +0000 (03:17 +0000)]
fix another seeking bug that can happen rarely when seeking past the end of the stream

19 years agoadd link to project page on sourceforge
Josh Coalson [Wed, 26 Jan 2005 03:16:01 +0000 (03:16 +0000)]
add link to project page on sourceforge

19 years agotag new changelog entry as version 1.1.2
Josh Coalson [Wed, 26 Jan 2005 03:15:08 +0000 (03:15 +0000)]
tag new changelog entry as version 1.1.2

19 years agominor removal of unused code; see http://lists.xiph.org/pipermail/flac-dev/2005-Janua...
Josh Coalson [Tue, 25 Jan 2005 16:18:41 +0000 (16:18 +0000)]
minor removal of unused code; see lists.xiph.org/pipermail/flac-dev/2005-January/001703.html

19 years agomerge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEASE_1_1_1__2004_10_01 -j FLAC_R...
Josh Coalson [Tue, 25 Jan 2005 05:03:48 +0000 (05:03 +0000)]
merge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEASE_1_1_1__2004_10_01 -j FLAC_RELEASE_1_1_1_MAINTENANCE_BRANCH (AKA FLAC_RELEASE_1_1_1_MAINTENANCE__MERGE_TO_TRUNK))

19 years agoadd items: html metaflac docs, improved vorbis comment handling in API
Josh Coalson [Tue, 25 Jan 2005 04:39:12 +0000 (04:39 +0000)]
add items: html metaflac docs, improved vorbis comment handling in API

19 years agoadd 2005 to copyright notices
Josh Coalson [Tue, 25 Jan 2005 04:17:55 +0000 (04:17 +0000)]
add 2005 to copyright notices

19 years agoadd items for speedups and bug fixes
Josh Coalson [Tue, 25 Jan 2005 03:35:02 +0000 (03:35 +0000)]
add items for speedups and bug fixes

19 years agomemmove/memset patch from Eric Wong
Josh Coalson [Tue, 25 Jan 2005 02:53:04 +0000 (02:53 +0000)]
memmove/memset patch from Eric Wong

19 years agopatch from Eric Wong, slight improvement on Miroslav's work
Josh Coalson [Tue, 25 Jan 2005 02:37:08 +0000 (02:37 +0000)]
patch from Eric Wong, slight improvement on Miroslav's work

19 years agocheck in miroslav's long-lost bitbuffer optimizations
Josh Coalson [Tue, 25 Jan 2005 02:29:29 +0000 (02:29 +0000)]
check in miroslav's long-lost bitbuffer optimizations

19 years agoremove superfluous semicolon after namespace closures
Josh Coalson [Tue, 25 Jan 2005 02:27:20 +0000 (02:27 +0000)]
remove superfluous semicolon after namespace closures

19 years agoagain fix logic around deciphering frame/sample number from frame header
Josh Coalson [Mon, 24 Jan 2005 00:20:49 +0000 (00:20 +0000)]
again fix logic around deciphering frame/sample number from frame header

19 years agomerged patches from Chris Csanady and John Steele Scott, better checking for altivec...
Josh Coalson [Fri, 21 Jan 2005 01:53:02 +0000 (01:53 +0000)]
merged patches from Chris Csanady and John Steele Scott, better checking for altivec and ppc64 on ppc

19 years agoadd host checks to try and divine whether we're on a darwin or linux system
Josh Coalson [Fri, 21 Jan 2005 01:51:09 +0000 (01:51 +0000)]
add host checks to try and divine whether we're on a darwin or linux system

19 years agoadd test for new form of get_tags()
Josh Coalson [Fri, 21 Jan 2005 01:27:04 +0000 (01:27 +0000)]
add test for new form of get_tags()

19 years agoadd tests for constructors with copy control and assign()
Josh Coalson [Fri, 21 Jan 2005 01:26:36 +0000 (01:26 +0000)]
add tests for constructors with copy control and assign()

19 years agofix required nasm version
Josh Coalson [Fri, 21 Jan 2005 01:25:43 +0000 (01:25 +0000)]
fix required nasm version

19 years agolibFLAC++: all metadata object operator=() funcs now return *this; add Metadata:...
Josh Coalson [Fri, 7 Jan 2005 01:09:07 +0000 (01:09 +0000)]
libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags()

19 years agobetter verbiage in bug-report lingo
Josh Coalson [Fri, 7 Jan 2005 01:03:45 +0000 (01:03 +0000)]
better verbiage in bug-report lingo

19 years agofix typos
Josh Coalson [Fri, 7 Jan 2005 01:03:19 +0000 (01:03 +0000)]
fix typos

19 years agoimproved handling of libiconv
Josh Coalson [Fri, 7 Jan 2005 01:02:30 +0000 (01:02 +0000)]
improved handling of libiconv

19 years agofix all bare malloc() realloc() etc calls to have a proper cast in front
Josh Coalson [Thu, 30 Dec 2004 03:57:13 +0000 (03:57 +0000)]
fix all bare malloc() realloc() etc calls to have a proper cast in front

19 years agofix typos, remove obsolete $(ORDINALS_H)
Josh Coalson [Thu, 30 Dec 2004 03:56:08 +0000 (03:56 +0000)]
fix typos, remove obsolete $(ORDINALS_H)

19 years agofix typos
Josh Coalson [Thu, 30 Dec 2004 03:55:29 +0000 (03:55 +0000)]
fix typos

19 years agominor comments
Josh Coalson [Thu, 30 Dec 2004 03:55:00 +0000 (03:55 +0000)]
minor comments

19 years agoadd latest rice partition order limit restriction to subset definition
Josh Coalson [Thu, 30 Dec 2004 03:54:37 +0000 (03:54 +0000)]
add latest rice partition order limit restriction to subset definition

19 years agoadd docs for metaflac
Josh Coalson [Thu, 30 Dec 2004 03:53:56 +0000 (03:53 +0000)]
add docs for metaflac

19 years agoadd test for 'flac --input-size'
Josh Coalson [Thu, 30 Dec 2004 03:49:46 +0000 (03:49 +0000)]
add test for 'flac --input-size'

19 years agoadd a default BUILD target
Josh Coalson [Thu, 30 Dec 2004 03:49:15 +0000 (03:49 +0000)]
add a default BUILD target

19 years agominor comments
Josh Coalson [Thu, 30 Dec 2004 03:48:42 +0000 (03:48 +0000)]
minor comments

19 years agodon't build dynamic libs on OS X
Josh Coalson [Thu, 30 Dec 2004 03:48:25 +0000 (03:48 +0000)]
don't build dynamic libs on OS X

19 years agoin stream encoder, only allocate and calculate real signal if max lpc order > 0
Josh Coalson [Thu, 30 Dec 2004 03:47:49 +0000 (03:47 +0000)]
in stream encoder, only allocate and calculate real signal if max lpc order > 0

19 years agoadd vorbiscomment validation functions to format.c and test code; validate name part...
Josh Coalson [Thu, 30 Dec 2004 03:41:19 +0000 (03:41 +0000)]
add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces

19 years agorevamp plugin_common to use utf-8 instead of wchar_t as the internal comment format
Josh Coalson [Thu, 30 Dec 2004 03:38:37 +0000 (03:38 +0000)]
revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format

19 years agofix libFLAC to build PPC asm properly, conditionalized for gas or as
Josh Coalson [Thu, 30 Dec 2004 01:13:03 +0000 (01:13 +0000)]
fix libFLAC to build PPC asm properly, conditionalized for gas or as

19 years agoconditionalized linking with libOggFLAC
Josh Coalson [Thu, 30 Dec 2004 01:12:41 +0000 (01:12 +0000)]
conditionalized linking with libOggFLAC

19 years agorevamp plugin_common to use utf-8 instead of wchar_t as the internal comment format
Josh Coalson [Thu, 30 Dec 2004 01:09:53 +0000 (01:09 +0000)]
revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format

19 years agodefine socklen_t if it doesn't exist
Josh Coalson [Thu, 30 Dec 2004 01:09:10 +0000 (01:09 +0000)]
define socklen_t if it doesn't exist

19 years agoadditions to metadata object api: more vorbiscomment functions, trailing-null on...
Josh Coalson [Thu, 30 Dec 2004 00:59:30 +0000 (00:59 +0000)]
additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere

19 years agofix typo in comment
Josh Coalson [Thu, 30 Dec 2004 00:58:50 +0000 (00:58 +0000)]
fix typo in comment

19 years agoobsolete
Josh Coalson [Thu, 30 Dec 2004 00:55:48 +0000 (00:55 +0000)]
obsolete

19 years agominor error message fix
Josh Coalson [Fri, 12 Nov 2004 07:26:00 +0000 (07:26 +0000)]
minor error message fix

19 years agosplit PPC asm code into two directores, one holding asm compatible with OS X native...
Josh Coalson [Tue, 9 Nov 2004 01:50:35 +0000 (01:50 +0000)]
split PPC asm code into two directores, one holding asm compatible with OS X native 'as', and one for 'gas'

19 years agofinished integerized flavor of library; sections with floating point are either ...
Josh Coalson [Tue, 9 Nov 2004 01:34:01 +0000 (01:34 +0000)]
finished integerized flavor of library; sections with floating point are either #ifdef'd out or written in fixed-point

19 years agofix comment typos
Josh Coalson [Tue, 9 Nov 2004 01:29:16 +0000 (01:29 +0000)]
fix comment typos

19 years agofix PATH and LD_LIBRARY_PATH settings, pass build type as first arg to test scripts
Josh Coalson [Tue, 9 Nov 2004 01:28:05 +0000 (01:28 +0000)]
fix PATH and LD_LIBRARY_PATH settings, pass build type as first arg to test scripts

19 years agoinitial import
Josh Coalson [Tue, 9 Nov 2004 01:27:12 +0000 (01:27 +0000)]
initial import

19 years agofix path to local libog dirs
Josh Coalson [Tue, 9 Nov 2004 01:26:37 +0000 (01:26 +0000)]
fix path to local libog dirs

19 years agoadd float.c/h
Josh Coalson [Tue, 9 Nov 2004 01:25:44 +0000 (01:25 +0000)]
add float.c/h

19 years agoadd fixed-point functions
Josh Coalson [Tue, 9 Nov 2004 01:25:14 +0000 (01:25 +0000)]
add fixed-point functions

19 years agoadd FLAC__bitmath_ilog2_wide()
Josh Coalson [Tue, 9 Nov 2004 01:22:35 +0000 (01:22 +0000)]
add FLAC__bitmath_ilog2_wide()

19 years agoget Makefile.lite system (with asm) working on Darwin, better handling of libogg...
Josh Coalson [Sat, 30 Oct 2004 00:03:21 +0000 (00:03 +0000)]
get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage