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 (Collapse)Author
2011-09-17* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).Justin Maggard
* Switch to autoconf from genconfig.sh.
2011-05-03* Fix some issues reported by cppcheck.jmaggard
2011-03-03* Add missing include.Justin Maggard
2011-03-03* Replace __u32's with uint32_t.Justin Maggard
2010-11-12* Complete/clarify license information.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
2009-03-16* Add full support for SortOrder and Filter parameters from TiVo.Justin Maggard
2009-03-13* Many changes for TiVo support. It actually [kinda] works. :)Justin Maggard
2009-02-26* Use internal music metadata functions intead of taglib.Justin Maggard
1) Taglib does not support MP4 or WMA/ASF without hacking it in there. 2) Taglib is C++, so it's nice to remove that dependency. * Use embedded album art where available.
2009-02-24* Add some preliminary code for the eventual possibility of TiVo support.Justin Maggard