platform/upstream/flac.git
2013-03-04 Erik de Castro... test/test_compression.sh : Use wc instead of stat to...
2013-03-02 Erik de Castro... configure.ac : Version 1.3.0pre1. 1.3.0pre1
2013-03-02 Erik de Castro... src/flac/decode.c : Remove repeated code block.
2013-03-02 Erik de Castro... Add appropriate WAV channel masks for 7 and 8 channel...
2013-02-08 Timothy B.... Robustify autogen.sh
2013-02-08 Timothy B.... xmms - Fix inline linking problems with old glib
2013-02-08 Timothy B.... xmms - #include <inttypes.h> for PRIu64
2013-02-08 Timothy B.... xmms - Fix libtool usage.
2013-01-25 Erik de Castro... include/share/compat.h : For MSVC define inline as...
2013-01-19 Ralph GilesFix the 'distclean' target.
2013-01-18 Ralph GilesHoist a repeated conditional in the channel mapping...
2013-01-17 Erik de Castro... autogen.sh : Make sure config.rpath exists.
2013-01-14 Olivier Blindoc: fix out-of-tree build
2013-01-02 Erik de Castro... Revert parts of 96d081c1 that touched source code or...
2013-01-02 Erik de Castro... Fix VC project files to use /objs/ directory instead...
2013-01-02 Erik de Castro... Minor Linux fixes for Makefile.lite build method.
2013-01-02 Erik de Castro... Fix all Makefile.lite to use /objs/ directory instead...
2013-01-02 Hendricks266Fix building with MSYS and MinGW(-w64); Improve Makefil...
2012-12-28 nu774Fix to allow the flac command to parse piped WAV input...
2012-12-28 Erik de Castro... Rename obj/ directory to objs/ to avoid BSD make issue.
2012-12-27 Erik de Castro... configure.ac : Treat powerpc64 like powerpc.
2012-12-12 Max Hornconfigure: modernize autoconf usage
2012-12-12 Max Hornconfigure: merge AC_CHECK_HEADERS calls
2012-12-12 Max Hornconfigure: always print ac_cv_c_compiler_gnu
2012-12-12 Max Hornautogen.sh: replace this by a simple call to autoreconf
2012-12-12 Max Hornconfigure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN
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.
next