ppsspp/ext/jpge
Gleb Mazovetskiy 78ad98e6c4 jpge.cpp: Remove malloc.h include
`malloc.h` is deprecated and doesn't exist on macOS.
`stdlib.h` provides malloc.

Fix sent upstream in https://github.com/richgel999/jpeg-compressor/pull/18
2021-01-30 12:13:13 +00:00
..
jpgd_idct.h Update ext/jpge 2021-01-30 12:13:08 +00:00
jpgd.cpp Update ext/jpge 2021-01-30 12:13:08 +00:00
jpgd.h Update ext/jpge 2021-01-30 12:13:08 +00:00
jpge.cpp jpge.cpp: Remove malloc.h include 2021-01-30 12:13:13 +00:00
jpge.h Update ext/jpge 2021-01-30 12:13:08 +00:00
README.md Update ext/jpge 2021-01-30 12:13:08 +00:00

jpeg-compressor

This directory contains code from aeb7d3b463 with the following patches:

License

The license of jpgd.cpp/.h and jpge.cpp/.h is either Public Domain or Apache 2.0. Choose whatever you want.

The license for the optional file jpgd_idct.h (and ONLY this file) is Copyright 2009 Intel Corporation:

Permission is granted to use, copy, distribute and prepare derivative works of this software for any purpose and without fee, provided, that the above copyright notice and this statement appear in all copies. Intel makes no representations about the suitability of this software for any purpose. THIS SOFTWARE IS PROVIDED "AS IS." INTEL SPECIFICALLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, AND ALL LIABILITY, INCLUDING CONSEQUENTIAL AND OTHER INDIRECT DAMAGES, FOR THE USE OF THIS SOFTWARE, INCLUDING LIABILITY FOR INFRINGEMENT OF ANY PROPRIETARY RIGHTS, AND INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Intel does not assume any responsibility for any errors which may appear in this software nor any responsibility to update it.