platform/upstream/flac.git
12 years agoDisable Altivec on host triplet powerpc-unknown-linux-gnuspe.
Erik de Castro Lopo [Mon, 13 Feb 2012 08:46:32 +0000 (19:46 +1100)]
Disable Altivec on host triplet powerpc-unknown-linux-gnuspe.

SPE is incompatible with AltiVec because it shares the same opcode range.

Patch from Sebastian Andrzej Siewior <bigeasy@linutronix.de> via Debian.

12 years agolibFLAC.m4 : Prevent empty -L flag.
Erik de Castro Lopo [Mon, 13 Feb 2012 08:39:55 +0000 (19:39 +1100)]
libFLAC.m4 : Prevent empty -L flag.

Fix libFLAC.m4 may set empty -L flag when configure is called without
arguments, provided of course that the target package's configure script
is properly re-generated against the fixed libFLAC.m4

Patch from Fabian Greffrath <fabian+debian@greffrath.com> via Debian.

12 years agoMerge branch 'noname'
Erik de Castro Lopo [Sun, 12 Feb 2012 19:22:30 +0000 (06:22 +1100)]
Merge branch 'noname'

12 years agoDisable executable stack in libFLAC.so.
Erik de Castro Lopo [Sun, 12 Feb 2012 09:49:17 +0000 (20:49 +1100)]
Disable executable stack in libFLAC.so.

This allows programs using it to run correctly on SE Linux systems, and
with exec-shield.

Patch from Russell Coker <russell@coker.com.au> via Debian.

12 years agoAdd missing <cstring> include.
Erik de Castro Lopo [Sun, 12 Feb 2012 09:45:53 +0000 (20:45 +1100)]
Add missing <cstring> include.

Patch from Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> via
Debian. Closes Debian bug #455304.

12 years agoAdd missing <csting> include.
Erik de Castro Lopo [Sun, 12 Feb 2012 09:45:53 +0000 (20:45 +1100)]
Add missing <csting> include.

Patch from Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> via
Debian. Closes Debian bug #455304.

12 years agometaflac : Exit with error if invalid option is passed.
Erik de Castro Lopo [Sun, 12 Feb 2012 09:39:09 +0000 (20:39 +1100)]
metaflac : Exit with error if invalid option is passed.

Fix from Joshua Kwan <joshk@triplehelix.org> via Debian.
Closes Debian bug #329979.

12 years agoFix misuse of \r (potentially) in flac -d or -t output.
Erik de Castro Lopo [Sun, 12 Feb 2012 09:37:16 +0000 (20:37 +1100)]
Fix misuse of \r (potentially) in flac -d or -t output.

Patch from Joshua Kwan <joshk@triplehelix.org> via Debian.
Closes Debian bug #138828.

12 years agoinclude/FLAC/ordinals.h : Remove CPP hackery.
Erik de Castro Lopo [Fri, 10 Feb 2012 08:19:11 +0000 (19:19 +1100)]
include/FLAC/ordinals.h : Remove CPP hackery.

This change assumes that a C99 <stdint.h> header is available. For
compilers where that is not the case, the user should provide a
minimal replacement header.

12 years agoPatch from Dave Yeo to remove more CPP hackery.
Erik de Castro Lopo [Wed, 8 Feb 2012 10:07:08 +0000 (21:07 +1100)]
Patch from Dave Yeo to remove more CPP hackery.

Dave's comments:
This commit will break OS/2's EMX 0.9d library (GCC 2.8.1) which has been
been replaced by klibc. Considering the age of EMX and lack of testing
and that klibc contains so many improvements I think this is exceptable.

12 years agoFix 'make distcheck'.
Erik de Castro Lopo [Tue, 7 Feb 2012 07:41:28 +0000 (18:41 +1100)]
Fix 'make distcheck'.

This disables the tests that don't run correctly out-of-tree from
the 'make check' target. Also add a new 'make fullcheck' target
which is the full old test suite.

12 years agoAdd XIPH_BSWAP32 configure macro to detect __builtin_bswap32() intrinsic.
Erik de Castro Lopo [Sun, 5 Feb 2012 20:15:48 +0000 (07:15 +1100)]
Add XIPH_BSWAP32 configure macro to detect __builtin_bswap32() intrinsic.

12 years agoAdd m4/endian.m4 and use it in configure.ac.
Erik de Castro Lopo [Sun, 5 Feb 2012 07:58:11 +0000 (18:58 +1100)]
Add m4/endian.m4 and use it in configure.ac.

12 years agoEncoder::Stream::set_metadata() broken - ID: 3282704
Erik de Castro Lopo [Sat, 4 Feb 2012 06:34:43 +0000 (17:34 +1100)]
Encoder::Stream::set_metadata() broken - ID: 3282704

http://sourceforge.net/tracker/?func=detail&aid=3282704&group_id=13478&atid=313478

12 years agoMemory and fd leak fixes - ID: 3436668
Erik de Castro Lopo [Sat, 4 Feb 2012 06:30:57 +0000 (17:30 +1100)]
Memory and fd leak fixes - ID: 3436668

http://sourceforge.net/tracker/?func=detail&aid=3436668&group_id=13478&atid=313478

12 years agoconfigure.ac : Patch from David Yeo. OS/2 uses aout format.
Erik de Castro Lopo [Sun, 5 Feb 2012 05:29:43 +0000 (16:29 +1100)]
configure.ac : Patch from David Yeo. OS/2 uses aout format.

12 years agoconfigure.ac : Patch from David Yeo adding LT_NO_UNDEFINED for OS/2.
Erik de Castro Lopo [Sun, 5 Feb 2012 05:28:40 +0000 (16:28 +1100)]
configure.ac : Patch from David Yeo adding LT_NO_UNDEFINED for OS/2.

12 years agoPurge MINGW_WINSOCK_LIBS config variable.
Erik de Castro Lopo [Sun, 5 Feb 2012 05:25:22 +0000 (16:25 +1100)]
Purge MINGW_WINSOCK_LIBS config variable.

This was only needed for ntohl() function which has already been removed.

12 years agoRemove configure maintainer mode.
Erik de Castro Lopo [Sun, 5 Feb 2012 02:45:35 +0000 (13:45 +1100)]
Remove configure maintainer mode.

It doesn't play nicely with git and multiple branches.

12 years agoImprove endswapping (especially purge ntohl).
Erik de Castro Lopo [Sat, 4 Feb 2012 11:06:23 +0000 (22:06 +1100)]
Improve endswapping (especially purge ntohl).

12 years agoconfigure.ac : Detect more headers.
Erik de Castro Lopo [Sat, 4 Feb 2012 10:08:46 +0000 (21:08 +1100)]
configure.ac : Detect more headers.

12 years agoinclude/share/Makefile.am : Add compat.h to EXTRA_DIST.
Erik de Castro Lopo [Sat, 4 Feb 2012 22:21:29 +0000 (09:21 +1100)]
include/share/Makefile.am : Add compat.h to EXTRA_DIST.

12 years agoPatch from JonY to remove more CPP hackery.
Erik de Castro Lopo [Sat, 4 Feb 2012 09:47:10 +0000 (20:47 +1100)]
Patch from JonY to remove more CPP hackery.

12 years agoAdd file include/share/compat.h and start moving CPP hackery into it.
Erik de Castro Lopo [Sat, 4 Feb 2012 05:13:37 +0000 (16:13 +1100)]
Add file include/share/compat.h and start moving CPP hackery into it.

12 years agoMakefile.am : Add CLEANFILES entry.
Erik de Castro Lopo [Sat, 4 Feb 2012 05:12:05 +0000 (16:12 +1100)]
Makefile.am : Add CLEANFILES entry.

12 years agoPatch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings.
Erik de Castro Lopo [Sat, 4 Feb 2012 04:31:28 +0000 (15:31 +1100)]
Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings.

12 years agoRenable metaflac tests disabled earlier because they were failing.
Erik de Castro Lopo [Sat, 4 Feb 2012 03:13:45 +0000 (14:13 +1100)]
Renable metaflac tests disabled earlier because they were failing.

12 years agoFix cuesheet bug introduced in ce8a75134cace056f6c436d54b57bad1a1d93797.
Erik de Castro Lopo [Sat, 4 Feb 2012 03:08:12 +0000 (14:08 +1100)]
Fix cuesheet bug introduced in ce8a75134cace056f6c436d54b57bad1a1d93797.

This bug was causing the test_metaflac.sh test to fail after Earl Chew's
patch 19050f74eaa1aa6d609ca065e1a854ada5bb6b4c was supposed to fix an
older bug.

12 years agoCuesheet patch from Earl Chew.
Erik de Castro Lopo [Sat, 4 Feb 2012 02:01:02 +0000 (13:01 +1100)]
Cuesheet patch from Earl Chew.

When reading the INDEX from the cue sheet, the format MM:SS:FF format
is disallowed if the sample frequency is not a multiple of 75 because
the index would only be approximate. However, 00:00:00 is _exact_
because it denotes the start of the track, so allow it as a special
case.

12 years agoPatch from David Yeo to conditionally include <inttypes.h>.
Erik de Castro Lopo [Sat, 4 Feb 2012 00:06:12 +0000 (11:06 +1100)]
Patch from David Yeo to conditionally include <inttypes.h>.

12 years agoXMMS patch from Timothy B. Terriberry
Erik de Castro Lopo [Thu, 2 Feb 2012 19:23:09 +0000 (06:23 +1100)]
XMMS patch from Timothy B. Terriberry

12 years agoFix 'make distcheck'.
Erik de Castro Lopo [Thu, 2 Feb 2012 19:21:57 +0000 (06:21 +1100)]
Fix 'make distcheck'.

12 years agoconfigure.ac : Only use AM_SILENT_RULES if its available. Thanks Earl Chew.
Erik de Castro Lopo [Thu, 2 Feb 2012 18:52:01 +0000 (05:52 +1100)]
configure.ac : Only use AM_SILENT_RULES if its available. Thanks Earl Chew.

12 years agoMerge git://github.com/avuton/flac
Erik de Castro Lopo [Thu, 2 Feb 2012 06:45:09 +0000 (17:45 +1100)]
Merge git://github.com/avuton/flac

12 years agoAdd test_wrapper.sh to the distribution.
Ralph Giles [Wed, 1 Feb 2012 19:27:16 +0000 (11:27 -0800)]
Add test_wrapper.sh to the distribution.

Needed for 'make check'.

12 years agoUse the correct project filenames for flactimer.
Ralph Giles [Wed, 1 Feb 2012 19:16:10 +0000 (11:16 -0800)]
Use the correct project filenames for flactimer.

'make dist' was failing because src/utils/flactime/Makefile.am listed
'flactime' instead of 'flactimer' as the base name of the MSVC project
files. Since the files uses the 'flactimer' name internally, I updated
the Makefile rather than the filenames.

12 years agoFix --disable-doxygen-docs install
Avuton Olrich [Thu, 2 Feb 2012 03:46:27 +0000 (19:46 -0800)]
Fix --disable-doxygen-docs install

12 years agoFix memory leak when reinitializing stream encoder.
Erik de Castro Lopo [Wed, 1 Feb 2012 11:01:05 +0000 (22:01 +1100)]
Fix memory leak when reinitializing stream encoder.

http://sourceforge.net/tracker/?func=detail&aid=3390048&group_id=13478&atid=313478

12 years agoAdd 'make fastcheck' target.
Erik de Castro Lopo [Wed, 1 Feb 2012 11:00:08 +0000 (22:00 +1100)]
Add 'make fastcheck' target.

12 years agoFix more printf formatting issues and remove un-necessary casts.
Erik de Castro Lopo [Wed, 1 Feb 2012 10:46:35 +0000 (21:46 +1100)]
Fix more printf formatting issues and remove un-necessary casts.

12 years agoFix a bunch of printf format warnings.
Erik de Castro Lopo [Wed, 1 Feb 2012 09:34:04 +0000 (20:34 +1100)]
Fix a bunch of printf format warnings.

12 years agoFix compiler warnings.
Erik de Castro Lopo [Wed, 1 Feb 2012 08:58:09 +0000 (19:58 +1100)]
Fix compiler warnings.

12 years agoFix a couple of -Winline warnings.
Erik de Castro Lopo [Wed, 1 Feb 2012 08:49:54 +0000 (19:49 +1100)]
Fix a couple of -Winline warnings.

12 years agoRemove old configure.in.
Erik de Castro Lopo [Wed, 1 Feb 2012 08:41:16 +0000 (19:41 +1100)]
Remove old configure.in.

12 years agoRename configure.in -> configure.ac.
Erik de Castro Lopo [Wed, 1 Feb 2012 06:55:50 +0000 (17:55 +1100)]
Rename configure.in -> configure.ac.

12 years agoconfigure.in : Add AM_SILENT_RULES. Check for <inttypes.h>. Add --enable-gcc-werror...
Erik de Castro Lopo [Wed, 1 Feb 2012 06:55:15 +0000 (17:55 +1100)]
configure.in : Add AM_SILENT_RULES. Check for <inttypes.h>. Add --enable-gcc-werror option.

12 years agoRun all tests from one script which bails on the first failure.
Erik de Castro Lopo [Tue, 31 Jan 2012 10:06:21 +0000 (21:06 +1100)]
Run all tests from one script which bails on the first failure.

12 years agotest/test_metaflac.sh : Disable failing tests.
Erik de Castro Lopo [Tue, 31 Jan 2012 10:04:51 +0000 (21:04 +1100)]
test/test_metaflac.sh : Disable failing tests.

12 years agotest/test_metaflac.sh : Bypass currently broken tests.
Erik de Castro Lopo [Tue, 31 Jan 2012 09:13:54 +0000 (20:13 +1100)]
test/test_metaflac.sh : Bypass currently broken tests.

12 years agoUpdate README and .gitignore.
Erik de Castro Lopo [Tue, 31 Jan 2012 08:28:14 +0000 (19:28 +1100)]
Update README and .gitignore.

12 years agoAdd .gitignore.
Erik de Castro Lopo [Tue, 31 Jan 2012 07:47:14 +0000 (18:47 +1100)]
Add .gitignore.

12 years agoautogen.sh : Silence complaint about missing config.rpath.
Erik de Castro Lopo [Tue, 31 Jan 2012 06:58:07 +0000 (17:58 +1100)]
autogen.sh : Silence complaint about missing config.rpath.

12 years agoFix md5 structure clearing in previous commit
David Schleef [Fri, 26 Aug 2011 01:40:29 +0000 (18:40 -0700)]
Fix md5 structure clearing in previous commit

12 years agoCoverity fixes
Felipe Contreras [Thu, 28 Apr 2011 17:43:21 +0000 (20:43 +0300)]
Coverity fixes

Signed-off-by: Felipe Contreras <felipe.contreras@nokia.com>
14 years agolicense must be BSD since it is used by libFLAC
Josh Coalson [Mon, 5 Oct 2009 18:45:10 +0000 (18:45 +0000)]
license must be BSD since it is used by libFLAC

15 years agoadd 2009 copyright
Josh Coalson [Wed, 7 Jan 2009 07:31:28 +0000 (07:31 +0000)]
add 2009 copyright

15 years agoAllow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, SF#21824...
Josh Coalson [Wed, 7 Jan 2009 07:03:17 +0000 (07:03 +0000)]
Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, SF#2182432: https://sourceforge.net/tracker2/?func=detail&aid=1947353&group_id=13478&atid=363478 https://sourceforge.net/tracker2/index.php?func=detail&aid=2182432&group_id=13478&atid=113478)

15 years agoconvert SF tracker links to new tracker2 system
Josh Coalson [Wed, 7 Jan 2009 06:58:53 +0000 (06:58 +0000)]
convert SF tracker links to new tracker2 system

15 years agoFixes for autotools (SF#1859664: https://sourceforge.net/tracker2/?func=detail&aid...
Josh Coalson [Wed, 7 Jan 2009 06:58:04 +0000 (06:58 +0000)]
Fixes for autotools (SF#1859664: https://sourceforge.net/tracker2/?func=detail&aid=1859664&group_id=13478&atid=313478)

15 years agoImproved error message when user attempts to decode a non-FLAC file (SF#2222789:...
Josh Coalson [Wed, 7 Jan 2009 06:55:51 +0000 (06:55 +0000)]
Improved error message when user attempts to decode a non-FLAC file (SF#2222789: https://sourceforge.net/tracker2/?func=detail&aid=2222789&group_id=13478&atid=113478

15 years agoImprove decoder's ability to distinguish between a FLAC sync code and an MPEG one...
Josh Coalson [Wed, 7 Jan 2009 06:54:05 +0000 (06:54 +0000)]
Improve decoder's ability to distinguish between a FLAC sync code and an MPEG one (SF #2491433 https://sourceforge.net/tracker2/?func=detail&aid=2491433&group_id=13478&atid=113478

15 years agoFix bug in bitreader handling of read callback returning a short count (SF#2490454...
Josh Coalson [Tue, 6 Jan 2009 17:14:31 +0000 (17:14 +0000)]
Fix bug in bitreader handling of read callback returning a short count (SF#2490454: https://sourceforge.net/tracker2/?func=detail&aid=2490454&group_id=13478&atid=113478)

15 years agoFixes for Sun Studio/Forte; us AC_C_INLINE to detect inline keyword for compiler...
Josh Coalson [Sat, 3 Jan 2009 02:13:17 +0000 (02:13 +0000)]
Fixes for Sun Studio/Forte; us AC_C_INLINE to detect inline keyword for compiler; eliminate floating point calcs in RG analysis array size calculations (SF#1701960: https://sourceforge.net/tracker2/?func=detail&aid=1701960&group_id=13478&atid=313478)

15 years agoremove some inlining directives
Josh Coalson [Sat, 3 Jan 2009 02:10:18 +0000 (02:10 +0000)]
remove some inlining directives

15 years agomingw fixes, enable build dll w/ mingw (SF#2000973: https://sourceforge.net/tracker2...
Josh Coalson [Sat, 3 Jan 2009 01:59:10 +0000 (01:59 +0000)]
mingw fixes, enable build dll w/ mingw (SF#2000973: https://sourceforge.net/tracker2/?func=detail&aid=2000973&group_id=13478&atid=313478)

15 years agomingw fixes (SF#2209829: https://sourceforge.net/tracker2/?func=detail&aid=2209829...
Josh Coalson [Sat, 3 Jan 2009 01:55:17 +0000 (01:55 +0000)]
mingw fixes (SF#2209829: https://sourceforge.net/tracker2/?func=detail&aid=2209829&group_id=13478&atid=313478)

15 years agofix bug with fractional seconds on some locales (SF#1815517: https://sourceforge...
Josh Coalson [Sat, 3 Jan 2009 01:50:46 +0000 (01:50 +0000)]
fix bug with fractional seconds on some locales (SF#1815517: https://sourceforge.net/tracker2/?func=detail&aid=1815517&group_id=13478&atid=113478)

15 years agofix bug with fractional seconds on some locales (SF#1858012: https://sourceforge...
Josh Coalson [Sat, 3 Jan 2009 01:49:01 +0000 (01:49 +0000)]
fix bug with fractional seconds on some locales (SF#1858012: https://sourceforge.net/tracker2/?func=detail&aid=1858012&group_id=13478&atid=113478)

15 years agotypo
Josh Coalson [Sat, 3 Jan 2009 01:46:02 +0000 (01:46 +0000)]
typo

15 years agoadd flacdiff and flactimer utils to source distribution (SF#1911149: https://sourcefo...
Josh Coalson [Sat, 3 Jan 2009 01:43:59 +0000 (01:43 +0000)]
add flacdiff and flactimer utils to source distribution (SF#1911149: https://sourceforge.net/tracker2/?func=detail&aid=1911149&group_id=13478&atid=113478)

15 years agoproper handling of variable length arrays (SF#2002481 https://sourceforge.net/tracker...
Josh Coalson [Sat, 3 Jan 2009 01:35:56 +0000 (01:35 +0000)]
proper handling of variable length arrays (SF#2002481 https://sourceforge.net/tracker2/?func=detail&aid=2002481&group_id=13478&atid=113478)

15 years agofixes for windows builds (SF#1756624: https://sourceforge.net/tracker2/?func=detail...
Josh Coalson [Fri, 2 Jan 2009 01:28:30 +0000 (01:28 +0000)]
fixes for windows builds (SF#1756624: https://sourceforge.net/tracker2/?func=detail&aid=1756624&group_id=13478&atid=113478)

15 years agoFix bug where flac was disallowing use of --replay-gain when encoding from stdin...
Josh Coalson [Fri, 2 Jan 2009 01:23:59 +0000 (01:23 +0000)]
Fix bug where flac was disallowing use of --replay-gain when encoding from stdin (SF#1840124: https://sourceforge.net/tracker2/?func=detail&aid=1840124&group_id=13478&atid=113478)

15 years agofix libFLAC encoder to default to compression level 5 (SF#1816825: https://sourceforg...
Josh Coalson [Fri, 2 Jan 2009 01:18:56 +0000 (01:18 +0000)]
fix libFLAC encoder to default to compression level 5 (SF#1816825: https://sourceforge.net/tracker2/?func=detail&aid=1816825&group_id=13478&atid=113478)

15 years agofixes for windows builds (SF#1809863: https://sourceforge.net/tracker2/?func=detail...
Josh Coalson [Fri, 2 Jan 2009 01:15:36 +0000 (01:15 +0000)]
fixes for windows builds (SF#1809863: https://sourceforge.net/tracker2/?func=detail&aid=1809863&group_id=13478&atid=113478)

15 years agofixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=detail...
Josh Coalson [Fri, 2 Jan 2009 01:12:59 +0000 (01:12 +0000)]
fixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=detail&aid=1676822&group_id=13478&atid=113478)

15 years agodisable plugin_xmms on x84_64
Josh Coalson [Tue, 30 Dec 2008 02:10:16 +0000 (02:10 +0000)]
disable plugin_xmms on x84_64

15 years agobetter check for stdint.h
Josh Coalson [Sat, 29 Nov 2008 21:01:20 +0000 (21:01 +0000)]
better check for stdint.h

15 years agoremove /FLAC++ suffix on include path
Josh Coalson [Sat, 29 Nov 2008 20:56:09 +0000 (20:56 +0000)]
remove /FLAC++ suffix on include path

15 years agoremove /FLAC suffix on include path
Josh Coalson [Sat, 29 Nov 2008 20:55:52 +0000 (20:55 +0000)]
remove /FLAC suffix on include path

15 years agominor warnings fix
Josh Coalson [Tue, 16 Sep 2008 01:42:07 +0000 (01:42 +0000)]
minor warnings fix

15 years agofix bug in FLAC__metadata_object_vorbiscomment_replace_comment()
Josh Coalson [Mon, 15 Sep 2008 05:37:27 +0000 (05:37 +0000)]
fix bug in FLAC__metadata_object_vorbiscomment_replace_comment()

15 years agoremove restriction on using --delete-input-file with --keep-foreign-metadata
Josh Coalson [Mon, 15 Sep 2008 01:11:39 +0000 (01:11 +0000)]
remove restriction on using --delete-input-file with --keep-foreign-metadata

15 years agoupdate Makefile.lite system to work on x86_64 linux
Josh Coalson [Sun, 14 Sep 2008 19:59:52 +0000 (19:59 +0000)]
update Makefile.lite system to work on x86_64 linux

15 years agofix handling of aiff ssnd offset; do not try and recreate offset or block align when...
Josh Coalson [Sat, 13 Sep 2008 19:30:33 +0000 (19:30 +0000)]
fix handling of aiff ssnd offset; do not try and recreate offset or block align when writing aiff

15 years agominor comments
Josh Coalson [Sat, 13 Sep 2008 19:29:40 +0000 (19:29 +0000)]
minor comments

15 years agofix incorrect handling of block align
Josh Coalson [Sat, 13 Sep 2008 19:29:27 +0000 (19:29 +0000)]
fix incorrect handling of block align

15 years agoadd support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php?func...
Josh Coalson [Tue, 9 Sep 2008 07:49:19 +0000 (07:49 +0000)]
add support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php?func=detail&aid=1769582&group_id=13478&atid=113478)

15 years agoadd support for RF64
Josh Coalson [Tue, 9 Sep 2008 07:24:23 +0000 (07:24 +0000)]
add support for RF64

15 years agoplugin_xmms fix for DARWIN_BUILD
Josh Coalson [Tue, 9 Sep 2008 07:16:51 +0000 (07:16 +0000)]
plugin_xmms fix for DARWIN_BUILD

15 years agofix labels (missing colons)
Josh Coalson [Tue, 9 Sep 2008 07:06:09 +0000 (07:06 +0000)]
fix labels (missing colons)

15 years agowin64 fixes
Josh Coalson [Tue, 3 Jun 2008 06:52:20 +0000 (06:52 +0000)]
win64 fixes

15 years agowin64 fixes
Josh Coalson [Tue, 3 Jun 2008 06:35:09 +0000 (06:35 +0000)]
win64 fixes

15 years agodon't use filenames with colons to avoid problems on cygwin
Josh Coalson [Tue, 3 Jun 2008 06:33:44 +0000 (06:33 +0000)]
don't use filenames with colons to avoid problems on cygwin

15 years agoremove VCWebDeploymentTool item for better proj compatibility with vs9
Josh Coalson [Tue, 3 Jun 2008 06:33:12 +0000 (06:33 +0000)]
remove VCWebDeploymentTool item for better proj compatibility with vs9

16 years agofix problem with encoder being too strict about subset blocksizes
Josh Coalson [Tue, 27 May 2008 05:20:15 +0000 (05:20 +0000)]
fix problem with encoder being too strict about subset blocksizes

16 years agoadd FLAC__format_blocksize_is_subset()
Josh Coalson [Tue, 27 May 2008 05:19:52 +0000 (05:19 +0000)]
add FLAC__format_blocksize_is_subset()

16 years agoconst-ify FLAC__crc16_table[]
Josh Coalson [Fri, 29 Feb 2008 01:57:22 +0000 (01:57 +0000)]
const-ify FLAC__crc16_table[]

16 years agoupdate copyright for 2008
Josh Coalson [Thu, 28 Feb 2008 05:34:21 +0000 (05:34 +0000)]
update copyright for 2008

16 years agofix #includes (SF#1834168: https://sourceforge.net/tracker/index.php?func=detail...
Josh Coalson [Tue, 27 Nov 2007 04:17:15 +0000 (04:17 +0000)]
fix #includes (SF#1834168: https://sourceforge.net/tracker/index.php?func=detail&aid=1834168&group_id=13478&atid=313478)