Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libpng16] Replace the remaining uses of png_size_t with size_t | Cosmin Truta | 2018-06-17 | 1 | -10/+10 |
| | | | | | | In v1.6.0, size_t became a required type. It should be used consistently. To maintain backwards compatibility, png_size_t is still maintained in deprecated form. | ||||
* | [libpng16] Bump version to 1.6.27 | Glenn Randers-Pehrson | 2016-12-29 | 2 | -2/+2 |
| | |||||
* | [libpng16] Bump version to 1.6.27beta01 | Glenn Randers-Pehrson | 2016-10-28 | 2 | -2/+2 |
| | |||||
* | [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signed | Glenn Randers-Pehrson | 2016-10-19 | 2 | -2/+2 |
| | |||||
* | [libpng16] Bump version to 1.6.26beta01 | Glenn Randers-Pehrson | 2016-08-31 | 2 | -2/+2 |
| | |||||
* | [libpng16] Imported from libpng-1.6.25.tarv1.6.25libpng-1.6.25-signed | Glenn Randers-Pehrson | 2016-08-31 | 2 | -2/+2 |
| | |||||
* | [libpng16] Updated CHANGES and ANNOUNCE | Glenn Randers-Pehrson | 2016-08-30 | 2 | -2/+2 |
| | |||||
* | Added MIPS MSA optimization for following functions: | Mandar Sahastrabuddhe | 2016-08-30 | 2 | -2/+641 |
| | | | | | | | | | | | 1. png_read_filter_row_sub4_msa 2. png_read_filter_row_avg4_msa 3. png_read_filter_row_paeth4_msa 4. png_read_filter_row_sub3_msa 5. png_read_filter_row_avg3_msa 6. png_read_filter_row_paeth3_msa Signed-off-by: Mandar Sahastrabuddhe <Mandar.Sahastrabuddhe@imgtec.com> | ||||
* | [libpng16] Imported from libpng-1.6.25rc02.tar | Glenn Randers-Pehrson | 2016-08-29 | 2 | -2/+2 |
| | |||||
* | Added build support for MIPS MSA | Mandar Sahastrabuddhe | 2016-08-29 | 2 | -0/+297 |
Also added one msa optimized function: png_read_filter_row_up_msa Signed-off-by: Mandar Sahastrabuddhe <Mandar.Sahastrabuddhe@imgtec.com> |