History log of /frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
90b6191067990a7a3ee947d7ce08c64f780f0de7 26-Feb-2012 Mathias Agopian <mathias@google.com> fix location of libgui headers

Change-Id: I0d203f4e7aa83e0449f7ebb9f3cafe021e38fc2f
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
3d2d40ac83acbda8c161cae675c372595efd640e 28-Jan-2012 James Dong <jdong@google.com> Clean up VideoEditorPreviewController class part one:

o moved local types inside the class to avoid external exposure
o use non-virtual destructor since it is not meant to be a base class
o removed unused header files and moved some of the header files to .cpp file from .h file
o replaced #define constants with local enums

Change-Id: Ib321fc8c0379955083bc892c2ef93ed58c6c2ff5
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
daeb5b33861147fda0096f9c794be6f341d884c2 12-Jan-2012 James Dong <jdong@google.com> Remove streaming related logic from preview player.

Video editor engine only deals with local file playback/preview.

Change-Id: I8e3414abf8a109a77a1e34a959fb4a090612ae3d
related-to-bug: 5857057
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
f8bd29c66308c820d579b3efb0942a53a277e2c5 08-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: I5c54a0185527f6ca3e746d625a007aa06f6f25f9
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
e70ff37034fdb93f65d34704aec400ec9123e55c 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE

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

Bug: 5449033
Change-Id: I605079da4a7c01e6555e2aab6f16ccf8cc6ac694
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
4ca06b0a9af472cfd13f52841fc9d2e5a6558674 20-Dec-2011 Steve Block <steveblock@google.com> Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE

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

Bug: 5449033
Change-Id: I17166d9fb435c85c5fd9d5fba1a39d2661c61e10
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
2703f23af496c13cfa39cc7e157fa12d1cb4c169 20-Oct-2011 Steve Block <steveblock@google.com> Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE

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

Bug: 5449033
Change-Id: I366680b6e614b8983d1def28cc2fdbfa98f39531
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
d94b927cafef95db7de0c89b6ef8f246efc37c6c 05-Sep-2011 Chih-Chung Chang <chihchung@google.com> Enable some logs to debug 5195693.

Change-Id: I1c71b6fa6b8dbcbf2a6685be5f24afddab4afc5d
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
e9eec0e0975c57c0dac91eb5b4cbb052b7dd011a 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 native engine part.

Change-Id: Icde922194a123a90544942caa12430fc3c4ef10e
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
08b82bddf54757ad6bd243181f1b68a79bb70e6d 11-Aug-2011 Chih-Chung Chang <chihchung@google.com> Add connect calls for SurfaceTexture. Clean PreviewRenderer.

Now connect() is necessary for SurfaceTexture.
Also cleaned unused code in PreviewRenderer.

Change-Id: Ic49df01e79f38a48a8c2cf194d13ee575660c834
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
43fcc396614a587851e2b7c4cea2876ec58b8648 02-Aug-2011 Chih-Chung Chang <chihchung@google.com> Use GL to render preview.

To speed up the preview, we direct the decoder output to a
SurfaceTexture, then draw the texture to a surface. The media
rendering parameters (crop, black-border) are implemented
using different vertex coordinates. The color effects are
implemented using fragment shaders. Currently only three color
effects are implemented, but that's all the appplication uses.

Change-Id: If84439fee572ed37ea077749ef9f2bd4f78703e1
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
8806b706693c0992724f6603353af18aeb4a0f80 07-Jul-2011 Hong Teng <hongteng@google.com> fix for issue 4142219
Don't hard code platform-specific limitations
engine part.

Change-Id: Ibc8a539e5bbac738f60ef935670a333b7017e20e
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
7dbd2c46824000ce473966637c11b8564682cb55 30-Jun-2011 Chih-Chung Chang <chihchung@google.com> Remove curtain effects (they are unused).

Change-Id: I8e1ccad3e9ddf4c272e85e7ca04582b4863c242d
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
9969866cfe5b17c6e481b90d81b011a0cece78a0 30-Jun-2011 Chih-Chung Chang <chihchung@google.com> Make line-ending consistent (unix style).

Change-Id: Id837b042952ff5d97907591f337b2222cff2c8a9
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
b5c7784c96a606890eb8a8b560153ef4a5d1a0d9 23-Jun-2011 Thomas Le Guevel <thomaslg@google.com> Fix for: 4676350 Do not use dual copyright declaration for video editor code

Change-Id: I2856be051fa3b3ddfe67e096e45fb0b34beb92be
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
694816d7291f17364502ac5d3319684a0b180860 21-Apr-2011 Shyam Pallapothu <shyamp@google.com> Fix for issue 4133431 "Remove OSAL layer" in engine part

Change-Id: I98f98691048a5afc6f691b0cc3cec92e458e8f44
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
32ed3f4dad00f8a65f7e6b38402c70d5341c57eb 21-Apr-2011 Shyam Pallapothu <shyamp@google.com> Fix for issue 4133431 "Remove OSAL layer" in engine part

Change-Id: I9e2e142bcdf3153c529b790e368caea4fdb65ac8
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
6e2242974c109e85bac50550970fe84009c76f77 06-Apr-2011 Mathias Agopian <mathias@google.com> remove unused references to ISurface

Change-Id: Ia11c5f46f38c0b00ca63d19d3484bf4024cdb75d
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
fa31daff175709d2c58d61d1354daa9495696631 19-Mar-2011 Raghavender Palla <rpalla@google.com> Fix for the issue: TestPreviewWithTransition fails (4133108)

Change-Id: I53eb798f4f86e83f8a4668c7256241367c1ccbe4
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
100d01836041713337dd9532e417fb010bfb381c 04-Mar-2011 Basavapatna Dattaguru <dattaguru@google.com> Fix for issue 3371667: fix source code compilation warnings(Moved from master)

Change-Id: Ife1fc3f89beae498a49970ab5d2a080a112ce7c2
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
1e2469c689feeb2e90a38900151e2ef1e6117d07 02-Mar-2011 Rajneesh Chowdury <rajneeshc@google.com> Fix for issue 3427268 Crash when stopping playback

Change-Id: I4cd615ffa8c5db39ec34dc14f6b09fad55cae263
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
1c97d9ab52a288d24ea54499de435277cc1a3d68 22-Feb-2011 Rajneesh Chowdury <rajneeshc@google.com> Fix for 3369917 Audio skips at clip edit points

Change-Id: Iba66585cc2e679475d8db529d6113586b58e626e
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
b2d6e0f74a12e5cce5b429e646172c63346346c3 17-Feb-2011 Santosh Madhava <smadhava@google.com> Fix for issue 3439595 : Movie studio playback previous frames

Change-Id: I0f1a6cdfa40f6c8eebe989116e01ba8c212d5872
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
4f4efef8357f4d8b23ccfb1b29db34175bf72627 11-Feb-2011 Dheeraj Sharma <dheerajs@google.com> Fix for issue : 3439708 Last frame is missing effect

Change-Id: I533695f4154d4ebce4e8f1ff39a622ca4fd62430
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
b4ce81da6664b5029406a78be71c39af055a4d29 10-Feb-2011 Santosh Madhava <smadhava@google.com> Fix for issue 3431967 : Memory leak from video editor engine

Change-Id: I36e1cae53c91217804bc8243d9eb47820fb2114e
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
bfece17c8f63de4d4b686da50f8ecac2f6f8ec53 04-Feb-2011 Santosh Madhava <smadhava@google.com> Fix for 3409334 Movie Studio "Force Close" after importing a 3gp video

Change-Id: I37949140a6c37a0c2d04221e220e7e267b6c7a02
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
f892b561f5e6e54ceb2ddce3915b8bccfca24056 01-Feb-2011 Dheeraj Sharma <dheerajs@google.com> Fix for issue 3410180: Small green lines at end of surface after removing last media item

Change-Id: I49695d5d77709da66ffa44d648b35e194f069a7f
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
53c567c3355255ed12dd9f5d5a1c58f821770329 30-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Fix issue 3369917 :Audio skips at clip edit points

Change-Id: Ibfdcf7511efe054cd41bc36690696c6eddd2e500
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
7f0ce8d629b731705341942f1308b91cba9ea29c 29-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Crash in prepare player. Issue No 3403342

Avoid race in preparing the same player twice.

Change-Id: I5a735e54b94cd0dd435a066a92b1353e761eafc6
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
eab39fb973444f2c03b0e92d4df263b83c31f71b 28-Jan-2011 Dheeraj Sharma <dheerajs@google.com> Merging on top of new sync

VideoEditor:Fix for issue 3378727

Change-Id: Iff7d13689b436cda2b2073625a786322945b3edc
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
3c48e4126582f6d9d4c74868d81d868f47bac3eb 28-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Fix Issue no 3374842. Preview Optimization while switching between two clips.

Change-Id: Iefb55107965b3978f83794fe727405206afdde72
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
d01ef568f96253fe5859526bb67b13fc5e17b544 27-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Fix Issues 3395836

Change-Id: I4cf83c99d09b27c92a7789a4c16b2e237011a7fd
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
e6c0750cd2927967f93a8811954f889d23fadb6e 22-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Fix for ISSUE 3370836 - Overlay optmization.

Change-Id: I9c6657f6fdab0fa815201d8b26b8c90700663c12
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
9ec356a232336f80a048c71554ce79474ae1a784 25-Jan-2011 Dheeraj Sharma <dheerajs@google.com> VideoEditor:Fix for Clear Surface API Bug of not able to create empty project

bug - 3370622

Change-Id: Icb18b3d8afbdb077a93dc5e599ccc20da64703f2
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
35cb2de64cb6482a08f446e80733e7d344a0dcac 20-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Change preview player code also.

Adapt to 32 bit aligned decoder buffers

Change-Id: I631f7e60b8e424af496f45d0e5e292bf9e8a9dde
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
643290dc4c83da23b1b8ff4ed71118203274bb15 17-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> videoeditor preview code on honeycomb

Change-Id: I9c3c9cb921ea697ab16732973d26ef9035cda2ee
/frameworks/av/libvideoeditor/lvpp/VideoEditorPreviewController.cpp