hj kim [Fri, 21 Jun 2019 08:17:00 +0000 (17:17 +0900)]
Update debug msg
Change-Id: I4ca482bb7afb313de76f79a4624c563c197c679d
hj kim [Mon, 13 May 2019 02:46:26 +0000 (11:46 +0900)]
Update pkg version
Change-Id: I0f336e2e2cb9c5eeab27469aa465974496e58b5f
hj kim [Mon, 13 May 2019 02:43:42 +0000 (11:43 +0900)]
Change strcasecmp() to g_ascii_strcasecmp() because strcasecmp is locale sensitive.
Change-Id: Iff51728241d047f0af6f4dc2addbeecd5f573899
Jiyong Min [Mon, 4 Mar 2019 00:05:31 +0000 (00:05 +0000)]
Merge "Support TPOS (Part of a Set)" into tizen
Jiyong Min [Mon, 4 Mar 2019 00:05:23 +0000 (00:05 +0000)]
Merge "Just add description for the smta" into tizen
hj kim [Thu, 28 Feb 2019 02:12:11 +0000 (11:12 +0900)]
Increase _RETRY_SEARCH_LIMIT to 250. some contents need search count this much
Change-Id: I6825cea3e9a0a2a895b2e13af78940889c602744
hj kim [Thu, 28 Feb 2019 01:32:12 +0000 (10:32 +0900)]
Support TPOS (Part of a Set)
The ‘Part of a set’ frame is a numeric string that describes which part of a set the audio came from.
This frame is used if the source described in the “TALB” frame is divided into several mediums,
e.g. a double CD. The value MAY be extended with a “/” character and a numeric string containing the total number of parts in the set. E.g. “1/2”.
Change-Id: Ic0613adda4b54834892e7592df34598b9d14be9b
hj kim [Thu, 28 Feb 2019 01:38:43 +0000 (10:38 +0900)]
Just add description for the smta
Change-Id: I661cd6fe8667e3716e1269574836af63a61ac263
hj kim [Tue, 26 Feb 2019 07:36:40 +0000 (16:36 +0900)]
Support smta value 0x02
Change-Id: I7dc1f10917a706e03447a97b5ef69d945064d664
jiyong.min [Fri, 1 Feb 2019 00:39:25 +0000 (09:39 +0900)]
Change the size and nmemb of fread() to check the return value
Change-Id: Icff42f9f037df9b44cd5ab07420dab1037747463
jiyong.min [Tue, 29 Jan 2019 00:37:27 +0000 (09:37 +0900)]
Add to check the return of fseek()
- If fseek() is failed, -1 is returned and errno is set to indicate the errors.
Change-Id: I7174ca625da1026ebe07cb72fd97459d89c05d75
jiyong.min [Thu, 10 Jan 2019 08:25:19 +0000 (17:25 +0900)]
Add to check the file permission before mm_file access a file.
- error case
Metadata-extractor did not return Permission denied.
Change-Id: I5ef74a95dcca60e451d9c1e55aab67694f7f208e
hj kim [Fri, 21 Dec 2018 02:44:31 +0000 (11:44 +0900)]
Coverity issue fix
Change-Id: Id90eb786575e82376fd0535ea11fd0fadfcd5470
jiyong.min [Fri, 7 Dec 2018 03:45:39 +0000 (12:45 +0900)]
Fix format error in logs
Change-Id: I024c8d532c47c3a58aa13f4b6e5fa5c6a647d7a2
jiyong.min [Mon, 26 Nov 2018 02:10:06 +0000 (11:10 +0900)]
Fix build error without gtests
Change-Id: I7eb22626683c57234d272302228beb831093d434
hj kim [Mon, 26 Nov 2018 01:13:54 +0000 (01:13 +0000)]
Merge "Adding initial structure for unittest" into tizen
jiyong.min [Wed, 21 Nov 2018 08:00:08 +0000 (17:00 +0900)]
Adding initial structure for unittest
- It has only one testcases for libmedia_utils of unittest
- It would be enabled by gtest build with '--define "gtests 1"'
- Two test contents would be copyied to '/usr/bin' directory
Change-Id: I6988de63bfd3c2cea7aa8518bf83d700d09d38cd
Sangchul Lee [Mon, 5 Nov 2018 07:20:30 +0000 (16:20 +0900)]
Apply new attribute API of libmm-common
- Remove dependency of mm_attrs_private.h.
- Use new API set in mm_attrs.h instead of those.
Change-Id: Icd720cc02b677b881e4266c8a4a0cd79f72ab5ce
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
hj kim [Wed, 31 Oct 2018 06:45:07 +0000 (15:45 +0900)]
Remove dlog from Requires
Change-Id: Ie270508a787cc45064acfc7a3c5f1b17d658c8d2
Minje Ahn [Wed, 25 Jul 2018 03:55:18 +0000 (12:55 +0900)]
Remove duplicate verification code
Use mmfile_free instead of FREE_EX
Remove duplicate null check
Change-Id: I73101a08098966b1e026d2d0c384632abc1c74d9
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
hj kim [Thu, 12 Jul 2018 03:57:19 +0000 (12:57 +0900)]
[PLM P180706-00145]Fix character set issue for some languages used in Europe. And svace issues
Change-Id: I90bdeb4d5ba89b0f130995bfe575766a24ce37bb
Minje Ahn [Wed, 11 Apr 2018 07:29:46 +0000 (16:29 +0900)]
Add fortify, stack canary option
Change-Id: I52c4da8092619c3d0d165082bb8a9be64766fab0
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Mykola Alieksieiev [Fri, 29 Sep 2017 15:18:02 +0000 (18:18 +0300)]
Implement Spherical video metadata V2 extraction in MKV/WebM
- No stereo-mode support added as far as it is stored using the
existing StereoMode element specified in the Matroska spec. and
can be supported in the Matroska format parser
- WebM files prepared with MKVMerge tool with "-w" option turned on
(force WebM sub-format) are not recognized by libmm-fileinfo
- Ambisonic audio is not specified in Google's RFC v2
Change-Id: I4935602afb658bfa6971be247a4ffd1e3332fe55
Signed-off-by: Mykola Alieksieiev <m.alieksieie@samsung.com>
yujie.cheng [Thu, 8 Feb 2018 02:47:26 +0000 (10:47 +0800)]
support webm format
Change-Id: I4154332ff696b0efc060ad58876ad4d892e1715c
chen89.chen [Fri, 12 Jan 2018 07:40:59 +0000 (15:40 +0800)]
add support ape format
Change-Id: I529ee542ea735c8d33ee1b4eefa15135e3c8df3c
hj kim [Mon, 8 Jan 2018 05:42:24 +0000 (14:42 +0900)]
Add debug msg for error case
Change-Id: If7c7e0ee7994ca99b864a35fb0b67024a3b220a5
Vitaliy Cherepanov [Fri, 8 Dec 2017 12:03:19 +0000 (15:03 +0300)]
Fix deadlock during extracting tags
Change-Id: I16fe8b3844ace9be1edce741de533b40362ab4d6
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
ji.yong.seo [Thu, 23 Feb 2017 05:53:18 +0000 (14:53 +0900)]
MPEGTS content parsing timeout set.
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Change-Id: If2a7d646255ca0d35761c3d5aabd4667877d6d76
(cherry picked from commit
fea2250192199c4669c0c5974fc1e73f27ffee8e)
hj kim [Thu, 14 Dec 2017 04:30:47 +0000 (13:30 +0900)]
Support AIFF
Change-Id: Idc4fd8a1caf4dc337fae1be7adf04debb24df3ee
hj kim [Tue, 24 Oct 2017 07:53:00 +0000 (16:53 +0900)]
Fix Memory leak
Change-Id: I53f4585b12708aeeb7b41452f4b79ddfdbebed81
Haejeong Kim [Thu, 28 Sep 2017 09:53:24 +0000 (18:53 +0900)]
Bug fix of tag checking
Change-Id: I7be4676b170f561f0e73f9548d28b7c2d1292093
Haejeong Kim [Thu, 28 Sep 2017 08:47:44 +0000 (17:47 +0900)]
Coverity Issue Fix
Change-Id: I54eec93fc513692bde3df0030f2841d23fff0afe
Haejeong Kim [Thu, 14 Sep 2017 05:17:20 +0000 (14:17 +0900)]
Remove useless configure file
Change-Id: I67d823a239c6cb89769ae52c49e404e365c2c36f
Minje Ahn [Tue, 12 Sep 2017 00:32:36 +0000 (09:32 +0900)]
Modify the search function
Use glib API instead of dirent API
Change-Id: I2dc135b0f53f915ad478609b6457aa3999140780
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
chen89.chen [Thu, 7 Sep 2017 09:25:41 +0000 (17:25 +0800)]
mpg audio clip can't play , fix check mpeg audio layer 1 header
Change-Id: I34fb96eddddab03039be81d627d45b8fea7bf414
Haejeong Kim [Mon, 4 Sep 2017 05:10:24 +0000 (14:10 +0900)]
Apply tizen coding rule
Change-Id: I8fa2ede20e3dbb42a76d1e0a374f010750cd0e94
Haejeong Kim [Fri, 1 Sep 2017 06:44:32 +0000 (15:44 +0900)]
update msg format for debugging and apply tizen coding rule
Change-Id: I08190f96959658e63844ab77ff5a4ea065c43a33
Mykola Alieksieiev [Thu, 17 Aug 2017 09:32:07 +0000 (12:32 +0300)]
Add Spherical Video Metadata V2 support
Change-Id: I215cce72ac37719c8fbb62da5953e498452ded1f
Signed-off-by: Mykola Alieksieiev <m.alieksieie@samsung.com>
Jiyong Min [Thu, 24 Aug 2017 00:33:26 +0000 (09:33 +0900)]
Add to check NULL of pbSetup
Change-Id: I5ab01613fdc188446677cd55632dbf036715e745
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Haejeong Kim [Mon, 7 Aug 2017 02:54:02 +0000 (11:54 +0900)]
Apply libav 12.1
Change-Id: Ic93a7190a1be1d8deefd7e70cd0ba4984af34b82
Haejeong Kim [Fri, 28 Jul 2017 06:42:40 +0000 (15:42 +0900)]
Remove deprecated ffurl related code. Use own io_context instead of it
Change-Id: I26a8c473fb9d4e9aa29aec928cf248299c4c5bfd
Haejeong Kim [Thu, 27 Jul 2017 07:24:11 +0000 (16:24 +0900)]
Svace issue fix
Change-Id: I479294aeda58771c9646c03a3d216c621b58af11
Haejeong Kim [Thu, 27 Jul 2017 06:08:52 +0000 (15:08 +0900)]
Add test code for getting video frame
Change-Id: I25ae5287f48837aca7ed27f369cc9aecc353a826
Haejeong Kim [Thu, 27 Jul 2017 05:16:16 +0000 (14:16 +0900)]
Remove useless include
Change-Id: I80534df4da30b1453e49524a679f0c0eae5adcc6
Minje Ahn [Tue, 18 Jul 2017 00:59:53 +0000 (09:59 +0900)]
[SATIZENVUL-914] Add verify for value range
Change-Id: I6ffdc7c29568471347d4f58841925096a31a66e2
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Haejeong Kim [Fri, 21 Jul 2017 02:08:53 +0000 (11:08 +0900)]
Remove __MMFILE_FFMPEG_V085__
Change-Id: Iaddf2c369576a63cbd4457008049725ba7541b45
Haejeong Kim [Fri, 21 Jul 2017 01:48:17 +0000 (10:48 +0900)]
Change parameter type of time_stamp. double -> int64_t
Change-Id: I81de7b6465611f4ba482b75412a2b992b8c3a02b
Haejeong Kim [Thu, 20 Jul 2017 09:05:56 +0000 (18:05 +0900)]
Remove too old __MMFILE_FFMPEG_V085__ and related code. because __MMFILE_FFMPEG_V085__ was created when FFMpeg upgraded to v1.0 to backup code
Change-Id: Ibc3e6e96f89b5c4e1d69ade2f7ef8a32f2b40aae
Haejeong Kim [Thu, 20 Jul 2017 08:29:11 +0000 (17:29 +0900)]
Remove too old __MMFILE_FFMPEG_V100__ and related code. because __MMFILE_FFMPEG_V100__ was created when FFMpeg upgrade to v1.0
Change-Id: I34f40f317d3b246ba83573b2200435cfcf595c63
Haejeong Kim [Thu, 20 Jul 2017 08:10:49 +0000 (17:10 +0900)]
Fix Old Pixel format to New one
Change-Id: Ic238f65e2b1775dce3e575065f404dd876bf2867
Minje Ahn [Fri, 14 Jul 2017 05:52:48 +0000 (14:52 +0900)]
[SATIZENVUL-949] check memory allocation
1. Add allocation check
2. Remove code bundled with _SM_ONLY
Change-Id: Ic833adfdb30711797c3e005f9e5b842a2bda3752
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Mykola Alieksieiev [Tue, 4 Apr 2017 17:14:29 +0000 (20:14 +0300)]
Add support for Spherical Video and Ambisonics Audio Metadata
* Spherical Video Metadata V1 in mp4 files
* Spatial audio metadata extraction from SA3D atom nested in mp4a atom
* Supported different ambisonics types, orders and formats
Change-Id: I0768ef0e8f6875c47d1b58b35e4cbea68dacaf52
Signed-off-by: Mykola Alieksieiev <m.alieksieie@samsung.com>
Haejeong Kim [Wed, 21 Jun 2017 06:09:37 +0000 (15:09 +0900)]
fix invalid format argument types for dlog
Change-Id: Ia611bd5fccd8027d6fc3610c41562f59266543ec
Haejeong Kim [Mon, 12 Jun 2017 05:51:17 +0000 (14:51 +0900)]
[RQ170606-00002] fix invalid format argument types for dlog
Change-Id: Ib3cb1ae54e9a94de9044515cb37b751a695b9648
Jiyong Min [Thu, 20 Apr 2017 01:22:24 +0000 (10:22 +0900)]
Modify to use vulnerable function 'sscanf'
Change-Id: I82d34b900905e3dc487a7b22b995c5c05b609ec1
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
(cherry picked from commit
81d593deaba59483538a1f357b676aa805807304)
Haejeong Kim [Tue, 4 Apr 2017 06:38:30 +0000 (15:38 +0900)]
remove MMFileUtilGetMetaDataFromMP4() when extract content attributes. because MMFileUtilGetMetaDataFromMP4() is only extracting metadata(tag)
Change-Id: Iac932732e656ae2320b123a1628816b89f33c581
Haejeong Kim [Wed, 22 Mar 2017 08:17:14 +0000 (17:17 +0900)]
Just update comment for smta and cdis which in samsung specific moov container
Change-Id: I3435b1613c2fdf449969241ddb637965adb18503
Jiyong Min [Mon, 20 Mar 2017 07:43:04 +0000 (16:43 +0900)]
Add to check junk data
[Problem] It is too long to read mpeg header when it was broken.
- When read tag from the file with the junk data, read whole file to find tag
because of wrong offset of box.
If the offset of box was wrong, add to check the moov data has already found at first.
After reading moov data is done, it check junk data for 1000 times.
Change-Id: I7ff67e7076870c6af43a1f3a98565c2b5cea856c
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
Conflicts:
packaging/libmm-fileinfo.spec
Change-Id: I4ad0f2ff2000a8b8a784665a852a1e6f767c74d3
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
Jiyong Min [Tue, 17 Jan 2017 09:13:29 +0000 (18:13 +0900)]
Add tool package of executable file(mm_file_test) to improve security
Change-Id: I1a72170872b8f7a04109a452cf60e897d962a593
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
Conflicts:
packaging/libmm-fileinfo.spec
Change-Id: Idcbce52b7e02cca763c2358de373e8307440c8ee
Jiyong Min [Mon, 13 Mar 2017 06:15:41 +0000 (15:15 +0900)]
Replace readdir_r to readdir to fix build error
[Problem] After update tool chain to GCC6, 'readdir_r is deprecated' build error happen
'readdir_r' is deprecated because of below reasons.
* On systems where NAME_MAX is undefined, calling readdir_r() may be
unsafe because the interface does not allow the caller to specify
the length of the buffer used for the returned directory entry.
* On some systems, readdir_r() can't read directory entries with
very long names. When the glibc implementation encounters such a
name, readdir_r() fails with the error ENAMETOOLONG after the
final directory entry has been read. On some other systems,
readdir_r() may return a success status, but the returned d_name
field may not be null terminated or may be truncated.
Change-Id: Iaeabf4b09ab77dfedbc161c725c27a39ec4325c2
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
Jiyong Min [Tue, 7 Mar 2017 09:22:35 +0000 (18:22 +0900)]
Remove unused static variable to fix build error
[Problem] After update tool chain to GCC6, 'definded but not used' build error happen
Before GCC6 -Wunused-variable (enabled by -Wall) didn’t warn for unused static const variables in C.
This was because some old code had constructs like: static const char rcs_id[] = "$Id:...";.
But this old special use case is not very common anymore. And not warning about such unused variables was hiding real bugs.
So GCC6 introduces -Wunused-const-variable (enabled by -Wunused-variable for C, but not for C++).
Change-Id: I075937a718b0dbbd3cab28df75084581bed363ab
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
ji.yong.seo [Wed, 11 Jan 2017 04:11:51 +0000 (13:11 +0900)]
code refactoring
Change-Id: I935050c1fffe4643d3ebfeb493d012d1c5e01f7f
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Jiyong Min [Mon, 9 Jan 2017 00:49:45 +0000 (09:49 +0900)]
packaging: fix build error by Werror
Different semantics for inline functions
While -std=gnu89 employs the GNU89 inline semantics, -std=gnu11 uses the
C99 inline semantics. The C99 inline semantics requires that if a
function with external linkage is declared with inline function
specifier, it also has to be defined in the same translation unit (TU).
Consequently, GCC now warns if it sees a TU such as the following:
inline int foo (void);
This example now gives the following diagnostic:
f.c:1:12: warning: inline function 'foo' declared but never defined
inline int foo (void);
Change-Id: I01405d2b7820e32400d5ec193c073c7ce6e1a50a
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
Minje Ahn [Fri, 23 Dec 2016 00:54:35 +0000 (09:54 +0900)]
Reduce error log
Change error message to info message
Change-Id: If97d61f6a5625e272f9271502e27bc1ae1c1da2e
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
modify debug msg.
Change-Id: I4883b3b044efda104c9d1bf682aa538f42e5f405
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
fix build error.
Change-Id: Ic9e28d7234110c2208a953e39330aac3ce6ccabf
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
ji.yong.seo [Fri, 16 Dec 2016 05:32:18 +0000 (14:32 +0900)]
fix uuid parsing fail.
Change-Id: Iac5c56750f3bbb51b6665a3a8465f00e9441f018
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
(cherry picked from commit
c490426bc6f333747d8fc8dd3185fd1baad7a518)
ji.yong.seo [Thu, 1 Dec 2016 04:12:45 +0000 (13:12 +0900)]
modify 360 video parser.
Change-Id: I5411e7583b0fa8d964dd0e268d206cc0b38b61e7
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
(cherry picked from commit
3636ddb575175638220b414a7f3b9a818dd01d24)
Minje Ahn [Thu, 1 Dec 2016 08:57:18 +0000 (17:57 +0900)]
Add testcode
Change-Id: Ifd76105cd77bea23eeaef8d68617fd88d842c215
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Jiyong Min [Tue, 29 Nov 2016 05:01:26 +0000 (21:01 -0800)]
Merge "Remove unused condition and fix buffer overflow" into tizen
Jiyong Min [Tue, 29 Nov 2016 04:52:21 +0000 (13:52 +0900)]
Remove unused condition and fix buffer overflow
Change-Id: Id1d0a7de85d5251c90f0b3df80ce6c5b662d1622
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Minje Ahn [Tue, 29 Nov 2016 04:49:30 +0000 (13:49 +0900)]
Fix svace 2.2 issue
Change-Id: I20351b4b4241ca4994cedfe27cad56e4cb272a1d
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Jiyong Min [Mon, 24 Oct 2016 05:20:51 +0000 (14:20 +0900)]
Fix 64bit crash & tc fail when get content info from buffer
[Problem] 64bit address is 8 byte(64bit), so the URI of memory buffer should be assigned to 8 byte string.
The typecast of memory buffer is changed from unsigned int(4 byte) to unsigned long(8 byte).
In 32bit, unsigned int and unsigned long are 4 byte. It has no problem for 32bit.
Change-Id: I09fa95e4c1cf937651c1c4e77d30053f577d7c2d
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Minje Ahn [Wed, 19 Oct 2016 01:15:29 +0000 (10:15 +0900)]
Fix svace issue
Change-Id: I28d7e0adedb7f606888954a670777281238c10b2
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Fri, 30 Sep 2016 05:01:28 +0000 (14:01 +0900)]
Fix shared object path
Change-Id: I215cefac9360c1fea7497fc9031d09f100fa40c3
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Mon, 26 Sep 2016 23:33:31 +0000 (08:33 +0900)]
Modify library path(using full-path <TSAM-7896>)
Change-Id: I0989f8bf46b67b43e0eccbf02089aa416f719a88
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Jiyong Min [Thu, 8 Sep 2016 23:02:22 +0000 (08:02 +0900)]
Fix null pointer dereferenced issue (WGID-28322)
Change-Id: Id853dffbeb3aba5aa247725e2b326d8d532cdb37
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Minje Ahn [Thu, 14 Jul 2016 07:46:09 +0000 (16:46 +0900)]
Supports files larger than 4GB.
Change-Id: Ifc5f29e36a0977584029270fab21516ff522a905
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Fri, 24 Jun 2016 05:34:51 +0000 (14:34 +0900)]
Fix svace issue
Change-Id: Id8119ed32a1141b1713c3df4f88eef2b930ce9b5
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Wed, 22 Jun 2016 01:03:04 +0000 (10:03 +0900)]
Fix svace defect
Change-Id: I6bb25184199358f2d32f8feae7504f01f61194a9
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Thu, 16 Jun 2016 02:24:30 +0000 (11:24 +0900)]
Fix svace issue
Change-Id: Ia9eab08b963a23a71f66f391ef67c6be555c7e47
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Jiyong Min [Thu, 26 May 2016 23:34:30 +0000 (08:34 +0900)]
[TNEF-7080] Change PNG checker for album art of ID3 tag
Change-Id: I5c012185bd614081dd36a33aec5cdf1f23cb9705
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
Minje Ahn [Thu, 26 May 2016 00:43:19 +0000 (09:43 +0900)]
Add 360 content feature
Change-Id: I73ea6c702822d22af36caf4d241117eec3c18aa2
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Minje Ahn [Thu, 11 Feb 2016 23:56:02 +0000 (08:56 +0900)]
Add checker for id3tag v1 size and memory overlap issue fix
Change-Id: I4005065f31ab41a208ea12bf9949a661b57dccac
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
ji.yong.seo [Thu, 21 Jan 2016 07:26:49 +0000 (16:26 +0900)]
bug fix patch from tizen 2.4.
Change-Id: I2418e1a46e27151ce2103a89115b0bda74c257e2
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Minje Ahn [Mon, 4 Jan 2016 04:13:13 +0000 (13:13 +0900)]
modify id3 tag parser (extended header exception handing)
Change-Id: I04e2cf9f77d4a56bdc511649077ba6e89a490176
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Haejeong Kim [Tue, 29 Dec 2015 06:27:23 +0000 (15:27 +0900)]
Svace issue fix
Change-Id: Id074567a077a36092c7b6afd18a90377df3029cf
Haejeong Kim [Mon, 21 Dec 2015 08:11:37 +0000 (17:11 +0900)]
Svace issue fix
Change-Id: Ia8a53323c9680cbddac59ffc2d73268c785066e8
Haejeong Kim [Thu, 17 Dec 2015 05:29:12 +0000 (14:29 +0900)]
Typo fix
Change-Id: Ieda9a7b9e13e52470b15009af983784e4e28aaa5
Haejeong Kim [Thu, 10 Dec 2015 05:43:47 +0000 (14:43 +0900)]
Apply tizen coding rule
Change-Id: I2419dafc2271df5ed2140ed405de6a22dc86532d
Haejeong Kim [Thu, 10 Dec 2015 01:01:47 +0000 (10:01 +0900)]
Apply tizen coding rule
Change-Id: Ic89a94ce8e5f20aaccb5bc6af11bcc8efc669135
ji.yong.seo [Fri, 2 Oct 2015 09:19:35 +0000 (18:19 +0900)]
Remove dependency with libmm-common.
Change-Id: Ia79020ede78ee6f16729d3983b6d1b44f1da1cd9
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
hj kim [Thu, 10 Sep 2015 05:02:46 +0000 (22:02 -0700)]
Merge "sync tizen_2.4." into tizen
ji.yong.seo [Mon, 27 Jul 2015 03:30:21 +0000 (12:30 +0900)]
sync tizen_2.4.
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Change-Id: Ia8ed7963d67932acf177eddeedeb70d7037fd371
ji.yong.seo [Mon, 27 Jul 2015 03:30:21 +0000 (12:30 +0900)]
Removed instructions which were not required.
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Change-Id: Ie8575cb07ca8de5b0022a4c1983043d667eb504e
ji.yong.seo [Mon, 27 Jul 2015 01:15:19 +0000 (10:15 +0900)]
Remove unnecessary assignments.
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Change-Id: If4e55ce38ba60d3aed1de564fb199f38f035b72c
ji.yong.seo [Mon, 27 Jul 2015 01:13:20 +0000 (10:13 +0900)]
Removed unreachable break statements.
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Change-Id: Iefa9371272bfe5675b882ce9950063b451377fab
ji.yong.seo [Fri, 24 Jul 2015 07:25:03 +0000 (16:25 +0900)]
2.4 sync
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Change-Id: I85e38ca8b07fabe2540232f61eaf70b9bcde9b3b
ji.yong.seo [Tue, 7 Jul 2015 10:48:03 +0000 (19:48 +0900)]
fix 64bit build error
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Change-Id: I62906ea826d3ca310cfbb95bd544ff68ab333295
ji.yong.seo [Fri, 3 Jul 2015 06:39:00 +0000 (15:39 +0900)]
modify build option and update code by Tizen coding convention.
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Change-Id: I817c2418efe1169b926948c1838135b54da8860b
ji.yong.seo [Wed, 24 Jun 2015 06:13:56 +0000 (15:13 +0900)]
libmm-log dependency remove
Signed-off-by: ji.yong.seo <ji.yong.seo@samsung.com>
Change-Id: I66bce9afc1ce53bfd1a57c1cba6f8a138db252ea
ji.yong.seo [Thu, 18 Jun 2015 00:49:19 +0000 (09:49 +0900)]
fix build error (remove memtrace_reader)
Change-Id: I7eea518f07883b5e7d3232406b5e8bc87f6bf5f4