summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-20Porting to libav v11Philippe Coval1-4/+4
2015-01-15daemon: handle LMS_PROGRESS_STATUS_UNKNOWN value on switchLeandro Dorileo1-0/+1
2015-01-15dlna: implement a mime type selector fallbackLeandro Dorileo14-4/+194
2015-01-15move strings and declarations so they are local.Gustavo Sverzut Barbieri3-23/+16
2015-01-15test: fix buffer overrun issueLeandro Dorileo2-1/+6
2015-01-15jpeg: fix non null-terminated string issueLeandro Dorileo1-1/+2
2015-01-15png: fix non null-terminated string issueLeandro Dorileo1-2/+3
2015-01-13generic: make it parse ogg filesLeandro Dorileo1-0/+18
2015-01-12generic: do not use AV_OPT_SEARCH_FAKE_OBJ flagLeandro Dorileo1-2/+1
2015-01-07dlna: don't match if no profile/level identifiedLeandro Dorileo1-7/+5
2015-01-07mp4: change codec identifier mpeg1audio to mpeg4aac-lcLeandro Dorileo1-1/+1
2014-11-19fix unsigned integer comparison in read() == size statements.Gustavo Sverzut Barbieri2-3/+3
2014-11-19include "itime" in the master/slave communication.Gustavo Sverzut Barbieri1-0/+4
2014-11-19fix test for SKIPPED entries.Gustavo Sverzut Barbieri1-0/+1
2014-11-19fix buffer overflow if slen = 32.Gustavo Sverzut Barbieri1-1/+1
2014-08-20mp4 and generic: produce codec string with "p" prefix for profile.Gustavo Sverzut Barbieri2-2/+2
2014-08-20dlna_rules: add missing array sentinel.Gustavo Sverzut Barbieri1-0/+5
2014-03-17id3: avoid divide by zero if no bitrate specified in header.Carsten (The Rasterman) Haitzler1-1/+1
2014-02-13daemon: warning and behave properly if no xdg-user-dirs setup.Gustavo Sverzut Barbieri1-2/+8
2014-02-13libav: compatibility issues between libav and ffmpegLeandro Dorileo1-1/+5
2014-02-13dlna: fix audio sentinel checkLeandro Dorileo1-1/+2
2014-02-12Record if the file was already parsed, ignore them in the generic.Gustavo Sverzut Barbieri3-0/+7
2014-02-11generic: minimal libav adjustmentsLeandro Dorileo1-5/+8
2014-01-29generic: remove the dlna stuff and add codec container handlersLeandro Dorileo1-776/+308
2014-01-29wave: remove the dlna stuffs from pluginLeandro Dorileo1-28/+0
2014-01-29png: remove all the dlna stuffLeandro Dorileo1-33/+5
2014-01-29mp4: remove all the dlna stuff from pluginLeandro Dorileo1-1880/+0
2014-01-29jpeg: remove all the dlna stuffLeandro Dorileo1-41/+5
2014-01-29id3: remove all the dlna stuff from pluginLeandro Dorileo1-71/+3
2014-01-29asf: remove all the dlna stuff from pluginLeandro Dorileo1-29/+0
2014-01-29db layer: call the lms_dlna_* functionsLeandro Dorileo3-0/+31
2014-01-29dlna: introduce a dlna lower layerLeandro Dorileo5-2/+2935
2014-01-28image/video db: new fields addedLeandro Dorileo3-5/+58
2014-01-07daemon monitors mounts and triggers scans.Gustavo Sverzut Barbieri1-11/+248
2013-12-27change project url to github.Gustavo Sverzut Barbieri13-13/+13
2013-12-27generic: implemente a generic parser pluginLeandro Dorileo2-0/+1104
2013-12-27plugin: implement parser sortingLeandro Dorileo16-0/+23
2013-12-27mp4: implement dlna profile and mime computationLeandro Dorileo1-5/+1956
2013-12-06lightmediascannerctl: start daemon if not running.Gustavo Sverzut Barbieri1-0/+44
2013-12-04Fix warnings on 64 bitsLucas De Marchi2-6/+7
2013-12-04daemon/ctl: introduce ScanProgress signal.Gustavo Sverzut Barbieri2-0/+159
2013-12-04ctl: fix g_variant leak.Gustavo Sverzut Barbieri1-1/+3
2013-12-04process: properly report status for dual-process mode.Gustavo Sverzut Barbieri1-1/+1
2013-12-04process: do not change update_id on skipped files.Gustavo Sverzut Barbieri1-1/+3
2013-12-04daemon: remove from db files with dtime older than a given date.Gustavo Sverzut Barbieri1-0/+59
2013-12-04daemon: export read-only property DataBasePath.Gustavo Sverzut Barbieri1-1/+4
2013-09-11minor: remove left over "#undef STR_FIELD_FROM_TAG"Gustavo Sverzut Barbieri1-1/+0
2013-09-10flac: fix wrong prefix lengthLucas De Marchi1-1/+1
2013-09-10utils refactor.Gustavo Sverzut Barbieri17-181/+170
2013-09-10introduce and use helpers lms_string_size_strndup() and lms_string_size_dup()Gustavo Sverzut Barbieri9-83/+98