Justin Maggard
|
be5f4a50eb
|
Type data pointer variables as uint8_t.
|
2014-04-25 14:30:38 -07:00 |
|
Justin Maggard
|
9eec5b8cac
|
Fix possible memory leak in error conditions when saving resized album art.
|
2014-01-16 16:07:53 -08:00 |
|
Justin Maggard
|
f0c7768533
|
* Add a flag to tell ParseNameValue() to store empty XML elements.
|
2012-07-10 21:12:10 +00:00 |
|
Justin Maggard
|
c5bb5c84b3
|
* Add image rotation support during resize. (mostly useful for TiVo)
|
2012-01-22 00:33:55 +00:00 |
|
Justin Maggard
|
875f0e2351
|
* Fix some unused result warnings.
* Handle folder art a little differently than file album art.
|
2011-11-19 08:26:10 +00:00 |
|
Justin Maggard
|
773e1f6566
|
* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).
* Switch to autoconf from genconfig.sh.
|
2011-09-16 23:39:58 +00:00 |
|
Justin Maggard
|
1fc5f599f1
|
* Fix a crash when scanning images without read access. (SF bug #3395670)
|
2011-08-22 18:24:19 +00:00 |
|
Justin Maggard
|
9a9270cecf
|
* Fix some issues reported by cppcheck.
|
2011-05-02 23:50:52 +00:00 |
|
Justin Maggard
|
14a0d1ac98
|
* Don't expose album art images in the content directory.
* Support album art name wildcards.
|
2011-02-14 23:52:10 +00:00 |
|
Justin Maggard
|
8e0fcd56f9
|
* Complete/clarify license information.
|
2010-11-11 23:48:14 +00:00 |
|
Justin Maggard
|
3ce1f12d04
|
* Fix potential infinite loop with some bad JPEGs.
|
2010-07-21 20:19:39 +00:00 |
|
Justin Maggard
|
c779eab4de
|
* Optimize JPEG scaling by downscaling as much as possible during decompression.
|
2010-06-08 17:34:29 +00:00 |
|
Justin Maggard
|
310f928fab
|
* Fix memory leak in cases where XMP parsing fails.
|
2010-06-03 21:56:00 +00:00 |
|
Justin Maggard
|
516b025eca
|
* Make JPEG resolution parsing work properly on big-endian systems.
|
2009-11-06 19:03:56 +00:00 |
|
Justin Maggard
|
a26802539f
|
* Fall back to rudimentary XMP parsing when getting image dates from EXIF fails.
|
2009-11-05 23:15:29 +00:00 |
|
Justin Maggard
|
e685e0be3c
|
* Use faster (lower quality) JPEG scaling methods on all non-x86 machines.
|
2009-10-28 20:52:59 +00:00 |
|
Justin Maggard
|
1ef627ac3c
|
* Don't trust EXIF to tell us the accurate resolution; instead, parse the JPEG data ourselves.
* Add on-the-fly downscaling for JPEGs too large to fit the JPEG_LRG DLNA profile.
|
2009-10-13 01:20:19 +00:00 |
|
Justin Maggard
|
cf48b38485
|
* Fix a memory leak when encountering problems at a certain stage of compressing image data.
|
2009-06-18 02:00:05 +00:00 |
|
Justin Maggard
|
41fdd7f88e
|
* Fix scanner crash due to another type of malformed embedded JPEG data.
|
2009-05-13 08:49:02 +00:00 |
|
Justin Maggard
|
0a415861e7
|
* Fix bug with bad album art.
|
2009-03-27 22:22:23 +00:00 |
|
Justin Maggard
|
c4d180f80d
|
* Some image scaling tweaks for different platforms.
|
2009-03-20 19:33:34 +00:00 |
|
Justin Maggard
|
06784a31ca
|
* Initialize some variables.
|
2009-03-19 21:42:13 +00:00 |
|
Justin Maggard
|
ac5a37b27a
|
* Get rid of all depenence on libgd, and use libjpeg directly.
|
2009-03-19 08:06:27 +00:00 |
|