mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add/update copyright and license notices
This commit is contained in:
17
Makefile.am
17
Makefile.am
@@ -1,3 +1,20 @@
|
|||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# automake provides the following useful targets:
|
# automake provides the following useful targets:
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU Makefile
|
# GNU Makefile
|
||||||
#
|
#
|
||||||
|
|||||||
37
README
37
README
@@ -1,12 +1,39 @@
|
|||||||
|
/* FLAC - Free Lossless Audio Codec
|
||||||
|
* Copyright (C) 2001 Josh Coalson
|
||||||
|
*
|
||||||
|
* This program is part of FLAC; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License
|
||||||
|
* as published by the Free Software Foundation; either version 2
|
||||||
|
* of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
FLAC (http://flac.sourceforge.net/) is an Open Source lossless audio
|
||||||
|
codec developed by Josh Coalson.
|
||||||
|
|
||||||
|
FLAC is comprised of 1) `libFLAC', a library which implements
|
||||||
|
reference encoders and decoders, licensed under the GNU Lesser
|
||||||
|
General Public License (LGPL); 2) `flac', a command-line program for
|
||||||
|
encoding and decoding files, licensed under the GNU General public
|
||||||
|
License (GPL); 3) `metaflac', a command-line program for editing
|
||||||
|
FLAC metadata, licensed under the GPL; 4) player plugins for XMMS
|
||||||
|
and Winamp, licensed under the GPL; and 5) documentation, licensed
|
||||||
|
under the GNU Free Documentation License.
|
||||||
|
|
||||||
===========
|
===========
|
||||||
FLAC - 0.10
|
FLAC - 0.10
|
||||||
===========
|
===========
|
||||||
|
|
||||||
This is the source release for the FLAC project. The
|
This is the source release for the FLAC project. See
|
||||||
reference encoder/decoder library 'libFLAC' is released
|
|
||||||
under the LGPL (see COPYING.LGPL). This means the code
|
|
||||||
in include/FLAC/ and src/libFLAC/. All other code is
|
|
||||||
covered by the GPL (see COPYING.GPL). See
|
|
||||||
|
|
||||||
doc/index.html
|
doc/index.html
|
||||||
|
|
||||||
|
|||||||
17
build/exe.mk
17
build/exe.mk
@@ -1,3 +1,20 @@
|
|||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile fragment for building an executable
|
# GNU makefile fragment for building an executable
|
||||||
#
|
#
|
||||||
|
|||||||
17
build/lib.mk
17
build/lib.mk
@@ -1,3 +1,20 @@
|
|||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile fragment for building a library
|
# GNU makefile fragment for building a library
|
||||||
#
|
#
|
||||||
|
|||||||
17
configure.in
17
configure.in
@@ -1,3 +1,20 @@
|
|||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
# NOTE that for many of the AM_CONDITIONALs we use the prefix FLaC__
|
# NOTE that for many of the AM_CONDITIONALs we use the prefix FLaC__
|
||||||
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
|
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
SUBDIRS = . images
|
SUBDIRS = . images
|
||||||
|
|
||||||
EXTRA_DIST = comparison.html \
|
EXTRA_DIST = comparison.html \
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<!-- Copyright (c) 2000,2001 Josh Coalson -->
|
||||||
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
<!-- with no invariant sections. -->
|
||||||
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>FLAC - comparison</TITLE>
|
<TITLE>FLAC - comparison</TITLE>
|
||||||
@@ -800,5 +806,7 @@
|
|||||||
|
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
|
<P>nbsp;Copyright (c) 2000,2001 Josh Coalson</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<!-- Copyright (c) 2000,2001 Josh Coalson -->
|
||||||
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
<!-- with no invariant sections. -->
|
||||||
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>FLAC - developers</TITLE>
|
<TITLE>FLAC - developers</TITLE>
|
||||||
@@ -103,5 +109,7 @@
|
|||||||
|
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
|
<P>nbsp;Copyright (c) 2000,2001 Josh Coalson</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<!-- Copyright (c) 2000,2001 Josh Coalson -->
|
||||||
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
<!-- with no invariant sections. -->
|
||||||
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>FLAC - documentation</TITLE>
|
<TITLE>FLAC - documentation</TITLE>
|
||||||
@@ -742,5 +748,7 @@
|
|||||||
|
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
|
<P>nbsp;Copyright (c) 2000,2001 Josh Coalson</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<!-- Copyright (c) 2000,2001 Josh Coalson -->
|
||||||
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
<!-- with no invariant sections. -->
|
||||||
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>FLAC - download</TITLE>
|
<TITLE>FLAC - download</TITLE>
|
||||||
@@ -68,5 +74,7 @@
|
|||||||
|
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
|
<P>nbsp;Copyright (c) 2000,2001 Josh Coalson</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<!-- Copyright (c) 2000,2001 Josh Coalson -->
|
||||||
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
<!-- with no invariant sections. -->
|
||||||
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>FLAC - features</TITLE>
|
<TITLE>FLAC - features</TITLE>
|
||||||
@@ -139,5 +145,7 @@
|
|||||||
|
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
|
<P>nbsp;Copyright (c) 2000,2001 Josh Coalson</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<!-- Copyright (c) 2000,2001 Josh Coalson -->
|
||||||
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
<!-- with no invariant sections. -->
|
||||||
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>FLAC - format</TITLE>
|
<TITLE>FLAC - format</TITLE>
|
||||||
@@ -1281,5 +1287,7 @@
|
|||||||
|
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
|
<P>nbsp;Copyright (c) 2000,2001 Josh Coalson</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<!-- Copyright (c) 2000,2001 Josh Coalson -->
|
||||||
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
<!-- with no invariant sections. -->
|
||||||
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>FLAC - goals</TITLE>
|
<TITLE>FLAC - goals</TITLE>
|
||||||
@@ -109,5 +115,7 @@
|
|||||||
|
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
|
<P>nbsp;Copyright (c) 2000,2001 Josh Coalson</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<!-- Copyright (c) 2000,2001 Josh Coalson -->
|
||||||
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
<!-- with no invariant sections. -->
|
||||||
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>FLAC - id</TITLE>
|
<TITLE>FLAC - id</TITLE>
|
||||||
@@ -156,5 +162,7 @@
|
|||||||
|
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
|
<P>nbsp;Copyright (c) 2000,2001 Josh Coalson</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
EXTRA_DIST = 1x1.gif \
|
EXTRA_DIST = 1x1.gif \
|
||||||
cafebug.gif \
|
cafebug.gif \
|
||||||
logo.jpg
|
logo.jpg
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<!-- Copyright (c) 2000,2001 Josh Coalson -->
|
||||||
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
<!-- with no invariant sections. -->
|
||||||
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>FLAC - Free Lossless Audio Codec</TITLE>
|
<TITLE>FLAC - Free Lossless Audio Codec</TITLE>
|
||||||
@@ -273,5 +279,7 @@ etree.org?
|
|||||||
|
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
|
<P>nbsp;Copyright (c) 2000,2001 Josh Coalson</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
|
<!-- Copyright (c) 2000,2001 Josh Coalson -->
|
||||||
|
<!-- Permission is granted to copy, distribute and/or modify this document -->
|
||||||
|
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
|
||||||
|
<!-- or any later version published by the Free Software Foundation; -->
|
||||||
|
<!-- with no invariant sections. -->
|
||||||
|
<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
|
||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>FLAC - news</TITLE>
|
<TITLE>FLAC - news</TITLE>
|
||||||
@@ -206,5 +212,7 @@
|
|||||||
|
|
||||||
</CENTER>
|
</CENTER>
|
||||||
|
|
||||||
|
<P>nbsp;Copyright (c) 2000,2001 Josh Coalson</P>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# flac - Command-line FLAC encoder/decoder
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
includedir = ${prefix}/include/FLAC
|
includedir = ${prefix}/include/FLAC
|
||||||
|
|
||||||
include_HEADERS = all.h \
|
include_HEADERS = all.h \
|
||||||
|
|||||||
@@ -1 +1,19 @@
|
|||||||
|
# libFLAC - Free Lossless Audio Codec library
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Library General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Library General Public
|
||||||
|
# License along with this library; if not, write to the
|
||||||
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
SUBDIRS = FLAC
|
SUBDIRS = FLAC
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# flac - Command-line FLAC encoder/decoder
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
flac.1: flac.sgml
|
flac.1: flac.sgml
|
||||||
docbook-to-man $< > $@
|
docbook-to-man $< > $@
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
if FLaC__HAS_XMMS
|
if FLaC__HAS_XMMS
|
||||||
XMMS_DIRS = plugin_xmms
|
XMMS_DIRS = plugin_xmms
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# flac - Command-line FLAC encoder/decoder
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
bin_PROGRAMS = flac
|
bin_PROGRAMS = flac
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# flac - Command-line FLAC encoder/decoder
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile
|
# GNU makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# flac - Command-line FLAC encoder/decoder
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
!include <win32.mak>
|
!include <win32.mak>
|
||||||
|
|
||||||
!IFDEF DEBUG
|
!IFDEF DEBUG
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
# libFLAC - Free Lossless Audio Codec library
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Library General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Library General Public
|
||||||
|
# License along with this library; if not, write to the
|
||||||
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile
|
# GNU makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
# libFLAC - Free Lossless Audio Codec library
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Library General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Library General Public
|
||||||
|
# License along with this library; if not, write to the
|
||||||
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile
|
# GNU makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
# libFLAC - Free Lossless Audio Codec library
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Library General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Library General Public
|
||||||
|
# License along with this library; if not, write to the
|
||||||
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
!include <win32.mak>
|
!include <win32.mak>
|
||||||
|
|
||||||
NASM=nasmw
|
NASM=nasmw
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
# libFLAC - Free Lossless Audio Codec library
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Library General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Library General Public
|
||||||
|
# License along with this library; if not, write to the
|
||||||
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
# nasm build rule:
|
# nasm build rule:
|
||||||
%.lo: %.s
|
%.lo: %.s
|
||||||
$(NASM) -f elf -d ELF $< -o $@
|
$(NASM) -f elf -d ELF $< -o $@
|
||||||
|
|||||||
@@ -1 +1,19 @@
|
|||||||
|
# libFLAC - Free Lossless Audio Codec library
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Library General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Library General Public
|
||||||
|
# License along with this library; if not, write to the
|
||||||
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
SUBDIRS = private protected
|
SUBDIRS = private protected
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
# libFLAC - Free Lossless Audio Codec library
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Library General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Library General Public
|
||||||
|
# License along with this library; if not, write to the
|
||||||
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
noinst_HEADERS = bitbuffer.h \
|
noinst_HEADERS = bitbuffer.h \
|
||||||
all.h \
|
all.h \
|
||||||
bitmath.h \
|
bitmath.h \
|
||||||
|
|||||||
@@ -1 +1,19 @@
|
|||||||
|
# libFLAC - Free Lossless Audio Codec library
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Library General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2 of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Library General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Library General Public
|
||||||
|
# License along with this library; if not, write to the
|
||||||
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
noinst_HEADERS = stream_decoder.h
|
noinst_HEADERS = stream_decoder.h
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# metaflac - Command-line FLAC metadata editor
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
bin_PROGRAMS = metaflac
|
bin_PROGRAMS = metaflac
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# metaflac - Command-line FLAC metadata editor
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile
|
# GNU makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# metaflac - Command-line FLAC metadata editor
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
!include <win32.mak>
|
!include <win32.mak>
|
||||||
|
|
||||||
!IFDEF DEBUG
|
!IFDEF DEBUG
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# in_flac - Winamp2 FLAC input plugin
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
EXTRA_DIST = Makefile.vc \
|
EXTRA_DIST = Makefile.vc \
|
||||||
in2.h \
|
in2.h \
|
||||||
in_flac.c \
|
in_flac.c \
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# in_flac - Winamp2 FLAC input plugin
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
!include <win32.mak>
|
!include <win32.mak>
|
||||||
|
|
||||||
!IFDEF DEBUG
|
!IFDEF DEBUG
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# in_flac - Winamp3 FLAC input plugin
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
EXTRA_DIST = Makefile.vc \
|
EXTRA_DIST = Makefile.vc \
|
||||||
core_api.h \
|
core_api.h \
|
||||||
in_flac.cpp
|
in_flac.cpp
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# in_flac - Winamp3 FLAC input plugin
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
!include <win32.mak>
|
!include <win32.mak>
|
||||||
|
|
||||||
!IFDEF DEBUG
|
!IFDEF DEBUG
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
/* in_flac - Winamp3 FLAC input plugin
|
||||||
* Copyright (C) 2001 Josh Coalson
|
* Copyright (C) 2001 Josh Coalson
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# libxmms-flac - XMMS FLAC input plugin
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile
|
# GNU makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# libxmms-flac - XMMS FLAC input plugin
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile
|
# GNU makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# test_streams - Simple test pattern generator
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
|
|
||||||
noinst_PROGRAMS = test_streams
|
noinst_PROGRAMS = test_streams
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# test_streams - Simple test pattern generator
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile
|
# GNU makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# test_unit - Simple FLAC unit tester
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
INCLUDES = -I$(top_srcdir)/src/libFLAC/include
|
INCLUDES = -I$(top_srcdir)/src/libFLAC/include
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# test_unit - Simple FLAC unit tester
|
||||||
|
# Copyright (C) 2000,2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile
|
# GNU makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
TESTS = ./test_unit.sh ./test_streams.sh ./test_bins.sh
|
TESTS = ./test_unit.sh ./test_streams.sh ./test_bins.sh
|
||||||
|
|
||||||
CLEANFILES = $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) \
|
CLEANFILES = $(wildcard *.raw) $(wildcard *.flac) $(wildcard *.cmp) \
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU makefile
|
# GNU makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,22 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
LD_LIBRARY_PATH=../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
|
LD_LIBRARY_PATH=../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
|
||||||
export LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH
|
||||||
PATH=../src/flac:../obj/bin:$PATH
|
PATH=../src/flac:../obj/bin:$PATH
|
||||||
|
|||||||
@@ -1,5 +1,22 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
LD_LIBRARY_PATH=../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
|
LD_LIBRARY_PATH=../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
|
||||||
export LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH
|
||||||
PATH=../src/flac:../src/test_streams:../obj/bin:$PATH
|
PATH=../src/flac:../src/test_streams:../obj/bin:$PATH
|
||||||
|
|||||||
@@ -1,5 +1,22 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# FLAC - Free Lossless Audio Codec
|
||||||
|
# Copyright (C) 2001 Josh Coalson
|
||||||
|
#
|
||||||
|
# This program is part of FLAC; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; either version 2
|
||||||
|
# of the License, or (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
LD_LIBRARY_PATH=../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
|
LD_LIBRARY_PATH=../src/libFLAC/.libs:../obj/lib:$LD_LIBRARY_PATH
|
||||||
export LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH
|
||||||
PATH=../src/test_unit:../obj/bin:$PATH
|
PATH=../src/test_unit:../obj/bin:$PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user