summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/PreviewPlayer.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed libvideoeditorLajos Molnar2014-04-211-298/+0
| | | | | | | No longer supported and should not be used. Bug: 13542518 Change-Id: I697f90fd9f6720742c8b6dc73e45de1b213cc3c0
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-1/+1
| | | | | | | | | | The C++ class names don't match what the classes do, so rename ISurfaceTexture to IGraphicBufferProducer, and SurfaceTexture to GLConsumer. Bug 7736700 Change-Id: I64520a55f8c09fe6215382ea361c539a9940cba5
* AudioPlayerBase and VideoEditorAudioPlayer class design is incorrect.James Dong2012-01-201-4/+2
| | | | | | | o this patch removed the AudioPlayerBase class. o verified and passed functional tests Change-Id: I33727069ef63136979b954a9dee1c35309ef6dd4
* More source code Clean up in video editor engineJames Dong2012-01-191-25/+145
| | | | | | | | | o fixed incorrect design and got rid of PreviewPlayerBase class o removed obsolete/unused code as much as possible and reformatted the source code o verified and passed functional tests o More to come ... Change-Id: I7a89162f8b9d9ea6eabcf0457366cd2f6d970d11
* Remove streaming related logic from preview player.James Dong2012-01-121-9/+3
| | | | | | | Video editor engine only deals with local file playback/preview. Change-Id: I8e3414abf8a109a77a1e34a959fb4a090612ae3d related-to-bug: 5857057
* Fix for 5369981 Native crash : testPreviewWithEndAudioTrack functional test.Hong Teng2011-10-051-0/+1
| | | | Change-Id: Icb8cadaff50a22588417c2c8f5c31415dd0cca9e
* Use GL to render preview.Chih-Chung Chang2011-08-081-9/+6
| | | | | | | | | | | 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
* Remove unused mLastVideoBuffer and bAppliedVideoEffect.Chih-Chung Chang2011-08-031-2/+0
| | | | Change-Id: I29511aaa714494a1a6caa4ed95bbc26370b37246
* Remove PreviewLocalRenderer (simplify the code).Chih-Chung Chang2011-08-021-13/+1
| | | | Change-Id: I1f04e591cd0a33eb70bd93d5600aba12e727386e
* Add YV12 color converter interface for VideoEditor.Chih-Chung Chang2011-07-271-28/+0
| | | | | | | | | | | | The original assumption in VideoEditor is that the decoder output and encoder input are in YV12 format. However on different hardware platform the actual formats may be different. So now we load a platform-specific YV12 color conversion module which knows the actual format and can convert to/from YV12, which is the format used in VideoEditor internally for processing. Bug: 5061733 Change-Id: I852f85efd30c05cf6c42810059ee4d2ef37ee3da
* Remove redundant include, now that NuHTTPDataSource.h is no more.Andreas Huber2011-07-131-1/+0
| | | | Change-Id: I7bed503ba341b5ea3b7a3cac7aa2a1f349c8ed03
* Fix for: 4676350 Do not use dual copyright declaration for video editor codeThomas Le Guevel2011-06-231-1/+0
| | | | Change-Id: I2856be051fa3b3ddfe67e096e45fb0b34beb92be
* Separate preview player from AwesomePlayer and also video editor audio ↵James Dong2011-05-011-4/+4
| | | | | | player from AudioPlayer Change-Id: I436ac541df3e34ad16be95a50c96d7af67fa15e4
* remove unused references to ISurfaceMathias Agopian2011-04-051-4/+0
| | | | Change-Id: Ia11c5f46f38c0b00ca63d19d3484bf4024cdb75d
* Fix for the issue: TestPreviewWithTransition fails (4133108)Raghavender Palla2011-03-211-0/+3
| | | | Change-Id: I53eb798f4f86e83f8a4668c7256241367c1ccbe4
* Fix for 3369917 Audio skips at clip edit pointsRajneesh Chowdury2011-02-221-0/+3
| | | | Change-Id: Iba66585cc2e679475d8db529d6113586b58e626e
* Fix for issue 3439595 : Movie studio playback previous framesSantosh Madhava2011-02-171-1/+1
| | | | Change-Id: I0f1a6cdfa40f6c8eebe989116e01ba8c212d5872
* Update this copy of our internal sources to reflect changes to the original...Andreas Huber2011-02-161-1/+0
| | | | Change-Id: I6f66c1f4e73f0a83faf0fbcdea5073e6b9fef1de
* Fix for issue : 3450195 Adapt to the recent changes of awesome player in ↵Dheeraj Sharma2011-02-131-0/+3
| | | | | | video editor preview player Change-Id: Ibd15264837dab32464fb90e75cf6d3d323cbbae3
* Fix for 3409334 Movie Studio "Force Close" after importing a 3gp videoSantosh Madhava2011-02-031-1/+1
| | | | Change-Id: I37949140a6c37a0c2d04221e220e7e267b6c7a02
* Fix for ISSUE 3370836 - Overlay optmization.Dharmaray Kundargi2011-01-261-0/+8
| | | | Change-Id: I9c6657f6fdab0fa815201d8b26b8c90700663c12
* Change preview player code also.Dharmaray Kundargi2011-01-201-1/+4
| | | | | | Adapt to 32 bit aligned decoder buffers Change-Id: I631f7e60b8e424af496f45d0e5e292bf9e8a9dde
* videoeditor preview code on honeycombDharmaray Kundargi2011-01-161-0/+217
Change-Id: I9c3c9cb921ea697ab16732973d26ef9035cda2ee