/external/flac/ |
D | Makefile.deps | 25 flac: libFLAC share $(WIN_DEPS) 26 libFLAC++: libFLAC 27 metaflac: libFLAC share $(WIN_DEPS) 28 plugin_common: libFLAC 29 plugin_xmms: libFLAC plugin_common 30 share: libFLAC 32 test_libs_common: libFLAC 33 test_libFLAC++: libFLAC libFLAC++ test_libs_common 34 test_libFLAC: libFLAC test_libs_common 35 test_seeking: libFLAC [all …]
|
D | Makefile.lite | 34 .PHONY: all doc src examples libFLAC libFLAC++ share plugin_common flac metaflac test_grabbag test_… 55 libFLAC libFLAC++ share flac metaflac plugin_common plugin_xmms test_libs_common test_seeking test_… 76 examples: libFLAC libFLAC++ share
|
D | README | 28 * `libFLAC', a library which implements reference encoders and 30 * `libFLAC++', a C++ object wrapper library around libFLAC 37 The libraries (libFLAC, libFLAC++) are 71 examples/ example programs demonstrating the use of libFLAC and libFLAC++ 72 include/ public include files for libFLAC and libFLAC++ 100 libFLAC has grown larger over time as more functionality has been 103 configure.ac and src/libFLAC/Makefile.am; the following dependency 121 There is a section dedicated to embedded use in the libFLAC API 124 Also, there are several places in the libFLAC code with comments marked 205 may have to change the DEFINES in src/libFLAC/Makefile.lite. If [all …]
|
/external/flac/src/libFLAC++/ |
D | Makefile.am | 32 lib_LTLIBRARIES = libFLAC++.la ltlibrary 33 noinst_LTLIBRARIES = libFLAC++-static.la ltlibrary 36 m4data_DATA = libFLAC++.m4 data 45 libFLAC++_dynamic.vcproj \ 46 libFLAC++_dynamic.vcxproj \ 47 libFLAC++_dynamic.vcxproj.filters \ 48 libFLAC++_static.vcproj \ 49 libFLAC++_static.vcxproj \ 50 libFLAC++_static.vcxproj.filters \ 51 libFLAC++.m4 [all …]
|
D | libFLAC++.m4 | 1 # Configure paths for libFLAC++ 6 dnl Test for libFLAC++, and define LIBFLACPP_CFLAGS, LIBFLACPP_LIBS, LIBFLACPP_LIBDIR 12 AC_ARG_WITH(libFLACPP,[ --with-libFLACPP=PFX Prefix where libFLAC++ is installed (optional)], li… 13 AC_ARG_WITH(libFLACPP-libraries,[ --with-libFLACPP-libraries=DIR Directory where libFLAC++ libra… 14 AC_ARG_WITH(libFLACPP-includes,[ --with-libFLACPP-includes=DIR Directory where libFLAC++ header … 15 …t, [ --disable-libFLACPPtest Do not try to compile and run a test libFLAC++ program],, enab… 37 AC_MSG_CHECKING(for libFLAC++) 51 dnl Now check if the installed libFLAC++ is sufficiently new. 53 rm -f conf.libFLAC++test 62 system("touch conf.libFLAC++test"); [all …]
|
/external/flac/src/libFLAC/ |
D | libFLAC_blocklist.txt | 4 # libFLAC/stream_encoder.c:3982: 4294967292 + 128 cannot be represented in type 'unsigned int' 6 # libFLAC/lpc.c:1030:18: -1932902714 + -1376235516 cannot be represented in type 'int' 8 # libFLAC/fixed.c:390:44: 6 * -358419632 cannot be represented in type 'int' 9 # libFLAC/fixed.c:378:27: -1023409921 + -1145670695 cannot be represented in type 'int' 10 # libFLAC/stream_decoder.c:2102:39: 13408450 + 2135505484 cannot be represented in type 'int' 16 src:*/libFLAC/crc.c 17 src:*/libFLAC/md5.c 18 src:*/libFLAC/bitmath.c 19 src:*/libFLAC/bitreader.c 20 src:*/libFLAC/bitwriter.c
|
D | libFLAC.m4 | 1 # Configure paths for libFLAC 5 dnl Test for libFLAC, and define LIBFLAC_CFLAGS, LIBFLAC_LIBS, LIBFLAC_LIBDIR 11 AC_ARG_WITH(libFLAC,[ --with-libFLAC=PFX Prefix where libFLAC is installed (optional)], libFLAC_… optwith 12 AC_ARG_WITH(libFLAC-libraries,[ --with-libFLAC-libraries=DIR Directory where libFLAC library is … 13 AC_ARG_WITH(libFLAC-includes,[ --with-libFLAC-includes=DIR Directory where libFLAC header files … 14 …est, [ --disable-libFLACtest Do not try to compile and run a test libFLAC program],, enable… 38 AC_MSG_CHECKING(for libFLAC) 52 dnl Now check if the installed libFLAC is sufficiently new. 82 echo "*** Could not run libFLAC test program, checking why..." 92 echo "*** that the run-time linker is not finding libFLAC or finding the wrong" [all …]
|
D | Makefile.am | 33 lib_LTLIBRARIES = libFLAC.la 34 noinst_LTLIBRARIES = libFLAC-static.la 59 LOCAL_EXTRA_LIBADD = ia32/libFLAC-asm.la 69 m4data_DATA = libFLAC.m4 84 libFLAC.m4 \
|
D | Android.bp | 12 name: "libFLAC", 35 "libFLAC-config", 36 "libFLAC-headers", 38 export_header_lib_headers: ["libFLAC-headers"],
|
/external/oss-fuzz/projects/flac/ |
D | build.sh | 57 …$SRC/flac/src/libFLAC++/.libs/libFLAC++.a $SRC/flac/src/libFLAC/.libs/libFLAC.a $SRC/libogg-instal… 58 …ac/include/ fuzzer_decoder.cpp $SRC/flac/src/libFLAC++/.libs/libFLAC++.a $SRC/flac/src/libFLAC/.li… 59 …ac/include/ fuzzer_encoder.cpp $SRC/flac/src/libFLAC++/.libs/libFLAC++.a $SRC/flac/src/libFLAC/.li…
|
/external/flac/src/ |
D | Makefile.lite | 38 .PHONY: all flac libFLAC libFLAC++ metaflac plugin_common plugin_xmms share/win_utf8_io share test_… 39 all: flac libFLAC libFLAC++ metaflac plugin_common $(EXTRA_TARGETS) share test_grabbag test_libs_co… 53 flac libFLAC libFLAC++ metaflac plugin_common plugin_xmms share/win_utf8_io share test_grabbag test… 61 -(cd libFLAC ; $(MAKE) -f Makefile.lite clean) 62 -(cd libFLAC++ ; $(MAKE) -f Makefile.lite clean)
|
D | Makefile.am | 24 CPPLIBS_DIRS = libFLAC++ test_libFLAC++ 28 libFLAC \ subdir
|
/external/flac/examples/ |
D | README | 4 The "c" directory has programs that are all in C and use libFLAC. 6 The "cpp" directory has analogous programs that are all in C++ and use libFLAC++. 9 c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC 10 c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC 11 cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++ 12 cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++
|
/external/flac/examples/cpp/decode/file/ |
D | Makefile.am | 29 $(top_builddir)/src/libFLAC++/libFLAC++.la \ 30 $(top_builddir)/src/libFLAC/libFLAC.la \
|
/external/flac/examples/cpp/encode/file/ |
D | Makefile.am | 29 $(top_builddir)/src/libFLAC++/libFLAC++.la \ 30 $(top_builddir)/src/libFLAC/libFLAC.la \
|
/external/flac/src/test_libFLAC++/ |
D | Makefile.am | 37 $(top_builddir)/src/libFLAC++/libFLAC++.la \ 38 $(top_builddir)/src/libFLAC/libFLAC.la \
|
/external/flac/oss-fuzz/ |
D | Makefile.am | 58 $(top_builddir)/src/libFLAC/libFLAC-static.la \ 59 $(top_builddir)/src/libFLAC++/libFLAC++-static.la \
|
/external/flac/test/ |
D | CMakeLists.txt | 12 set(ALL_TESTS libFLAC grabbag flac metaflac replaygain seeking streams compression) 14 add_test(NAME libFLAC 18 add_test(NAME libFLAC++ 21 list(APPEND ALL_TESTS libFLAC++)
|
/external/flac/src/plugin_xmms/ |
D | Makefile.am | 63 $(top_builddir)/src/libFLAC/libFLAC.la \ 64 -L$(top_builddir)/src/libFLAC/.libs \
|
/external/flac/src/test_libFLAC/ |
D | Makefile.am | 26 …= -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src/libFLAC/include 38 $(top_builddir)/src/libFLAC/libFLAC-static.la \
|
/external/flac/examples/c/decode/file/ |
D | Makefile.am | 29 $(top_builddir)/src/libFLAC/libFLAC.la
|
/external/flac/examples/c/encode/file/ |
D | Makefile.am | 29 $(top_builddir)/src/libFLAC/libFLAC.la \
|
/external/flac/src/test_seeking/ |
D | Makefile.am | 32 $(top_builddir)/src/libFLAC/libFLAC.la
|
D | Makefile.lite | 30 INCLUDES = -I../libFLAC/include -I$(topdir)/include 33 EXPLICIT_LIBS = $(libdir)/libFLAC.a $(OGG_EXPLICIT_LIBS) -lm
|
/external/flac/src/test_grabbag/cuesheet/ |
D | Makefile.am | 33 $(top_builddir)/src/libFLAC/libFLAC.la
|