summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: fix out-of-tree buildOlivier Blin2013-01-144-5/+7
* Revert parts of 96d081c1 that touched source code or autotools files.Erik de Castro Lopo2013-01-033-3/+3
* Fix VC project files to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-0261-204/+204
* Minor Linux fixes for Makefile.lite build method.Erik de Castro Lopo2013-01-021-0/+11
* Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-0231-39/+39
* Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build systemHendricks2662013-01-0232-127/+271
* Fix to allow the flac command to parse piped WAV input withnu7742012-12-281-21/+11
* Rename obj/ directory to objs/ to avoid BSD make issue.Erik de Castro Lopo2012-12-289-8/+8
* configure.ac : Treat powerpc64 like powerpc.Erik de Castro Lopo2012-12-281-1/+2
* configure: modernize autoconf usageMax Horn2012-12-131-7/+6
* configure: merge AC_CHECK_HEADERS callsMax Horn2012-12-131-8/+1
* configure: always print ac_cv_c_compiler_gnuMax Horn2012-12-131-2/+2
* autogen.sh: replace this by a simple call to autoreconfMax Horn2012-12-1318-195/+8
* configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIANMax Horn2012-12-132-178/+9
* Fix a copy & paste error in a comment.Timothy B. Terriberry2012-12-091-1/+1
* Covert 2 C source files from dos to unix line endings.Erik de Castro Lopo2012-12-062-247/+247
* Update FSF address.Miroslav Lichvar2012-12-06138-432/+431
* Update library version-info.Miroslav Lichvar2012-12-044-6/+6
* Hide symbols with nasm.Miroslav Lichvar2012-12-041-1/+5
* Hide symbols with gcc.Miroslav Lichvar2012-12-045-11/+35
* Don't override user-specified CFLAGS.Miroslav Lichvar2012-12-041-1/+5
* Remove old GNU-stack sections from nasm files.Miroslav Lichvar2012-12-045-20/+0
* Add missing options to flac man page.Miroslav Lichvar2012-12-042-0/+6
* src/libFLAC/stream_encoder.c : Fix typo.Erik de Castro Lopo2012-11-301-1/+1
* Replace printfs with "%s" format strings with puts.Erik de Castro Lopo2012-11-134-7/+7
* Add a regresion test for compression levels.Erik de Castro Lopo2012-10-143-1/+100
* Fix a regression that severely impacted compression levels.Erik de Castro Lopo2012-10-121-0/+1
* Regenerate manpages.Erik de Castro Lopo2012-09-192-11/+25
* Updates to metaflac manpage from Jaren Stangret <sirjaren@gmail.com>.Erik de Castro Lopo2012-09-191-3/+4
* man/Makefile : Fail more gracefully.Erik de Castro Lopo2012-09-191-2/+4
* Add a convenience function to create a Metadata::Padding object with aErik de Castro Lopo2012-09-112-0/+12
* Optimize FLAC__bitreader_read_rice_signed_block.Miroslav Lichvar2012-08-281-340/+105
* Add new clz function which works with input 0.Miroslav Lichvar2012-08-281-1/+8
* Make FLAC__clz_soft_uint32 static.Miroslav Lichvar2012-08-281-1/+1
* Fix assembler code to make it PIC so the dynamic linker doesSamuli Suominen2012-07-261-0/+27
* Change order of flac_LDADD libs so it works with mingw.Erik de Castro Lopo2012-07-041-1/+1
* Add 'ar-lib' to .gitignore.Erik de Castro Lopo2012-07-041-0/+1
* configure.ac : Make sure FLAC__HAS_OGG gets defined to either 0 or 1.Erik de Castro Lopo2012-07-041-2/+3
* Move code inside #ifdef _MSC_VER to compat.h.Erik de Castro Lopo2012-06-225-42/+32
* Move all definitions of FLAC__U64L to one place.Erik de Castro Lopo2012-06-227-44/+12