OSDN Git Service

android-x86/frameworks-av.git
13 years agoFix for issue 5055001 Movie studio is unusable after importing music
Rajneesh Chowdury [Thu, 21 Jul 2011 23:34:09 +0000 (16:34 -0700)]
Fix for issue 5055001 Movie studio is unusable after importing music

Change-Id: I9b3da1122e807c034cf44dd51b5e1d92dd84d73f

13 years agoMerge "Remove hard-coded requirement for number of buffers."
Chih-Chung Chang [Thu, 21 Jul 2011 21:03:25 +0000 (14:03 -0700)]
Merge "Remove hard-coded requirement for number of buffers."

13 years agoMerge "fix for issue 4142219 Don't hard code platform-specific limitations engine...
Hong Teng [Thu, 21 Jul 2011 18:14:03 +0000 (11:14 -0700)]
Merge "fix for issue 4142219 Don't hard code platform-specific limitations engine part."

13 years agofix for issue 4142219
Hong Teng [Thu, 7 Jul 2011 01:29:28 +0000 (18:29 -0700)]
fix for issue 4142219
Don't hard code platform-specific limitations
engine part.

Change-Id: Ibc8a539e5bbac738f60ef935670a333b7017e20e

13 years agoMerge "Fix for issue 4988956 No audio can be heard during preview"
Rajneesh Chowdury [Wed, 20 Jul 2011 23:25:03 +0000 (16:25 -0700)]
Merge "Fix for issue 4988956 No audio can be heard during preview"

13 years agoFix for issue 4988956 No audio can be heard during preview
Rajneesh Chowdury [Wed, 20 Jul 2011 20:47:34 +0000 (13:47 -0700)]
Fix for issue 4988956 No audio can be heard during preview

Change-Id: I61fc9086f2c00259e4f54535a5938b161d95b144

13 years agoRemove hard-coded requirement for number of buffers.
Chih-Chung Chang [Tue, 19 Jul 2011 00:11:47 +0000 (08:11 +0800)]
Remove hard-coded requirement for number of buffers.

This change use two threads to read and return buffers from/to the
encoder, so we won't block on read even if there are not enough
input buffers.

Bug: 4972572
Change-Id: Iab07da5b55ef384e1d2723b4f5d3164e5a509ebd

13 years agocall the new setScaling method in the appropriate places
Mathias Agopian [Tue, 19 Jul 2011 19:37:05 +0000 (12:37 -0700)]
call the new setScaling method in the appropriate places

Change-Id: Iabd738b195d326b6bdf04fdfee75e1dd9d411cbd

13 years agoMerge "Use the ANativeWindow APIs instead of the Surface APIs"
Mathias Agopian [Fri, 15 Jul 2011 01:04:25 +0000 (18:04 -0700)]
Merge "Use the ANativeWindow APIs instead of the Surface APIs"

13 years agoUse the ANativeWindow APIs instead of the Surface APIs
Mathias Agopian [Thu, 14 Jul 2011 21:45:08 +0000 (14:45 -0700)]
Use the ANativeWindow APIs instead of the Surface APIs

Surface inherits from ANativeWindow, the APIs on the later
are the only public APIs.

Change-Id: Ibddebfe535e026d872cc13287a102660c004385f

13 years agoRemove redundant include, now that NuHTTPDataSource.h is no more.
Andreas Huber [Wed, 13 Jul 2011 22:55:33 +0000 (15:55 -0700)]
Remove redundant include, now that NuHTTPDataSource.h is no more.

Change-Id: I7bed503ba341b5ea3b7a3cac7aa2a1f349c8ed03

13 years agoMerge "Remove the simulator target from all makefiles. Bug: 5010576"
Jeff Brown [Tue, 12 Jul 2011 19:15:30 +0000 (12:15 -0700)]
Merge "Remove the simulator target from all makefiles. Bug: 5010576"

13 years agoRemove the simulator target from all makefiles.
Jeff Brown [Tue, 12 Jul 2011 05:12:22 +0000 (22:12 -0700)]
Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: Ida75833739d363061c2e688a6c7f7d7b3f3edd1e

13 years agoFix 4973565: implement getFormat() like Ie534e2660b0de2c3ac697b4e1f61e3aaf2c4cffe.
Chih-Chung Chang [Mon, 11 Jul 2011 18:24:49 +0000 (02:24 +0800)]
Fix 4973565: implement getFormat() like Ie534e2660b0de2c3ac697b4e1f61e3aaf2c4cffe.

Change-Id: I9c684fa971d5ef3f975017cbaaf06ba789a6c41f

13 years agoFix of issue 4973565 Cannot export movie.
Rajneesh Chowdury [Sat, 2 Jul 2011 01:06:15 +0000 (18:06 -0700)]
Fix of issue 4973565 Cannot export movie.
Also fixes 4441452 Native Crash after applying transition

Change-Id: Ic48c44bc2c5d07e57edb8f63393cea424d3275f4

13 years agoMerge "add private copy constructor and assignment operator to four media source...
James Dong [Fri, 1 Jul 2011 15:36:21 +0000 (08:36 -0700)]
Merge "add private copy constructor and assignment operator to four media source classes"

13 years agoadd private copy constructor and assignment operator to four media source classes
James Dong [Wed, 29 Jun 2011 06:36:52 +0000 (23:36 -0700)]
add private copy constructor and assignment operator to four media source classes

o this patch addresses the encoder and decoder sources for audio and video

Change-Id: I918784ca22138267c270836c91312540eedebc7f

13 years agoRemove curtain effects (they are unused).
Chih-Chung Chang [Thu, 30 Jun 2011 07:13:39 +0000 (15:13 +0800)]
Remove curtain effects (they are unused).

Change-Id: I8e1ccad3e9ddf4c272e85e7ca04582b4863c242d

13 years agoMake line-ending consistent (unix style).
Chih-Chung Chang [Thu, 30 Jun 2011 06:21:38 +0000 (14:21 +0800)]
Make line-ending consistent (unix style).

Change-Id: Id837b042952ff5d97907591f337b2222cff2c8a9

13 years agoSimplified regulBitRate() method and fixed a copy and paste error in stop() method
James Dong [Wed, 29 Jun 2011 01:46:46 +0000 (18:46 -0700)]
Simplified regulBitRate() method and fixed a copy and paste error in stop() method

Change-Id: I589aea9471130e690594f91598853a1f08dca081

13 years agoMerge "Fix for issue 4905998 OMXCodec::drainInputBuffer, findInt64(kKeyTime, &lastBuf...
Rajneesh Chowdury [Tue, 28 Jun 2011 00:47:22 +0000 (17:47 -0700)]
Merge "Fix for issue 4905998 OMXCodec::drainInputBuffer, findInt64(kKeyTime, &lastBufferTimeUs) fails"

13 years agoFix for issue 4905998 OMXCodec::drainInputBuffer, findInt64(kKeyTime, &lastBufferTime...
Rajneesh Chowdury [Mon, 27 Jun 2011 21:26:58 +0000 (14:26 -0700)]
Fix for issue 4905998 OMXCodec::drainInputBuffer, findInt64(kKeyTime, &lastBufferTimeUs) fails

Change-Id: I353bd9e8aa1eceb9c14040a9953777967500fb1d

13 years agoFix for issue 4949999 getFormat() returns NULL
Rajneesh Chowdury [Mon, 27 Jun 2011 21:16:59 +0000 (14:16 -0700)]
Fix for issue 4949999 getFormat() returns NULL

Change-Id: Ie534e2660b0de2c3ac697b4e1f61e3aaf2c4cffe

13 years agoFix copy and paste errors for mime type strings in the 3GP reader
James Dong [Mon, 27 Jun 2011 16:49:12 +0000 (09:49 -0700)]
Fix copy and paste errors for mime type strings in the 3GP reader

Change-Id: Ia91b06f4dba9e4265260b28aabeeffeceff6d157

13 years agoFix for: 4676350 Do not use dual copyright declaration for video editor code
Thomas Le Guevel [Thu, 23 Jun 2011 17:06:33 +0000 (10:06 -0700)]
Fix for: 4676350 Do not use dual copyright declaration for video editor code

Change-Id: I2856be051fa3b3ddfe67e096e45fb0b34beb92be

13 years agoRevert "Use AudioTrack::event_type not int in callback"
Glenn Kasten [Wed, 1 Jun 2011 22:20:41 +0000 (15:20 -0700)]
Revert "Use AudioTrack::event_type not int in callback"

This reverts commit dd51bdc4cf4b7c9f09e7dc4116651c6681d5287c

13 years agoUse AudioTrack::event_type not int in callback
Glenn Kasten [Wed, 4 May 2011 22:37:39 +0000 (15:37 -0700)]
Use AudioTrack::event_type not int in callback

Change-Id: I09ff321f9457c0a9ee58e59bee38ed53799e494b

13 years agoReconcile with honeycomb-release
The Android Open Source Project [Fri, 20 May 2011 20:51:17 +0000 (13:51 -0700)]
Reconcile with honeycomb-release

Change-Id: Ibbe91b2c58ef41c449cb4b125b4b6e4034a71ed5

13 years agoupdate for new audio.h header location
Dima Zavin [Wed, 11 May 2011 21:15:37 +0000 (14:15 -0700)]
update for new audio.h header location

Change-Id: I593b91a84a603d8c7f51a83232cced5af4980baf
Signed-off-by: Dima Zavin <dima@android.com>
13 years agoMerge "Fix for issue 4035003 Support for 64 bit datatype a. M4OSA_64BITS_SUPPORTED...
Thomas Le Guevel [Fri, 6 May 2011 20:32:09 +0000 (13:32 -0700)]
Merge "Fix for issue 4035003 Support for 64 bit datatype a. M4OSA_64BITS_SUPPORTED removed b. M4OSA_64BITS_NOT_SUPPORTED removed c. M4OSA_UInt64 removed d. M4OSA_Int64 removed e. M4OSA_INT32_FROM_INT32 removed f. M4OSA_TIME_FROM_INT32_UINT32 removed g. clean-up all macro in M4OSA_Time.h, M4OSA_Types.h and osal/inc/M4OSA_FileCommon.h"

13 years agoFix for issue 4035003 Support for 64 bit datatype
hongteng [Fri, 22 Apr 2011 22:23:37 +0000 (15:23 -0700)]
Fix for issue 4035003 Support for 64 bit datatype
a. M4OSA_64BITS_SUPPORTED removed
b. M4OSA_64BITS_NOT_SUPPORTED removed
c. M4OSA_UInt64 removed
d. M4OSA_Int64 removed
e. M4OSA_INT32_FROM_INT32 removed
f. M4OSA_TIME_FROM_INT32_UINT32 removed
g. clean-up all macro in M4OSA_Time.h, M4OSA_Types.h and osal/inc/M4OSA_FileCommon.h

Change-Id: I2b1751962945dcc668e995d05a57b66cd268642f

13 years agoClean up background audio processing code
James Dong [Wed, 4 May 2011 06:31:23 +0000 (23:31 -0700)]
Clean up background audio processing code

Change-Id: I6184e71cb0ccfdb1fc5f250bd7ecd4555efad482

13 years agoMerge "android_native_buffer_t --> ANativeWindowBuffer"
Iliyan Malchev [Tue, 3 May 2011 23:43:21 +0000 (16:43 -0700)]
Merge "android_native_buffer_t --> ANativeWindowBuffer"

13 years agoandroid_native_buffer_t --> ANativeWindowBuffer
Iliyan Malchev [Sun, 1 May 2011 18:38:07 +0000 (11:38 -0700)]
android_native_buffer_t --> ANativeWindowBuffer

Change-Id: Id43b27ed2d1b85488b731948d018da0c0fd0c50d
Signed-off-by: Iliyan Malchev <malchev@google.com>
13 years agoClean up VideoEditorSRC
James Dong [Tue, 3 May 2011 01:23:42 +0000 (18:23 -0700)]
Clean up VideoEditorSRC

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

13 years agoCleaned up dummy audio and video sources
James Dong [Tue, 3 May 2011 01:12:22 +0000 (18:12 -0700)]
Cleaned up dummy audio and video sources

o remove unused member variables
o replace a full loop with a memset

Change-Id: Ib482525a321c2a17dd188fba47b642c63ab811c3

13 years agoFix a typo in filename "M4ChannelCoverter.c"
James Dong [Mon, 2 May 2011 23:36:48 +0000 (16:36 -0700)]
Fix a typo in filename "M4ChannelCoverter.c"

Change-Id: If7e3afa8ac10fc34e920a199fd31526ced0a2534

13 years agoSeparate preview player from AwesomePlayer and also video editor audio player from...
James Dong [Sun, 1 May 2011 19:36:22 +0000 (12:36 -0700)]
Separate preview player from AwesomePlayer and also video editor audio player from AudioPlayer

Change-Id: I436ac541df3e34ad16be95a50c96d7af67fa15e4

13 years agoAdd setParameter/getParameter to MediaPlayer API
Gloria Wang [Tue, 26 Apr 2011 00:29:16 +0000 (17:29 -0700)]
Add setParameter/getParameter to MediaPlayer API
for bug 1982947

Change-Id: Ic32704367bdcf2ade3f035a164927e95c69af7fa

13 years agolibvideoeditor: convert to use new audio.h
Dima Zavin [Tue, 5 Apr 2011 23:13:49 +0000 (16:13 -0700)]
libvideoeditor: convert to use new audio.h

Change-Id: I39726f6f6cd5aabbd91629f329876660b3d3cec2
Signed-off-by: Dima Zavin <dima@android.com>
13 years agoFix for issue 3385135 "source code cleanup" engine part
hongteng [Fri, 22 Apr 2011 20:48:46 +0000 (13:48 -0700)]
Fix for issue 3385135 "source code cleanup" engine part
- Removed below unused functions
    a. M4PTO3GPP_RegisterExternalVideoEncoder
    b. M4VSS3GPP_editRegisterExternalVideoDecoder
    c. M4VSS3GPP_editRegisterExternalVideoEncoder
    d. M4VSS3GPP_extractPictureRegisterExternalVideoDecoder
    e. M4VSS3GPP_editRegisterExternalCodec
    f. M4VSS3GPP_editSubscribeExternalCodecs
    g. M4VSS3GPP_intSubscribeExternalCodecs
    h. M4VSS3GPP_intClipRegisterExternalVideoDecoder
    i. M4xVSS_RegisterExternalVideoDecoder
    j. M4xVSS_RegisterExternalVideoEncoder
    k. M4MCS_registerExternalVideoDecoder
    l. M4MCS_registerExternalVideoEncoder
    m. M4MCS_registerExternalAudioDecoder
    n. M4MCS_registerExternalAudioEncoder
    o. M4DECODER_EXTERNAL_getInterface

- Also remove small code associated with these functions and Remove below unsused src + header files
    a. M4CLOCK.h
    b. M4MDP_API.h
    c. M4VD_EXTERNAL_Internal.h
    d. M4VD_HW_API.h
    e. M4VE_API.h
    f. M4_Logo.h
    g. M4VD_EXTERNAL_Interface.c
    h. LV_Types.h
    i. M4OSA_FileAccess.h
    j. M4OSA_FileCache.h
    k. M4OSA_FileExtra.h
    l. M4OSA_FileReaderRam.h
    m. M4OSA_FileWriterRam.h
    n. M4OSA_String.h
    o. M4OSA_String_priv.h
    p. M4OSA_FileCache.c
    q. M4OSA_FileExtra.c
    r. M4OSA_FileReader_RAM.c
    s. M4OSA_FileWriter_RAM.c
    t. M4OSA_String.c
    u. M4OSA_String_priv.c

Change-Id: I7271cbe92168e665a8e5b7afe7c7fe1c331eaa1e

13 years agoFix for issue 3385135 "source code cleanup" engine part
hongteng [Fri, 22 Apr 2011 06:01:07 +0000 (23:01 -0700)]
Fix for issue 3385135 "source code cleanup" engine part
- 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

13 years agoFix for issue 4133431 "Remove OSAL layer" in engine part
Shyam Pallapothu [Thu, 21 Apr 2011 16:48:41 +0000 (09:48 -0700)]
Fix for issue 4133431 "Remove OSAL layer" in engine part

Change-Id: I98f98691048a5afc6f691b0cc3cec92e458e8f44

13 years agoFix for issue 4133431 "Remove OSAL layer" in engine part
Shyam Pallapothu [Thu, 21 Apr 2011 04:00:48 +0000 (21:00 -0700)]
Fix for issue 4133431 "Remove OSAL layer" in engine part

Change-Id: I9e2e142bcdf3153c529b790e368caea4fdb65ac8

13 years agoFix for issue 4133431 "Remove OSAL layer" in engine part
Dheeraj Sharma [Tue, 12 Apr 2011 21:45:11 +0000 (14:45 -0700)]
Fix for issue 4133431 "Remove OSAL layer" in engine part

Change-Id: I79efc956aa0d23fb333d12c8947b48455b7524d1

13 years agoMerge "remove unused references to ISurface"
Mathias Agopian [Wed, 6 Apr 2011 19:22:15 +0000 (12:22 -0700)]
Merge "remove unused references to ISurface"

13 years agoremove unused references to ISurface
Mathias Agopian [Tue, 5 Apr 2011 22:38:24 +0000 (15:38 -0700)]
remove unused references to ISurface

Change-Id: Ia11c5f46f38c0b00ca63d19d3484bf4024cdb75d

13 years agoBring videoeditor copies of internal code in sync with recent changes to the originals
Andreas Huber [Mon, 4 Apr 2011 18:38:25 +0000 (11:38 -0700)]
Bring videoeditor copies of internal code in sync with recent changes to the originals

Change-Id: Ie534360f9f1f7757c57cffabb0fa4b4903422ecb
related-to-bug: 4193552

13 years agoreplace libsurfaceflinger_client by libgui
Mathias Agopian [Sat, 26 Mar 2011 01:56:28 +0000 (18:56 -0700)]
replace libsurfaceflinger_client by libgui

Change-Id: I50b43cd8a75b8a013ad5f778708dfbc09c1d76d6

13 years agoam 2d449791: Fix for the issue: TestPreviewWithTransition fails (4133108)
Raghavender Palla [Tue, 22 Mar 2011 18:43:14 +0000 (11:43 -0700)]
am 2d449791: Fix for the issue: TestPreviewWithTransition fails (4133108)

* commit '2d44979102ca85d5c4ee68d0388ee2fe37c4ec1a':
  Fix for the issue: TestPreviewWithTransition fails (4133108)

13 years agoFix for the issue: TestPreviewWithTransition fails (4133108)
Raghavender Palla [Sat, 19 Mar 2011 05:32:51 +0000 (22:32 -0700)]
Fix for the issue: TestPreviewWithTransition fails (4133108)

Change-Id: I53eb798f4f86e83f8a4668c7256241367c1ccbe4

13 years agoam fb4d3b2d: Fix for the issue: 4099068 For long duration files, after end of the...
Raghavender Palla [Wed, 16 Mar 2011 06:50:19 +0000 (23:50 -0700)]
am fb4d3b2d: Fix for the issue: 4099068 For long duration files, after end 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

13 years agoFix for the issue: 4099068 For long duration files, after end of the preview the...
Raghavender Palla [Tue, 15 Mar 2011 03:15:12 +0000 (20:15 -0700)]
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

13 years agoframeworks/media/libvideoeditor: remove LOCAL_PRELINK_MODULE
Iliyan Malchev [Mon, 14 Mar 2011 21:02:15 +0000 (14:02 -0700)]
frameworks/media/libvideoeditor: remove LOCAL_PRELINK_MODULE

Change-Id: Ib3ecb46e1ecc192edae2d5634798efffccbb6c94
Signed-off-by: Iliyan Malchev <malchev@google.com>
13 years agoam a60cb935: Fix for 4084134 End transition applied on image does not show up in...
Rajneesh Chowdury [Mon, 14 Mar 2011 19:04:31 +0000 (12:04 -0700)]
am a60cb935: Fix for 4084134 End transition applied on image does not show up in previewer when playback

* commit 'a60cb935edd049ecf4c7ee985d562fff6c703372':
  Fix for 4084134 End transition applied on image does not show up in previewer when playback

13 years agoFix for 4084134 End transition applied on image does not show up in previewer when...
Rajneesh Chowdury [Fri, 11 Mar 2011 22:02:47 +0000 (14:02 -0800)]
Fix for 4084134 End transition applied on image does not show up in previewer when playback

Change-Id: I72ee9fe95f038c07b6ccfe3305aa6436e882eedf

13 years agoRemove unused LOCAL_LDFLAGS
Ying Wang [Fri, 11 Mar 2011 23:59:11 +0000 (15:59 -0800)]
Remove unused LOCAL_LDFLAGS

LOCAL_LDFLAGS is never used when building static library.

Change-Id: I55c093b1ab1c58081bcbc4d9d91f45025115536c

13 years agoFix for issue 3453519: do not allow editing of DRM protected contents
Santosh Madhava [Fri, 4 Mar 2011 22:55:56 +0000 (14:55 -0800)]
Fix for issue 3453519: do not allow editing of DRM protected contents

Change-Id: I19f56cbdaab0ddb3d1ab0aec8dcf625a3ff3ead2

13 years agoMerge "Change trace labels" into honeycomb-mr1
James Dong [Mon, 7 Mar 2011 22:51:06 +0000 (14:51 -0800)]
Merge "Change trace labels" into honeycomb-mr1

13 years agoFix for issue 3371667: fix source code compilation warnings(Moved from master)
Basavapatna Dattaguru [Fri, 4 Mar 2011 17:48:24 +0000 (09:48 -0800)]
Fix for issue 3371667: fix source code compilation warnings(Moved from master)

Change-Id: Ife1fc3f89beae498a49970ab5d2a080a112ce7c2

13 years agoChange trace labels
James Dong [Fri, 4 Mar 2011 22:43:31 +0000 (14:43 -0800)]
Change trace labels

bug - 3385135

Change-Id: Iad66e122a9e2ce7cce26779f679cbf04dd1a5434

13 years agoMerge "Fix for issue 3427268 Crash when stopping playback"
Rajneesh Chowdury [Wed, 2 Mar 2011 22:23:24 +0000 (14:23 -0800)]
Merge "Fix for issue 3427268 Crash when stopping playback"

13 years agoFix for issue 3427268 Crash when stopping playback
Rajneesh Chowdury [Wed, 2 Mar 2011 05:15:25 +0000 (21:15 -0800)]
Fix for issue 3427268 Crash when stopping playback

Change-Id: I4cd615ffa8c5db39ec34dc14f6b09fad55cae263

13 years agoam 2a373979: (-s ours) Adapt to changes in AwesomePlayer for Honeycomb branch - DO...
Rajneesh Chowdury [Wed, 2 Mar 2011 20:53:10 +0000 (12:53 -0800)]
am 2a373979: (-s ours) Adapt to changes in AwesomePlayer for Honeycomb branch - DO NOT MERGE

* commit '2a373979d85649bcb2c67f3751836a2ced6bf1ec':
  Adapt to changes in AwesomePlayer for Honeycomb branch - DO NOT MERGE

13 years agoFix for issue 3495914: (In Preview) Video clip switches between start and end
Santosh Madhava [Wed, 2 Mar 2011 05:31:04 +0000 (21:31 -0800)]
Fix for issue 3495914: (In Preview) Video clip switches between start and end

Change-Id: Ib11c069127b3e81cfc741fab5a4f05a21d382c6b

13 years agoAdapt to changes in AwesomePlayer for Honeycomb branch - DO NOT MERGE
Rajneesh Chowdury [Mon, 28 Feb 2011 01:56:58 +0000 (17:56 -0800)]
Adapt to changes in AwesomePlayer for Honeycomb branch - DO NOT MERGE

Bug - 3497783

Change-Id: I26eee1538d1f2f86476b115c9e7df85fadd796dd

13 years agoAdapt to changes in AwesomePlayer for Honeycomb branch - DO NOT MERGE
Rajneesh Chowdury [Mon, 28 Feb 2011 01:56:58 +0000 (17:56 -0800)]
Adapt to changes in AwesomePlayer for Honeycomb branch - DO NOT MERGE

Bug - 3497783

Change-Id: I26eee1538d1f2f86476b115c9e7df85fadd796dd

13 years agoDO NOT MERGE: Hack this copy of our internal sources to match changes to support...
Andreas Huber [Fri, 25 Feb 2011 17:15:05 +0000 (09:15 -0800)]
DO NOT MERGE: Hack this copy of our internal sources to match changes to support A/V sync.

Change-Id: Iae0c63e936b2042473def8839f663605e68b6066

13 years agoFIX for Issue Fix for issue 3371667: fix source code compilation warnings(3)
Basavapatna Dattaguru [Mon, 28 Feb 2011 05:04:57 +0000 (21:04 -0800)]
FIX for Issue Fix for issue 3371667: fix source code compilation warnings(3)

Change-Id: I15e8572cbce7443fba9afcd494a92038a5a0bd43

13 years agoMerge "Fix for issue 3371667: fix source code compilation warnings"
Basavapatna Dattaguru [Mon, 28 Feb 2011 20:25:56 +0000 (12:25 -0800)]
Merge "Fix for issue 3371667: fix source code compilation warnings"

13 years agoMerge "Fix for memory leak with single audio player instance"
Rajneesh Chowdury [Mon, 28 Feb 2011 17:09:15 +0000 (09:09 -0800)]
Merge "Fix for memory leak with single audio player instance"

13 years agoFix for memory leak with single audio player instance
Rajneesh Chowdury [Sat, 26 Feb 2011 06:59:46 +0000 (22:59 -0800)]
Fix for memory leak with single audio player instance

Change-Id: Idb0d24ac1a4fbe21c5f63871a4c7da2beb90e516

13 years agoFix for issue 3371667: fix source code compilation warnings
Basavapatna Dattaguru [Sat, 26 Feb 2011 04:25:04 +0000 (20:25 -0800)]
Fix for issue 3371667: fix source code compilation warnings

Change-Id: I6cb6950af55effe0da6d421eaa5feb179be68158

13 years agoam aabc3e13: (-s ours) DO NOT MERGE: Hack this copy of our internal sources to match...
Andreas Huber [Fri, 25 Feb 2011 23:43:02 +0000 (15:43 -0800)]
am aabc3e13: (-s ours) DO NOT MERGE: Hack this copy of our internal sources to match changes to support A/V sync.

* commit 'aabc3e13ddf230dd0c9ad5edc0c3eb2687d671cb':
  DO NOT MERGE: Hack this copy of our internal sources to match changes to support A/V sync.

13 years agoDO NOT MERGE: Hack this copy of our internal sources to match changes to support...
Andreas Huber [Fri, 25 Feb 2011 17:15:05 +0000 (09:15 -0800)]
DO NOT MERGE: Hack this copy of our internal sources to match changes to support A/V sync.

Change-Id: Iae0c63e936b2042473def8839f663605e68b6066

13 years agoAnd again keep this copy of our internal sources in sync, so much fun...
Andreas Huber [Thu, 24 Feb 2011 23:25:21 +0000 (15:25 -0800)]
And again keep this copy of our internal sources in sync, so much fun...

Change-Id: I4b588f14ba2d06d3163615557fd97fc2a5f6ca47
related-to-bug: 3375737

13 years agoBug 3438258 surface textures
Glenn Kasten [Mon, 14 Feb 2011 19:56:16 +0000 (11:56 -0800)]
Bug 3438258 surface textures

This is sufficient to build, but is not a full implementation.
See bug 3467199 for the real implementation.

Change-Id: Ifc3325fa9b019669bffddfd7bfd10bce57d0a136

13 years agoVideoEditor: Issue ID: 3371667: Fix Set1
Basavapatna Dattaguru [Thu, 24 Feb 2011 04:25:47 +0000 (20:25 -0800)]
VideoEditor: Issue ID: 3371667: Fix Set1

Change-Id: I728bc27b86e0c8720a2d05e6cff8a76f820bf016

13 years agoMerge "Fix for 3369917 Audio skips at clip edit points"
Rajneesh Chowdury [Wed, 23 Feb 2011 00:34:00 +0000 (16:34 -0800)]
Merge "Fix for 3369917 Audio skips at clip edit points"

13 years agoFix for 3369917 Audio skips at clip edit points
Rajneesh Chowdury [Mon, 21 Feb 2011 23:43:33 +0000 (15:43 -0800)]
Fix for 3369917 Audio skips at clip edit points

Change-Id: Iba66585cc2e679475d8db529d6113586b58e626e

13 years agoMerge "Fix for issue 3456689 : Export failed with Runtime error"
Santosh Madhava [Tue, 22 Feb 2011 18:21:20 +0000 (10:21 -0800)]
Merge "Fix for issue 3456689 : Export failed with Runtime error"

13 years agoFix for issue 3456689 : Export failed with Runtime error
Santosh Madhava [Tue, 22 Feb 2011 04:25:51 +0000 (20:25 -0800)]
Fix for issue 3456689 : Export failed with Runtime error

Change-Id: I402601590a39d71cf8bd25379f3fdd7915078c9d

13 years agoVideoEditor:Issue:3431967: Memory leak in Export case
Basavapatna Dattaguru [Tue, 22 Feb 2011 03:39:09 +0000 (19:39 -0800)]
VideoEditor:Issue:3431967: Memory leak in Export case

Code cleanup

Change-Id: I81be8ef4f3abead6a85db8b0a4b2a9c594b1bcac

13 years agoMerge "Fix for issue 3439595 : Movie studio playback previous frames"
Santosh Madhava [Fri, 18 Feb 2011 03:09:39 +0000 (19:09 -0800)]
Merge "Fix for issue 3439595 : Movie studio playback previous frames"

13 years agoFix for issue 3439595 : Movie studio playback previous frames
Santosh Madhava [Thu, 17 Feb 2011 06:24:42 +0000 (22:24 -0800)]
Fix for issue 3439595 : Movie studio playback previous frames

Change-Id: I0f1a6cdfa40f6c8eebe989116e01ba8c212d5872

13 years agoMerge "VideoEditor: Issue ID:3431967 : MemLeak with Invalid input"
Basavapatna Dattaguru [Thu, 17 Feb 2011 23:08:17 +0000 (15:08 -0800)]
Merge "VideoEditor: Issue ID:3431967 : MemLeak with Invalid input"

13 years agoFixed issue 3421896 Slide transition causes images to jump in exported movie playback
Danny Fernandes [Thu, 17 Feb 2011 05:03:28 +0000 (21:03 -0800)]
Fixed issue 3421896 Slide transition causes images to jump in exported movie playback

Change-Id: I78cbe7e3509f65ce651de926267fad4f65c3c263

13 years agoVideoEditor: Issue ID:3431967 : MemLeak with Invalid input
Basavapatna Dattaguru [Thu, 17 Feb 2011 18:02:27 +0000 (10:02 -0800)]
VideoEditor: Issue ID:3431967 : MemLeak with Invalid input

Modified the fix after review

Change-Id: Ic4dd92d76870256453a93b3a7d80e0d147884425

13 years agoFix for issue 3456480 A/V not in sync when a picture is added followed by a video...
Rajneesh Chowdury [Wed, 16 Feb 2011 23:32:06 +0000 (15:32 -0800)]
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

13 years agoMerge "Fix issue 3457629 FIle loads but does not play"
Danny Fernandes [Wed, 16 Feb 2011 20:03:02 +0000 (12:03 -0800)]
Merge "Fix issue 3457629 FIle loads but does not play"

13 years agoFix issue 3457629 FIle loads but does not play
Danny Fernandes [Wed, 16 Feb 2011 19:22:49 +0000 (11:22 -0800)]
Fix issue 3457629 FIle loads but does not play

Change-Id: Id4f77d3883b0f6ad6ffd75ddac49efd5cf2ca1c7

13 years agoMerge "Fixed issue 3443078 overlay flicker on transition in exported video"
Danny Fernandes [Wed, 16 Feb 2011 19:37:12 +0000 (11:37 -0800)]
Merge "Fixed issue 3443078 overlay flicker on transition in exported video"

13 years agoFixed issue 3443078 overlay flicker on transition in exported video
Danny Fernandes [Wed, 16 Feb 2011 02:08:46 +0000 (18:08 -0800)]
Fixed issue 3443078 overlay flicker on transition in exported video

Change-Id: I4c625a1f7c9897ee0d9aee3f521974456c97ad8c

13 years agoUpdate this copy of our internal sources to reflect changes to the original...
Andreas Huber [Wed, 16 Feb 2011 17:06:50 +0000 (09:06 -0800)]
Update this copy of our internal sources to reflect changes to the original...

Change-Id: I6f66c1f4e73f0a83faf0fbcdea5073e6b9fef1de

13 years agoMerge "Fixed issue 3443078 overlay flicker on transition in exported video"
Danny Fernandes [Wed, 16 Feb 2011 02:01:05 +0000 (18:01 -0800)]
Merge "Fixed issue 3443078 overlay flicker on transition in exported video"

13 years agoMerge "Fix for issue 3431967 : Memory leak from video editor engine"
Santosh Madhava [Mon, 14 Feb 2011 19:30:43 +0000 (11:30 -0800)]
Merge "Fix for issue 3431967 : Memory leak from video editor engine"

13 years agoFix for issue 3431967 : Memory leak from video editor engine
Santosh Madhava [Sat, 12 Feb 2011 04:28:45 +0000 (20:28 -0800)]
Fix for issue 3431967 : Memory leak from video editor engine

Cleanup

Change-Id: Ie5432de17c30dbb02c70a759502b7f2e2dbba447

13 years agoMerge "Fix for 3431967 Memory leak in SF shells"
Danny Fernandes [Mon, 14 Feb 2011 19:10:29 +0000 (11:10 -0800)]
Merge "Fix for 3431967 Memory leak in SF shells"

13 years agoFix for 3431967 Memory leak in SF shells
Danny Fernandes [Mon, 14 Feb 2011 18:53:53 +0000 (10:53 -0800)]
Fix for 3431967 Memory leak in SF shells

Change-Id: Iaecf24e7cc095c5295a1568b4185e977f19f15aa

13 years agoFixed issue 3443078 overlay flicker on transition in exported video
Danny Fernandes [Mon, 14 Feb 2011 18:45:28 +0000 (10:45 -0800)]
Fixed issue 3443078 overlay flicker on transition in exported video

Change-Id: I0376b09acd91be8ba792478323d9f48a71818c2b