summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPreviewController.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix c++11 narrowingsynergydev2013-10-251-2/+2
| | | | | | | | | | | | | | The best fix for these narrowing violations is to use static casting As an example, this change would the following for libnaio: error: non-constant-expression cannot be narrowed from type 'uint32_t' (aka 'unsigned int') to 'long' in initializer list const struct timespec req = {0, ns}; ^~ Change-Id: I04ed1de4497dc19772194afef3ebf8fe0c8b82bc
* fix location of libgui headersMathias Agopian2012-02-261-1/+1
| | | | Change-Id: I0d203f4e7aa83e0449f7ebb9f3cafe021e38fc2f
* Clean up VideoEditorPreviewController class part one:James Dong2012-01-301-13/+20
| | | | | | | | | 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
* Remove streaming related logic from preview player.James Dong2012-01-121-2/+3
| | | | | | | Video editor engine only deals with local file playback/preview. Change-Id: I8e3414abf8a109a77a1e34a959fb4a090612ae3d related-to-bug: 5857057
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-28/+28
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I5c54a0185527f6ca3e746d625a007aa06f6f25f9
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
| | | | | | | See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I605079da4a7c01e6555e2aab6f16ccf8cc6ac694
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-5/+5
| | | | | | | See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I17166d9fb435c85c5fd9d5fba1a39d2661c61e10
* Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-251-67/+67
| | | | | | | See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I366680b6e614b8983d1def28cc2fdbfa98f39531
* Enable some logs to debug 5195693.Chih-Chung Chang2011-09-051-5/+6
| | | | Change-Id: I1c71b6fa6b8dbcbf2a6685be5f24afddab4afc5d
* Fix for 5156702 Rotate video output for thumbnails and exportRajneesh Chowdury2011-08-301-0/+20
| | | | | | | This is part of a multi project submit. This is the native engine part. Change-Id: Icde922194a123a90544942caa12430fc3c4ef10e
* Add connect calls for SurfaceTexture. Clean PreviewRenderer.Chih-Chung Chang2011-08-111-8/+4
| | | | | | | Now connect() is necessary for SurfaceTexture. Also cleaned unused code in PreviewRenderer. Change-Id: Ic49df01e79f38a48a8c2cf194d13ee575660c834
* Use GL to render preview.Chih-Chung Chang2011-08-081-1/+9
| | | | | | | | | | | 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
* fix for issue 4142219Hong Teng2011-07-201-73/+6
| | | | | | | Don't hard code platform-specific limitations engine part. Change-Id: Ibc8a539e5bbac738f60ef935670a333b7017e20e
* Remove curtain effects (they are unused).Chih-Chung Chang2011-06-301-8/+0
| | | | Change-Id: I8e1ccad3e9ddf4c272e85e7ca04582b4863c242d
* Make line-ending consistent (unix style).Chih-Chung Chang2011-06-301-1499/+1499
| | | | Change-Id: Id837b042952ff5d97907591f337b2222cff2c8a9
* Fix for: 4676350 Do not use dual copyright declaration for video editor codeThomas Le Guevel2011-06-231-1/+0
| | | | Change-Id: I2856be051fa3b3ddfe67e096e45fb0b34beb92be
* Fix for issue 4133431 "Remove OSAL layer" in engine partShyam Pallapothu2011-04-211-38/+33
| | | | Change-Id: I98f98691048a5afc6f691b0cc3cec92e458e8f44
* Fix for issue 4133431 "Remove OSAL layer" in engine partShyam Pallapothu2011-04-201-20/+20
| | | | Change-Id: I9e2e142bcdf3153c529b790e368caea4fdb65ac8
* remove unused references to ISurfaceMathias Agopian2011-04-051-11/+0
| | | | Change-Id: Ia11c5f46f38c0b00ca63d19d3484bf4024cdb75d
* Fix for the issue: TestPreviewWithTransition fails (4133108)Raghavender Palla2011-03-211-5/+11
| | | | Change-Id: I53eb798f4f86e83f8a4668c7256241367c1ccbe4
* Fix for issue 3371667: fix source code compilation warnings(Moved from master)Basavapatna Dattaguru2011-03-041-28/+28
| | | | Change-Id: Ife1fc3f89beae498a49970ab5d2a080a112ce7c2
* Fix for issue 3427268 Crash when stopping playbackRajneesh Chowdury2011-03-021-10/+34
| | | | Change-Id: I4cd615ffa8c5db39ec34dc14f6b09fad55cae263
* Fix for 3369917 Audio skips at clip edit pointsRajneesh Chowdury2011-02-221-0/+14
| | | | Change-Id: Iba66585cc2e679475d8db529d6113586b58e626e
* Fix for issue 3439595 : Movie studio playback previous framesSantosh Madhava2011-02-171-2/+12
| | | | Change-Id: I0f1a6cdfa40f6c8eebe989116e01ba8c212d5872
* Fix for issue : 3439708 Last frame is missing effectDheeraj Sharma2011-02-101-0/+20
| | | | Change-Id: I533695f4154d4ebce4e8f1ff39a622ca4fd62430
* Fix for issue 3431967 : Memory leak from video editor engineSantosh Madhava2011-02-101-0/+5
| | | | Change-Id: I36e1cae53c91217804bc8243d9eb47820fb2114e
* Fix for 3409334 Movie Studio "Force Close" after importing a 3gp videoSantosh Madhava2011-02-031-3/+9
| | | | Change-Id: I37949140a6c37a0c2d04221e220e7e267b6c7a02
* Fix for issue 3410180: Small green lines at end of surface after removing ↵Dheeraj Sharma2011-01-311-10/+6
| | | | | | last media item Change-Id: I49695d5d77709da66ffa44d648b35e194f069a7f
* Fix issue 3369917 :Audio skips at clip edit pointsDharmaray Kundargi2011-01-291-2/+1
| | | | Change-Id: Ibfdcf7511efe054cd41bc36690696c6eddd2e500
* Crash in prepare player. Issue No 3403342Dharmaray Kundargi2011-01-281-0/+2
| | | | | | Avoid race in preparing the same player twice. Change-Id: I5a735e54b94cd0dd435a066a92b1353e761eafc6
* Merging on top of new syncDheeraj Sharma2011-01-281-0/+5
| | | | | | VideoEditor:Fix for issue 3378727 Change-Id: Iff7d13689b436cda2b2073625a786322945b3edc
* Fix Issue no 3374842. Preview Optimization while switching between two clips.Dharmaray Kundargi2011-01-271-8/+13
| | | | Change-Id: Iefb55107965b3978f83794fe727405206afdde72
* Fix Issues 3395836Dharmaray Kundargi2011-01-261-5/+6
| | | | Change-Id: I4cf83c99d09b27c92a7789a4c16b2e237011a7fd
* Fix for ISSUE 3370836 - Overlay optmization.Dharmaray Kundargi2011-01-261-9/+74
| | | | Change-Id: I9c6657f6fdab0fa815201d8b26b8c90700663c12
* VideoEditor:Fix for Clear Surface API Bug of not able to create empty projectDheeraj Sharma2011-01-241-0/+65
| | | | | | bug - 3370622 Change-Id: Icb18b3d8afbdb077a93dc5e599ccc20da64703f2
* Change preview player code also.Dharmaray Kundargi2011-01-201-2/+2
| | | | | | Adapt to 32 bit aligned decoder buffers Change-Id: I631f7e60b8e424af496f45d0e5e292bf9e8a9dde
* videoeditor preview code on honeycombDharmaray Kundargi2011-01-161-0/+1303
Change-Id: I9c3c9cb921ea697ab16732973d26ef9035cda2ee