Home
last modified time | relevance | path

Searched +full:libjpeg +full:- +full:dev (Results 1 – 25 of 25) sorted by relevance

/external/libjpeg-turbo/.github/
DCONTRIBUTING.md1 Contributing to libjpeg-turbo
4 libjpeg-turbo is a stable and mature product with a worldwide reach, it is an
5 ISO/ITU-T reference implementation of the JPEG standard, and its maintainer
7 can or will be accepted into the libjpeg-turbo code base. In order to maximize
14 - A clear and concise description of the bug
15 - The steps and (if applicable) images necessary to reproduce the bug
16 - The compilers, operating systems, and CPUs with which the bug was
18 - The versions of libjpeg-turbo with which the bug was observed
19 - If the bug is a regression, the specific commit that introduced the bug
24 [GitHub issue](https://github.com/libjpeg-turbo/libjpeg-turbo/issues/new),
[all …]
/external/oss-fuzz/projects/libvips/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
24 glib2.0-dev \
25 gobject-introspection \
26 gtk-doc-tools \
27 libbrotli-dev \
28 libexpat1-dev \
29 libffi-dev \
30 libfftw3-dev \
[all …]
/external/libjpeg-turbo/
D.travis.yml5 - /^[0-9]+\.[0-9]+\.[0-9]+/
6 - /^jpeg-.*/
10 - os: linux
14 - docker
15 - os: osx
18 - os: linux
22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer"
23 CMAKE_FLAGS="-DENABLE_SHARED=0"
29 - nasm
30 - os: linux
[all …]
/external/skia/tools/
Dinstall_dependencies.sh4 # Use of this source code is governed by a BSD-style license that can be
7 # install_dependencies.sh will install system-specific Skia
11 # Pass in --yes as the first argument to force apt-get to skip Y/n prompts while
14 set -e
19 if !(dpkg-query -W -f'${Status}' "$arg" 2>/dev/null | \
20 grep -q "ok installed"); then
27 if command -v lsb_release > /dev/null ; then
28 case $(lsb_release -i -s) in
30 PACKAGES=$(cat<<-EOF
31 build-essential
[all …]
/external/oss-fuzz/projects/pcl/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y make cmake autoconf \
19 automake libtool gettext pkg-config build-essential \
20 mercurial wget libeigen3-dev libflann-dev python python-dev
23 RUN apt-get update && apt-get install -y \
24 libavcodec-dev libavformat-dev libavutil-dev libboost-dev \
25 libdouble-conversion-dev libeigen3-dev libexpat1-dev \
26 libfontconfig-dev libfreetype6-dev libgdal-dev libglew-dev \
27 libhdf5-dev libjpeg-dev libjsoncpp-dev liblz4-dev liblzma-dev \
[all …]
/external/oss-fuzz/projects/imagemagick/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && \
19 …apt-get install -y make autoconf automake groff libtool pkg-config cmake nasm autopoint po4a libc6…
20 RUN git clone --depth 1 https://github.com/imagemagick/imagemagick
21 RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff
22 RUN git clone --depth 1 https://github.com/strukturag/libde265
23 RUN git clone --depth 1 https://github.com/strukturag/libheif
24 RUN git clone --depth 1 https://github.com/uclouvain/openjpeg
25 RUN git clone --depth 1 https://github.com/webmproject/libwebp
[all …]
/external/oss-fuzz/projects/dng_sdk/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y wget cmake libjpeg-turbo8-dev zlib1g-dev
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.horovod.gpu1 FROM nvidia/cuda:11.2.1-cudnn8-devel-ubuntu18.04
4 RUN apt-get update && \
5 apt-get install --assume-yes \
6 build-essential \
12 ca-certificates \
13 libjpeg-dev \
14 libpng-dev \
17 ibverbs-providers \
19 python3.7-dev \
20 python3-pip \
[all …]
/external/bazelbuild-rules_cc/cc/
Dsystem_library.bzl42 return repo_ctx.execute(["/bin/bash", "-c", cmd]).stdout.strip("\n")
79 "-L",
84 {} -verbose -l:{} {} 2>/dev/null | \\
86 head -1 | \\
87 sed -e 's/^\\s*attempt to open //' -e 's/ succeeded\\s*$//'
113 {} -Wp,-v -x c++ - -fsyntax-only 2>&1 | \\
114 sed -n -e '/^\\s\\+/p' | \\
115 sed -e 's/^[ \t]*//'
123 test -f "{dir}/{hdr}" && echo "{dir}/{hdr}"
176 # This is needed for the case when quote-includes and system-includes
[all …]
/external/oss-fuzz/projects/guetzli/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y make autoconf automake libtool libpng-dev pkg-config curl
20 RUN mkdir afl-testcases
21 RUN cd afl-testcases/ && curl https://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz | tar -xz
22 … guetzli_fuzzer_seed_corpus.zip afl-testcases/jpeg/full/images/* afl-testcases/jpeg_turbo/full/ima…
24 RUN git clone --depth=1 https://github.com/google/guetzli guetzli
/external/tensorflow/tensorflow/lite/tools/pip_package/
DREADME.md11 sudo apt install swig libjpeg-dev zlib1g-dev python3-dev python3-numpy
19 pip install --upgrade <wheel>
23 the following command will cross-compile tflite-runtime package for python2.7
27 make BASE_IMAGE=debian:buster PYTHON=python TENSORFLOW_TARGET=rpi docker-build
28 make BASE_IMAGE=debian:buster PYTHON=python3 TENSORFLOW_TARGET=rpi docker-build
31 Another option is to cross-compile for python3.5 (from Debian Stretch) on ARM64
35 make BASE_IMAGE=debian:stretch PYTHON=python3 TENSORFLOW_TARGET=aarch64 docker-build
42 make BASE_IMAGE=ubuntu:18.04 PYTHON=python3 TENSORFLOW_TARGET=native docker-build
49 make BASE_IMAGE=debian:buster PYTHON=python3 TENSORFLOW_TARGET=rpi BUILD_DEB=y docker-build
75 tensorflow/tools/ci_build/ci_build.sh PI-PYTHON3 \
[all …]
/external/libultrahdr/.github/workflows/
Dcmake.yml15 - name: ubuntu-latest-gcc-cmake
16 os: ubuntu-latest
19 build-system: cmake
20 cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_ENABLE_INSTALL=0 -DUHDR_BUILD_FUZZERS=0'
22 - name: ubuntu-latest-gcc-cmake-deps
23 os: ubuntu-latest
26 build-system: cmake
27 …cmake-opts: '-DUHDR_BUILD_TESTS=1 -DUHDR_ENABLE_INSTALL=0 -DUHDR_BUILD_FUZZERS=0 -DUHDR_BUILD_DEPS…
29 - name: ubuntu-latest-clang-cmake
30 os: ubuntu-latest
[all …]
/external/cronet/build/
Dinstall-build-deps.py4 # Use of this source code is governed by a BSD-style license that can be
23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode()
31 def package_exists(package_name: str) -> bool:
38 parser.add_argument("--syms",
42 "--no-syms",
48 "--lib32",
50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot",
53 "--android",
58 "--no-android",
63 parser.add_argument("--arm",
[all …]
/external/angle/build/
Dinstall-build-deps.py4 # Use of this source code is governed by a BSD-style license that can be
23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode()
31 def package_exists(package_name: str) -> bool:
38 parser.add_argument("--syms",
42 "--no-syms",
48 "--lib32",
50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot",
53 "--android",
58 "--no-android",
63 parser.add_argument("--arm",
[all …]
/external/pdfium/third_party/libtiff/
D0000-build-config.patch2 --- a/third_party/libtiff/tiffiop.h
4 @@ -28,7 +28,7 @@
5 * ``Library-private'' definitions.
8 -#include "tif_config.h"
14 --- a/third_party/libtiff/tif_jpeg.c
16 @@ -110,8 +110,16 @@
20 -#include "jerror.h"
21 -#include "jpeglib.h"
29 +#include "third_party/libjpeg/jerror.h"
30 +#include "third_party/libjpeg/jpeglib.h"
[all …]
/external/libexif/contrib/examples/
Dcam_features.c22 #include <libexif/exif-data.h>
23 #include <libexif/exif-ifd.h>
24 #include <libexif/exif-loader.h>
26 // Part of the exif command-line source package
27 #include "libjpeg/jpeg-data.h"
52 " - if the kernel modules `ieee1394',`raw1394' and `ohci1394' are loaded \n" in main()
53 " - if you have read/write access to /dev/raw1394\n\n"); in main()
58 /*----------------------------------------------------------------------- in main()
60 *-----------------------------------------------------------------------*/ in main()
83 return (-1); in main()
[all …]
/external/libexif/
DChangeLog1 2012-07-12 Dan Fandrich <dan@coneharvesters.com>
4 This fixes CVE-2012-2814. Reported by Mateusz Jurczyk of
6 * Fixed an off-by-one error in exif_convert_utf16_to_utf8()
7 This can cause a one-byte NUL write past the end of the buffer.
8 This fixes CVE-2012-2840
9 * Don't read past the end of a tag when converting from UTF-16
10 This fixes CVE-2012-2813. Reported by Mateusz Jurczyk of
14 NUL-terminated.
15 This fixes CVE-2012-2812. Reported by Mateusz Jurczyk of
20 This fixes CVE-2012-2841
[all …]
/external/webp/
Dmakefile.unix1 # This makefile is a simpler alternative to the autoconf-based build
3 # It will not install the libraries system-wide, but just create the 'cwebp'
10 # make -f makefile.unix
15 # These flags assume you have libpng, libjpeg, libtiff and libgif installed. If
18 EXTRA_FLAGS= -DWEBP_HAVE_PNG -DWEBP_HAVE_JPEG -DWEBP_HAVE_TIFF
19 DWEBP_LIBS= -lpng -lz
20 CWEBP_LIBS= $(DWEBP_LIBS) -ljpeg -ltiff
21 GIF_LIBS = -lgif
27 EXTRA_FLAGS += -fno-common
28 EXTRA_FLAGS += -DHAVE_GLUT_GLUT_H
[all …]
/external/armnn/samples/ObjectDetection/
DReadme.md32 sudo apt install gcc-9 g++-9
35 -DCMAKE_C_COMPILER=gcc-9 -DCMAKE_CXX_COMPILER=g++-9
48 …ries can be downloaded from https://github.com/ARM-software/armnn/releases/download/v21.11/ArmNN-l…
66 sudo apt install python3-opencv
68 If not, our build system has a script to download and cross-compile required OpenCV modules
92 If no OpenCV libraries were found, the cross-compilation build is extended with x264, ffmpeg and Op…
107 The application links with the Tensorflow lite library libtensorflow-lite.a
112 sudo apt install build-essential
117 cmake ../lite -DTFLITE_ENABLE_XNNPACK=OFF
135 cd flatbuffers-2.0.6
[all …]
/external/libxml2/test/relaxng/
Dcomps_0.xml3 <!-- <meta> -->
4 <!-- Meta information will go here eventually -->
5 <!-- </meta> -->
69 <packagereq type="mandatory">redhat-logos</packagereq>
70 <packagereq type="mandatory">redhat-release</packagereq>
78 <packagereq type="mandatory">util-linux</packagereq>
79 <packagereq type="mandatory">vim-minimal</packagereq>
80 <!-- the following are needed for anaconda post-install bits -->
85 <packagereq type="mandatory">shadow-utils</packagereq>
124 <packagereq type="mandatory">bind-utils</packagereq>
[all …]
/external/skia/site/docs/user/
Dbuild.md1 ---
6 ---
14 ## `is_official_build` and Third-party Dependencies
20 with no debug symbols, dynamically linked against its third-party dependencies
23 In contrast, the developer-oriented default is an unoptimized build with full
24 debug symbols and all third-party dependencies built from source and embedded
27 Skia offers several features that make use of third-party libraries, like
28 libpng, libwebp, or libjpeg-turbo to decode images, or ICU and sftnly to subset
29 fonts. All these third-party dependencies are optional and can be controlled by
45 prioritization; there is nothing fundamentally wrong with non-Clang compilers.
[all …]
/external/mksh/src/
Dcheck.t2 # -*- mode: sh -*-
3 #-
23 #-
28 # http://svnweb.freebsd.org/base/head/bin/test/tests/legacy_test.sh?view=co&content-type=text%2Fpla…
31 # (2013/12/02 20:39:44) http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress/bin/ksh/?sortby=date
33 expected-stdout:
41 ---
42 expected-stdout:
48 name: KSH_VERSION-modern
49 category: !shell:legacy-yes
[all …]
/external/AFLplusplus/
DChangelog.md7 - afl-fuzz:
8 - default power schedule is now EXPLORE, due a fix in fast schedules
10 - fixed minor issues in the mutation engine, thanks to @futhewo for
12 - better deterministic fuzzing is now available, benchmarks have shown
13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR!
14 - afl-cc:
15 - large rewrite by @SonicStark which fixes a few corner cases, thanks!
16 - LTO mode now requires llvm 12+
17 - workaround for ASAN with gcc_plugin mode
18 - instrumentation:
[all …]
/external/AFLplusplus/docs/
DChangelog.md7 - afl-fuzz:
8 - default power schedule is now EXPLORE, due a fix in fast schedules
10 - fixed minor issues in the mutation engine, thanks to @futhewo for
12 - better deterministic fuzzing is now available, benchmarks have shown
13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR!
14 - afl-cc:
15 - large rewrite by @SonicStark which fixes a few corner cases, thanks!
16 - LTO mode now requires llvm 12+
17 - workaround for ASAN with gcc_plugin mode
18 - instrumentation:
[all …]
/external/tensorflow/
DRELEASE.md78 …xperimental/SharpnessAwareMinimization). This class implements the sharpness-aware minimization te…
82 …* Added support for cross-trainer data caching in tf.data service. This saves computation resour…
91 …mptionCheckpointHandler) to handle worker preemption/maintenance and cluster-wise consistent error…
95 … to 100 times depending on the size of k. When running on CPU and GPU, a non-optimized XLA kernel …
117 …inistically (and `tf.errors.UnimplementedError` is no longer thrown) when op-determinism has been …
141-Review-Doctor, DEKHTIARJonathan, Deven Desai, Djacon, Duncan Riach, fedotoff, fo40225, Frederic B…
163 …ers should switch to [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests).
166 …eels now specifically conform to [manylinux2014](https://peps.python.org/pep-0599/), an upgrade fr…
167 … Forum thread](https://discuss.tensorflow.org/t/tensorflow-linux-wheels-are-being-upgraded-to-many…
168 * The `tf.keras.mixed_precision.experimental` API has been removed. The non-experimental symbols …
[all …]