platform/upstream/flac.git
2012-12-09 Timothy B.... Fix a copy & paste error in a comment.
2012-12-05 Erik de Castro... Covert 2 C source files from dos to unix line endings.
2012-12-05 Miroslav LichvarUpdate FSF address.
2012-12-04 Miroslav LichvarUpdate library version-info.
2012-12-04 Miroslav LichvarHide symbols with nasm.
2012-12-04 Miroslav LichvarHide symbols with gcc.
2012-12-04 Miroslav LichvarDon't override user-specified CFLAGS.
2012-12-04 Miroslav LichvarRemove old GNU-stack sections from nasm files.
2012-12-04 Miroslav LichvarAdd missing options to flac man page.
2012-11-30 Erik de Castro... src/libFLAC/stream_encoder.c : Fix typo.
2012-11-13 Erik de Castro... Replace printfs with "%s" format strings with puts.
2012-10-14 Erik de Castro... Add a regresion test for compression levels.
2012-10-12 Erik de Castro... Fix a regression that severely impacted compression...
2012-09-19 Erik de Castro... Regenerate manpages.
2012-09-19 Erik de Castro... Updates to metaflac manpage from Jaren Stangret <sirjar...
2012-09-19 Erik de Castro... man/Makefile : Fail more gracefully.
2012-09-11 Erik de Castro... Add a convenience function to create a Metadata::Paddin...
2012-08-28 Miroslav LichvarOptimize FLAC__bitreader_read_rice_signed_block.
2012-08-28 Miroslav LichvarAdd new clz function which works with input 0.
2012-08-28 Miroslav LichvarMake FLAC__clz_soft_uint32 static.
2012-07-26 Samuli SuominenFix assembler code to make it PIC so the dynamic linker...
2012-07-04 Erik de Castro... Change order of flac_LDADD libs so it works with mingw.
2012-07-04 Erik de Castro... Add 'ar-lib' to .gitignore.
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...
next