summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix gcc-4.7 compiler warnings.Erik de Castro Lopo2012-04-051-2/+2
* Fix buffer overflow by replacing strcpy with memcpy.Erik de Castro Lopo2012-04-051-1/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-0425-130/+130
* Remove unnecessary typedef.Erik de Castro Lopo2012-03-301-21/+20
* Add GCC specific optimisation for log base 2 operations.Erik de Castro Lopo2012-03-303-5/+45
* Remove winamp2 pluginErik de Castro Lopo2012-03-3019-3683/+0
* Rename ENDSWAP_INT to ENDSWAP_32.Erik de Castro Lopo2012-03-052-2/+2
* Include stdlib.h for _response() and _wildcard() declarations on OS/2Dave Yeo2012-02-271-0/+1
* a.out format does not support many .section directivesDave Yeo2012-02-271-0/+2
* Fix a couple 'inlining failed' warning messages.Erik de Castro Lopo2012-02-264-0/+54
* Fix a couple of sign-compare warnings.Erik de Castro Lopo2012-02-262-3/+3