Home
last modified time | relevance | path

Searched +full:- +full:denable_shared (Results 1 – 8 of 8) sorted by relevance

/third_party/libjpeg-turbo/fuzz/
Dbuild.sh3 set -u
4 set -e
7 if [ $# -ge 1 ]; then
12 cmake . -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_STATIC=1 -DENABLE_SHARED=0 \
13 -DCMAKE_C_FLAGS_RELWITHDEBINFO="-g -DNDEBUG" \
14 -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="-g -DNDEBUG" -DCMAKE_INSTALL_PREFIX=$WORK \
15 -DWITH_FUZZ=1 -DFUZZ_BINDIR=$OUT -DFUZZ_LIBRARY=$LIB_FUZZING_ENGINE \
16 -DFUZZER_SUFFIX="$FUZZER_SUFFIX"
17 make "-j$(nproc)" "--load-average=$(nproc)"
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
D.travis.yml5 - /^[0-9]+\.[0-9]+\.[0-9]+/
6 - /^jpeg-.*/
10 - os: linux
14 - docker
15 - os: osx
18 - os: linux
23 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address -fno-omit-frame-pointer"
24 CMAKE_FLAGS="-DENABLE_SHARED=0"
29 - nasm
30 - os: linux
[all …]
DChangeLog.md6 images using the merged (non-fancy) upsampling algorithms (that is, when
23 2. Fixed an issue (CVE-2018-11813) whereby a specially-crafted malformed input
33 the underlying library, and because it did not involve any out-of-bounds reads
42 4. Fixed an issue whereby a specially-crafted malformed BMP file, one in which
45 when attempting to load the BMP file into a 4-component image buffer.
53 a 4:2:2 or 4:2:0 JPEG image using the merged (non-fancy) upsampling algorithms
56 7. The new CMake-based build system will now disable the MIPS DSPr2 SIMD
59 8. Fixed out-of-bounds read in cjpeg that occurred when attempting to compress
60 a specially-crafted malformed color-index (8-bit-per-sample) BMP file in which
66 attempting to decompress a specially-crafted malformed JPEG image. This issue
[all …]
/third_party/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 …]
DChangeLog.md11 "abbreviated table specification" (AKA "tables-only") datastreams, which can be
15 3. libjpeg-turbo now performs run-time detection of AltiVec instructions on
17 This allows both AltiVec-equipped (PowerPC G4 and G5) and non-AltiVec-equipped
18 (PowerPC G3) CPUs to be supported using the same build of libjpeg-turbo.
22 iMCU (8 * the vertical sampling factor) using buffered-image mode with
27 properly with buffered-image mode:
29 - Attempting to call `jpeg_crop_scanline()` after
32 - Attempting to use `jpeg_skip_scanlines()` resulted in an error ("Bogus
42 input files into full-color JPEG images unless the `-grayscale` option was
45 2. cjpeg now automatically compresses GIF and 8-bit BMP input files into
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/
Drpm.spec.in4 %define _docdir %{_defaultdocdir}/%{name}-%{version}
24 #-->%if 1
28 %if "%{_prefix}" == "/opt/libjpeg-turbo"
32 #-->%else
34 #-->%endif
36 Summary: A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs
42 #-->Source0: http://prdownloads.sourceforge.net/@CMAKE_PROJECT_NAME@/@CMAKE_PROJECT_NAME@-%{version…
44 License: BSD-style
45 BuildRoot: %{_blddir}/%{name}-buildroot-%{version}-%{release}
48 Provides: %{name} = %{version}-%{release}, @CMAKE_PROJECT_NAME@ = %{version}-%{release}, libturbojp…
[all …]
/third_party/libjpeg-turbo/release/
Drpm.spec.in1 %global _docdir %{_defaultdocdir}/%{name}-%{version}
30 #-->%if 1
34 %if "%{_prefix}" == "/opt/libjpeg-turbo"
38 #-->%else
40 #-->%endif
42 Summary: A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs
48 #-->Source0: http://prdownloads.sourceforge.net/@CMAKE_PROJECT_NAME@/@CMAKE_PROJECT_NAME@-%{version…
50 License: BSD-style
51 BuildRoot: %{_blddir}/%{name}-buildroot-%{version}-%{release}
54 Provides: %{name} = %{version}-%{release}, @CMAKE_PROJECT_NAME@ = %{version}-%{release}, libturbojp…
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DChangeLog.md11 decompress a specially-crafted malformed progressive JPEG image caused the
18 4. Fixed a floating point exception (CVE-2021-20205) that occurred when
19 attempting to compress a specially-crafted malformed GIF image with a specified
23 generate a progressive JPEG image on an SSE2-capable CPU using a scan script
24 containing one or more scans with lengths divisible by 32 and non-zero
31 command-line argument (`-limitscans`) that causes the TurboJPEG decompression
36 ["Two Issues with the JPEG Standard"](https://libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswitht…
40 `tjLoadImage()` function to load a 16-bit binary PPM file (a binary PPM file
42 a 16-bit binary PGM file into an RGB image buffer.
45 generated when using the `tjLoadImage()` function to load a 16-bit binary PPM
[all …]