summaryrefslogtreecommitdiff
path: root/pngrtran.c
Commit message (Expand)AuthorAgeFilesLines
* arm: Use <arm_neon.h> when compiling aarch64 intrinsics with clang-clRyan VanderMeulen2019-04-241-1/+1
* arm: Partially revert "Fix a memory leak in the riffled palette [...]"Cosmin Truta2019-04-071-16/+14
* arm: Rename all functions to the pattern png_*_neon; add debug tracesCosmin Truta2019-03-311-3/+3
* Fix a memory leak in the riffled palette optimization on ARM; refactorCosmin Truta2019-02-031-34/+38
* Fix the build with MSVC ARM64Cosmin Truta2018-09-041-4/+8
* Restore the ANSI C compliance after adding the ARM optimizationCosmin Truta2018-09-041-17/+22
* Optimize png_do_expand_palette for ARMRichard Townsend2018-09-041-8/+41
* Remove top-level const from function-scope variablesCosmin Truta2018-08-181-14/+10
* Replace the remaining uses of PNG_CONST with constCosmin Truta2018-08-181-10/+10
* Remove the "last changed" version information from source commentsCosmin Truta2018-07-281-3/+3
* Release libpng version 1.6.35Cosmin Truta2018-07-151-1/+1
* [libpng16] Replace the remaining uses of png_size_t with size_tCosmin Truta2018-06-171-53/+53
* [libpng16] Imported from libpng-1.6.35beta01.tarv1.6.35beta01Glenn Randers-Pehrson2018-03-061-3/+2
* More misc. typosluz.paz2018-02-091-1/+1
* Merge branch 'typos' of git://github.com/luzpaz/libpng into libpng16Glenn Randers-Pehrson2017-11-031-3/+3
|\
| * Misc. typosUnknown2017-11-031-3/+3
* | [Libpng16] Add typecast to NULL argument to png_do_expand()Glenn Randers-Pehrson2017-11-031-1/+1
|/
* [libpng16] Removed some unnecessary brackets in pngrtran.cGlenn Randers-Pehrson2017-10-311-739/+734
* [libpng16] Imported from libpng-1.6.33.tarv1.6.33Glenn Randers-Pehrson2017-09-281-1/+1
* [libpng16] Fixed incorrect typecast of some arguments to png_malloc() andGlenn Randers-Pehrson2017-09-031-10/+12
* [libpng16] Imported from libpng-1.6.31.tarv1.6.31libpng-1.6.31-signedlibpng-1.6.31-master-signedGlenn Randers-Pehrson2017-07-271-1/+1
* [libpng16] Removed one of the GCC-7.1.0 'strict-overflow' warnings thatJohn Bowler2017-07-111-2/+3
* [libpng16] Update some "last changed" datesGlenn Randers-Pehrson2017-06-291-1/+1
* URL updatesViktor Szakats2017-03-311-1/+1
* [libpng16] Update CHANGES, ANNOUNCE, and "last changed" dates.Glenn Randers-Pehrson2017-03-301-1/+1
* silence clang -Wcomma warningsViktor Szakats2017-03-291-1/+3
* [libpng16] Imported from libpng-1.6.29.tarv1.6.29libpng-1.6.29-signedGlenn Randers-Pehrson2017-03-161-1/+1
* [libpng16= Avoid potential overflow of shift operations in png_do_expand() (A...Glenn Randers-Pehrson2017-02-271-6/+6
* [libpng16] Quieted all remaining -Wconversion compiler warningsGlenn Randers-Pehrson2016-10-021-14/+19
* [libpng16] Imported from libpng-1.6.24.tarv1.6.24libpng-1.6.24-signedGlenn Randers-Pehrson2016-08-031-1/+1
* [libpng16] Fixed more indentationGlenn Randers-Pehrson2016-07-151-25/+25
* [libpng16] Imported from libpng-1.6.22.tarv1.6.22Glenn Randers-Pehrson2016-05-261-1/+1
* [libpng16] Imported from libpng-1.6.22beta03.tarv1.6.22beta03Glenn Randers-Pehrson2016-03-091-2/+2
* [libpng16] Updated CHANGES, ANNOUNCE, change date in pngrtran.cGlenn Randers-Pehrson2016-01-301-2/+2
* Relax limit checks on gamma values.John Bowler2016-01-291-2/+5
* [libpng16] Update copyright uears in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* [libpng16] Imported from libpng-1.6.19.tarv1.6.19Glenn Randers-Pehrson2015-11-121-1/+1
* [libpng16] Imported from libpng-1.6.19rc02.tarv1.6.19rc02Glenn Randers-Pehrson2015-10-311-1/+1
* rowbytes check correctionJohn Bowler2015-10-291-2/+2
* [libpng16] Reverted addition of png_set_filler_16 and png_set_add_alpha_16()Glenn Randers-Pehrson2015-09-241-8/+1
* [libpng16] Reverted the fix of byte order in png_do_read_filler() with 16-bitGlenn Randers-Pehrson2015-09-231-1/+8
* [libng16] Reverted recent mistaken change of 0xnnnn to 0xnnnnULGlenn Randers-Pehrson2015-08-171-4/+4
* [libpng16] Mention in manual that 16-bit platform support has been dropped.Glenn Randers-Pehrson2015-08-161-3/+3
* [libpng16] Changed 0xnnnn constants to 0xnnnnUL.Glenn Randers-Pehrson2015-08-161-4/+4
* [libpng16] Change "n bit" to "n-bit" in comments.Glenn Randers-Pehrson2015-08-131-6/+6
* [libpng16] Removed unreachable "break" statements in png.c, pngread.c, andVictor Szakats2015-08-071-1/+0
* [libpng16] Imported from libpng-1.6.18.tarv1.6.18libpng-1.6.18-signedGlenn Randers-Pehrson2015-07-221-1/+1
* [libpng16] Fixed a new signed-unsigned comparison in pngrtran.c (Max Stepin).Glenn Randers-Pehrson2015-07-011-3/+3
* [libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-011-3/+4
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1