changelog.html : Added entries about RICE2 residue coding method.
[platform/upstream/flac.git] / src / libFLAC /
2013-04-28 Erik de Castro LopoVersion 1.3.0pre4. 1.3.0pre4
2013-04-21 Erik de Castro LopoFix compile when compiling with FLAC__INTEGER_ONLY_LIBRARY.
2013-04-21 Cristian RodríguezEnsure AM_LDFLAGS is used consistently
2013-04-07 Erik de Castro Loposrc/libFLAC/include/private/macros.h : Add default...
2013-04-07 Erik de Castro Loposrc/libFLAC/include/private/macros.h : Check GNUC versi...
2013-04-07 Erik de Castro LopoFix a bunch of compiler warnings (mainly MinGW).
2013-04-07 Erik de Castro LopoFor windows, make UTF-8 mode into a runtime choice.
2013-04-07 Ulrich KlauerFix pkg-config files to avoid overlinking
2013-04-05 Erik de Castro LopoRename all parameters and locals from 'index' to 'indx'.
2013-04-02 Erik de Castro Lopoflac*.pc : Add -logg if configured with Ogg support.
2013-04-01 Erik de Castro LopoMSVC version patch from Janne Hyvärinen <cse@sci.fi>.
2013-04-01 Erik de Castro LopoPurge FLAC__STRINGS_IN_UTF8 from VC project files.
2013-04-01 Erik de Castro LopoEnable utf8 I/O stuff when compiling with MinGW.
2013-03-29 Erik de Castro LopoRename _flac_stat to flac_stat_s.
2013-03-29 Erik de Castro LopoHuge Windows utf8 I/O patch.
2013-03-21 Erik de Castro LopoReplace a couple of safe_strncpy/cat with snprintf.
2013-03-19 Erik de Castro LopoReplace broken str* functions with safe versions.
2013-03-17 Erik de Castro LopoMore Microsoft Visual Studio project file updates.
2013-03-14 Erik de Castro LopoFix a couple of Windows 2Gig file size issues.
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-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-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 Hendricks266Fix building with MSYS and MinGW(-w64); Improve Makefil...
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-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-10-12 Erik de Castro LopoFix a regression that severely impacted compression...
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-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 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 Loposrc/libFLAC/lpc.c : Include <inttypes.h> so compiling...
2012-05-07 Miroslav LichvarOptimize COUNT_ZERO_MSBS macro
2012-05-07 Erik de Castro LopoFix all links to libtool version info rules.
2012-04-07 Cristian RodríguezUpdate and improve autotools build
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-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-05 Erik de Castro LopoRename ENDSWAP_INT to ENDSWAP_32.
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-17 Erik de Castro LopoFix a bunch of -Wtype-limits warnings.
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-08 Erik de Castro LopoPatch from Dave Yeo to remove more CPP hackery.
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-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 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 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-02 Josh Coalsonfixes for windows builds (SF#1676822: https://sourcefor...
2008-11-29 Josh Coalsonremove /FLAC suffix on include path
2008-09-15 Josh Coalsonfix bug in FLAC__metadata_object_vorbiscomment_replace_...
2008-09-14 Josh Coalsonupdate Makefile.lite system to work on x86_64 linux
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()
2008-02-29 Josh Coalsonconst-ify FLAC__crc16_table[]
2008-02-28 Josh Coalsonupdate copyright for 2008
2007-09-15 Josh Coalsonbump libtool version numbers
next