History log of /frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.cpp
727f9e1e8e1306af761765e480ac5499224db646 20-Jan-2012 James Dong <jdong@google.com> AudioPlayerBase and VideoEditorAudioPlayer class design is incorrect.

o this patch removed the AudioPlayerBase class.
o verified and passed functional tests

Change-Id: I33727069ef63136979b954a9dee1c35309ef6dd4
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
00f742c087d92e5452d29be1fb668022b5f8a6c7 14-Jan-2012 James Dong <jdong@google.com> More source code Clean up in video editor engine

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
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.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/PreviewPlayer.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/PreviewPlayer.cpp
4a4a8f0143c7ac17f88e73f76e21c6d8b63d6e20 13-Oct-2011 Andreas Huber <andih@google.com> Remove RTSP support from libvideoeditor's PreviewPlayer...

Change-Id: I2032772037c1130736081cb62bd6ce8d1270e1b9
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
e018023b4844fef7880bf5e45f706afcb10c33b6 29-Sep-2011 Hong Teng <hongteng@google.com> Fix for 5369981 Native crash : testPreviewWithEndAudioTrack functional test.

Change-Id: Icb8cadaff50a22588417c2c8f5c31415dd0cca9e
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.cpp
cece4b32d340f0ca514160647b9883e3777bc376 01-Aug-2011 Chih-Chung Chang <chihchung@google.com> Remove unused mLastVideoBuffer and bAppliedVideoEffect.

Change-Id: I29511aaa714494a1a6caa4ed95bbc26370b37246
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
e048e90967aa52e01b6b3ca445e4ade75c0dc878 31-Jul-2011 Chih-Chung Chang <chihchung@google.com> Remove PreviewLocalRenderer (simplify the code).

Change-Id: I1f04e591cd0a33eb70bd93d5600aba12e727386e
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
7efb8efc88ba529c1c57366a305855c2051ebb8b 22-Jul-2011 Chih-Chung Chang <chihchung@google.com> Add YV12 color converter interface for VideoEditor.

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
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.cpp
7dbd2c46824000ce473966637c11b8564682cb55 30-Jun-2011 Chih-Chung Chang <chihchung@google.com> Remove curtain effects (they are unused).

Change-Id: I8e1ccad3e9ddf4c272e85e7ca04582b4863c242d
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.cpp
c9dedc4e1d0c8343ab1029cb601253826cd67c81 01-May-2011 James Dong <jdong@google.com> Separate preview player from AwesomePlayer and also video editor audio player from AudioPlayer

Change-Id: I436ac541df3e34ad16be95a50c96d7af67fa15e4
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.cpp
6e2242974c109e85bac50550970fe84009c76f77 06-Apr-2011 Mathias Agopian <mathias@google.com> remove unused references to ISurface

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

Change-Id: I53eb798f4f86e83f8a4668c7256241367c1ccbe4
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
ebf40154a222c864a0aaf807702fc4eb6b9cf40f 15-Mar-2011 Raghavender Palla <rpalla@google.com> Fix for the issue: 4099068 For long duration files, after end of the preview the progress bar is moved to the middle

Change-Id: I3463581138e20e1a00f51183d3be013d6b2cd43f
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
9a8c9a848da5a4a06c5402d6716efa66b8818d37 11-Mar-2011 Rajneesh Chowdury <rajneeshc@google.com> Fix for 4084134 End transition applied on image does not show up in previewer when playback

Change-Id: I72ee9fe95f038c07b6ccfe3305aa6436e882eedf
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
fe288aa71450ebe04eb74d06a3ea887c6009aacb 02-Mar-2011 Santosh Madhava <smadhava@google.com> Fix for issue 3495914: (In Preview) Video clip switches between start and end

Change-Id: Ib11c069127b3e81cfc741fab5a4f05a21d382c6b
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
408e25b2508d97f7ae0b39acf46ab42b7c223c44 28-Feb-2011 Basavapatna Dattaguru <dattaguru@google.com> FIX for Issue Fix for issue 3371667: fix source code compilation warnings(3)

Change-Id: I15e8572cbce7443fba9afcd494a92038a5a0bd43
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
b6e2b5cc5b71986b06cbd9c471b63eb5878a7aea 26-Feb-2011 Rajneesh Chowdury <rajneeshc@google.com> Fix for memory leak with single audio player instance

Change-Id: Idb0d24ac1a4fbe21c5f63871a4c7da2beb90e516
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
a5872f770c50da1db555d53e062a9896ea4321d5 25-Feb-2011 Andreas Huber <andih@google.com> And again keep this copy of our internal sources in sync, so much fun...

Change-Id: I4b588f14ba2d06d3163615557fd97fc2a5f6ca47
related-to-bug: 3375737
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.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/PreviewPlayer.cpp
8b95de2c4d57a0a07d7f4c59f2ddd52a140a361e 17-Feb-2011 Rajneesh Chowdury <rajneeshc@google.com> Fix for issue 3456480 A/V not in sync when a picture is added followed by a video clip trimmed from start

Change-Id: I7a46f7fc20de9a6c0ebbc2ad03dca898306bad6b
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
a5a42c5ceb98942909d84b20d44a920eed85a8cf 16-Feb-2011 Andreas Huber <andih@google.com> Update this copy of our internal sources to reflect changes to the original...

Change-Id: I6f66c1f4e73f0a83faf0fbcdea5073e6b9fef1de
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
4ca3e5df4b809210b240cd7d0489922017d87a6d 12-Feb-2011 Santosh Madhava <smadhava@google.com> Fix for issue 3431967 : Memory leak from video editor engine

Cleanup

Change-Id: Ie5432de17c30dbb02c70a759502b7f2e2dbba447
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
5bc7fb407ce1bab13d4a4a67d34a1a3192ee3186 14-Feb-2011 Dheeraj Sharma <dheerajs@google.com> Fix for issue : 3450195 Adapt to the recent changes of awesome player in video editor preview player

Change-Id: Ibd15264837dab32464fb90e75cf6d3d323cbbae3
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.cpp
9e4c36a044e264c644d7fa9f9894659a6fc47a6f 08-Feb-2011 Andreas Huber <andih@google.com> This copy of our internal code does not handle seek-preview while paused well.

disabling that functionality.

Change-Id: Ie1d2bda6866e3754fb6237ab827c3c93a38104d8
related-to-bug: 3427268
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.cpp
4f155f0cffa2414545854e899dff4861187e1f68 02-Feb-2011 Dharmaray Kundargi <dharmaray@google.com> Fix Issue Crash during Export Issue 3414805 , and Preview smoothning for 720p Clips

Change-Id: I5a90fc350a33c1eca9b4ec682b68b80913578341
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.cpp
254c8dfe514fd45eef251763639f63615379570f 29-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> Fix issue 3404563. Overlay is not seen when the clip is trimmed in the beginning.

Change-Id: Iec0fcea164f6909283c8686605378c3e1db127f0
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.cpp
342f932f6312be84a48512216b561ead42b53199 28-Jan-2011 Santosh Madhava <smadhava@google.com> Fix for issue 3399126 Overlay displayed over next clip

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

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

Change-Id: I9c6657f6fdab0fa815201d8b26b8c90700663c12
/frameworks/av/libvideoeditor/lvpp/PreviewPlayer.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/PreviewPlayer.cpp
643290dc4c83da23b1b8ff4ed71118203274bb15 17-Jan-2011 Dharmaray Kundargi <dharmaray@google.com> videoeditor preview code on honeycomb

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