Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
flac
/
6455e477218360899c55f8dbd06c6628260d4123
/
include
3bb5d8c
include: Escape number signs to suppress warnings
by NotTsunami
· 5 years ago
25305d6
Fix msvc build after commit b917d456
by sezero
· 5 years ago
7bc7aeb
Replace unsigned with uint32_t in prototypes; Fixes DJGPP builds.
by NY00123
· 5 years ago
b917d45
make dllexport work with compilers other than MSVC
by sezero
· 5 years ago
19a0e99
move the new public get_decoder_client_data function to public header.
by sezero
· 5 years ago
04974d2
Fix a number of gcc 9.2 compiler warnings
by Erik de Castro Lopo
· 5 years ago
01167ef
Fix function redefinition on arm-none-eabi compilers
by oreo639
· 5 years ago
66dd7f0
Switch to utimensat for newer POSIX versions
by Rosen Penev
· 5 years ago
edfbe3c
Move CreateFile_utf8 function to a more logical place
by lvqcl
· 6 years ago
9fa2b5e
move CreateFile function outside of libFLAC
by lvqcl
· 6 years ago
01eb197
Fix miscellaneous typos.
by luz.paz
· 6 years ago
45f7d41
Fix for missing WINAPI_FAMILY_PARTITION
by Erik de Castro Lopo
· 7 years ago
7d3f9ba
FLAC++: Add missing prototype for construct_block
by Thomas Zander
· 7 years ago
b762a20
Fix missing SIZE_MAX definition on Android
by Erik de Castro Lopo
· 8 years ago
25b2d82
Fix typos in header files
by Erik de Castro Lopo
· 8 years ago
5121d22
stream_decoder.h: Fix Reference to Non-Existent Functions
by Keegan Drake H.P
· 8 years ago
d249bce
stream_decoder.h: Fix References to ``stdout''
by Keegan Drake H.P
· 8 years ago
841ed1a
stream encoder: fix documentation inconsistencies
by Christian Stadelmann
· 8 years ago
c669249
Fix compile with cygwin
by Rosen Penev
· 8 years ago
33f093a
include/share/compat.h: Only define inline for C
by Erik de Castro Lopo
· 8 years ago
b3ece71
Do not override CFLAGS, as CFLAGS is a user flag.
by David Seifert
· 8 years ago
3be4551
Add missing file include/share/msvc2005_int.h
by Erik de Castro Lopo
· 8 years ago
1e9e707
stdint.h fixes for MSVS 2005/2008
by Erik de Castro Lopo
· 8 years ago
89a6c52
metadata.h: Fix search/replace typo in comments
by Erik de Castro Lopo
· 8 years ago
9bb7a7e
Yet more unsigned fixes
by Erik de Castro Lopo
· 8 years ago
71b909b
Yet more purging of `unsigned` type
by Erik de Castro Lopo
· 8 years ago
588689b
include/FLAC: More unsigned fixes
by Erik de Castro Lopo
· 8 years ago
6b00dc2
Another bulk update of copyright dates
by Erik de Castro Lopo
· 8 years ago
6a5fe43
Bulk update copyright dates
by Erik de Castro Lopo
· 8 years ago
74e751c
libFLAC: Set decoding status if write callback failed
by Erik de Castro Lopo
· 8 years ago
c4141f6
Another Windows build fix
by Erik de Castro Lopo
· 9 years ago
ab61102
More Windows fixes
by Erik de Castro Lopo
· 9 years ago
52522f3
More `make distcheck` fixes
by Erik de Castro Lopo
· 9 years ago
d40a6bc
libFLAC: Remove win_utf8_io dependency
by Erik de Castro Lopo
· 9 years ago
7be5df6
Refactoring of win_utf8_io
by Erik de Castro Lopo
· 9 years ago
6c03ab2
Clean up #includes
by Erik de Castro Lopo
· 9 years ago
293d6b2
macros.h: Make FLAC_CHECK_RETURN print to stderr
by Erik de Castro Lopo
· 9 years ago
6cc1cba
libFLAC: Support 64bit brword/bwword
by Erik de Castro Lopo
· 9 years ago
0a0e536
libFLAC: Tweak MSVC support
by Erik de Castro Lopo
· 9 years ago
46d3a4c
Couple of minor tweaks
by Erik de Castro Lopo
· 9 years ago
e4399a0
Whitespace only
by Erik de Castro Lopo
· 9 years ago
7189069
Explicitly use base class virtual methods; silence unnecessary warning
by Thomas Zander
· 9 years ago
a51b27c
Remove (defined _MSC_VER) from cpp workaround
by Erik de Castro Lopo
· 9 years ago
d9ae5e9
libFLAC: Add function safe_realloc_()
by Erik de Castro Lopo
· 9 years ago
1123087
Compat: Fix for MSVC deprecated functions
by Erik de Castro Lopo
· 9 years ago
7c3cd3d
Update grabbag tests to work out-of-tree.
by Erik de Castro Lopo
· 10 years ago
eb753ae
Remove traiing whitespace (mostly .c and .h files).
by Erik de Castro Lopo
· 10 years ago
7b757e4
Fix some minor word duplication
by Zoë Blade
· 10 years ago
39d9791
More date fixes.
by Erik de Castro Lopo
· 10 years ago
1437391
Update copyright years to include 2014.
by Erik de Castro Lopo
· 10 years ago
b7d13c0
include/share/endswap.h : Fix usage of HAVE_BSWAP16.
by Erik de Castro Lopo
· 10 years ago
3af2f2b
Update documentation for new compression presets
by Martijn van Beurden
· 10 years ago
7a671e7
Use a configure check for bswap16 instead of gcc version #ifdefs.
by Ralph Giles
· 10 years ago
1c7e3f1
Windows specific vsnprintf fixes.
by Erik de Castro Lopo
· 10 years ago
29a2833
Add partial_tukey and punchout_tukey apodization functions
by Martijn van Beurden
· 10 years ago
b373c8e
Minor clean up of win_utf8_io.
by Erik de Castro Lopo
· 10 years ago
7c66452
include/share/endswap.h : Improvements to fallthrough ENDSWAP_*.
by Erik de Castro Lopo
· 10 years ago
b08c520
include/share/endswap.h : Fix default ENDSWAP_16.
by Erik de Castro Lopo
· 10 years ago
22d4893
Fix bswap16 issue on Debian 6.
by Ralph Giles
· 10 years ago
0d1cb19
include/share/endswap.h : Fix fallback ENDSWAP_16 macro.
by Erik de Castro Lopo
· 10 years ago
699e7c4
include/share/endswap.h : Add endswapping of 16 bit values.
by Erik de Castro Lopo
· 10 years ago
db1619d
Underscore fixes.
by Erik de Castro Lopo
· 10 years ago
46bedb5
Update URLs as nedeed.
by Erik de Castro Lopo
· 10 years ago
731655a
replaygain_analysis : Rename float_t -> flac_float_t.
by Erik de Castro Lopo
· 10 years ago
b4f7528
replaygain_analysis : Switch to standard C sized integer types.
by Erik de Castro Lopo
· 10 years ago
b1b6caf
replaygain_synthesis.h : Fix FLAC_SHARE__MAX_SUPPORTED_CHANNELS.
by Erik de Castro Lopo
· 11 years ago
ce3e09e
share/compat.h : Remove duplicate flac_stat definition.
by Erik de Castro Lopo
· 11 years ago
3f5208c
Fix clang compiler warnings.
by Erik de Castro Lopo
· 11 years ago
006b835
Fix all instances of '#if HAVE_CONFIG_H'.
by Erik de Castro Lopo
· 11 years ago
4bc1220
Move FLAC__STRCASECMP definition to compat.h.
by Erik de Castro Lopo
· 11 years ago
f5902a4
Fix pragma warning.
by Erik de Castro Lopo
· 11 years ago
d40e986
Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.
by Erik de Castro Lopo
· 11 years ago
b84f072
compat.h : Simplify definition of FLAC__U64L.
by Erik de Castro Lopo
· 11 years ago
cf28c01
Adds use of restrict keyword to improve encoding speed.
by Erik de Castro Lopo
· 11 years ago
ecd0acb
Improve x86 instrinsic implementation.
by Erik de Castro Lopo
· 11 years ago
31a79d7
Move M_PI definition to include/share/compat.h.
by Erik de Castro Lopo
· 11 years ago
95552e1
Fix numerous warnings arising from addition of -Weffc++.
by Erik de Castro Lopo
· 11 years ago
ce6832b
Move defintion of M_LN2 to include/share/compat.h.
by Erik de Castro Lopo
· 11 years ago
3ece67d
include/share/compat.h : Remove deinition of restrict.
by Erik de Castro Lopo
· 11 years ago
cd4ddab
Language fix: "difference licenses"
by Ulrich Klauer
· 11 years ago
b1982fb
Set version to 1.3.0 and update coyprights throughout.
by Erik de Castro Lopo
· 11 years ago
d4b68b2
Replace dead anchor
by Martijn van Beurden
· 12 years ago
52fab8b
Win utf8 treatment for CreateFile.
by Erik de Castro Lopo
· 12 years ago
0b736a5
Fix compiler warnings related to win utf8 stuff.
by Erik de Castro Lopo
· 12 years ago
d35b21e
include/share/compat.h : Include cleanup.
by Erik de Castro Lopo
· 12 years ago
e8d7b7f
Fix Windows SIZE_T_MAX definition.
by Erik de Castro Lopo
· 12 years ago
b9574fe
Fix a bunch of compiler warnings (mainly MinGW).
by Erik de Castro Lopo
· 12 years ago
f44c353
Two small patches for utf8 I/O.
by Erik de Castro Lopo
· 12 years ago
c760394
include/share/Makefile.am : Add win_utf8_io.h.
by Erik de Castro Lopo
· 12 years ago
932c7ba
Purge more strcpy/strcat usage.
by Erik de Castro Lopo
· 12 years ago
2199d08
Enable utf8 I/O stuff when compiling with MinGW.
by Erik de Castro Lopo
· 12 years ago
b3dab54
include/share/compat.h : Cleanup.
by Erik de Castro Lopo
· 12 years ago
7dc5e3a
Rename _flac_stat to flac_stat_s.
by Erik de Castro Lopo
· 12 years ago
608e246
Rename all 'utf8_io' -> 'win_utf8_io'.
by Erik de Castro Lopo
· 12 years ago
5705b4d
Huge Windows utf8 I/O patch.
by Erik de Castro Lopo
· 12 years ago
9a93680
include/share/compat.h : Simplify.
by Erik de Castro Lopo
· 12 years ago
15a011c
Add new file include/share/safe_str.h.
by Erik de Castro Lopo
· 12 years ago
5a14742
include/share/private.h : Add FLAC_API to private functions.
by Erik de Castro Lopo
· 12 years ago
06af237
Add file src/share/grabbag/snprintf.c to grabbag library.
by Erik de Castro Lopo
· 12 years ago
ca7a3cb
Restore code dropped in commit f25b2602dc.
by Erik de Castro Lopo
· 12 years ago
Next »