index
:
platform/upstream/lightmediascanner
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/pcoval/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Multimedia / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-15
daemon: handle LMS_PROGRESS_STATUS_UNKNOWN value on switch
Leandro Dorileo
1
-0
/
+1
2015-01-15
dlna: implement a mime type selector fallback
Leandro Dorileo
14
-4
/
+194
2015-01-15
move strings and declarations so they are local.
Gustavo Sverzut Barbieri
3
-23
/
+16
2015-01-15
test: fix buffer overrun issue
Leandro Dorileo
2
-1
/
+6
2015-01-15
jpeg: fix non null-terminated string issue
Leandro Dorileo
1
-1
/
+2
2015-01-15
png: fix non null-terminated string issue
Leandro Dorileo
1
-2
/
+3
2015-01-13
generic: make it parse ogg files
Leandro Dorileo
1
-0
/
+18
2015-01-12
generic: do not use AV_OPT_SEARCH_FAKE_OBJ flag
Leandro Dorileo
1
-2
/
+1
2015-01-07
dlna: don't match if no profile/level identified
Leandro Dorileo
1
-7
/
+5
2015-01-07
mp4: change codec identifier mpeg1audio to mpeg4aac-lc
Leandro Dorileo
1
-1
/
+1
2014-11-19
fix unsigned integer comparison in read() == size statements.
Gustavo Sverzut Barbieri
2
-3
/
+3
2014-11-19
include "itime" in the master/slave communication.
Gustavo Sverzut Barbieri
1
-0
/
+4
2014-11-19
fix test for SKIPPED entries.
Gustavo Sverzut Barbieri
1
-0
/
+1
2014-11-19
fix buffer overflow if slen = 32.
Gustavo Sverzut Barbieri
1
-1
/
+1
2014-08-20
mp4 and generic: produce codec string with "p" prefix for profile.
Gustavo Sverzut Barbieri
2
-2
/
+2
2014-08-20
dlna_rules: add missing array sentinel.
Gustavo Sverzut Barbieri
1
-0
/
+5
2014-03-17
id3: avoid divide by zero if no bitrate specified in header.
Carsten (The Rasterman) Haitzler
1
-1
/
+1
2014-02-13
daemon: warning and behave properly if no xdg-user-dirs setup.
Gustavo Sverzut Barbieri
1
-2
/
+8
2014-02-13
libav: compatibility issues between libav and ffmpeg
Leandro Dorileo
1
-1
/
+5
2014-02-13
dlna: fix audio sentinel check
Leandro Dorileo
1
-1
/
+2
2014-02-12
Record if the file was already parsed, ignore them in the generic.
Gustavo Sverzut Barbieri
3
-0
/
+7
2014-02-11
generic: minimal libav adjustments
Leandro Dorileo
1
-5
/
+8
2014-01-29
generic: remove the dlna stuff and add codec container handlers
Leandro Dorileo
1
-776
/
+308
2014-01-29
wave: remove the dlna stuffs from plugin
Leandro Dorileo
1
-28
/
+0
2014-01-29
png: remove all the dlna stuff
Leandro Dorileo
1
-33
/
+5
2014-01-29
mp4: remove all the dlna stuff from plugin
Leandro Dorileo
1
-1880
/
+0
2014-01-29
jpeg: remove all the dlna stuff
Leandro Dorileo
1
-41
/
+5
2014-01-29
id3: remove all the dlna stuff from plugin
Leandro Dorileo
1
-71
/
+3
2014-01-29
asf: remove all the dlna stuff from plugin
Leandro Dorileo
1
-29
/
+0
2014-01-29
db layer: call the lms_dlna_* functions
Leandro Dorileo
3
-0
/
+31
2014-01-29
dlna: introduce a dlna lower layer
Leandro Dorileo
5
-2
/
+2935
2014-01-28
image/video db: new fields added
Leandro Dorileo
3
-5
/
+58
2014-01-07
daemon monitors mounts and triggers scans.
Gustavo Sverzut Barbieri
1
-11
/
+248
2013-12-27
change project url to github.
Gustavo Sverzut Barbieri
13
-13
/
+13
2013-12-27
generic: implemente a generic parser plugin
Leandro Dorileo
2
-0
/
+1104
2013-12-27
plugin: implement parser sorting
Leandro Dorileo
16
-0
/
+23
2013-12-27
mp4: implement dlna profile and mime computation
Leandro Dorileo
1
-5
/
+1956
2013-12-06
lightmediascannerctl: start daemon if not running.
Gustavo Sverzut Barbieri
1
-0
/
+44
2013-12-04
Fix warnings on 64 bits
Lucas De Marchi
2
-6
/
+7
2013-12-04
daemon/ctl: introduce ScanProgress signal.
Gustavo Sverzut Barbieri
2
-0
/
+159
2013-12-04
ctl: fix g_variant leak.
Gustavo Sverzut Barbieri
1
-1
/
+3
2013-12-04
process: properly report status for dual-process mode.
Gustavo Sverzut Barbieri
1
-1
/
+1
2013-12-04
process: do not change update_id on skipped files.
Gustavo Sverzut Barbieri
1
-1
/
+3
2013-12-04
daemon: remove from db files with dtime older than a given date.
Gustavo Sverzut Barbieri
1
-0
/
+59
2013-12-04
daemon: export read-only property DataBasePath.
Gustavo Sverzut Barbieri
1
-1
/
+4
2013-09-11
minor: remove left over "#undef STR_FIELD_FROM_TAG"
Gustavo Sverzut Barbieri
1
-1
/
+0
2013-09-10
flac: fix wrong prefix length
Lucas De Marchi
1
-1
/
+1
2013-09-10
utils refactor.
Gustavo Sverzut Barbieri
17
-181
/
+170
2013-09-10
introduce and use helpers lms_string_size_strndup() and lms_string_size_dup()
Gustavo Sverzut Barbieri
9
-83
/
+98
2013-09-10
asf: register new fields (container, sampling_rate)
Gustavo Sverzut Barbieri
1
-0
/
+2
[next]