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-14* Use an asprintf wrapper, to report errors and NULLify the result.Justin Maggard
2012-02-14* Add DLNA.ORG_FLAGS support, and clean up transferMode support.Justin Maggard
2012-02-14* Trim the camera model from EXIF tags.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
2011-12-17* Escape image creator/camera model text. (SF Bug #3460941)Justin Maggard
2011-12-07* Make some necessary changes to function on old OSes (like CentOS 5.7).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-08-05* Add thumbnail support on folders, since at least XBMC supports it.Justin Maggard
2011-07-18* Fix crash due to uninitialized AVFormatContext pointer. (Thanks Wolfram Gl...Justin Maggard
2011-07-18* Don't use private field from ffmpeg to get raw TS packet size, since it doe...Justin Maggard
2011-07-13* Fix compiling issues with some ffmpeg/libav versions.Justin Maggard
2011-07-01* Add a couple definitions that are now missing on libav-0.7.Justin Maggard
2011-06-28* Support a couple new DLNA profiles that Windows likes to use.Justin Maggard
2011-06-06* Fix use-after-free crash bug while scanning MPEG-TS containers with a TS pa...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-27* Profile AVC_MP4_BL_CIF15_AAC_540 should be AVC_MP4_BL_CIF15_AAC_520.Justin Maggard
2011-04-21* Use audio/ogg instead of application/ogg for Ogg audio files.Justin Maggard
2011-04-21* Escape video tags.Justin Maggard
2011-04-09* Make sure a couple pointers are initialized before use.Justin Maggard
2011-04-08* Allow some DLNA AVC profile fallbacks.Justin Maggard
2011-03-23* Add support for reading tags from MP4 video files with recent lavf versions.Justin Maggard
2011-03-11* Fix an incomplete DLNA PN with certain odd files.Justin Maggard
2011-03-03* Fix a bad free with some video files with AAC audio.Justin Maggard
2011-02-26* Fix a memory freeing error with some audio file tags.Justin Maggard
2011-02-19* Remove any DLNA profile info for TiVo files.Justin Maggard
2011-02-19* Add support for a couple more DLNA profiles, and sync data with ProtocolInfo.Justin Maggard
2011-02-15* Skip DLNA parsing for non-ASF VC1 files.Justin Maggard
2011-02-15* Add support for more DLNA video profiles.Justin Maggard
2010-11-12* Complete/clarify license information.Justin Maggard
2010-10-25* Handle the "mpegvideo" format name.Justin Maggard
2010-10-06* Pull Genre info for .nfo files.Justin Maggard
2010-09-22* Handle libavformat format name "matroska,webm".Justin Maggard
2010-06-08* Optimize JPEG scaling by downscaling as much as possible during decompression.Justin Maggard
2010-06-04* Add very basic nfo parsing support.Justin Maggard
2009-11-10* Add 3gpp audio support.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-11-04* Rework the sql_exec function to use format arguments, to simplfy the code.Justin Maggard
2009-10-23* Update database entries if inotify catches a file CLOSE_WRITE and the modif...Justin Maggard
2009-10-22* Add initial support for 3gp video files.Justin Maggard
2009-10-15* Add SRT subtitle support using Samsung's method.Justin Maggard
2009-10-15* Make strict DLNA adherence optional. Many products appear to handle JPEGs ...Justin Maggard
2009-10-14* Use band name for virtual audio containers when it's available.Justin Maggard
2009-10-14* Remove ALBUM_ART_PN from the database, since it's forced to be JPEG_TN now.Justin Maggard
2009-10-13* Don't trust EXIF to tell us the accurate resolution; instead, parse the JPE...Justin Maggard
2009-10-13* Add PCM support, assuming defaults of 44.1K and 2 channels.Justin Maggard