Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libpng
/
9ab7b4ca58e6c9be2b7c6ee602a9c5ebe47ac838
/
pngrtran.c
0567015
[libpng16] Use "if (value != 0)" instead of "if (value)" consistently.
by Glenn Randers-Pehrson
· 11 years ago
71d23c4
[libpng16] Bump version to 1.6.11beta01
by Glenn Randers-Pehrson
· 11 years ago
4df37bf
[libpng16] Imported from libpng-1.6.10.tar
by Glenn Randers-Pehrson
· 11 years ago
9eec159
[libpng16] Imported from libpng-1.6.10beta01.tar
by Glenn Randers-Pehrson
· 11 years ago
414d7b5
[libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31.
by John Bowler
· 11 years ago
3e753eb
[libpng16] Imported from libpng-1.6.9.tar
by Glenn Randers-Pehrson
· 11 years ago
95a1973
[libpng16] Updated copyright year in recently-changed files.
by Glenn Randers-Pehrson
· 11 years ago
38f4940
[libpng16] Update "last changed" dates in recently-patched files.
by Glenn Randers-Pehrson
· 11 years ago
8f1150e
[libpng16] Made transform implementation functions static. This makes the
by John Bowler
· 11 years ago
c10930a
[libpng16] Bookkeeping: Moved functions around (no changes). Moved transform
by John Bowler
· 11 years ago
be3977d
[libpng16] Imported from libpng-1.6.8.tar
by Glenn Randers-Pehrson
· 11 years ago
67f101e
[libpng16] Imported from libpng-1.6.8rc02.tar
by Glenn Randers-Pehrson
· 11 years ago
cf644fa
[libpng16] Update "last changed" dates in arm/filter_neon_intrinsics.c and
by Glenn Randers-Pehrson
· 11 years ago
7ae451f
[libpng16] Bump version to 1.6.7beta01
by Glenn Randers-Pehrson
· 11 years ago
3914594
[libpng16] Imported from libpng-1.6.6.tar
by Glenn Randers-Pehrson
· 11 years ago
53ae7dc
[libpng16] Imported from libpng-1.6.5.tar
by Glenn Randers-Pehrson
· 11 years ago
cd6a3ef
[libpng16] Bump version to 1.6.5beta01
by Glenn Randers-Pehrson
· 11 years ago
209d3eb
[libpng16] Imported from libpng-1.6.4.tar
by Glenn Randers-Pehrson
· 11 years ago
3244020
[libpng16] Imported from libpng-1.6.4beta01.tar
by Glenn Randers-Pehrson
· 11 years ago
492e671
[libpng16] Exit loop over tRNS array when a transparent entry is
by Glenn Randers-Pehrson
· 11 years ago
399430d
[libpng16] Update "last changed" comments.
by Glenn Randers-Pehrson
· 12 years ago
3f677d1
[libpng16] Bump version to 1.6.3beta01
by Glenn Randers-Pehrson
· 12 years ago
809355b
[libpng16] Imported from libpng-1.6.2.tar
by Glenn Randers-Pehrson
· 12 years ago
e4413a7
[libpng16] Disallow storing sRGB information when the sRGB is not supported.
by John Bowler
· 12 years ago
b44cd59
[libpng16] Corrected the test on user transform changes on read. It was in the
by John Bowler
· 12 years ago
5087805
[libpng16] Imported from libpng-1.6.1.tar
by Glenn Randers-Pehrson
· 12 years ago
871b1d0
[libpng16] Bump version to 1.6.1beta05
by Glenn Randers-Pehrson
· 12 years ago
f3af706
[libpng16] Imported from libpng-1.6.0beta05.tar
by Glenn Randers-Pehrson
· 13 years ago
adb9613
[libpng16] Imported from libpng-1.6.1beta02.tar
by Glenn Randers-Pehrson
· 12 years ago
b4ef7c4
[libpng16] Use parentheses consistently in "#if defined()" tests.
by Glenn Randers-Pehrson
· 12 years ago
9e8fd50
[libpng16] Use parentheses consistently in "#if defined()" tests.
by Glenn Randers-Pehrson
· 12 years ago
c53778f
[libpng16] Imported from libpng-1.6.0.tar
by Glenn Randers-Pehrson
· 12 years ago
9477ecd
[libpng16] Updated copyright year to 2013 in newly-changed files
by Glenn Randers-Pehrson
· 12 years ago
5c2d76f
[libpng16] Use "FALL THROUGH" comment consistently in switch statements.
by Glenn Randers-Pehrson
· 12 years ago
f0fb174
[libpng16] Make builds -DPNG_NO_READ_GAMMA compile (the unit tests still fail).
by John Bowler
· 12 years ago
9a82547
[libpng16] Fixed build when using #define PNG_NO_READ_GAMMA in png_do_compose()
by Glenn Randers-Pehrson
· 12 years ago
025d415
[libpng16] Folded long lines and fixed some grammar.
by Glenn Randers-Pehrson
· 12 years ago
dbb7e19
[libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the
by Glenn Randers-Pehrson
· 12 years ago
432c174
[libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.
by Glenn Randers-Pehrson
· 12 years ago
05af5cd
[libpng16] Fixed some typos and grammar in manual and comments
by Glenn Randers-Pehrson
· 12 years ago
14ca47b
[libpng16] Improved performance of new do_check_palette_indexes() function
by Glenn Randers-Pehrson
· 12 years ago
23a30f8
[libpng16] Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice.
by John Bowler
· 13 years ago
b11b31a
[libpng16] Changed chunk handler warnings into benign errors, incrementally
by John Bowler
· 13 years ago
2bc76ff
[ibpng16] Added application error reporting and added chunk names to read
by John Bowler
· 13 years ago
66efa24
[libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added more
by John Bowler
· 13 years ago
0c11b5f
[libpng16] Work around for duplicate row start calls; added warning messages.
by John Bowler
· 13 years ago
eeb1bb6
[libng16] Added palette-index checking while writing.
by Glenn Randers-Pehrson
· 13 years ago
5541ea8
[libpng16] Relocated declarations of index and padding in new index-checking
by Glenn Randers-Pehrson
· 13 years ago
363ae65
[libpng16] Added tests for invalid palette index while reading and writing
by Glenn Randers-Pehrson
· 13 years ago
a4badc4
[libpng16] Imported from libpng-1.6.0beta12.tar
by Glenn Randers-Pehrson
· 13 years ago
8fb6c6a
[libpng16] Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)
by John Bowler
· 13 years ago
fea2a87
[libpng16] Added some whitespace in comments.
by Glenn Randers-Pehrson
· 13 years ago
5bc9038
[libpng16] Added color-map support to simplified API.
by John Bowler
· 13 years ago
1531bd6
[libpng16] Updated copyright year to 2012
by Glenn Randers-Pehrson
· 13 years ago
fcd301d
[libpng16] Changed png_memcpy to C assignment where appropriate. Changed all
by John Bowler
· 13 years ago
5d56786
[libpng16] Implemented 'restrict' for png_info and png_struct.
by John Bowler
· 13 years ago
13831bc
[libpng16] Updated "last changed" dates
by Glenn Randers-Pehrson
· 13 years ago
0b26ac5
[libpng16] Replaced an "#if" with "ifdef" in pngrtran.c
by Glenn Randers-Pehrson
· 13 years ago
baeb6d1
[libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.
by John Bowler
· 13 years ago
18c5cfa
[libpng15] Multiple transform bug fixes plus a work-round for double gamma
by John Bowler
· 13 years ago
4be12aa
[libpng15] Updated commentary
by Glenn Randers-Pehrson
· 13 years ago
efc4b69
[libpng15] Fixed some typos in comments.
by Glenn Randers-Pehrson
· 13 years ago
7875d53
[libpng15] Simplified read/write API initial version; basic read/write tested
by John Bowler
· 13 years ago
55e85c2
[libpng15] Imported from libpng-1.5.7beta01.tar
by Glenn Randers-Pehrson
· 13 years ago
2b7d730
[libpng15] Bump version to libpng-1.5.7beta01
by Glenn Randers-Pehrson
· 13 years ago
bc6726b
[libpng15] Imported from libpng-1.5.6.tar
by Glenn Randers-Pehrson
· 13 years ago
92ef313
[libpng15] Fixed compiler warnings with Intel and MSYS compilers.
by John Bowler
· 13 years ago
07772cb
[libpng15] Fixes for multiple calls to png_read_update_info.
by John Bowler
· 13 years ago
bb5cb14
[libpng15] Bump version to libpng-1.5.6beta02
by Glenn Randers-Pehrson
· 13 years ago
115020d
[libpng15] Imported from libpng-1.5.6beta01.tar
by Glenn Randers-Pehrson
· 13 years ago
3e2263a
[libpng15] Imported from libpng-1.5.5.tar
by Glenn Randers-Pehrson
· 13 years ago
7515612
[libpng15] Constant changes for 64-bit compatibility (removal of L suffixes).
by John Bowler
· 13 years ago
63071ac
[devel] Zapped "zap" (changed "zap" to "remove")
by Glenn Randers-Pehrson
· 13 years ago
8b8aacd
[devel] Use "color" spelling consistently.
by Glenn Randers-Pehrson
· 13 years ago
736f40f
[devel] Fixes to rgb_to_gray and cHRM XYZ APIs
by John Bowler
· 13 years ago
75d5bfd
[devel] Imported from libpng-1.5.5beta05.tar
by Glenn Randers-Pehrson
· 13 years ago
0bc7977
[devel] Revised commentary about png_rgb_to_gray coefficents
by Glenn Randers-Pehrson
· 13 years ago
99ffac0
[devel] Imported from libpng-1.5.5beta04.tar
by Glenn Randers-Pehrson
· 13 years ago
d404b6d
[devel] Imported from libpng-1.5.4.tar
by Glenn Randers-Pehrson
· 13 years ago
8d26126
[devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL.
by John Bowler
· 13 years ago
aee83b4
[devel] Fixed buffer bug (both the strip_16 and scale_16 transforms were
by Glenn Randers-Pehrson
· 13 years ago
24145c8
[devel] Still trying to fix row buffer problem but pngvalid still fails
by Glenn Randers-Pehrson
· 13 years ago
e6a8060
[devel] Fixed some errors with 16_TO_8 macros
by Glenn Randers-Pehrson
· 13 years ago
ab63dd0
[devel] Renamed png_set_chop_16() to png_set_strip_16().
by Glenn Randers-Pehrson
· 13 years ago
a7428d4
[devel] Renamed png_set_strip_16() to png_set_scale_16().
by Glenn Randers-Pehrson
· 13 years ago
5f0b927
[devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again.
by Glenn Randers-Pehrson
· 13 years ago
ef217b7
[devel] Updated comments that mention 1.5.3; changed them to 1.5.4.
by Glenn Randers-Pehrson
· 13 years ago
903c64d
[devel] Added "#ifdef PNG_READ_BACKGROUND_SUPPORTED/#endif" in pngrtran.c
by Glenn Randers-Pehrson
· 13 years ago
be720ed
[devel] Correction to the expand_16 code; removed extra instance of
by Glenn Randers-Pehrson
· 13 years ago
cd3b0cc
[devel] Fixed a problem in png_do_expand_palette() exposed by optimization in
by John Bowler
· 13 years ago
2232baa
[devel] Made png_set_chop_16() API removeable
by Glenn Randers-Pehrson
· 13 years ago
7dffa41
[devel] Use the old scaling method for background if png_set_chop_16() was
by Glenn Randers-Pehrson
· 13 years ago
550bab0
[devel] Removed the ACCURATE and LEGACY options (they are no longer useable)
by John Bowler
· 13 years ago
413138a
[devel] Added png_set_chop_16() API.
by Glenn Randers-Pehrson
· 13 years ago
74945f2
[devel] Fix and clarify LEGACY 16-to-8 scaling.
by John Bowler
· 13 years ago
141d9e3
[devel] Made it possible to undefine PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED
by Glenn Randers-Pehrson
· 13 years ago
b2bee33
[devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding is
by John Bowler
· 13 years ago
0a04892
[devel] Update CHANGES and ANNOUNCE
by Glenn Randers-Pehrson
· 13 years ago
db0ed3e
[devel] png_set_background+png_expand_16 did not interwork correctly.
by John Bowler
· 13 years ago
55fbff3
[devel] Consistently use "n-bit", not "n bit" in comments.
by Glenn Randers-Pehrson
· 13 years ago
Next »