More Microsoft Visual Studio project file updates.
[platform/upstream/flac.git] / src /
2013-03-17 Erik de Castro LopoMore Microsoft Visual Studio project file updates.
2013-03-17 Erik de Castro LopoWindows flac_snprintf tweaks.
2013-03-17 Erik de Castro LopoUse new function flac_snprintf() where ever appropriate.
2013-03-17 Erik de Castro LopoAdd file src/share/grabbag/snprintf.c to grabbag library.
2013-03-17 Erik de Castro LopoWave64 patch from Janne Hyvrinen <cse@sci.fi>.
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
2013-03-12 Erik de Castro LopoMS VS : Add alloc.c to the grabbag static build.
2013-03-12 Erik de Castro LopoMS VS inline/extern fix from Ben Alison plus comments.
2013-03-10 Erik de Castro LopoFix -Wshadow warnings.
2013-03-10 Erik de Castro Loposrc/libFLAC/include/private/macros.h : Fix flac_min.
2013-03-10 Erik de Castro LopoFix -Wstrict-prototypes -Wmissing-prototypes warnings.
2013-03-10 Erik de Castro LopoPurge old un-maintained MSVC 6 project files.
2013-03-09 Erik de Castro LopoVersion 1.3.0pre2. 1.3.0pre2
2013-03-08 Erik de Castro LopoFix version number in Visual Studio project files.
2013-03-08 Erik de Castro LopoAnother MSVC patch from Ben Alison.
2013-03-06 Erik de Castro LopoLarge patch from Ben Allison fixing the MSVC build.
2013-03-05 Erik de Castro LopoFix compiler warnings from new compiler flags.
2013-03-05 Erik de Castro Loposrc/flac/main.c : Mention --ignore-chunk-sizes in help...
2013-03-02 Erik de Castro Loposrc/flac/decode.c : Remove repeated code block.
2013-03-02 Erik de Castro LopoAdd appropriate WAV channel masks for 7 and 8 channel...
2013-02-08 Timothy B. Terriberryxmms - Fix inline linking problems with old glib
2013-02-08 Timothy B. Terriberryxmms - #include <inttypes.h> for PRIu64
2013-02-08 Timothy B. Terriberryxmms - Fix libtool usage.
2013-01-18 Ralph GilesHoist a repeated conditional in the channel mapping...
2013-01-02 Erik de Castro LopoRevert parts of 96d081c1 that touched source code or...
2013-01-02 Erik de Castro LopoFix VC project files to use /objs/ directory instead...
2013-01-02 Erik de Castro LopoFix 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-12 Max Hornautogen.sh: replace this by a simple call to autoreconf
2012-12-09 Timothy B. TerriberryFix a copy & paste error in a comment.
2012-12-05 Erik de Castro LopoCovert 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 LichvarRemove old GNU-stack sections from nasm files.
2012-11-30 Erik de Castro Loposrc/libFLAC/stream_encoder.c : Fix typo.
2012-11-13 Erik de Castro LopoReplace printfs with "%s" format strings with puts.
2012-10-14 Erik de Castro LopoAdd a regresion test for compression levels.
2012-10-12 Erik de Castro LopoFix a regression that severely impacted compression...
2012-09-11 Erik de Castro LopoAdd 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 LopoChange order of flac_LDADD libs so it works with mingw.
2012-06-22 Erik de Castro LopoMove code inside #ifdef _MSC_VER to compat.h.
2012-06-22 Erik de Castro LopoMove 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 LopoFix building when configured with --disable-shared.
2012-06-22 Erik de Castro LopoFix FLAC__stream_decoder_delete() and FLAC__stream_enco...
2012-06-08 Cristian Rodríguezbitmath: Finish up optimizations
2012-05-08 Erik de Castro LopoFix more compiler warnings.
2012-05-08 Erik de Castro Lopometadata.cpp : Fix compiler warning on 64 bit.
2012-05-08 Erik de Castro Loposrc/libFLAC/lpc.c : Include <inttypes.h> so compiling...
2012-05-08 Erik de Castro LopoAdd missing functions to VorbisComment class.
2012-05-07 Miroslav LichvarOptimize COUNT_ZERO_MSBS macro
2012-05-07 Erik de Castro LopoFix all links to libtool version info rules.
2012-05-07 Erik de Castro LopoBump version-info for libFLAC++ from 8:0:2 to 8:0:3.
2012-05-07 Erik de Castro LopoAdd functionality present in the C library to the to...
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 LopoUse sizeof instead of magic number 4.
2012-04-06 Cristian RodríguezFix make distcheck
2012-04-05 Erik de Castro Loposrc/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 LopoFix gcc-4.7 compiler warnings.
2012-04-05 Erik de Castro LopoFix buffer overflow by replacing strcpy with memcpy.
2012-04-04 Erik de Castro LopoRemove casting of return value from *alloc() functions.
2012-03-30 Erik de Castro LopoRemove unnecessary typedef.
2012-03-30 Erik de Castro LopoAdd GCC specific optimisation for log base 2 operations.
2012-03-30 Erik de Castro LopoRemove winamp2 plugin
2012-03-05 Erik de Castro LopoRename 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 LopoFix a couple 'inlining failed' warning messages.
2012-02-26 Erik de Castro LopoFix 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 LopoSpeed up the tests by testing slightly fewer combinations.
2012-02-17 Erik de Castro LopoFix a bunch of -Wtype-limits warnings.
2012-02-13 Erik de Castro LopoFix -Werror=format-security errors.
2012-02-13 Erik de Castro LopoDisable Altivec on host triplet powerpc-unknown-linux...
2012-02-13 Erik de Castro LopolibFLAC.m4 : Prevent empty -L flag.
2012-02-12 Erik de Castro LopoMerge branch 'noname'
2012-02-12 Erik de Castro LopoDisable executable stack in libFLAC.so.
2012-02-12 Erik de Castro Lopometaflac : Exit with error if invalid option is passed.
2012-02-12 Erik de Castro LopoFix misuse of \r (potentially) in flac -d or -t output.
2012-02-08 Erik de Castro LopoPatch from Dave Yeo to remove more CPP hackery.
2012-02-05 Erik de Castro LopoEncoder::Stream::set_metadata() broken - ID: 3282704
2012-02-05 Erik de Castro LopoMemory and fd leak fixes - ID: 3436668
2012-02-05 Erik de Castro LopoPurge MINGW_WINSOCK_LIBS config variable.
2012-02-05 Erik de Castro LopoImprove endswapping (especially purge ntohl).
2012-02-04 Erik de Castro LopoPatch from JonY to remove more CPP hackery.
2012-02-04 Erik de Castro LopoAdd file include/share/compat.h and start moving CPP...
2012-02-04 Erik de Castro LopoPatch from JonY to suppress redefinition warnings with...
2012-02-04 Erik de Castro LopoFix cuesheet bug introduced in ce8a75134cace056f6c436d5...
next