summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPreviewController.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up VideoEditorPreviewController class part one:James Dong2012-01-301-61/+58
| | | | | | | | | 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
* Use GL to render preview.Chih-Chung Chang2011-08-081-0/+1
| | | | | | | | | | | 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-1/+1
| | | | | | | Don't hard code platform-specific limitations engine part. Change-Id: Ibc8a539e5bbac738f60ef935670a333b7017e20e
* Make line-ending consistent (unix style).Chih-Chung Chang2011-06-301-159/+159
| | | | 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
* remove unused references to ISurfaceMathias Agopian2011-04-051-1/+0
| | | | Change-Id: Ia11c5f46f38c0b00ca63d19d3484bf4024cdb75d
* Fix for issue 3427268 Crash when stopping playbackRajneesh Chowdury2011-03-021-0/+1
| | | | Change-Id: I4cd615ffa8c5db39ec34dc14f6b09fad55cae263
* Fix for 3369917 Audio skips at clip edit pointsRajneesh Chowdury2011-02-221-0/+4
| | | | Change-Id: Iba66585cc2e679475d8db529d6113586b58e626e
* Fix for issue 3439595 : Movie studio playback previous framesSantosh Madhava2011-02-171-1/+2
| | | | Change-Id: I0f1a6cdfa40f6c8eebe989116e01ba8c212d5872
* Fix for issue : 3439708 Last frame is missing effectDheeraj Sharma2011-02-101-0/+5
| | | | Change-Id: I533695f4154d4ebce4e8f1ff39a622ca4fd62430
* Fix Issue no 3374842. Preview Optimization while switching between two clips.Dharmaray Kundargi2011-01-271-0/+1
| | | | Change-Id: Iefb55107965b3978f83794fe727405206afdde72
* Fix for ISSUE 3370836 - Overlay optmization.Dharmaray Kundargi2011-01-261-6/+8
| | | | Change-Id: I9c6657f6fdab0fa815201d8b26b8c90700663c12
* VideoEditor:Fix for Clear Surface API Bug of not able to create empty projectDheeraj Sharma2011-01-241-0/+3
| | | | | | bug - 3370622 Change-Id: Icb18b3d8afbdb077a93dc5e599ccc20da64703f2
* videoeditor preview code on honeycombDharmaray Kundargi2011-01-161-0/+144
Change-Id: I9c3c9cb921ea697ab16732973d26ef9035cda2ee