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
2012-03-14* Use an asprintf wrapper, to report errors and NULLify the result.Justin Maggard
2012-03-14* Handle some (apparently) common WAV file malformations.Justin Maggard
2012-03-08* Fix a crash bug on some oddly-formed WAV files.Justin Maggard
2012-03-08* Add a MAXDEBUG log level.Justin Maggard
2011-11-05* Consolidate playlist scanning functions, and fix bug where an empty line ↵Justin Maggard
in a playlist would cause it get thrown out as invalid. (Thanks Sean Mahnken)
2011-11-02* Support MP3 coverart extraction from certain podcasts that use an improper ↵Justin Maggard
MIME type. (Thanks SF user jombatz)
2011-09-17* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).Justin Maggard
* Switch to autoconf from genconfig.sh.
2011-09-01* Fix an invalid read if the last RIFF tag is an integer value.Justin Maggard
2011-07-13* Fix compiling issues with some ffmpeg/libav versions.Justin Maggard
2011-07-01* Fix up some minor quibbles from cppcheck.Justin Maggard
2011-06-28* Do a case-insensitive search for "itrk" WAV metadata.Justin Maggard
2011-06-22* Handle a couple additional RIFF tags.Justin Maggard
2011-06-21* Add WAV file tag reading support.Justin Maggard
2011-05-17* Improve WMA DLNA profile parsing.Justin Maggard
2011-05-03* Fix some issues reported by cppcheck.jmaggard
2011-04-21* Fix a compiler warning when making 64-bit binaries.Justin Maggard
2011-02-15* Reorder a couple artist roles, to be more similar to the familar WMP ↵Justin Maggard
organisation.
2011-02-15* Fix "dereferencing type-punned pointer will break strict-aliasing rules" ↵Justin Maggard
compiler warning.
2010-11-12* Complete/clarify license information.Justin Maggard
2010-10-27* Fix typo.Justin Maggard
2010-09-01* Fix big-endian issue with XING header parsing.Justin Maggard
2010-07-14* Need to include config.h to get the HAVE_ICONV_H definition for localization.Justin Maggard
2010-02-23* Fix issue with playlists containing a single quote.Justin Maggard
* Ignore bad playlists containing binary data.
2010-01-28* Fix a couple potential buffer overflows.Justin Maggard
2010-01-14* Add M3U/PLS music playlist support.Justin Maggard
2009-10-28* Fix some issues with uClibc.Justin Maggard
2009-10-13* Add PCM support, assuming defaults of 44.1K and 2 channels.Justin Maggard
2009-10-03* Clean up after some memory allocations before exit so valgrind is happy.Justin Maggard
* Fork off the scanner process instead of doing it in another thread, so if libavformat leaks memory it will be cleaned up once scanning is finished.
2009-08-11* Don't call WAV files LPCM, because they're disqualified due to endianness.Justin Maggard
2009-06-18* Fix a possible segfault with a certain type of corrupted MP4 header (huge ↵Justin Maggard
reported atom size).
2009-05-30* Better support DLNA profiles on a couple media types.Justin Maggard
* Handle AAC files without optional extended header data in the esds atom.
2009-05-28* WAV/LPCM handling tweaks.Justin Maggard
2009-05-28* Only scan for embedded images if libFLAC is new enough.Justin Maggard
2009-05-28* Add initial support for video cover art.Justin Maggard
* Try to handle id3 tags that use non-utf8 and iso8859 charsets.
2009-05-28* Fix a small potential memory leak.Justin Maggard
2009-05-28* Add album art extraction code for more file types.Justin Maggard
2009-05-20* Some fixes for the UPnP Device Validator.Justin Maggard
2009-05-12* Add new WAV parsing files.Justin Maggard
2009-05-12* Add WAV file support.Justin Maggard
2009-05-12* Don't store empty metadata values.Justin Maggard
2009-05-11* Don't populate the album field if it's empty.Justin Maggard
2009-04-18* Fix issues with album art linking if the link target is in a different ↵Justin Maggard
directory than the previous file.
2009-04-16* Fix some issues with ampersand escaping.Justin Maggard
* Improve image date/camera metadata handling by not storing a date if none exists. * Add preliminary TiVo video serving support.
2009-04-05* Update last change.Justin Maggard
2009-04-05* Ignore Vorbis lyrics data.Justin Maggard
2009-04-04* Log which file has extra-long vorbis comments.Justin Maggard
* Gather duration and bitrate information from FLAC files.
2009-03-27* Check all contributor types when determining the artist.Justin Maggard
2009-03-25* Put WMA artist tag info where the metadata parser expects it to be.Justin Maggard
2009-02-27* Try harder to deduce a reasonable bitrate from certain AAC files.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.