platform/upstream/flac.git
2013-03-13 Erik de Castro... configure.ac : Detect the size of off_t.
2013-03-13 Erik de Castro... Add configure option to enable GNU GCC stack smash...
2013-03-12 Erik de Castro... MS VS : Add alloc.c to the grabbag static build.
2013-03-12 Erik de Castro... MS VS inline/extern fix from Ben Alison plus comments.
2013-03-10 Erik de Castro... configure.ac : When compiling with GCC use some extra...
2013-03-10 Erik de Castro... Fix -Wshadow warnings.
2013-03-10 Erik de Castro... src/libFLAC/include/private/macros.h : Fix flac_min.
2013-03-10 Erik de Castro... Fix -Wstrict-prototypes -Wmissing-prototypes warnings.
2013-03-10 Erik de Castro... include/share/compat.h : feeko and ftello fixes for...
2013-03-10 Erik de Castro... gcc_version.m4 : Use cut instead of sed.
2013-03-10 Erik de Castro... Purge old un-maintained MSVC 6 project files.
2013-03-09 Erik de Castro... doc/html/changelog.html : Prepare for 1.3.0 release.
2013-03-09 Erik de Castro... doc/html/documentation_tools_flac.html : Tweaks.
2013-03-09 Erik de Castro... Version 1.3.0pre2. 1.3.0pre2
2013-03-09 Erik de Castro... Update .gitignore.
2013-03-09 Erik de Castro... m4/gcc_version.m4 : Fix XIPH_GCC_VERSION macro.
2013-03-09 Erik de Castro... configure.ac : If gcc is version 4.2, use -fgnu89-inline.
2013-03-09 Erik de Castro... test/test_compression.sh : Replace seq with numbers.
2013-03-09 Erik de Castro... configure.ac : Disable stack protector on FreeBSD.
2013-03-08 Erik de Castro... FLAC/ordinals.h : Add <stdint.h> definitions for MSVC...
2013-03-08 Erik de Castro... configure.ac : Don't enable stack protector for mingw...
2013-03-08 Erik de Castro... FLAC/ordinals.h : Provide links for <stdint.h> replacem...
2013-03-08 Erik de Castro... Fix version number in Visual Studio project files.
2013-03-08 Erik de Castro... Another MSVC patch from Ben Alison.
2013-03-06 Erik de Castro... Large patch from Ben Allison fixing the MSVC build.
2013-03-05 Erik de Castro... Fix compiler warnings from new compiler flags.
2013-03-05 Erik de Castro... configure.ac : Add hardening compile options.
2013-03-05 Erik de Castro... Fix a bunch of WDG validation warnings in HTML docs.
2013-03-05 Erik de Castro... documentation_tools_flac.html : Document --ignore-chunk...
2013-03-05 Erik de Castro... documentation_tools_flac.html : Fix WDG HTML validator...
2013-03-05 Erik de Castro... src/flac/main.c : Mention --ignore-chunk-sizes in help...
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
next