summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add appropriate WAV channel masks for 7 and 8 channel files.Erik de Castro Lopo2013-03-022-2/+18
* 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-081-3/+0
* Hoist a repeated conditional in the channel mapping code.Ralph Giles2013-01-181-15/+9
* 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-0248-152/+152
* Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-0216-16/+16
* Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build systemHendricks2662013-01-0221-57/+135
* Fix to allow the flac command to parse piped WAV input withnu7742012-12-281-21/+11
* autogen.sh: replace this by a simple call to autoreconfMax Horn2012-12-137-12/+3
* 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-06117-353/+353
* Update library version-info.Miroslav Lichvar2012-12-042-2/+2
* Hide symbols with nasm.Miroslav Lichvar2012-12-041-1/+5
* Hide symbols with gcc.Miroslav Lichvar2012-12-042-2/+10
* Remove old GNU-stack sections from nasm files.Miroslav Lichvar2012-12-045-20/+0
* 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-141-0/+46
* Fix a regression that severely impacted compression levels.Erik de Castro Lopo2012-10-121-0/+1
* Add a convenience function to create a Metadata::Padding object with aErik de Castro Lopo2012-09-111-0/+6
* 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
* Move code inside #ifdef _MSC_VER to compat.h.Erik de Castro Lopo2012-06-224-42/+2
* Move all definitions of FLAC__U64L to one place.Erik de Castro Lopo2012-06-226-44/+6
* Adds last functions from C metadata api to C++ metadata apiBastiaan Timmer2012-06-221-0/+34
* Fix building when configured with --disable-shared.Erik de Castro Lopo2012-06-226-8/+16
* Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete()Erik de Castro Lopo2012-06-222-2/+6
* bitmath: Finish up optimizationsCristian Rodríguez2012-06-083-106/+116
* Fix more compiler warnings.Erik de Castro Lopo2012-05-081-1/+1
* metadata.cpp : Fix compiler warning on 64 bit.Erik de Castro Lopo2012-05-081-1/+1
* src/libFLAC/lpc.c : Include <inttypes.h> so compiling debug version works.Erik de Castro Lopo2012-05-081-0/+1
* Add missing functions to VorbisComment class.Erik de Castro Lopo2012-05-081-0/+30
* Optimize COUNT_ZERO_MSBS macroMiroslav Lichvar2012-05-071-3/+5
* Fix all links to libtool version info rules.Erik de Castro Lopo2012-05-072-2/+2
* Bump version-info for libFLAC++ from 8:0:2 to 8:0:3.Erik de Castro Lopo2012-05-071-1/+1
* Add functionality present in the C library to the to C++ SeekTable class.Erik de Castro Lopo2012-05-071-0/+42
* replace local_strtoull with _strtoui64 in windowsCristian Rodríguez2012-04-181-22/+1
* Remove local_strtoull, windows has equivalent function _strtoui64Cristian Rodríguez2012-04-182-66/+2
* Update and improve autotools buildCristian Rodríguez2012-04-0824-58/+54
* Use sizeof instead of magic number 4.Erik de Castro Lopo2012-04-071-2/+2
* Fix make distcheckCristian Rodríguez2012-04-071-0/+1
* src/libFLAC/include/private/macros.h : Add copyright header.Erik de Castro Lopo2012-04-061-1/+32
* V2: Use a single definition of MIN and MAX in sourcesCristian Rodríguez2012-04-0610-91/+70
* remove unnecesary typedef in bitwriter.cCristian Rodríguez2012-04-061-16/+15