platform/upstream/flac.git
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

19 years agoadd copyright notice
Josh Coalson [Fri, 29 Oct 2004 23:57:50 +0000 (23:57 +0000)]
add copyright notice

19 years agominor formatting
Josh Coalson [Fri, 29 Oct 2004 23:57:30 +0000 (23:57 +0000)]
minor formatting

19 years agofirst pass at making an integer-only flavor of the libraries. move FLAC__real out...
Josh Coalson [Wed, 20 Oct 2004 00:21:50 +0000 (00:21 +0000)]
first pass at making an integer-only flavor of the libraries.  move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode.  still need to provide integer substitutes in several places.

19 years agofix bug in handling of --input-size
Josh Coalson [Wed, 20 Oct 2004 00:13:34 +0000 (00:13 +0000)]
fix bug in handling of --input-size

19 years agoadd float.h
Josh Coalson [Wed, 20 Oct 2004 00:12:53 +0000 (00:12 +0000)]
add float.h

19 years agoinitial import
Josh Coalson [Wed, 20 Oct 2004 00:12:40 +0000 (00:12 +0000)]
initial import

19 years agofix leak: chain was not being freed in one error case
Josh Coalson [Tue, 19 Oct 2004 04:23:57 +0000 (04:23 +0000)]
fix leak: chain was not being freed in one error case

19 years agoadd --input-size option to flac
Josh Coalson [Thu, 14 Oct 2004 05:00:59 +0000 (05:00 +0000)]
add --input-size option to flac

19 years agopatch from Steven Richman: adds support for streaming http transport to xmms plugin
Josh Coalson [Thu, 7 Oct 2004 00:23:51 +0000 (00:23 +0000)]
patch from Steven Richman: adds support for streaming http transport to xmms plugin

19 years agofix uninitialized variable
Josh Coalson [Thu, 7 Oct 2004 00:22:43 +0000 (00:22 +0000)]
fix uninitialized variable

19 years agominor fixes to comply with C99's new pointer aliasing rules
Josh Coalson [Thu, 7 Oct 2004 00:22:03 +0000 (00:22 +0000)]
minor fixes to comply with C99's new pointer aliasing rules

19 years agofix #ifdef problems that existed when FLAC__NO_ASM is defined
Josh Coalson [Wed, 6 Oct 2004 01:03:12 +0000 (01:03 +0000)]
fix #ifdef problems that existed when FLAC__NO_ASM is defined

19 years agofix debian bug #274301: libflac4 segfaults on corrupt flac files
Josh Coalson [Wed, 6 Oct 2004 00:56:51 +0000 (00:56 +0000)]
fix debian bug #274301: libflac4 segfaults on corrupt flac files

19 years agomore path fixes
Josh Coalson [Fri, 1 Oct 2004 16:44:10 +0000 (16:44 +0000)]
more path fixes

19 years agoadd explicit path to libogg
Josh Coalson [Fri, 1 Oct 2004 16:43:09 +0000 (16:43 +0000)]
add explicit path to libogg

19 years agogo back to using COMMENT tag instead of DESCRIPTION
Josh Coalson [Wed, 29 Sep 2004 03:46:41 +0000 (03:46 +0000)]
go back to using COMMENT tag instead of DESCRIPTION

19 years ago#include <string.h>
Josh Coalson [Tue, 28 Sep 2004 01:26:30 +0000 (01:26 +0000)]
#include <string.h>

19 years agoremove dangerous clean targets
Josh Coalson [Tue, 28 Sep 2004 01:14:55 +0000 (01:14 +0000)]
remove dangerous clean targets

19 years agoadd playback.[ch]
Josh Coalson [Tue, 28 Sep 2004 01:12:55 +0000 (01:12 +0000)]
add playback.[ch]

19 years agobump release date to 2004-Oct-01
Josh Coalson [Tue, 28 Sep 2004 00:53:43 +0000 (00:53 +0000)]
bump release date to 2004-Oct-01

19 years agoremove #define ___USE_GNU
Josh Coalson [Tue, 28 Sep 2004 00:53:07 +0000 (00:53 +0000)]
remove #define ___USE_GNU

19 years agomove AC_GNU_SOURCE higher up as required
Josh Coalson [Tue, 28 Sep 2004 00:52:46 +0000 (00:52 +0000)]
move AC_GNU_SOURCE higher up as required

19 years agoremove logo.jpg
Josh Coalson [Tue, 28 Sep 2004 00:49:18 +0000 (00:49 +0000)]
remove logo.jpg

19 years agoremove id3 support from the plugins
Josh Coalson [Tue, 28 Sep 2004 00:23:57 +0000 (00:23 +0000)]
remove id3 support from the plugins

19 years agoobsolete
Josh Coalson [Tue, 28 Sep 2004 00:22:33 +0000 (00:22 +0000)]
obsolete

19 years agofix spelling of "misk"
Josh Coalson [Mon, 27 Sep 2004 04:38:52 +0000 (04:38 +0000)]
fix spelling of "misk"

19 years agomake listbox for "from" charset contain only UTF-8 since that is the only support...
Josh Coalson [Sun, 26 Sep 2004 03:18:28 +0000 (03:18 +0000)]
make listbox for "from" charset contain only UTF-8 since that is the only support encoding for vorbis comments

19 years agoadd Charset_Create_List_UTF8_Only()
Josh Coalson [Sun, 26 Sep 2004 03:17:21 +0000 (03:17 +0000)]
add Charset_Create_List_UTF8_Only()

19 years agoadd Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations
Josh Coalson [Sun, 26 Sep 2004 00:54:28 +0000 (00:54 +0000)]
add Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations

19 years agominor formatting
Josh Coalson [Sun, 26 Sep 2004 00:25:20 +0000 (00:25 +0000)]
minor formatting

19 years agofor the first 20 seeks, always seek to the first and last 10 samples before starting...
Josh Coalson [Sun, 26 Sep 2004 00:09:34 +0000 (00:09 +0000)]
for the first 20 seeks, always seek to the first and last 10 samples before starting random seeking

19 years agoremove the commented-out and erroneous end-of-stream setting in read_callback_()...
Josh Coalson [Sat, 25 Sep 2004 23:49:00 +0000 (23:49 +0000)]
remove the commented-out and erroneous end-of-stream setting in read_callback_(); fix another bug in seeking where landing after the last frame start would cause a seek error; improve the infinite-loop checker

19 years agoun-inline iterator functions
Josh Coalson [Sat, 25 Sep 2004 23:46:26 +0000 (23:46 +0000)]
un-inline iterator functions

19 years agofix minor comment typos
Josh Coalson [Sat, 25 Sep 2004 23:45:55 +0000 (23:45 +0000)]
fix minor comment typos

19 years agomajor plugin revamp based on x-fixer's code
Josh Coalson [Fri, 24 Sep 2004 13:57:40 +0000 (13:57 +0000)]
major plugin revamp based on x-fixer's code

19 years agominor casting
Josh Coalson [Fri, 24 Sep 2004 04:54:08 +0000 (04:54 +0000)]
minor casting

19 years agoadd hardware links for hifidelio, iaudio m3
Josh Coalson [Thu, 23 Sep 2004 00:37:28 +0000 (00:37 +0000)]
add hardware links for hifidelio, iaudio m3

19 years agoadd status item for new hardware players
Josh Coalson [Thu, 23 Sep 2004 00:36:32 +0000 (00:36 +0000)]
add status item for new hardware players

19 years agoadd changelog entry for fixed AIFF SSND offset bug
Josh Coalson [Thu, 23 Sep 2004 00:36:18 +0000 (00:36 +0000)]
add changelog entry for fixed AIFF SSND offset bug

19 years agocreate a new fskip_ahead() to unify all the forward seeking that is done
Josh Coalson [Thu, 23 Sep 2004 00:34:54 +0000 (00:34 +0000)]
create a new fskip_ahead() to unify all the forward seeking that is done

19 years agopatch from Brian Willoughby: fix handling of "offset" field in SSND chunk
Josh Coalson [Thu, 23 Sep 2004 00:23:16 +0000 (00:23 +0000)]
patch from Brian Willoughby: fix handling of "offset" field in SSND chunk

19 years agoadd targets/files for new test_seeking tester
Josh Coalson [Tue, 21 Sep 2004 05:41:23 +0000 (05:41 +0000)]
add targets/files for new test_seeking tester

19 years agofix some bugs with seeking; the libogg ogg_stream_pagein() bug with large packets...
Josh Coalson [Tue, 21 Sep 2004 05:40:23 +0000 (05:40 +0000)]
fix some bugs with seeking; the libogg ogg_stream_pagein() bug with large packets still remains

19 years agoadd links for buckethead, dave matthews band, ato records, musictoday
Josh Coalson [Tue, 21 Sep 2004 05:38:58 +0000 (05:38 +0000)]
add links for buckethead, dave matthews band, ato records, musictoday

19 years agoinitial import
Josh Coalson [Tue, 21 Sep 2004 05:37:46 +0000 (05:37 +0000)]
initial import

19 years agoadd call to OggFLAC__ogg_decoder_aspect_reset() in OggFLAC__stream_decoder_reset()
Josh Coalson [Tue, 21 Sep 2004 05:30:41 +0000 (05:30 +0000)]
add call to OggFLAC__ogg_decoder_aspect_reset() in OggFLAC__stream_decoder_reset()

19 years agoremove unused ogg_decoder_aspect
Josh Coalson [Tue, 21 Sep 2004 05:29:42 +0000 (05:29 +0000)]
remove unused ogg_decoder_aspect

19 years agofix path to bin files
Josh Coalson [Tue, 21 Sep 2004 05:29:15 +0000 (05:29 +0000)]
fix path to bin files

19 years agominor formatting
Josh Coalson [Tue, 21 Sep 2004 05:29:01 +0000 (05:29 +0000)]
minor formatting

19 years agobump release date to sep 18
Josh Coalson [Wed, 15 Sep 2004 00:59:23 +0000 (00:59 +0000)]
bump release date to sep 18

19 years agorename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated
Josh Coalson [Wed, 15 Sep 2004 00:52:48 +0000 (00:52 +0000)]
rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated

19 years agoadd link to winCE port
Josh Coalson [Wed, 15 Sep 2004 00:36:05 +0000 (00:36 +0000)]
add link to winCE port

19 years agoadd links to aliveaudio.net, fastatmosphere.com, leahmorganrecords.com
Josh Coalson [Wed, 15 Sep 2004 00:35:39 +0000 (00:35 +0000)]
add links to aliveaudio.net, fastatmosphere.com, leahmorganrecords.com