Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_libjpeg-turbo
/
c9c8755c326b42c8d0dc938ec3f0d1d648bd361a
c9c8755
Add jpeg_skip_scanlines() API to libjpeg-turbo
by Aaron Gable
· 10 years ago
7a6ab4e
Set up a good codereview.settings file
by Aaron Gable
· 10 years ago
f4631b6
[libjpeg_turbo] Fix ARM NEON build
by noel@chromium.org
· 10 years ago
8ee9bdd
Fix libjpeg_turbo svn r64 libjpeg6b compat issue
by noel@chromium.org
· 10 years ago
9e9058b
Add a reference to the instructions used to update the libjpeg_turbo code
by noel@chromium.org
· 10 years ago
034e9a9
[MIPS64] Add build support for MIPS64 in libjpeg_turbo.
by noel@chromium.org
· 11 years ago
3963fbc
Mark libjpeg-turbo's license as OK for android.
by torne@chromium.org
· 11 years ago
2ed5319
Add ARM64 SIMD support to libjpeg_turbo
by rmcilroy@chromium.org
· 11 years ago
4f29454
libjpeg-turbo: Update README.chromium to note that a patch has been landed upstream.
by thakis@chromium.org
· 11 years ago
7a076b5
libjpeg-turbo: Remove .func / .endfunc directives.
by thakis@chromium.org
· 11 years ago
a4f1359
Add support for iOS to libjpeg.gyp.
by blundell@chromium.org
· 11 years ago
841fff8
Update libjpeg_turbo to use clz for bitcounting on ARM
by noel@chromium.org
· 11 years ago
3395bcc
Upgrade libjpeg_turbo to 1.3.1 (r1219)
by noel@chromium.org
· 11 years ago
24cafe9
Remove unsued win/jconfig.h file
by noel@chromium.org
· 11 years ago
2b20540
Fix warning about always_inline attribute in libjpeg_turbo.
by rmcilroy@chromium.org
· 11 years ago
f7e5ddf
Stop using "prefix_dir" in libjpeg.gyp.
by raphael.kubo.da.costa@intel.com
· 11 years ago
454cf53
Add target_arch=arm64 support.
by rmcilroy@chromium.org
· 11 years ago
6d1fa0e
Allow libjpeg_turbo to configure (using gyp) on FreeBSD.
by raphael.kubo.da.costa@intel.com
· 11 years ago
966a02f
Disable assembly optimizations in MemorySanitizer builds of libjpeg_turbo.
by earthdok@chromium.org
· 11 years ago
7220379
Revert the previous 2 temporary changes.
by wangxianzhu@chromium.org
· 12 years ago
b8888bc
Temporarily revert "update neon config in libjpeg turbo"
by wangxianzhu@chromium.org
· 12 years ago
e81fceb
Temporary limit NO_GETENV on Android only
by wangxianzhu@chromium.org
· 12 years ago
9652949
update neon config in libjpeg turbo
by thakis@chromium.org
· 12 years ago
151363b
Disable libjpeg turbo getenv()
by wangxianzhu@chromium.org
· 12 years ago
32cab49
Zero unused DHT huffman values at creation time
by noel@chromium.org
· 12 years ago
2285c50
Better handle SOS CSi values and order
by noel@chromium.org
· 12 years ago
82ce8a6
Remove <(library) usage from libjpeg.gyp.
by tfarina@chromium.org
· 13 years ago
4c16080
Make 'License' field in third-party metadata required
by steveblock@chromium.org
· 13 years ago
2fdc3a8
Remove logic for using system libjpeg from libjpeg_turbo gyp file
by steveblock@chromium.org
· 13 years ago
11e6ee9
Update libjpeg-turbo to r856.
by hbono@chromium.org
· 13 years ago
cd3e30f
[MIPS] Add build support for libjpeg_turbo for MIPS.
by hbono@chromium.org
· 13 years ago
8cd028b
arm: Always build the NEON SIMD code when targetting ARMv7-A devices.
by hbono@chromium.org
· 13 years ago
93d4a90
Make the default to not use system lib for all builds
by hbono@chromium.org
· 13 years ago
3c45e9e
Pull in r830 from upstream.
by cevans@chromium.org
· 13 years ago
df5ffdd
Update libjpeg-turbo. This change updates our copy of libjpeg-turbo to r829.
by hbono@chromium.org
· 13 years ago
d1fe352
enable libjpeg for chromium x86 android build
by wistoch@gmail.com
· 13 years ago
bd7c9af
add 64 bit gyp builds for OSX and Windows.
by fbarchard@google.com
· 13 years ago
9ff804c
Revert r124240.
by thakis@chromium.org
· 13 years ago
79bffb7
Build fix for linux32 after my last change to this file.
by thakis@chromium.org
· 13 years ago
1ba49de
libjpeg_turbo: Filter out "section flags ignored on section redeclaration" warnings on mac.
by thakis@chromium.org
· 13 years ago
1c3c7ff
JPEG_DECODE_ONLY macro reintroduced to allow just the decode functions to be linked in
by fbarchard@chromium.org
· 14 years ago
b7a2ddf
Disable ULDI on reference to libjpeg_turbo (vs2010)
by scottmg@chromium.org
· 14 years ago
0ec930e
Update libjpeg-turbo to 1.2.0.
by hbono@chromium.org
· 14 years ago
90462e9
Use os_posix in gyp file, this patch was tested on Solaris, NetBSD, and OpenBSD.
by hbono@chromium.org
· 14 years ago
c6beb74
Update libjpeg-turbo to r722.
by hbono@chromium.org
· 14 years ago
dd03f0f
Fix type 'settings' to 'none' in gyp file for libjpeg.
by ivankr@chromium.org
· 14 years ago
654337e
Cleanup: no need to redeclare use_system_yasm.
by phajdan.jr@chromium.org
· 14 years ago
f1c0942
Make libjpeg-turbo PIC-clean on 32-bit Linux.
by agl@chromium.org
· 14 years ago
87e9bdc
Fix build error on ARM targets without Neon support.
by skyostil@chromium.org
· 14 years ago
57ebe5c
Allow building libjpeg-turbo for ARM targets which lack support for the Neon
by skyostil@chromium.org
· 14 years ago
538d9fd
Reapply warning fixes.
by hbono@chromium.org
· 14 years ago
7101b2d
Update the LICENSE file of libjpeg-turbo.
by hbono@chromium.org
· 14 years ago
5c4dda9
Fix Windows build.
by hbono@chromium.org
· 14 years ago
9862697
Updates libjpeg-turbo to 1.1.90
by hbono@chromium.org
· 14 years ago
0758f15
two warning fixes for the benefit of visual c when warnings are turned up
by fbarchard@chromium.org
· 14 years ago
11a02ed
Support Motion JPEG
by hbono@chromium.org
· 14 years ago
6eb4f20
Disable warnings in VS since they won't be fixed anytime soon.
by maruel@chromium.org
· 14 years ago
313e025
Fix yasm warnings in libjpeg-turbo.
by hbono@chromium.org
· 14 years ago
6640352
Support the 'use_system_yasm' variable (libjpeg_turbo).
by hbono@chromium.org
· 14 years ago
7deb8d6
Formatting the readmes in deps to follow the proper format and making sure they contain Short Name and Version fields for version tracking.
by cdn@chromium.org
· 14 years ago
321292e
Fix invalid reads in libjpeg-turbo (libjpeg-turbo side)
by hbono@chromium.org
· 14 years ago
6863548
Add PRIVATE flags to global symbols.
by hbono@chromium.org
· 14 years ago
51f9cb0
Cherry-pick a fix from r324 of the libjpeg-turbo stable branch that
by craig.schlenter@chromium.org
· 15 years ago
f5b3dd3
Refactor the GYP file for libjpeg-turbo.
by hbono@chromium.org
· 15 years ago
77347bb
Remove workaround for gyp issue 102 and use libjpeg_turbo on Linux.
by craig.schlenter@chromium.org
· 15 years ago
920a8a9
Add build files for libjpeg-turbo.
by hbono@chromium.org
· 15 years ago
f0c4f33
Adds libjpeg-turbo to our repository.
by hbono@chromium.org
· 15 years ago