• Home
  • History
  • Annotate
  • only in /frameworks/base/media/jni/mediaeditor/
History log of /frameworks/base/media/jni/mediaeditor/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c96a7294a4ec7f807dbe0fd82a2ba2d58008304b 25-Jun-2012 wfeng6 <wei.feng@intel.com> To avoid the JNI memory leaks in video editor codes

There is a protential memory leak in video editor JNI codes.
When importing so many video clips, the number of local reference
will exceed 512, which will cause the Dalvik virtual machine
crash. The patch will free each local reference when it's no
longer used to avoid memory leaks.

Change-Id: Iecd986c83f05a1103641746d6d43eef0a9c5ee40
Author: Wei Feng <wei.feng@intel.com>
Signed-off-by: Wei Feng <wei.feng@intel.com>
Singed-off-by: Shuo Gao <shuo.gao@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 40786
ideoEditorClasses.cpp
ideoEditorJava.cpp
ideoEditorMain.cpp
c6693f6fee01f0694230c0078f5a2136f99c380e 12-Jun-2012 James Dong <jdong@google.com> Add NOTICE and MODULE_LICENSE_APACH2 to libvideoeditor_jni.so

Change-Id: Ibe37c2e6ede6143dc4e27c6072867bc58aa1c08a
related-to-bug: 6647465
ODULE_LICENSE_APACHE2
OTICE
54c40e033e487b96ff3356d29ab02cc1304f4117 30-May-2012 James Dong <jdong@google.com> Fixed a buffer overflow issue

The allocated array has one byte less than the required length. Allocating the size one byte larger fixes the issue.
contribution was originally from teng.hong@nxp.com

Change-Id: I3aa2e6b995fd18e30649a34f201646082aab44ee
related-to-bug: 6347465
ideoEditorMain.cpp
5ddb19e5305365d23ffd46751d8963d9b739b49d 15-May-2012 James Dong <jdong@google.com> Remove dependency of libvideoeditor_jni.so on static libs from video editor engine

related-to-bug: 6502980

Change-Id: I77aa67dac73ecb6200cfc885c426c23d70929e5d
ndroid.mk
f20e4f4b1a31c2103efdff01e2bf1a3b6f8d503e 15-May-2012 James Dong <jdong@google.com> Revert "Remove dependency of libvideoeditor_jni.so on static libs from video editor engine"

This reverts commit cbaa821b7f286a54767cc8bc549504ea2ed86e4d.
ndroid.mk
cbaa821b7f286a54767cc8bc549504ea2ed86e4d 15-May-2012 James Dong <jdong@google.com> Remove dependency of libvideoeditor_jni.so on static libs from video editor engine

related-to-bug: 6328360

Change-Id: Ifc9ffc671f454135db31590805c38f9635e5c815
ndroid.mk
6e3bceef9c0fcc82881fd88e98b299ce0371bbfa 24-Mar-2012 James Dong <jdong@google.com> VideoEditorMain.h is moved to /frameworks/av/libvideoeditor and thus can be deleted.

o this is to resolve undesirable dependency of /frameworks/av/libvideoeditor on /frameworks/base/media/jni
o related-to-bug: 6214141

Change-Id: I62d08a7789ecb34d35cd22d2e6f68c3510c9bd90
ideoEditorMain.h
798cda73e173d69f7be51aa9123cd1917bfd5d59 23-Mar-2012 James Dong <jdong@google.com> Change Android.mk file to use the new location after /frameworks/media/libvideoeditor source files are moved

o related-to-bug: 6214141

Change-Id: Ic9f07a8558e944237ccaba4f756fcab59f84e78f
ndroid.mk
e1dea48f92fd087573ac76c6acd03f5a19181ece 12-Mar-2012 James Dong <jdong@google.com> Switched to use the header files in /frameworks/native
and deleted the duplicate header files in /frameworks/base

o related-to-bug: 6044887

Change-Id: I17e0692d9a9b5c8796ded36677c833ca8ab36795
ndroid.mk
1b5fa0f811c939cf9db4318ca7de5cdece1398fd 12-Mar-2012 James Dong <jdong@google.com> Removed the include header path since it is not needed.

o related-to-bug: 6044894

Change-Id: I15aec441dc0c75804aa33fc3e7ef977f7490922d
ndroid.mk
8335f1ccccedb6655d96d9d5b697a7f0938235dd 26-Feb-2012 Mathias Agopian <mathias@google.com> fix libgui header location

Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
ideoEditorMain.cpp
459f40dfb3ee67ff0f0b75f5a2a7b195f62cd63c 10-Feb-2012 James Dong <jdong@google.com> move away from MediaDebug and use ADebug instead for video editor engine

Change-Id: I2c0ad6c64f1bd03bd3dfe2c87792f8089dcbc101
ndroid.mk
3762c311729fe9f3af085c14c5c1fb471d994c03 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
ideoEditorMain.cpp
6215d3ff4b5dfa52a5d8b9a42e343051f31066a5 04-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156801

Bug: 5449033
Change-Id: Ib08fe86d23db91ee153e9f91a99a35c42b9208ea
ideoEditorLogging.h
490909d2c057f348c0a6c69e5e6e9ab48fa8ea07 15-Dec-2011 Glenn Kasten <gkasten@google.com> Extract out audio DSP code to utility library

Change-Id: Ib8ce72028a7ea30e82baa518e381370e820ebbd0
ndroid.mk
29f1c32eea12ab33547af73fb0e5dcf432e6979c 02-Dec-2011 Hong Teng <hongteng@google.com> am 5126f1d4: am 613ed4c6: Merge "Fixd for 5490443 Native crash while exporting a video - Add new onError callback to PreviewProgressListener, which is used to indicate video editor application for the error that has occurred during priviewing. With this modification,

* commit '5126f1d413b4fcb0aff5b364e1e5a41c89ca665c':
Fixd for 5490443 Native crash while exporting a video - Add new onError callback to PreviewProgressListener, which is used to indicate video editor application for the error that has occurred during priviewing. With this modification, the application must implement the onError method, and then VideoEditorPreviewTest.java is changed accordingly.
63149c81adf79f43c6508647614247277f8052e2 01-Dec-2011 Hong Teng <hongteng@google.com> Fixd for 5490443 Native crash while exporting a video
- Add new onError callback to PreviewProgressListener, which is
used to indicate video editor application for the error that has occurred during
priviewing.
With this modification, the application must implement the onError method,
and then VideoEditorPreviewTest.java is changed accordingly.

Change-Id: I15610b8907fcf8bd35a3c69ad7c07b5175a6e309
ideoEditorMain.cpp
71f2cf116aab893e224056c38ab146bd1538dd3e 20-Oct-2011 Steve Block <steveblock@google.com> Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/143865

Bug: 5449033
Change-Id: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
ideoEditorMain.cpp
a18886ca08b32c5c949a285f27c8713e05e3dd11 09-Sep-2011 Chih-Chung Chang <chihchung@google.com> Fix 5278371: OOM in MediaItemThumbnailTest

Because we request 400x240 thumbnails. 100 thumbnails needs 38M,
which is too much. Change it to 70 now.

Also handle the case if the thumbnail callback throws exception.

Change-Id: Iac4ee72f308b7c7a6ae860983197601cf89bee8f
ideoEditorMain.cpp
47a52158d2df0eb818bf7d589d8ff9fd5c0daaa3 07-Sep-2011 Chih-Chung Chang <chihchung@google.com> Fix 5156702: rotate thumbnails

Change-Id: I97b51dadf129172d5b154e9dfd66da254e4559d7
ideoEditorMain.cpp
c847b1a89df94dbff4c2f557f8c042ead5398c3f 30-Aug-2011 Rajneesh Chowdury <rajneeshc@google.com> Fix for 5156702 Rotate video output for thumbnails and export

This is part of a multi project submit.
This is the Java and Jni changes.

Change-Id: I8851f5d865e657b7846bcded38e752f388f95895
ideoEditorClasses.cpp
ideoEditorClasses.h
ideoEditorMain.cpp
ideoEditorMain.h
ideoEditorPropertiesMain.cpp
3ced044154945f9d60983032278e00fe28f4ab1b 13-Aug-2011 Rajneesh Chowdury <rajneeshc@google.com> Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java)

Also fixes 5118207 add other video codec support for video editor export.

Change-Id: If72427173bd8ff684af07ba00f4425c1deef29c6
ideoEditorClasses.cpp
ideoEditorClasses.h
ideoEditorMain.cpp
ideoEditorPropertiesMain.cpp
7f639d33151be143f062274b0da0729c29391bdb 19-Aug-2011 Chih-Chung Chang <chihchung@google.com> Merge "Fix 5144356: Native crash while importing music"
a91495d56dc10a57ed21490ffafae742b6411d6e 18-Aug-2011 Rajneesh Chowdury <rajneeshc@google.com> Merge "Fix for 5155561 During export, progress bar jumps from 0 to 50%"
176dde85a0ba838c1aed4148473743d964edbaec 18-Aug-2011 Chih-Chung Chang <chihchung@google.com> Fix 5144356: Native crash while importing music

1. Use the correct Get*Field functions according to the field type.
2. When we have exceptions, return.

Change-Id: I1878d806e26798a0977ff71a781551088e45f6fb
ideoEditorMain.cpp
6721d33feff547e938aeba20073c9c0cc6a3390b 17-Aug-2011 Rajneesh Chowdury <rajneeshc@google.com> Fix for 5155561 During export, progress bar jumps from 0 to 50%

Change-Id: I5f5814a1212cd242535ae7cadec8a76f099e78ce
ideoEditorMain.cpp
1f5de3833daddfa1d0ebc7dee1f9e007d4ed36a0 15-Aug-2011 Chih-Chung Chang <chihchung@google.com> Display thumbnails one by one and cache them.

Change-Id: I10808f5bca475aea924817bf532dc5916438563a
ideoBrowserInternal.h
ideoBrowserMain.c
ideoEditorMain.cpp
cb04a1f3a31c252a0e3fda5e7eaa16f3257c9397 09-Aug-2011 Chih-Chung Chang <chihchung@google.com> Speed up thumbnail generation.

We don't need to have precise position for thumbnails, so we add
a tolerance parameter to the decoder. The decoder can return an
earlier frame within the tolerance time given.

Change-Id: I0a49ed6b03f8c3264606e4143dd5ecf48e9d0f62
ideoBrowserMain.c
ideoBrowserMain.h
ideoEditorMain.cpp
ideoEditorThumbnailMain.cpp
ideoEditorThumbnailMain.h
17cfcbfa2920e2bd0576cce0b36fb72fbbd1e0e3 25-Jul-2011 Chih-Chung Chang <chihchung@google.com> Add dependencies for the YV12 color converter change.

Bug: 5061733
Change-Id: Id8227a4f634285323c37498604fe080d986bfb09
ndroid.mk
b33d46cc77b0e96a4d0ff39b85158c5c4eca3855 26-Jul-2011 Chih-Chung Chang <chihchung@google.com> Merge "Add filename and line number in the debug messages."
25ba294d1f7f16d285a98d4a8ec2524ca2f860da 21-Jul-2011 Chih-Chung Chang <chihchung@google.com> Add filename and line number in the debug messages.

Change-Id: I0e19215cd6f26ccd97bcbff765194adda5faf940
ideoEditorJava.cpp
ideoEditorJava.h
600acf14ff12eaf139f0ac644fb7e17849af65fa 07-Jul-2011 Hong Teng <hongteng@google.com> fix for issue 4142219
Don't hard code platform-specific limitations-jni/java part

Change-Id: Icde261b1caf29a8cf552884c97f3c9d0b41741a3
ideoEditorClasses.cpp
ideoEditorPropertiesMain.cpp
ff90212a3c00e89b25399eb90cdce471cc8c8cc1 30-Jun-2011 Chih-Chung Chang <chihchung@google.com> Remove curtain effect (it's unused).

Change-Id: I2addf390aaa5aa514238b1f98eea67f27745cbf1
ideoEditorClasses.cpp
ideoEditorOsal.cpp
d7ed5992634596a53f32f66277de6d287ffb752f 22-Jun-2011 Shailendra <shailendray@google.com> Fix for kenBurn Effect for PNG image is crashing (4861071 )

Change-Id: I4b9905ca862a1f0eac0bed4c7f021e93f79ea592
ideoEditorClasses.cpp
2fb605a088d25037c66eae04f5d35ea1fe115390 22-Apr-2011 hongteng <hongteng@google.com> Fix for issue 3385135 "source code cleanup" engine part
- remove the unused header files

Change-Id: I78971f7a6ae9325ce96a474e448c6f3d586d7ba6
ideoEditorClasses.cpp
ideoEditorMain.cpp
ideoEditorOsal.cpp
ideoEditorPropertiesMain.cpp
c0125dd4f1f8bb03ad16138f86d55ed3305240c4 22-Apr-2011 Shyam Pallapothu <shyamp@google.com> Fix for issue 4133431 "Remove OSAL layer" in JNI part

Change-Id: I4d38454cdf32cb87dadeedcecd19261dd0b0b927
ideoBrowserInternal.h
ideoBrowserMain.c
ideoEditorClasses.cpp
ideoEditorMain.cpp
ideoEditorOsal.cpp
ideoEditorThumbnailMain.cpp
3feb41ff6f617768eb25c1b69c473d33f4f2f37b 21-Apr-2011 Shyam Pallapothu <shyamp@google.com> Fix for issue 4133431 "Remove OSAL layer" in JNI

Change-Id: I55f43989a8b89a3811468b30646fe1af0c87b386
ideoBrowserMain.c
ideoEditorMain.cpp
ideoEditorOsal.cpp
ideoEditorThumbnailMain.cpp
7743fa64b11e9747d3ba8065a08a33ee9d90938f 12-Apr-2011 Dheeraj Sharma <dheerajs@google.com> Fix for issue 4133431 "Remove OSAL layer" in JNI part"

Fix for issue 4133431

Change-Id: I5879b740e7104abca7f4e1e831629997a6eec781
ideoEditorJava.cpp
ideoEditorMain.cpp
ideoEditorPropertiesMain.cpp
696257ccf315a1da042787c5b2d1f80c7146fc94 26-Mar-2011 Mathias Agopian <mathias@google.com> merge libsurfaceflinger_client into libgui

this is the first step in unifying surfacetexture and surface.
for this reason the header files were not moved, as most of them
will eventually go away.

NOTE: currently we keep libsurfaceflinger_client.so as an empty
library to workaround prebuilt binaries wrongly linking against
it.

Change-Id: I130f0de2428e8579033dc41394d093f4e1431a00
ndroid.mk
0b8fe2012debcc3a274797ff4d405906fd30be8e 17-Mar-2011 Rajneesh Chowdury <rajneeshc@google.com> am ce254e86: am 69d05490: am 0edefea8: Merge "Fix for 4087846 Crash reported by monkey report (Java/Jni)" into honeycomb-mr1

* commit 'ce254e8613ddc4d57a8a5a8a2763b22690f451a4':
Fix for 4087846 Crash reported by monkey report (Java/Jni)
8e7991a52edb3eb8bd1a44ceb7f6d97108748c8c 16-Mar-2011 Rajneesh Chowdury <rajneeshc@google.com> Fix for 4087846 Crash reported by monkey report (Java/Jni)

Change-Id: I356f975743f5a24e72f33a20ee497a2b12791be6
ideoEditorMain.cpp
3070af08821ee86f06a9cc6b58dbb79c82946b94 14-Mar-2011 Iliyan Malchev <malchev@google.com> frameworks/base: remove LOCAL_PRELINK_MODULE

Change-Id: I54dd62ebef47e7690afa5a858f3cad941b135481
Signed-off-by: Iliyan Malchev <malchev@google.com>
ndroid.mk
eab30df28154ef6b671340726225ea60c8443595 12-Mar-2011 Ying Wang <wangying@google.com> Remove unnecessary ld flags.

This fixes the x86 buid, in which bfd linker is unavailabe.

Change-Id: Ibce1b5cbfb0435644b2d75056003578371510929
ndroid.mk
895a28e14e6c88b4ff3b1f1cdf02d22f7b3b52ca 05-Mar-2011 Santosh Madhava <smadhava@google.com> Fix for issue 3453519: (Java/JNI) do not allow editing of DRM protected contents

Change-Id: I376483c42b5bed8d2a1765804c2261c18d720a0c
ideoEditorOsal.cpp
ideoEditorPropertiesMain.cpp
4fad6762c6429379c4f7fe5d78e84d0718f52817 28-Feb-2011 Basavapatna Dattaguru <dattaguru@google.com> Fix for issue 3371667: fix source code compilation warnings (4)

Change-Id: I898f81fea6c061b9ca7cbd675218d9f4b8c0bc77
ideoBrowserMain.c
ideoEditorClasses.cpp
71771b3b1bbcafe84e7bd14941b98a1b1d6c8a60 01-Mar-2011 Santosh Madhava <smadhava@google.com> Fix for issue 3431967: Memory leak from video editor engine

Change-Id: Ibaa66d7c95f2a60b59dc3102d3b5130ff1fbc62e
ideoEditorMain.cpp
7c8f25f5b81ed2c6520174ead6d0fdf96a313945 28-Feb-2011 Santosh Madhava <smadhava@google.com> Fix for issue 3431967: Memory leak from video editor engine

Change-Id: I610e82f5bdb8ac7b32541301a9fa41bbd8f1459d
ideoEditorMain.cpp
df4723ef3c43b3a0b2548908a4461db29b5649d2 17-Feb-2011 Santosh Madhava <smadhava@google.com> Fix for issue 3439595 : Java/JNI - Movide studio playback picks previous frames

Change-Id: I0f9257a1bfb96c00acfdffa0f4f7f8188646c713
ideoEditorMain.cpp
9cfeb6ecfaaee07d17ce9313946518ca6006bc8e 16-Feb-2011 Basavapatna Dattaguru <dattaguru@google.com> VideoEditor:Issue ID: 3431967

Fixes memory leak in getProperties
Updated with Review comments

Change-Id: Ie4e8edaee1c76f18d0526b5eae9f9a128e0a3c17
ideoEditorPropertiesMain.cpp
9ee9aad80981c661af3f4c16f5932aef1f98e7b0 11-Feb-2011 Santosh Madhava <smadhava@google.com> Fix for issue 3444358 : Movie studio is broken in Master-TOT

Change-Id: Ie83703a5da6587a6b5668bc4777fdba71042b2bc
ideoEditorMain.cpp
fb4e92c4ed316295c7cde38e58cf0816c0e5f8ce 11-Feb-2011 Dheeraj Sharma <dheerajs@google.com> Fix for issue : 3439708 Last frame is missing effect

Change-Id: Ibfc81c06ec525e95e5733bf03b7a2f3b58a5574c
ideoEditorMain.cpp
91ba3a0033f1ed7f26fc9e8cd9088479c7de134a 10-Feb-2011 Santosh Madhava <smadhava@google.com> Fix for 3431967: Memory leak from video editor engine in JNI

Change-Id: If879bbcf68d01fea0995be0faf070b6dd7361218
ideoEditorMain.cpp
6ef407c0e6e3c178b01e2837e59348f72c97cf8c 05-Feb-2011 Danny Fernandes <dannyfernandes@google.com> Merge "Fixed 3423072 Imported 1080x720 video clips present distorted view" into honeycomb
69e868dcabeb14c27251334fc33a5cad0982d379 04-Feb-2011 Danny Fernandes <dannyfernandes@google.com> Fixed 3423072 Imported 1080x720 video clips present distorted view

Change-Id: If4f4039c516eb77423dd590e8634a2d4a05d4622
ideoEditorPropertiesMain.cpp
67ec9aa87812a4d55a3c0ed5d0ab66cdb36342f0 04-Feb-2011 Dheeraj Sharma <dheerajs@google.com> Hardware Video Decoder Flag Enabled for Thumbnail extraction and RenderFrame

Change-Id: Ie9cf769e42869b5cab57694e92884900d33f40d9
ndroid.mk
b62d78bd0d6a7738cc75df6f14f65abebb9b7b5f 04-Feb-2011 Dheeraj Sharma <dheerajs@google.com> Modification for using Software decoder for thumbnail generation in JNI

Change-Id: Ie3dd5a28311627fd0b559bc3d4e28d2f668ccc61
ndroid.mk
ideoBrowserMain.c
beb9fc8ee8d3bd14d141104e91d41809dcfe0e1a 02-Feb-2011 Dharmaray Kundargi <dharmaray@google.com> Fix issue 3408285 Crash while generating KenBurns

Change-Id: Iaa207229e2c699e1d374b424893bcf252c6614f3
ideoEditorMain.cpp
c08f85a6484ee5da7062a5eac0f19912bd7e2513 02-Feb-2011 Dharmaray Kundargi <dharmaray@google.com> Fix issue 3414805 Crash during Overlay editing. JNI fixes.

Change-Id: I5e966c6987920318d3ce03f78552d0028ef55a26
ideoEditorMain.cpp
cd73d1ed6d1149a2ae642e87ffe8d89100fbafec 31-Jan-2011 Dheeraj Sharma <dheerajs@google.com> Merge "Fix for issue 3404671 Crash when exporting movie in JNI" into honeycomb
4e7032052137345450bfd2b7a4a9a05ecde17076 30-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Merging the same files on top of tree.

Add support for .m4v Issue 3395600

Change-Id: Idca673859afb3398d4b91aba9c20c37396c4f757
ideoEditorClasses.cpp
ideoEditorClasses.h
ideoEditorJava.cpp
ideoEditorPropertiesMain.cpp
9803b8435e973d7e44360b91fa6935d0e3981a76 30-Jan-2011 Dheeraj Sharma <dheerajs@google.com> Fix for issue 3400229 Pan and Zoom effect is not accurate in JAVA and JNI

Change-Id: I6216e7e66be4bf0d7cfc74ee3bda7e22969a229a
ideoEditorClasses.cpp
5618e037af1a9d4323990a580d4181b9bc8e3091 30-Jan-2011 Dheeraj Sharma <dheerajs@google.com> Fix for issue 3404671 Crash when exporting movie in JNI

Change-Id: Id2883d7be314ebd2138297b936bcbe6b55361ac5
ideoEditorMain.cpp
c16ccc1c5a6293136ae9bd4756dc2f57914a2020 22-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Fix for Issue 3370836 : JNI files for Overlay optmization.

Change-Id: I3d7a0248bfd75bbd7c23321e22c3c331eb33ddd2
ideoEditorClasses.cpp
ideoEditorMain.cpp
ideoEditorMain.h
2aaa776429f58069e25c8160a9e5b9a969f6e993 26-Jan-2011 Dheeraj Sharma <dheerajs@google.com> Merge "VideoEditor:Fix for 3369908" into honeycomb
b8942108826893657ca0b8b6d5d6d153739a76f6 25-Jan-2011 Dheeraj Sharma <dheerajs@google.com> Merge "Video Editor:Fix for 3375632" into honeycomb
1ac760afabeb19ced48a788c7b675baba47d4db3 24-Jan-2011 Dheeraj Sharma <dheerajs@google.com> Issue no : 3370622

VideoEditor: Fix for Clear Surface API

Change-Id: I8d4ad90dd2a0d37bd5363c36582a16f08b161bee
ideoEditorMain.cpp
05d9f81bd638a749669192b50e680b166529d5f3 24-Jan-2011 Dheeraj Sharma <dheerajs@google.com> VideoEditor:Clear Surface API addition

Change-Id: I824c4a9d7f0a11ad60f8045eccc8b6139b66af22
ideoEditorMain.cpp
474cb4d2d563d130b61a2832811b3aea26028307 23-Jan-2011 Dheeraj Sharma <dheerajs@google.com> VideoEditor:Fix for 3369908

Change-Id: Ic28d1c96a681dcc56d4432e10dffc273029e1c85
ndroid.mk
b21827d1bc543e6c3fe31f0b0bc02e8ce306f43f 23-Jan-2011 Dheeraj Sharma <dheerajs@google.com> Video Editor:Fix for 3375632

Change-Id: I354b8b653ea0ccddda49a6e530ad63b5bd44a5b2
ideoBrowserMain.c
fe93351cf1e16dcb32c3c824cf4f1201991b2130 19-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Merge "remove eng developement local tags in make file" into honeycomb
6dbd3ee67b4e4d3bae9508c640e14e39cc953903 19-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> remove eng developement local tags in make file

Change-Id: I24511cd588c19592bce57e36ccadbf1fb4d44647
ndroid.mk
581cad2221cb367e9e3ef6991c565cd37ced994f 19-Jan-2011 James Dong <jdong@google.com> Turn error/exception logging on at the native layer

o also fixed some compilation warnings

Change-Id: I66fc1f9972e9fb4b9a25ff3e5835d744d6c71455
ideoEditorLogging.h
ideoEditorMain.cpp
a1a55bbe9480231095c0da28ae34804b663bc11f 18-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Fix the build break in git_master-without-vendor

Change-Id: I8fff5ee69958212a80711e0d86fb86514c8797f4
ndroid.mk
cd196d3727db641e581d4223815367a5ca5d5637 17-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> videoeditor JNI files on honeycomb

Change-Id: I2e6a23ae918fda4fb1bc4c2c938efd546991b58c
ndroid.mk
ideoBrowserInternal.h
ideoBrowserMain.c
ideoBrowserMain.h
ideoEditorClasses.cpp
ideoEditorClasses.h
ideoEditorJava.cpp
ideoEditorJava.h
ideoEditorLogging.h
ideoEditorMain.cpp
ideoEditorMain.h
ideoEditorOsal.cpp
ideoEditorOsal.h
ideoEditorPropertiesMain.cpp
ideoEditorThumbnailMain.cpp
ideoEditorThumbnailMain.h