summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/osal
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused LOCAL_LDLIBS.Ying Wang2014-05-081-4/+0
| | | | Change-Id: I14865bee99fbcc5188b64fbd22bb49a1947ec6ff
* media: 64 bit compile issuesMark Salyzyn2014-04-153-11/+12
| | | | | | | | - change internal sized types to use stdint.h - printf & scanf formats - size_t or unsigned int for iterators Change-Id: Id993a70d8bf54c667c5d652b34179a2c727ed446
* Change M4OSA_ERR_CREATE to return unsigned integer.Ashok Bhat2014-01-021-1/+1
| | | | | | | | | | While M4OSA_ERR is defined as M4OSA_UInt32, MOSA_ERR_CREATE is defined to return M4OSA_Int32. This leads to signed/unsigned comparison warnings. M4OSA_ERR_CREATE has been changed to return M4OSA_UInt32 to fix this issue. Change-Id: I71a5c50a95c7f296469604b486a1d3969d302a3f Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
* libvideoeditor: fix M4OSA_Clock header guardsynergydev2013-10-181-1/+1
| | | | | | CLOCK was mispelled as CLOCH Change-Id: Ie7163fc8723d7a5b9df113f55a4a550e5465d9b5
* Add liblogYing Wang2013-04-091-2/+1
| | | | | Bug: 8580410 Change-Id: If493d87d60d71be664ad75b140c62acadb75b0d0
* libvideoeditor: fix code bugs when enabling all-level debugging macrosbeanz2012-11-071-2/+2
| | | | | Change-Id: Ic8aedfa821d79698d31cf7ee3bf382aae85981f6 Signed-off-by: beanz <beanz@marvell.com>
* Add NOTICE and MODULE_LICENSE_APATCH2 to libvideoeditorJames Dong2012-06-122-0/+190
| | | | | Change-Id: I19308c5fb0f39f8e696092186f4386e3dad06894 related-to-bug: 6647465
* Remove libvideoeditor_jni.so's dependency on static libs in video editor engineJames Dong2012-05-161-1/+1
| | | | | | related-to-bug: 6502980 Change-Id: I9cbbf44eb53c406263df4003cc3de2af4d239180
* Revert "Remove libvideoeditor_jni.so's dependency on static libs in video ↵James Dong2012-05-151-1/+1
| | | | | | editor engine" This reverts commit 1af1f6a60b9fa217b6809e767babf1ce8a2e95c9.
* Remove libvideoeditor_jni.so's dependency on static libs in video editor engineJames Dong2012-05-151-1/+1
| | | | | | related-to-bug: 6328360 Change-Id: I36324820c7e72fedd8c4caf1b03443a4f7cec37f
* Make file change because libvideoeditor source files movedJames Dong2012-03-221-1/+1
| | | | | | o related-to-bug: 6214141 Change-Id: I3ef60ca7670df37d7e43546e244cfe6a33093ba9
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+1
| | | | | | Bug: 5010576 Change-Id: Ida75833739d363061c2e688a6c7f7d7b3f3edd1e
* Fix of issue 4973565 Cannot export movie.Rajneesh Chowdury2011-07-071-0/+2
| | | | | | Also fixes 4441452 Native Crash after applying transition Change-Id: Ic48c44bc2c5d07e57edb8f63393cea424d3275f4
* Make line-ending consistent (unix style).Chih-Chung Chang2011-06-302-71/+71
| | | | Change-Id: Id837b042952ff5d97907591f337b2222cff2c8a9
* Fix for: 4676350 Do not use dual copyright declaration for video editor codeThomas Le Guevel2011-06-2336-36/+0
| | | | Change-Id: I2856be051fa3b3ddfe67e096e45fb0b34beb92be
* Fix for issue 4035003 Support for 64 bit datatypehongteng2011-05-059-608/+35
| | | | | | | | | | | | a. M4OSA_64BITS_SUPPORTED removed b. M4OSA_64BITS_NOT_SUPPORTED removed c. M4OSA_UInt64 removed d. M4OSA_Int64 removed e. M4OSA_INT32_FROM_INT32 removed f. M4OSA_TIME_FROM_INT32_UINT32 removed g. clean-up all macro in M4OSA_Time.h, M4OSA_Types.h and osal/inc/M4OSA_FileCommon.h Change-Id: I2b1751962945dcc668e995d05a57b66cd268642f
* Fix for issue 3385135 "source code cleanup" engine parthongteng2011-04-2214-8733/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed below unused functions a. M4PTO3GPP_RegisterExternalVideoEncoder b. M4VSS3GPP_editRegisterExternalVideoDecoder c. M4VSS3GPP_editRegisterExternalVideoEncoder d. M4VSS3GPP_extractPictureRegisterExternalVideoDecoder e. M4VSS3GPP_editRegisterExternalCodec f. M4VSS3GPP_editSubscribeExternalCodecs g. M4VSS3GPP_intSubscribeExternalCodecs h. M4VSS3GPP_intClipRegisterExternalVideoDecoder i. M4xVSS_RegisterExternalVideoDecoder j. M4xVSS_RegisterExternalVideoEncoder k. M4MCS_registerExternalVideoDecoder l. M4MCS_registerExternalVideoEncoder m. M4MCS_registerExternalAudioDecoder n. M4MCS_registerExternalAudioEncoder o. M4DECODER_EXTERNAL_getInterface - Also remove small code associated with these functions and Remove below unsused src + header files a. M4CLOCK.h b. M4MDP_API.h c. M4VD_EXTERNAL_Internal.h d. M4VD_HW_API.h e. M4VE_API.h f. M4_Logo.h g. M4VD_EXTERNAL_Interface.c h. LV_Types.h i. M4OSA_FileAccess.h j. M4OSA_FileCache.h k. M4OSA_FileExtra.h l. M4OSA_FileReaderRam.h m. M4OSA_FileWriterRam.h n. M4OSA_String.h o. M4OSA_String_priv.h p. M4OSA_FileCache.c q. M4OSA_FileExtra.c r. M4OSA_FileReader_RAM.c s. M4OSA_FileWriter_RAM.c t. M4OSA_String.c u. M4OSA_String_priv.c Change-Id: I7271cbe92168e665a8e5b7afe7c7fe1c331eaa1e
* Fix for issue 3385135 "source code cleanup" engine parthongteng2011-04-225-261/+0
| | | | | | | | | | | | | | | | - remove commented code - remove code under #if 0 - remove macro FILE_LOWER_CASE as it is not used - remove macro #if 1 - remove TIMESCALE_BUG macro, and all code under this macro as it is not used - remove following unused functions: * M4MCS_getExifInfo * M4MCS_registerAudioEncoderExtended * M4MCS_registerVideoDecoderExtended * M4MCS_registerAudioDecoderExtended * M4MCS_registerVideoEncoderExtended Change-Id: I8e2916d956af6d381ae1962fedc61a8b48f60ce2
* Fix for issue 4133431 "Remove OSAL layer" in engine partShyam Pallapothu2011-04-2116-101/+144
| | | | Change-Id: I98f98691048a5afc6f691b0cc3cec92e458e8f44
* Fix for issue 4133431 "Remove OSAL layer" in engine partShyam Pallapothu2011-04-204-110/+2
| | | | Change-Id: I9e2e142bcdf3153c529b790e368caea4fdb65ac8
* Fix for issue 4133431 "Remove OSAL layer" in engine partDheeraj Sharma2011-04-126-1152/+14
| | | | Change-Id: I79efc956aa0d23fb333d12c8947b48455b7524d1
* frameworks/media/libvideoeditor: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-4/+0
| | | | | Change-Id: Ib3ecb46e1ecc192edae2d5634798efffccbb6c94 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Change trace labelsJames Dong2011-03-041-4/+4
| | | | | | bug - 3385135 Change-Id: Iad66e122a9e2ce7cce26779f679cbf04dd1a5434
* VideoEditor: Issue ID: 3371667: Fix Set1Basavapatna Dattaguru2011-02-233-7/+7
| | | | Change-Id: I728bc27b86e0c8720a2d05e6cff8a76f820bf016
* Fix for issue 3456689 : Export failed with Runtime errorSantosh Madhava2011-02-211-1/+1
| | | | Change-Id: I402601590a39d71cf8bd25379f3fdd7915078c9d
* Incorporated review comments and merged on TOTDheeraj Sharma2011-01-301-2/+6
| | | | Change-Id: Ia147aeb73a6d8cf9c48e02ccaa428aa7adc04d3a
* Remove the eng developement LOCALtags in makefilesDharmaray Kundargi2011-01-191-1/+1
| | | | Change-Id: I6da8691dba062cd54410ffafde27b7eca0b73aa2
* videoeditor osal files check in on honeycombDharmaray Kundargi2011-01-171-2/+17
| | | | Change-Id: Ibb1f20329fbc6bb1629f5d6d4588eb6966f1c1ab
* videoeditor osal files check in on honeycombDharmaray Kundargi2011-01-1651-0/+18151
Change-Id: Id6c5f9f8819158ebffa9fd4dbbf5979a0e5f5808