Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-22* Add image rotation support during resize. (mostly useful for TiVo)Justin Maggard
2011-11-19* Fix some unused result warnings.Justin Maggard
2011-09-17* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).Justin Maggard
2011-08-22* Fix a crash when scanning images without read access. (SF bug #3395670)Justin Maggard
2011-05-03* Fix some issues reported by cppcheck.jmaggard
2011-02-15* Don't expose album art images in the content directory.Justin Maggard
2010-11-12* Complete/clarify license information.Justin Maggard
2010-07-22* Fix potential infinite loop with some bad JPEGs.Justin Maggard
2010-06-08* Optimize JPEG scaling by downscaling as much as possible during decompression.Justin Maggard
2010-06-04* Fix memory leak in cases where XMP parsing fails.Justin Maggard
2009-11-06* Make JPEG resolution parsing work properly on big-endian systems.Justin Maggard
2009-11-06* Fall back to rudimentary XMP parsing when getting image dates from EXIF fails.Justin Maggard
2009-10-28* Use faster (lower quality) JPEG scaling methods on all non-x86 machines.Justin Maggard
2009-10-13* Don't trust EXIF to tell us the accurate resolution; instead, parse the JPE...Justin Maggard
2009-06-18* Fix a memory leak when encountering problems at a certain stage of compress...Justin Maggard
2009-05-13* Fix scanner crash due to another type of malformed embedded JPEG data.Justin Maggard
2009-03-28* Fix bug with bad album art.Justin Maggard
2009-03-20* Some image scaling tweaks for different platforms.Justin Maggard
2009-03-20* Initialize some variables.Justin Maggard
2009-03-19* Get rid of all depenence on libgd, and use libjpeg directly.Justin Maggard