Erik de Castro Lopo
1e9e707c6f
stdint.h fixes for MSVS 2005/2008
...
This adds a new msvc2005_int.h header file which is "force included"
as needed by the MSVS project file.
Patch-from: lvqcl <lvqcl.mail@gmail.com >
2017-01-19 06:33:33 +11:00
Erik de Castro Lopo
d40a6bc695
libFLAC: Remove win_utf8_io dependency
...
Path-from: lvqcl <lvqcl.mail@gmail.com >
2016-02-08 22:04:12 +11:00
Erik de Castro Lopo
c7603948de
include/share/Makefile.am : Add win_utf8_io.h.
2013-04-02 06:05:47 +11:00
Erik de Castro Lopo
15a011c43d
Add new file include/share/safe_str.h.
...
New functions safe_strncat() and safe_strncpy() which always return
a NUL terminated string and do not overflow the destination buffer.
2013-03-19 20:15:49 +11:00
Erik de Castro Lopo
dd1fa80883
Fix -Wstrict-prototypes -Wmissing-prototypes warnings.
...
The files src/flac/encode.c and src/libFLAC/stream_encoder.c use
functions in libFLAC that are marked as 'unpublished debug routines'.
This patch moves these functions to new file include/share/private.h
and marks them as 'unpublished debug routines'.
2013-03-11 06:06:33 +11:00
Erik de Castro Lopo
91790ef965
Fix compiler warnings from new compiler flags.
2013-03-06 07:42:08 +11:00
Max Horn
66c0a581d2
autogen.sh: replace this by a simple call to autoreconf
...
The autoreconf tool is provided by autoconf to do what custom
autogen.sh scripts in many projects used to do. Only it is more
robust and widely tested. It has been available for several years,
too. No reason to rely on custom code for this.
Signed-off-by: Max Horn <max@quendi.de >
2012-12-13 08:12:14 +11:00
Erik de Castro Lopo
a5d1d4f0c5
Improve endswapping (especially purge ntohl).
2012-02-05 11:24:14 +11:00
Erik de Castro Lopo
6184fd7452
include/share/Makefile.am : Add compat.h to EXTRA_DIST.
2012-02-05 09:21:29 +11:00
Josh Coalson
223b9cae7d
add alloc.h
2007-09-10 05:58:43 +00:00
Josh Coalson
9c650a561a
add undocumented option --apply-replaygain-which-is-not-lossless to flac; required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/
2003-12-17 04:51:06 +00:00
Josh Coalson
b8f8a07684
updates to work with new grabbag lib
2002-11-07 05:07:30 +00:00
Josh Coalson
99602a28bf
add support for new file_utils convenience library
2002-10-30 06:24:01 +00:00
Josh Coalson
ddadef6f97
add new gain_analysis convenience library
2002-10-24 05:44:42 +00:00
Josh Coalson
fda98fb7e4
initial import
2002-05-17 06:33:39 +00:00