summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * android_native_buffer_t --> ANativeWindowBufferIliyan Malchev2011-05-032-2/+2
| | | | | | | | | | Change-Id: Id43b27ed2d1b85488b731948d018da0c0fd0c50d Signed-off-by: Iliyan Malchev <malchev@google.com>
* | Clean up VideoEditorSRCJames Dong2011-05-032-52/+22
|/ | | | | | | | o removed unused member variables o removed pre-processor for FROYO, since we only made video editor available after HC. o cleaned up the header includes Change-Id: I101775cc384310d661a65485113ac1bc1f6cdf17
* Cleaned up dummy audio and video sourcesJames Dong2011-05-033-12/+2
| | | | | | | o remove unused member variables o replace a full loop with a memset Change-Id: Ib482525a321c2a17dd188fba47b642c63ab811c3
* Separate preview player from AwesomePlayer and also video editor audio ↵James Dong2011-05-019-18/+2851
| | | | | | player from AudioPlayer Change-Id: I436ac541df3e34ad16be95a50c96d7af67fa15e4
* Add setParameter/getParameter to MediaPlayer APIGloria Wang2011-04-292-0/+12
| | | | | | for bug 1982947 Change-Id: Ic32704367bdcf2ade3f035a164927e95c69af7fa
* libvideoeditor: convert to use new audio.hDima Zavin2011-04-272-7/+11
| | | | | Change-Id: I39726f6f6cd5aabbd91629f329876660b3d3cec2 Signed-off-by: Dima Zavin <dima@android.com>
* Fix for issue 3385135 "source code cleanup" engine parthongteng2011-04-221-52/+0
| | | | | | | | | | | | | | | | - remove commented code - remove code under #if 0 - remove macro FILE_LOWER_CASE as it is not used - remove macro #if 1 - remove TIMESCALE_BUG macro, and all code under this macro as it is not used - remove following unused functions: * M4MCS_getExifInfo * M4MCS_registerAudioEncoderExtended * M4MCS_registerVideoDecoderExtended * M4MCS_registerAudioDecoderExtended * M4MCS_registerVideoEncoderExtended Change-Id: I8e2916d956af6d381ae1962fedc61a8b48f60ce2
* Fix for issue 4133431 "Remove OSAL layer" in engine partShyam Pallapothu2011-04-215-89/+84
| | | | Change-Id: I98f98691048a5afc6f691b0cc3cec92e458e8f44
* Fix for issue 4133431 "Remove OSAL layer" in engine partShyam Pallapothu2011-04-204-81/+81
| | | | Change-Id: I9e2e142bcdf3153c529b790e368caea4fdb65ac8
* Merge "remove unused references to ISurface"Mathias Agopian2011-04-066-34/+2
|\
| * remove unused references to ISurfaceMathias Agopian2011-04-056-34/+2
| | | | | | | | Change-Id: Ia11c5f46f38c0b00ca63d19d3484bf4024cdb75d
* | Bring videoeditor copies of internal code in sync with recent changes to the ↵Andreas Huber2011-04-041-4/+18
|/ | | | | | | originals Change-Id: Ie534360f9f1f7757c57cffabb0fa4b4903422ecb related-to-bug: 4193552
* replace libsurfaceflinger_client by libguiMathias Agopian2011-03-251-1/+1
| | | | Change-Id: I50b43cd8a75b8a013ad5f778708dfbc09c1d76d6
* am 2d449791: Fix for the issue: TestPreviewWithTransition fails (4133108)Raghavender Palla2011-03-225-7/+44
|\ | | | | | | | | * commit '2d44979102ca85d5c4ee68d0388ee2fe37c4ec1a': Fix for the issue: TestPreviewWithTransition fails (4133108)
| * Fix for the issue: TestPreviewWithTransition fails (4133108)Raghavender Palla2011-03-215-7/+44
| | | | | | | | Change-Id: I53eb798f4f86e83f8a4668c7256241367c1ccbe4
* | am fb4d3b2d: Fix for the issue: 4099068 For long duration files, after end ↵Raghavender Palla2011-03-151-10/+11
|\ \ | |/ | | | | | | | | | | of the preview the progress bar is moved to the middle * commit 'fb4d3b2d94f3f72b7ba13b6dfc17ba215dda2c03': Fix for the issue: 4099068 For long duration files, after end of the preview the progress bar is moved to the middle
| * Fix for the issue: 4099068 For long duration files, after end of the preview ↵Raghavender Palla2011-03-141-10/+11
| | | | | | | | | | | | the progress bar is moved to the middle Change-Id: I3463581138e20e1a00f51183d3be013d6b2cd43f
* | frameworks/media/libvideoeditor: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-5/+0
|/ | | | | Change-Id: Ib3ecb46e1ecc192edae2d5634798efffccbb6c94 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Fix for 4084134 End transition applied on image does not show up in ↵Rajneesh Chowdury2011-03-111-1/+16
| | | | | | previewer when playback Change-Id: I72ee9fe95f038c07b6ccfe3305aa6436e882eedf
* Fix for issue 3371667: fix source code compilation warnings(Moved from master)Basavapatna Dattaguru2011-03-044-32/+33
| | | | Change-Id: Ife1fc3f89beae498a49970ab5d2a080a112ce7c2
* Merge "Fix for issue 3427268 Crash when stopping playback"Rajneesh Chowdury2011-03-022-10/+35
|\
| * Fix for issue 3427268 Crash when stopping playbackRajneesh Chowdury2011-03-022-10/+35
| | | | | | | | Change-Id: I4cd615ffa8c5db39ec34dc14f6b09fad55cae263
* | Fix for issue 3495914: (In Preview) Video clip switches between start and endSantosh Madhava2011-03-011-0/+4
|/ | | | Change-Id: Ib11c069127b3e81cfc741fab5a4f05a21d382c6b
* FIX for Issue Fix for issue 3371667: fix source code compilation warnings(3)Basavapatna Dattaguru2011-02-281-6/+6
| | | | Change-Id: I15e8572cbce7443fba9afcd494a92038a5a0bd43
* Merge "Fix for issue 3371667: fix source code compilation warnings"Basavapatna Dattaguru2011-02-281-13/+15
|\
| * Fix for issue 3371667: fix source code compilation warningsBasavapatna Dattaguru2011-02-271-13/+15
| | | | | | | | Change-Id: I6cb6950af55effe0da6d421eaa5feb179be68158
* | Fix for memory leak with single audio player instanceRajneesh Chowdury2011-02-272-1/+27
|/ | | | Change-Id: Idb0d24ac1a4fbe21c5f63871a4c7da2beb90e516
* And again keep this copy of our internal sources in sync, so much fun...Andreas Huber2011-02-241-10/+10
| | | | | Change-Id: I4b588f14ba2d06d3163615557fd97fc2a5f6ca47 related-to-bug: 3375737
* Bug 3438258 surface texturesGlenn Kasten2011-02-242-0/+10
| | | | | | | This is sufficient to build, but is not a full implementation. See bug 3467199 for the real implementation. Change-Id: Ifc3325fa9b019669bffddfd7bfd10bce57d0a136
* Fix for 3369917 Audio skips at clip edit pointsRajneesh Chowdury2011-02-2212-44/+292
| | | | Change-Id: Iba66585cc2e679475d8db529d6113586b58e626e
* Fix for issue 3439595 : Movie studio playback previous framesSantosh Madhava2011-02-176-21/+62
| | | | Change-Id: I0f1a6cdfa40f6c8eebe989116e01ba8c212d5872
* Fix for issue 3456480 A/V not in sync when a picture is added followed by a ↵Rajneesh Chowdury2011-02-161-5/+2
| | | | | | video clip trimmed from start Change-Id: I7a46f7fc20de9a6c0ebbc2ad03dca898306bad6b
* Update this copy of our internal sources to reflect changes to the original...Andreas Huber2011-02-162-14/+0
| | | | Change-Id: I6f66c1f4e73f0a83faf0fbcdea5073e6b9fef1de
* Fix for issue 3431967 : Memory leak from video editor engineSantosh Madhava2011-02-141-6/+10
| | | | | | Cleanup Change-Id: Ie5432de17c30dbb02c70a759502b7f2e2dbba447
* Merge "Fixed issue 3385135: change min audio buffer count to match awesome ↵Danny Fernandes2011-02-141-3/+3
|\ | | | | | | player"
| * Fixed issue 3385135: change min audio buffer count to match awesome playerDanny Fernandes2011-02-111-3/+3
| | | | | | | | Change-Id: I4408b5c42edd0a65016ed621b31ecda513d17d60
* | Fix for issue : 3450195 Adapt to the recent changes of awesome player in ↵Dheeraj Sharma2011-02-133-23/+68
|/ | | | | | video editor preview player Change-Id: Ibd15264837dab32464fb90e75cf6d3d323cbbae3
* Merge "Fix for issue 3431967 : Memory leak from video editor engine"Santosh Madhava2011-02-112-1/+4
|\
| * Fix for issue 3431967 : Memory leak from video editor engineSantosh Madhava2011-02-112-1/+4
| | | | | | | | Change-Id: I4cc445ce7d41a4842dcf0b5ad1c729c0ae5553cd
* | Fix for issue : 3439708 Last frame is missing effectDheeraj Sharma2011-02-103-14/+28
|/ | | | Change-Id: I533695f4154d4ebce4e8f1ff39a622ca4fd62430
* Fix for issue 3431967 : Memory leak from video editor engineSantosh Madhava2011-02-101-0/+5
| | | | Change-Id: I36e1cae53c91217804bc8243d9eb47820fb2114e
* Fix for issue 3431967 : Movie Studio crashed after pressing the back buttonSantosh Madhava2011-02-093-4/+21
| | | | Change-Id: I4b8cb2a54c2a1b7117feae9d8c6ca14e81b1f83d
* Fix for issue: 3437071 Crash during rendering mode change for specific video ↵Dheeraj Sharma2011-02-091-17/+72
| | | | | | size Change-Id: I358c7cc24a7f8c71b953cf5179902fa20fbd727c
* Merge "X86 target fixes"Kenny Root2011-02-083-3/+7
|\
| * X86 target fixesKenny Root2011-02-083-3/+7
| | | | | | | | | | | | | | | | | | GCC 4.2.1 complains about using void* in arithmetic. Cast it to unsigned int before using it. Also there was a missing stdint.h include. Change-Id: If78bb6a771b72eb08bd2dc401371e8da14fd9ecc
* | This copy of our internal code does not handle seek-preview while paused well.Andreas Huber2011-02-081-0/+5
|/ | | | | | | disabling that functionality. Change-Id: Ie1d2bda6866e3754fb6237ab827c3c93a38104d8 related-to-bug: 3427268
* Fixed Issue 3423072: Imported 1080x720 video clips present distorted view in ↵Danny Fernandes2011-02-041-3/+3
| | | | | | preview Change-Id: I38f2a042d66f7b639510d503321296e915689f7a
* Fix for 3409334 Movie Studio "Force Close" after importing a 3gp videoSantosh Madhava2011-02-035-75/+162
| | | | Change-Id: I37949140a6c37a0c2d04221e220e7e267b6c7a02
* Fix Issue Crash during Export Issue 3414805 , and Preview smoothning for ↵Dharmaray Kundargi2011-02-013-13/+15
| | | | | | 720p Clips Change-Id: I5a90fc350a33c1eca9b4ec682b68b80913578341
* 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