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-03-08* Fix a crash bug on some oddly-formed WAV files.Justin Maggard
2012-02-14* Add DLNA.ORG_FLAGS support, and clean up transferMode support.Justin Maggard
2012-02-14* Improve error checking for DLNA CTT compliance.Justin Maggard
2012-01-23* Fix a couple errors in the rotation code.Justin Maggard
2012-01-22* Add image rotation support during resize. (mostly useful for TiVo)Justin Maggard
2012-01-21* Fix a potential segfault on requests for existing objects with no path. (Th...Justin Maggard
2012-01-21* Enhance error checking in some additional places as required by the latest ...Justin Maggard
2012-01-18* Resizing from thumbnails isn't useful now that we are using JPEG pre-scaling.Justin Maggard
2012-01-09* Add workarounds for LifeTab tablets' bad behavior.Justin Maggard
2011-12-01* Try to set the network interface number based on the client address, in cas...Justin Maggard
2011-11-24* Fix SRT caption support with the latest Samsung Series D firmware.Justin Maggard
2011-09-17* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).Justin Maggard
2011-08-31* Send a custom root description to enable the subtitle menu on some Samsung ...Justin Maggard
2011-08-18* Fix detection of Samsung Series D models.Justin Maggard
2011-07-12* Fix FF/REW of AVI files on Samsung Series B TV's.Justin Maggard
2011-05-28* Make a distiction between Samsung A series and later models. We need to tr...Justin Maggard
2011-05-26* Improve support for the NETGEAR Digital Entertainer Live (EVA2000).Justin Maggard
2011-05-24* Add support for multiple network interfaces.Justin Maggard
2011-05-18* Code cleanup.Justin Maggard
2011-05-17* Implement my best guess at how to support subtitles on LG clients.Justin Maggard
2011-05-03* Fix some issues reported by cppcheck.jmaggard
2011-04-29* Fix a couple minor DLNA correctness issues.Justin Maggard
2011-04-29* Improve TiVo error handling.Justin Maggard
2011-04-14* Rework the Sony video support hacks by using multiple res elements.Justin Maggard
2011-04-09* Add the ability to parse the root description of clients after they send an...Justin Maggard
2011-04-05* More Sony workarounds for AVC TS files.Justin Maggard
2011-03-31* Add missing newlines for some log messages.Justin Maggard
2011-02-17* Fix a potential buffer overflow with Xbox360 clients.Justin Maggard
2011-01-26* Fix a couple potential frees of invalid pointers.Justin Maggard
2011-01-18* Cheat to make Sony Bravia AVC support work.Justin Maggard
2010-11-24* Fall back to regular I/O instead of using sendfile() if we get EINVAL.Justin Maggard
2010-11-12* Complete/clarify license information.Justin Maggard
2010-11-12* Try to trick Sony Blu-ray home theater systems into playing MKVs.Justin Maggard
2010-10-08* Sony SMP-100 needs the same treatment as their BDP-S370.Justin Maggard
2010-10-06* Add Sony BDP-S370 MKV support, by pretending they're DiVX files.Justin Maggard
2010-10-06* Missed a newline on an error message.Justin Maggard
2010-09-01* Fall back to regular read/write if sendfile fails.Justin Maggard
2010-08-28* Minor code simplification.Justin Maggard
2010-08-06* Make Xbox360 support more generic for use with other PlaysForSure clients.Justin Maggard
2010-07-20* Fix cosmetic spelling error.Justin Maggard
2010-07-14* Make Samsung BD players work with MKV files in addition to their TVs.Justin Maggard
2010-07-08Add a new Samsung User-Agent for client type detection.Justin Maggard
2010-06-09* Use the MSG_MORE flag for send() where appropriate.Justin Maggard
2010-06-08* Optimize JPEG scaling by downscaling as much as possible during decompression.Justin Maggard
2009-11-12* Fix one more spot where we could close an aleady-closed socket.Justin Maggard
2009-11-12* Add strstrc() function which helps avoid a couple reads of unitialized memory.Justin Maggard
2009-11-10* Use chunked encoding on resized images, so we can send out the header befor...Justin Maggard
2009-11-10* Real proper handling of chunked requests.Justin Maggard
2009-11-10* Add a no-resize flag, which tells us to to advertise downscaled images. Us...Justin Maggard
2009-10-22* Add initial support for 3gp video files.Justin Maggard