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-02-11* Fix false positives in playlist caching optimization when we have duplicate...Justin Maggard
2012-01-22* Add image rotation support during resize. (mostly useful for TiVo)Justin Maggard
2011-11-29* Remove a bad free() I missed during the last round of changes.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-05* Add thumbnail support on folders, since at least XBMC supports it.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-06-08* Optimize JPEG scaling by downscaling as much as possible during decompression.Justin Maggard
2010-06-04* Fix bug where we can consider good embedded album art to be bad.v1.0.18Justin Maggard
2009-11-19* Allow the user to specify where to keep the database in the config file.Justin Maggard
2009-11-04* Rework the sql_exec function to use format arguments, to simplfy the code.Justin Maggard
2009-10-14* Remove ALBUM_ART_PN from the database, since it's forced to be JPEG_TN now.Justin Maggard
2009-07-10* Don't bother analyzing a cover art jpg multiple times, once for each file i...Justin Maggard
2009-07-08* If a new file is noticed by inotify, check if it is cover art for existing ...Justin Maggard
2009-06-03* Look for file-specific cover art first (especially useful for video files).Justin Maggard
2009-05-11* Always store cached JPEG album art with a .jpg extension.Justin Maggard
2009-05-01* Don't bother checking embedded art if the last hash matches, and it was inv...Justin Maggard
2009-04-29* Fix a couple potential memory leaks in album art error handling.Justin Maggard
2009-04-18* Fix issues with album art linking if the link target is in a different dire...Justin Maggard
2009-04-11* Fix segfault when encountering a certain type of corrupted embedded JPEG im...Justin Maggard
2009-04-02* Improve escaping of special characters in returned XML. Should close SF bu...Justin Maggard
2009-03-28* Fix bug with bad album art.Justin Maggard
2009-03-19* Get rid of all depenence on libgd, and use libjpeg directly.Justin Maggard
2009-03-18* Handle the case where we have a embedded album art image size, but no data.Justin Maggard
2009-03-13* Many changes for TiVo support. It actually [kinda] works. :)Justin Maggard
2009-03-08* Fix a couple bugs with embedded album art error handling.Justin Maggard
2009-02-26* Use internal music metadata functions intead of taglib.Justin Maggard
2009-02-18* Thanks to Steve Hollis for pointing out that GD's default JPEG quality sett...Justin Maggard
2009-02-16* Downscale album art files to JPEG_TN specs and cache them if we find album ...Justin Maggard
2009-02-10* Allow users to specify the file names and order that the Album Art scanner ...Justin Maggard
2009-02-04* Be more flexible when it comes to album art resolutions. This is really ju...Justin Maggard
2009-02-03* Fix some possible memory leaks.Justin Maggard
2009-01-30* Forgot to add some new files...Justin Maggard