summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/libflac (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-0717-238/+218
* libflac: changed HAVE_CONFIG_H checks to be as intended - will be fixed upstr... Oliver Stöneberg2014-03-2424-24/+24
* this fix (borrowed from libflac 1.3.0) works as well in OSX 10.6.8. I hope it... Fabio Priuli2014-03-222-21/+22
* sorry but these still break compilation under last Xcode available for my Fabio Priuli2014-03-221-10/+10
* fixed clang -Wunused-const-variable warning in libflac (nw) Oliver Stöneberg2014-03-121-0/+4
* re-enabled checks in src/lib/libflac/libFLAC/memory.c / removed definition of... Oliver Stöneberg2014-03-062-14/+10
* restored some libflac code omitted in initial commit allowing big-endian comp... Oliver Stöneberg2014-03-062-13/+27
* removed a modification from a libflac file we don't even use (nw) Oliver Stöneberg2014-03-061-1/+1
* re-enabled log message I disabled when I was messing around with DEBUG for ex... Oliver Stöneberg2014-03-061-1/+1
* re-added some libflac code, that was missing/disabled in the initial commit (nw) Oliver Stöneberg2014-03-062-5/+19
* pass VERSION define via compiler flags to libflac (nw) Oliver Stöneberg2014-03-062-5/+2
* changed casing of FLAC folders to match official source distribution (nw) Oliver Stöneberg2014-03-0542-255/+272
* Force libflac to never be optimized in a more portable way (nw) R. Belmont2013-07-251-1/+1
* disabled optimizations for FLAC__lpc_compute_autocorrelation() for 32-bit GCC... Oliver Stöneberg2013-07-041-0/+3
* added workaround to FLAC__lpc_compute_autocorrelation() for 32-bit GCC (aka n... Oliver Stöneberg2013-06-211-5/+9
* removed unused src/lib/libflac/include/flac++ - libflac++ was removed a long ... Oliver Stöneberg2013-06-175-1786/+0
* libflac: Improve portability for older versions of Xcode [John Gilbert] R. Belmont2013-05-191-2/+2
* disabled pointless (at least in terms of MAME/MESS) DEBUG message in libflac ... Oliver Stöneberg2013-02-011-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-118-23/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1121-1055/+1055
* FLAC encoder did not use FIR Linear prediction (regressed in r18882) [William... Oliver Stöneberg2012-11-071-2/+2
* fixed memory leak in libflac/libflac/md5.c (fixes memory issues with chdman) ... Miodrag Milanovic2012-05-241-1/+1
* Fixed compilation under VS2010 (no whatsnew) Miodrag Milanovic2012-05-172-5/+5
* fixes for building with visual studio 11 beta. smf-2012-05-102-6/+2
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-10/+10
* Fixed "potentially uninitalized local variable" error when building with msvc... smf-2012-05-031-0/+1
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-031-1/+1
* Sync with MAME, various fixes from Firewave and RB (no whatsnew) Miodrag Milanovic2012-04-3010-20/+28
* Remove libflac++, there's no intention of using the C++ interface, Aaron Giles2012-03-043-2489/+0
* And again (nw) R. Belmont2012-03-0416-131/+58
* Fix big-endian compile (nw) R. Belmont2012-03-042-1/+4
* Rework libflac to play nicer with MAME's build system; should fix compile pro... R. Belmont2012-03-0416-56/+129
* fixed several Visual Studio compiler warnings and 64-bit libflac compilation ... Miodrag Milanovic2012-02-291-2/+2
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-2923-1134/+1134
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-243-57/+3
* Added FLAC (lossless audio) codec support plus experimental hooks in samples ... R. Belmont2012-01-2256-0/+33238