summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-20LMS has got a new release.HEADtizen_4.0.m1_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_unified/20170308.100415submit/tizen_ivi/20160217.000006submit/tizen_ivi/20160217.000000submit/tizen_3.0_ivi/20161010.000004submit/tizen_3.0_common/20161104.104000submit/tizen_3.0.m2/20170104.093753submit/tizen/20150121.114654submit/tizen/20150121.112830submit/tizen/20150120.192234submit/tizen/20150120.191058accepted/tizen/wearable/20150122.012459accepted/tizen/unified/20170309.040316accepted/tizen/tv/20150122.013614accepted/tizen/mobile/20150122.104225accepted/tizen/ivi/20160218.025316accepted/tizen/ivi/20150126.030033accepted/tizen/common/20150121.134131accepted/tizen/3.0/ivi/20161011.050716accepted/tizen/3.0/common/20161114.111114tizen_3.0.m2tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0tizenaccepted/tizen_wearableaccepted/tizen_unifiedaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_iviaccepted/tizen_3.0_commonLeandro Dorileo2-2/+8
2015-01-20upstream rebase + packaging maintenanceLeandro Dorileo1-0/+5
2015-01-20spec: specify the media directoryLeandro Dorileo1-1/+8
2015-01-20Porting to libav v11Philippe Coval2-8/+6
2015-01-20Move main binary and daemon to main package (TIVI-2209)Geoffroy Van Cutsem1-2/+4
2015-01-20upstream rebaseLeandro Dorileo1-0/+3
2015-01-20upstream rebaseLeandro Dorileo1-0/+3
2015-01-20packaging: added theora depLeandro Dorileo2-0/+6
2015-01-20update packagingLeandro Dorileo2-0/+15
2015-01-20packaging: update spec and upstream rebasedLeandro Dorileo1-1/+5
2015-01-20Update .changesMikko Ylinen2-1/+5
2015-01-20Install test binaries. Fixes TIVI-1428Mikko Ylinen1-2/+20
2015-01-20Fix rpmlint errorsMikko Ylinen1-2/+3
2015-01-20Update .changesMikko Ylinen1-0/+2
2015-01-20Remove .spec from .gitignoreMikko Ylinen1-1/+0
2015-01-20Add Tizen packagingMikko Ylinen3-0/+56
2015-01-20release 0.5.1 removing zlib dependency.release_0.5.0upstreamGustavo Sverzut Barbieri2-1/+4
2015-01-20remove zlib dependencyLeandro Dorileo1-1/+1
2015-01-16release fixesLeandro Dorileo2-3/+3
2015-01-15Release 0.5Gustavo Sverzut Barbieri2-2/+9
2015-01-15daemon: handle LMS_PROGRESS_STATUS_UNKNOWN value on switchLeandro Dorileo1-0/+1
2015-01-15dlna: implement a mime type selector fallbackLeandro Dorileo15-4/+206
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