Make FLAC__clz_soft_uint32 static.
[platform/upstream/flac.git] / src /
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...
2012-02-04 Erik de Castro LopoCuesheet patch from Earl Chew.
2012-02-04 Erik de Castro LopoPatch from David Yeo to conditionally include <inttypes.h>.
2012-02-02 Erik de Castro LopoXMMS patch from Timothy B. Terriberry
2012-02-02 Erik de Castro LopoMerge git://github.com/avuton/flac
2012-02-02 Ralph GilesUse the correct project filenames for flactimer.
2012-02-01 Erik de Castro LopoFix memory leak when reinitializing stream encoder.
2012-02-01 Erik de Castro LopoFix more printf formatting issues and remove un-necessa...
2012-02-01 Erik de Castro LopoFix a bunch of printf format warnings.
2012-02-01 Erik de Castro LopoFix compiler warnings.
2012-02-01 Erik de Castro LopoFix a couple of -Winline warnings.
2011-08-26 David SchleefFix md5 structure clearing in previous commit
2011-08-26 Felipe ContrerasCoverity fixes
2009-01-07 Josh Coalsonadd 2009 copyright
2009-01-07 Josh CoalsonAllow MM:SS:FF and MM:SS.SS time formats in non-CD...
2009-01-07 Josh CoalsonImproved error message when user attempts to decode...
2009-01-07 Josh CoalsonImprove decoder's ability to distinguish between a...
2009-01-06 Josh CoalsonFix bug in bitreader handling of read callback returnin...
2009-01-03 Josh CoalsonFixes for Sun Studio/Forte; us AC_C_INLINE to detect...
2009-01-03 Josh Coalsonremove some inlining directives
2009-01-03 Josh Coalsonmingw fixes, enable build dll w/ mingw (SF#2000973...
2009-01-03 Josh Coalsonmingw fixes (SF#2209829: https://sourceforge.net/tracke...
2009-01-03 Josh Coalsonfix bug with fractional seconds on some locales (SF...
2009-01-03 Josh Coalsontypo
2009-01-03 Josh Coalsonadd flacdiff and flactimer utils to source distribution...
2009-01-03 Josh Coalsonproper handling of variable length arrays (SF#2002481...
2009-01-02 Josh Coalsonfixes for windows builds (SF#1676822: https://sourcefor...
2008-12-30 Josh Coalsondisable plugin_xmms on x84_64
2008-11-29 Josh Coalsonremove /FLAC++ suffix on include path
2008-11-29 Josh Coalsonremove /FLAC suffix on include path
2008-09-16 Josh Coalsonminor warnings fix
2008-09-15 Josh Coalsonfix bug in FLAC__metadata_object_vorbiscomment_replace_...
2008-09-15 Josh Coalsonremove restriction on using --delete-input-file with...
2008-09-14 Josh Coalsonupdate Makefile.lite system to work on x86_64 linux
2008-09-13 Josh Coalsonfix handling of aiff ssnd offset; do not try and recrea...
2008-09-13 Josh Coalsonminor comments
2008-09-09 Josh Coalsonadd support for Wave64 (SF#1769582: https://sourceforge...
2008-09-09 Josh Coalsonadd support for RF64
2008-09-09 Josh Coalsonplugin_xmms fix for DARWIN_BUILD
2008-09-09 Josh Coalsonfix labels (missing colons)
2008-06-03 Josh Coalsonwin64 fixes
2008-06-03 Josh Coalsonwin64 fixes
2008-06-03 Josh Coalsonremove VCWebDeploymentTool item for better proj compati...
2008-05-27 Josh Coalsonfix problem with encoder being too strict about subset...
2008-05-27 Josh Coalsonadd FLAC__format_blocksize_is_subset()
next