platform/upstream/flac.git
2012-07-04 Erik de Castro... configure.ac : Make sure FLAC__HAS_OGG gets defined...
2012-06-22 Erik de Castro... Move code inside #ifdef _MSC_VER to compat.h.
2012-06-22 Erik de Castro... Move all definitions of FLAC__U64L to one place.
2012-06-22 Bastiaan TimmerAdds last functions from C metadata api to C++ metadata api
2012-06-22 Erik de Castro... Fix building when configured with --disable-shared.
2012-06-22 Erik de Castro... Fix FLAC__stream_decoder_delete() and FLAC__stream_enco...
2012-06-08 Cristian RodríguezFix build with automake 1.12
2012-06-08 Bastiaan TimmerQuick patch to fix FLAC_metadata_object api docs.
2012-06-08 Cristian Rodríguezbitmath: Finish up optimizations
2012-05-08 Erik de Castro... Fix more compiler warnings.
2012-05-08 Erik de Castro... configure.ac : For gcc use -Wall -Wextra when using...
2012-05-08 Erik de Castro... metadata.cpp : Fix compiler warning on 64 bit.
2012-05-08 Erik de Castro... src/libFLAC/lpc.c : Include <inttypes.h> so compiling...
2012-05-08 Erik de Castro... Add missing functions to VorbisComment class.
2012-05-07 Miroslav LichvarOptimize COUNT_ZERO_MSBS macro
2012-05-07 Erik de Castro... Fix all links to libtool version info rules.
2012-05-07 Erik de Castro... Bump version-info for libFLAC++ from 8:0:2 to 8:0:3.
2012-05-07 Erik de Castro... Add functionality present in the C library to the to...
2012-04-18 Erik de Castro... Tweak MALLOC_PERTURB_ expression in tests.
2012-04-18 Cristian Rodríguezexport MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite
2012-04-18 Cristian Rodríguezreplace local_strtoull with _strtoui64 in windows
2012-04-18 Cristian RodríguezRemove local_strtoull, windows has equivalent function...
2012-04-07 Cristian RodríguezUpdate and improve autotools build
2012-04-06 Erik de Castro... Use sizeof instead of magic number 4.
2012-04-06 Erik de Castro... Update .gitignore.
2012-04-06 Cristian RodríguezFix make distcheck
2012-04-05 Erik de Castro... src/libFLAC/include/private/macros.h : Add copyright...
2012-04-05 Cristian RodríguezV2: Use a single definition of MIN and MAX in sources
2012-04-05 Cristian Rodríguezremove unnecesary typedef in bitwriter.c
2012-04-05 Erik de Castro... Fix gcc-4.7 compiler warnings.
2012-04-05 Erik de Castro... Fix buffer overflow by replacing strcpy with memcpy.
2012-04-04 Erik de Castro... Remove casting of return value from *alloc() functions.
2012-04-04 Erik de Castro... configure.ac : Add AM_PROG_CC_C_O.
2012-03-30 Erik de Castro... Remove unnecessary typedef.
2012-03-30 Erik de Castro... Add GCC specific optimisation for log base 2 operations.
2012-03-30 Erik de Castro... Remove winamp2 plugin
2012-03-18 Erik de Castro... Add patch from Earl Chew <earl_chew@yahoo.com> that...
2012-03-05 Erik de Castro... Rename ENDSWAP_INT to ENDSWAP_32.
2012-02-27 Dave YeoInclude stdlib.h for _response() and _wildcard() declar...
2012-02-27 Dave Yeoa.out format does not support many .section directives
2012-02-26 Erik de Castro... configure.ac : Report useful info at the end of configure.
2012-02-26 Erik de Castro... Fix a couple 'inlining failed' warning messages.
2012-02-26 Erik de Castro... Fix a couple of sign-compare warnings.
2012-02-26 Earl ChewPort David Robinson's equalloudfilt.m MATLAB script...
2012-02-26 Earl ChewSupport 56kHz to 19.2kHz gain analysis (Patch v4)
2012-02-26 Erik de Castro... Speed up the tests by testing slightly fewer combinations.
2012-02-24 Erik de Castro... .gitignore : Ignore more m4 files.
2012-02-17 Erik de Castro... Remove '#if 0'-ed out code.
2012-02-17 Erik de Castro... Fix a bunch of -Wtype-limits warnings.
2012-02-13 Erik de Castro... Fix -Werror=format-security errors.
2012-02-13 Erik de Castro... Fix for autoreconf failures.
2012-02-13 Erik de Castro... Disable Altivec on host triplet powerpc-unknown-linux...
2012-02-13 Erik de Castro... libFLAC.m4 : Prevent empty -L flag.
2012-02-12 Erik de Castro... Merge branch 'noname'
2012-02-12 Erik de Castro... Disable executable stack in libFLAC.so.
2012-02-12 Erik de Castro... Add missing <cstring> include.
2012-02-12 Erik de Castro... Add missing <csting> include.
2012-02-12 Erik de Castro... metaflac : Exit with error if invalid option is passed.
2012-02-12 Erik de Castro... Fix misuse of \r (potentially) in flac -d or -t output.
2012-02-10 Erik de Castro... include/FLAC/ordinals.h : Remove CPP hackery.
2012-02-08 Erik de Castro... Patch from Dave Yeo to remove more CPP hackery.
2012-02-07 Erik de Castro... Fix 'make distcheck'.
2012-02-05 Erik de Castro... Add XIPH_BSWAP32 configure macro to detect __builtin_bs...
2012-02-05 Erik de Castro... Add m4/endian.m4 and use it in configure.ac.
2012-02-05 Erik de Castro... Encoder::Stream::set_metadata() broken - ID: 3282704
2012-02-05 Erik de Castro... Memory and fd leak fixes - ID: 3436668
2012-02-05 Erik de Castro... configure.ac : Patch from David Yeo. OS/2 uses aout...
2012-02-05 Erik de Castro... configure.ac : Patch from David Yeo adding LT_NO_UNDEFI...
2012-02-05 Erik de Castro... Purge MINGW_WINSOCK_LIBS config variable.
2012-02-05 Erik de Castro... Remove configure maintainer mode.
2012-02-05 Erik de Castro... Improve endswapping (especially purge ntohl).
2012-02-04 Erik de Castro... configure.ac : Detect more headers.
2012-02-04 Erik de Castro... include/share/Makefile.am : Add compat.h to EXTRA_DIST.
2012-02-04 Erik de Castro... Patch from JonY to remove more CPP hackery.
2012-02-04 Erik de Castro... Add file include/share/compat.h and start moving CPP...
2012-02-04 Erik de Castro... Makefile.am : Add CLEANFILES entry.
2012-02-04 Erik de Castro... Patch from JonY to suppress redefinition warnings with...
2012-02-04 Erik de Castro... Renable metaflac tests disabled earlier because they...
2012-02-04 Erik de Castro... Fix cuesheet bug introduced in ce8a75134cace056f6c436d5...
2012-02-04 Erik de Castro... Cuesheet patch from Earl Chew.
2012-02-04 Erik de Castro... Patch from David Yeo to conditionally include <inttypes.h>.
2012-02-02 Erik de Castro... XMMS patch from Timothy B. Terriberry
2012-02-02 Erik de Castro... Fix 'make distcheck'.
2012-02-02 Erik de Castro... configure.ac : Only use AM_SILENT_RULES if its availabl...
2012-02-02 Erik de Castro... Merge git://github.com/avuton/flac
2012-02-02 Ralph GilesAdd test_wrapper.sh to the distribution.
2012-02-02 Ralph GilesUse the correct project filenames for flactimer.
2012-02-02 Avuton OlrichFix --disable-doxygen-docs install
2012-02-01 Erik de Castro... Fix memory leak when reinitializing stream encoder.
2012-02-01 Erik de Castro... Add 'make fastcheck' target.
2012-02-01 Erik de Castro... Fix more printf formatting issues and remove un-necessa...
2012-02-01 Erik de Castro... Fix a bunch of printf format warnings.
2012-02-01 Erik de Castro... Fix compiler warnings.
2012-02-01 Erik de Castro... Fix a couple of -Winline warnings.
2012-02-01 Erik de Castro... Remove old configure.in.
2012-02-01 Erik de Castro... Rename configure.in -> configure.ac.
2012-02-01 Erik de Castro... configure.in : Add AM_SILENT_RULES. Check for <inttypes...
2012-01-31 Erik de Castro... Run all tests from one script which bails on the first...
2012-01-31 Erik de Castro... test/test_metaflac.sh : Disable failing tests.
2012-01-31 Erik de Castro... test/test_metaflac.sh : Bypass currently broken tests.
next