Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
flac
/
f699788f314449e6e2bdde1ca9c4376b4cd956bc
f699788
doc: fix out-of-tree build
by Olivier Blin
· 12 years ago
fb13acc
Revert parts of 96d081c1 that touched source code or autotools files.
by Erik de Castro Lopo
· 12 years ago
f67928d
Fix VC project files to use /objs/ directory instead of /obj/ directory.
by Erik de Castro Lopo
· 12 years ago
33fa7dc
Minor Linux fixes for Makefile.lite build method.
by Erik de Castro Lopo
· 12 years ago
85d5c53
Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.
by Erik de Castro Lopo
· 12 years ago
96d081c
Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
by Hendricks266
· 12 years ago
0da96d3
Fix to allow the flac command to parse piped WAV input with
by nu774
· 12 years ago
55788ea
Rename obj/ directory to objs/ to avoid BSD make issue.
by Erik de Castro Lopo
· 12 years ago
592021e
configure.ac : Treat powerpc64 like powerpc.
by Erik de Castro Lopo
· 12 years ago
0b47ede
configure: modernize autoconf usage
by Max Horn
· 12 years ago
21f68f4
configure: merge AC_CHECK_HEADERS calls
by Max Horn
· 12 years ago
cdcb88b
configure: always print ac_cv_c_compiler_gnu
by Max Horn
· 12 years ago
66c0a58
autogen.sh: replace this by a simple call to autoreconf
by Max Horn
· 12 years ago
f20164e
configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN
by Max Horn
· 12 years ago
0920bc1
Fix a copy & paste error in a comment.
by Timothy B. Terriberry
· 12 years ago
762ae01
Covert 2 C source files from dos to unix line endings.
by Erik de Castro Lopo
· 12 years ago
6a1f59b
Update FSF address.
by Miroslav Lichvar
· 12 years ago
a43f56c
Update library version-info.
by Miroslav Lichvar
· 12 years ago
49b9673
Hide symbols with nasm.
by Miroslav Lichvar
· 12 years ago
19c78e5
Hide symbols with gcc.
by Miroslav Lichvar
· 12 years ago
18e0154
Don't override user-specified CFLAGS.
by Miroslav Lichvar
· 12 years ago
7edf677
Remove old GNU-stack sections from nasm files.
by Miroslav Lichvar
· 12 years ago
b61825d
Add missing options to flac man page.
by Miroslav Lichvar
· 12 years ago
70be52b
src/libFLAC/stream_encoder.c : Fix typo.
by Erik de Castro Lopo
· 12 years ago
86efeb5
Replace printfs with "%s" format strings with puts.
by Erik de Castro Lopo
· 12 years ago
1f0dacc
Add a regresion test for compression levels.
by Erik de Castro Lopo
· 12 years ago
fc36073
Fix a regression that severely impacted compression levels.
by Erik de Castro Lopo
· 12 years ago
a2923e6
Regenerate manpages.
by Erik de Castro Lopo
· 12 years ago
6f3f7f0
Updates to metaflac manpage from Jaren Stangret <sirjaren@gmail.com>.
by Erik de Castro Lopo
· 12 years ago
023f06f
man/Makefile : Fail more gracefully.
by Erik de Castro Lopo
· 12 years ago
b21f190
Add a convenience function to create a Metadata::Padding object with a
by Erik de Castro Lopo
· 12 years ago
8d9e5c6
Optimize FLAC__bitreader_read_rice_signed_block.
by Miroslav Lichvar
· 12 years ago
7b37472
Add new clz function which works with input 0.
by Miroslav Lichvar
· 12 years ago
d69e807
Make FLAC__clz_soft_uint32 static.
by Miroslav Lichvar
· 12 years ago
12022d9
Fix assembler code to make it PIC so the dynamic linker does
by Samuli Suominen
· 12 years ago
a9f3bc8
Change order of flac_LDADD libs so it works with mingw.
by Erik de Castro Lopo
· 12 years ago
4ef5bfb
Add 'ar-lib' to .gitignore.
by Erik de Castro Lopo
· 12 years ago
3e2cd27
configure.ac : Make sure FLAC__HAS_OGG gets defined to either 0 or 1.
by Erik de Castro Lopo
· 12 years ago
a7e3705
Move code inside #ifdef _MSC_VER to compat.h.
by Erik de Castro Lopo
· 12 years ago
5b62b77
Move all definitions of FLAC__U64L to one place.
by Erik de Castro Lopo
· 12 years ago
1294b64
Adds last functions from C metadata api to C++ metadata api
by Bastiaan Timmer
· 12 years ago
8749dc2
Fix building when configured with --disable-shared.
by Erik de Castro Lopo
· 12 years ago
feab11e
Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete()
by Erik de Castro Lopo
· 12 years ago
63c874f
Fix build with automake 1.12
by Cristian Rodríguez
· 12 years ago
04ca6fd
Quick patch to fix FLAC_metadata_object api docs.
by Bastiaan Timmer
· 12 years ago
387b727
bitmath: Finish up optimizations
by Cristian Rodríguez
· 13 years ago
605f920
Fix more compiler warnings.
by Erik de Castro Lopo
· 13 years ago
7c07a0d
configure.ac : For gcc use -Wall -Wextra when using --enable-gcc-werror.
by Erik de Castro Lopo
· 13 years ago
56c3191
metadata.cpp : Fix compiler warning on 64 bit.
by Erik de Castro Lopo
· 13 years ago
155719b
src/libFLAC/lpc.c : Include <inttypes.h> so compiling debug version works.
by Erik de Castro Lopo
· 13 years ago
601e961
Add missing functions to VorbisComment class.
by Erik de Castro Lopo
· 13 years ago
5289b30
Optimize COUNT_ZERO_MSBS macro
by Miroslav Lichvar
· 13 years ago
d9fde55
Fix all links to libtool version info rules.
by Erik de Castro Lopo
· 13 years ago
f491b73
Bump version-info for libFLAC++ from 8:0:2 to 8:0:3.
by Erik de Castro Lopo
· 13 years ago
cd9053c
Add functionality present in the C library to the to C++ SeekTable class.
by Erik de Castro Lopo
· 13 years ago
c5c4ce9
Tweak MALLOC_PERTURB_ expression in tests.
by Erik de Castro Lopo
· 13 years ago
95f0f75
export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite
by Cristian Rodríguez
· 13 years ago
c2417da
replace local_strtoull with _strtoui64 in windows
by Cristian Rodríguez
· 13 years ago
7e62afe
Remove local_strtoull, windows has equivalent function _strtoui64
by Cristian Rodríguez
· 13 years ago
9b7cb22
Update and improve autotools build
by Cristian Rodríguez
· 13 years ago
8340ab3
Use sizeof instead of magic number 4.
by Erik de Castro Lopo
· 13 years ago
b3e9eb6
Update .gitignore.
by Erik de Castro Lopo
· 13 years ago
f13ad37
Fix make distcheck
by Cristian Rodríguez
· 13 years ago
425d39b
src/libFLAC/include/private/macros.h : Add copyright header.
by Erik de Castro Lopo
· 13 years ago
f029625
V2: Use a single definition of MIN and MAX in sources
by Cristian Rodríguez
· 13 years ago
d30fe60
remove unnecesary typedef in bitwriter.c
by Cristian Rodríguez
· 13 years ago
5de949f
Fix gcc-4.7 compiler warnings.
by Erik de Castro Lopo
· 13 years ago
dff08f1
Fix buffer overflow by replacing strcpy with memcpy.
by Erik de Castro Lopo
· 13 years ago
6c2040d
Remove casting of return value from *alloc() functions.
by Erik de Castro Lopo
· 13 years ago
afedee1
configure.ac : Add AM_PROG_CC_C_O.
by Erik de Castro Lopo
· 13 years ago
66bd44b
Remove unnecessary typedef.
by Erik de Castro Lopo
· 13 years ago
5c44cd7
Add GCC specific optimisation for log base 2 operations.
by Erik de Castro Lopo
· 13 years ago
238b267
Remove winamp2 plugin
by Erik de Castro Lopo
· 13 years ago
f20770e
Add patch from Earl Chew <earl_chew@yahoo.com> that adds testing for
by Erik de Castro Lopo
· 13 years ago
2f8b6a0
Rename ENDSWAP_INT to ENDSWAP_32.
by Erik de Castro Lopo
· 13 years ago
b81e794
Include stdlib.h for _response() and _wildcard() declarations on OS/2
by Dave Yeo
· 13 years ago
c89269e
a.out format does not support many .section directives
by Dave Yeo
· 13 years ago
caef93e
configure.ac : Report useful info at the end of configure.
by Erik de Castro Lopo
· 13 years ago
b489097
Fix a couple 'inlining failed' warning messages.
by Erik de Castro Lopo
· 13 years ago
d273fce
Fix a couple of sign-compare warnings.
by Erik de Castro Lopo
· 13 years ago
41748f0
Port David Robinson's equalloudfilt.m MATLAB script to scilab so that the ReplayGain filter settings can be generated using an OpenSource tool.
by Earl Chew
· 13 years ago
0554a4a
Support 56kHz to 19.2kHz gain analysis (Patch v4)
by Earl Chew
· 13 years ago
774e077
Speed up the tests by testing slightly fewer combinations.
by Erik de Castro Lopo
· 13 years ago
21a4f65
.gitignore : Ignore more m4 files.
by Erik de Castro Lopo
· 13 years ago
3789c44
Remove '#if 0'-ed out code.
by Erik de Castro Lopo
· 13 years ago
587e118
Fix a bunch of -Wtype-limits warnings.
by Erik de Castro Lopo
· 13 years ago
a4ffcc0
Fix -Werror=format-security errors.
by Erik de Castro Lopo
· 13 years ago
e38026a
Fix for autoreconf failures.
by Erik de Castro Lopo
· 13 years ago
b6e64af
Disable Altivec on host triplet powerpc-unknown-linux-gnuspe.
by Erik de Castro Lopo
· 13 years ago
c08b679
libFLAC.m4 : Prevent empty -L flag.
by Erik de Castro Lopo
· 13 years ago
766a7b4
Merge branch 'noname'
by Erik de Castro Lopo
· 13 years ago
34de69a
Disable executable stack in libFLAC.so.
by Erik de Castro Lopo
· 13 years ago
71396bb
Add missing <cstring> include.
by Erik de Castro Lopo
· 13 years ago
df80b9b
Add missing <csting> include.
by Erik de Castro Lopo
· 13 years ago
cfac597
metaflac : Exit with error if invalid option is passed.
by Erik de Castro Lopo
· 13 years ago
e2f80c1
Fix misuse of \r (potentially) in flac -d or -t output.
by Erik de Castro Lopo
· 13 years ago
c506b2f
include/FLAC/ordinals.h : Remove CPP hackery.
by Erik de Castro Lopo
· 13 years ago
dac99fa
Patch from Dave Yeo to remove more CPP hackery.
by Erik de Castro Lopo
· 13 years ago
efffc25
Fix 'make distcheck'.
by Erik de Castro Lopo
· 13 years ago
d7bfc77
Add XIPH_BSWAP32 configure macro to detect __builtin_bswap32() intrinsic.
by Erik de Castro Lopo
· 13 years ago
Next »