Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
b1982fbc
Commit
b1982fbc
authored
May 25, 2013
by
Erik de Castro Lopo
Browse files
Set version to 1.3.0 and update coyprights throughout.
parent
d672efaa
Changes
333
Expand all
Hide whitespace changes
Inline
Side-by-side
AUTHORS
View file @
b1982fbc
/* FLAC - Free Lossless Audio Codec
* Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
* Copyright (C) 2001-2009 Josh Coalson
* Copyright (C) 2011-2013 Xiph.Org Foundation
*
* This file is part the FLAC project. FLAC is comprised of several
* components distributed under difference licenses. The codec libraries
...
...
COPYING.Xiph
View file @
b1982fbc
Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
Copyright (C) 2000-2009 Josh Coalson
Copyright (C) 2011-2013 Xiph.Org Foundation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
...
...
Makefile.am
View file @
b1982fbc
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
...
...
Makefile.deps
View file @
b1982fbc
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
...
...
Makefile.lite
View file @
b1982fbc
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
...
...
README
View file @
b1982fbc
/* FLAC - Free Lossless Audio Codec
* Copyright (C) 2012 Xiph.org Foundation
* Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
* Copyright (C) 2001-2009 Josh Coalson
* Copyright (C) 2011-2013 Xiph.Org Foundation
*
* This file is part the FLAC project. FLAC is comprised of several
* components distributed under difference licenses. The codec libraries
...
...
build/Makefile.am
View file @
b1982fbc
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2002-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
...
...
build/compile.mk
View file @
b1982fbc
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
...
...
build/config.mk
View file @
b1982fbc
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
...
...
@@ -79,7 +80,7 @@ all default: $(DEFAULT_BUILD)
# GNU makefile fragment for emulating stuff normally done by configure
#
VERSION
=
\"
1.
2.1
\"
VERSION
=
\"
1.
3.0
\"
CONFIG_CFLAGS
=
-DHAVE_STDINT_H
-DHAVE_INTTYPES_H
-DHAVE_CXX_VARARRAYS
-DHAVE_LANGINFO_CODESET
-D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS
=
64
...
...
build/exe.mk
View file @
b1982fbc
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
...
...
build/lib.mk
View file @
b1982fbc
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
...
...
configure.ac
View file @
b1982fbc
...
...
@@ -19,7 +19,7 @@
# instead of FLAC__ since autoconf triggers off 'AC_' in strings
AC_PREREQ(2.60)
AC_INIT([flac], [1.3.0
pre4
], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/])
AC_INIT([flac], [1.3.0], [flac-dev@xiph.org], [flac], [https://www.xiph.org/flac/])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/flac/main.c])
AC_CONFIG_MACRO_DIR([m4])
...
...
doc/Doxyfile.in
View file @
b1982fbc
This diff is collapsed.
Click to expand it.
doc/Makefile.am
View file @
b1982fbc
# flac - Command-line FLAC encoder/decoder
# Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2002-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
doc/Makefile.lite
View file @
b1982fbc
# flac - Command-line FLAC encoder/decoder
# Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2002-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
...
...
doc/doxygen.footer.html
View file @
b1982fbc
...
...
@@ -5,7 +5,8 @@
<table>
<tr>
<td
align=
"left"
>
Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
Copyright (c) 2000-2009 Josh Coalson
Copyright (c) 2011-2013 Xiph.Org Foundation
</td>
<td
width=
"1%"
align=
"right"
>
<a
href=
"http://sourceforge.net"
><img
src=
"http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1"
width=
"88"
height=
"31"
border=
"0"
alt=
"SourceForge.net Logo"
/></a>
...
...
@@ -13,7 +14,8 @@
</tr>
</table>
</div>
<!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson -->
<!-- Copyright (c) 2000-2009 Josh Coalson
<!-- Copyright (c) 2011-2013 Xiph.Org Foundation -->
<!-- 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; -->
...
...
doc/doxygen.header.html
View file @
b1982fbc
<!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson -->
<!-- Copyright (c) 2000-2009 Josh Coalson
<!-- Copyright (c) 2011-2013 Xiph.Org Foundation -->
<!-- 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; -->
...
...
doc/html/Makefile.am
View file @
b1982fbc
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
# Copyright (C) 2001-2009 Josh Coalson
# Copyright (C) 2011-2013 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under difference licenses. The codec libraries
...
...
doc/html/changelog.html
View file @
b1982fbc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Copyright (c) 2004,2005,2006,2007,2008,2009 Josh Coalson -->
<!-- Copyright (c) 2004-2009 Josh Coalson
<!-- Copyright (c) 2011-2013 Xiph.Org Foundation -->
<!-- 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; -->
...
...
@@ -53,7 +54,7 @@
<br
/>
<a
name=
"flac_1_3_0"
><b>
FLAC 1.3.0
</b>
(
XX
-Ma
r
-2013)
</a>
<a
name=
"flac_1_3_0"
><b>
FLAC 1.3.0
</b>
(
26
-Ma
y
-2013)
</a>
<br
/>
...
...
@@ -94,7 +95,7 @@
<li>
Read and write appropriate channel masks for 6.1 and 7.1 surround input WAV files. Documentation was also updated.
</li>
<li>
Correct Wave64 GUIDs.
</li>
<li>
Support 56kHz to 192kHz gain analysis (patch from Earl Chew)
</li>
<li>
Add ab
u
ility to handle utf8 filenames on Windows (large set of patches from Janne Hyvärinen)
</li>
<li>
Add ability to handle utf8 filenames on Windows (large set of patches from Janne Hyvärinen)
</li>
</ul>
</li>
<li>
...
...
@@ -924,7 +925,9 @@
<table>
<tr>
<td
align=
"left"
>
Copyright (c) 2004,2005,2006,2007,2008,2009 Josh Coalson
Copyright (c) 2004-2009 Josh Coalson
<br/>
Copyright (c) 2011-2013 Xiph.Org Foundation
</td>
<td
width=
"1%"
align=
"right"
>
<a
href=
"http://sourceforge.net"
><img
src=
"http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1"
width=
"88"
height=
"31"
border=
"0"
alt=
"SourceForge.net Logo"
/></a>
...
...
doc/html/comparison.html
View file @
b1982fbc
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson -->
<!-- Copyright (c) 2000-2009 Josh Coalson
<!-- Copyright (c) 2011-2013 Xiph.Org Foundation -->
<!-- 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; -->
...
...
@@ -411,7 +412,9 @@
<table>
<tr>
<td
align=
"left"
>
Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
Copyright (c) 2000-2009 Josh Coalson
<br/>
Copyright (c) 2011-2013 Xiph.Org Foundation
</td>
<td
width=
"1%"
align=
"right"
>
<a
href=
"http://sourceforge.net"
><img
src=
"http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1"
width=
"88"
height=
"31"
border=
"0"
alt=
"SourceForge.net Logo"
/></a>
...
...
Prev
1
2
3
4
5
…
17
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment