summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use new function flac_snprintf() where ever appropriate.Erik de Castro Lopo2013-03-1711-48/+30
* Add file src/share/grabbag/snprintf.c to grabbag library.Erik de Castro Lopo2013-03-174-1/+89
* FLAC.sln : Remove obsolete in_flac project.Erik de Castro Lopo2013-03-171-8/+0
* changelog.html : Updates.Erik de Castro Lopo2013-03-171-0/+2
* Wave64 patch from Janne Hyvrinen <cse@sci.fi>.Erik de Castro Lopo2013-03-175-23/+23
* Restore code dropped in commit f25b2602dc.Erik de Castro Lopo2013-03-151-0/+5
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-1425-159/+178
* configure.ac : Detect the size of off_t.Erik de Castro Lopo2013-03-131-0/+1
* Add configure option to enable GNU GCC stack smash protection.Erik de Castro Lopo2013-03-133-9/+82
* MS VS : Add alloc.c to the grabbag static build.Erik de Castro Lopo2013-03-121-0/+4
* MS VS inline/extern fix from Ben Alison plus comments.Erik de Castro Lopo2013-03-122-0/+26
* configure.ac : When compiling with GCC use some extra warning flags.Erik de Castro Lopo2013-03-111-2/+7
* Fix -Wshadow warnings.Erik de Castro Lopo2013-03-116-73/+87
* src/libFLAC/include/private/macros.h : Fix flac_min.Erik de Castro Lopo2013-03-111-4/+8
* Fix -Wstrict-prototypes -Wmissing-prototypes warnings.Erik de Castro Lopo2013-03-114-10/+50
* include/share/compat.h : feeko and ftello fixes for MinGW.Erik de Castro Lopo2013-03-101-0/+6
* gcc_version.m4 : Use cut instead of sed.Erik de Castro Lopo2013-03-103-5/+185
* Purge old un-maintained MSVC 6 project files.Erik de Castro Lopo2013-03-1060-4888/+9
* doc/html/changelog.html : Prepare for 1.3.0 release.Erik de Castro Lopo2013-03-101-8/+16
* doc/html/documentation_tools_flac.html : Tweaks.Erik de Castro Lopo2013-03-091-3/+3
* Version 1.3.0pre2.1.3.0pre2Erik de Castro Lopo2013-03-095-9/+9
* Update .gitignore.Erik de Castro Lopo2013-03-091-0/+3
* m4/gcc_version.m4 : Fix XIPH_GCC_VERSION macro.Erik de Castro Lopo2013-03-091-1/+1
* configure.ac : If gcc is version 4.2, use -fgnu89-inline.Erik de Castro Lopo2013-03-091-2/+6
* test/test_compression.sh : Replace seq with numbers.Erik de Castro Lopo2013-03-091-1/+1
* configure.ac : Disable stack protector on FreeBSD.Erik de Castro Lopo2013-03-091-2/+2
* FLAC/ordinals.h : Add <stdint.h> definitions for MSVC < 2010.Erik de Castro Lopo2013-03-091-5/+21
* configure.ac : Don't enable stack protector for mingw* host_os.Erik de Castro Lopo2013-03-091-4/+12
* FLAC/ordinals.h : Provide links for <stdint.h> replacements.Erik de Castro Lopo2013-03-081-1/+4
* Fix version number in Visual Studio project files.Erik de Castro Lopo2013-03-084-8/+8
* Another MSVC patch from Ben Alison.Erik de Castro Lopo2013-03-082-1/+2
* Large patch from Ben Allison fixing the MSVC build.Erik de Castro Lopo2013-03-0610-10/+59
* Fix compiler warnings from new compiler flags.Erik de Castro Lopo2013-03-067-12/+56
* configure.ac : Add hardening compile options.Erik de Castro Lopo2013-03-063-0/+41
* Fix a bunch of WDG validation warnings in HTML docs.Erik de Castro Lopo2013-03-058-88/+89
* documentation_tools_flac.html : Document --ignore-chunk-sizes command line op...Erik de Castro Lopo2013-03-051-0/+14
* documentation_tools_flac.html : Fix WDG HTML validator warnings.Erik de Castro Lopo2013-03-051-118/+118
* src/flac/main.c : Mention --ignore-chunk-sizes in help output.Erik de Castro Lopo2013-03-051-4/+0
* test/test_compression.sh : Use wc instead of stat to get file size.Erik de Castro Lopo2013-03-041-12/+13
* configure.ac : Version 1.3.0pre1.1.3.0pre1Erik de Castro Lopo2013-03-021-1/+1
* src/flac/decode.c : Remove repeated code block.Erik de Castro Lopo2013-03-021-6/+0
* Add appropriate WAV channel masks for 7 and 8 channel files.Erik de Castro Lopo2013-03-023-7/+23
* Robustify autogen.shTimothy B. Terriberry2013-02-081-2/+9
* xmms - Fix inline linking problems with old glibTimothy B. Terriberry2013-02-087-19/+14
* xmms - #include <inttypes.h> for PRIu64Timothy B. Terriberry2013-02-082-0/+2
* xmms - Fix libtool usage.Timothy B. Terriberry2013-02-082-5/+0
* include/share/compat.h : For MSVC define inline as __inline.Erik de Castro Lopo2013-01-261-0/+1
* Fix the 'distclean' target.Ralph Giles2013-01-192-3/+3
* Hoist a repeated conditional in the channel mapping code.Ralph Giles2013-01-181-15/+9
* autogen.sh : Make sure config.rpath exists.Erik de Castro Lopo2013-01-171-0/+1