OSDN Git Service

android-x86/frameworks-av.git
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

13 years agoMerge "Fixed issue 3385135: change min audio buffer count to match awesome player"
Danny Fernandes [Mon, 14 Feb 2011 18:43:10 +0000 (10:43 -0800)]
Merge "Fixed issue 3385135: change min audio buffer count to match awesome player"

13 years agoFix for issue : 3450195 Adapt to the recent changes of awesome player in video editor...
Dheeraj Sharma [Mon, 14 Feb 2011 04:31:27 +0000 (20:31 -0800)]
Fix for issue : 3450195 Adapt to the recent changes of awesome player in video editor preview player

Change-Id: Ibd15264837dab32464fb90e75cf6d3d323cbbae3

13 years agoFixed issue 3385135: change min audio buffer count to match awesome player
Danny Fernandes [Sat, 12 Feb 2011 02:47:03 +0000 (18:47 -0800)]
Fixed issue 3385135: change min audio buffer count to match awesome player

Change-Id: I4408b5c42edd0a65016ed621b31ecda513d17d60

13 years agoMerge "Fix for 3448630 H.263 files returning unsupported profile and level."
Danny Fernandes [Sat, 12 Feb 2011 02:43:41 +0000 (18:43 -0800)]
Merge "Fix for 3448630 H.263 files returning unsupported profile and level."

13 years agoFix for 3448630 H.263 files returning unsupported profile and level.
Danny Fernandes [Sat, 12 Feb 2011 02:17:33 +0000 (18:17 -0800)]
Fix for 3448630 H.263 files returning unsupported profile and level.

Change-Id: I9b65cd902fc575db2bc529d4349198d83d421854

13 years agoVideoEditor: Fix for Issue 3419090
Basavapatna Dattaguru [Sat, 12 Feb 2011 01:25:34 +0000 (17:25 -0800)]
VideoEditor: Fix for Issue 3419090

Change-Id: Id0dd34bbe9bb530e44bcdba6933bd6b2d9a7795c

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

13 years agoMerge "Fix for issue : 3439708 Last frame is missing effect"
Dheeraj Sharma [Fri, 11 Feb 2011 18:57:55 +0000 (10:57 -0800)]
Merge "Fix for issue : 3439708 Last frame is missing effect"

13 years agoFix for issue 3431967 : Memory leak from video editor engine
Santosh Madhava [Fri, 11 Feb 2011 08:43:26 +0000 (00:43 -0800)]
Fix for issue 3431967 : Memory leak from video editor engine

Change-Id: I4cc445ce7d41a4842dcf0b5ad1c729c0ae5553cd

13 years agoFix for issue 3444969 : Crash while generating transition
Santosh Madhava [Fri, 11 Feb 2011 04:46:53 +0000 (20:46 -0800)]
Fix for issue  3444969 : Crash while generating transition

Change-Id: I63286dc66bfcd496aee45d26c8934f519ce63429

13 years agoFix for issue : 3439708 Last frame is missing effect
Dheeraj Sharma [Fri, 11 Feb 2011 00:55:37 +0000 (16:55 -0800)]
Fix for issue : 3439708 Last frame is missing effect

Change-Id: I533695f4154d4ebce4e8f1ff39a622ca4fd62430

13 years agoFix for issue 3431967 : Memory leak from video editor engine
Santosh Madhava [Thu, 10 Feb 2011 03:20:17 +0000 (19:20 -0800)]
Fix for issue 3431967 : Memory leak from video editor engine

Change-Id: I36e1cae53c91217804bc8243d9eb47820fb2114e

13 years agoFix for issue 3431967 : Movie Studio crashed after pressing the back button
Santosh Madhava [Wed, 9 Feb 2011 07:26:18 +0000 (23:26 -0800)]
Fix for issue 3431967 : Movie Studio crashed after pressing the back button

Change-Id: I4b8cb2a54c2a1b7117feae9d8c6ca14e81b1f83d

13 years agoFix for issue: 3437071 Crash during rendering mode change for specific video size
Dheeraj Sharma [Wed, 9 Feb 2011 06:36:30 +0000 (22:36 -0800)]
Fix for issue: 3437071 Crash during rendering mode change for specific video size

Change-Id: I358c7cc24a7f8c71b953cf5179902fa20fbd727c

13 years agoMerge "X86 target fixes"
Kenny Root [Tue, 8 Feb 2011 21:23:20 +0000 (13:23 -0800)]
Merge "X86 target fixes"

13 years agoThis copy of our internal code does not handle seek-preview while paused well.
Andreas Huber [Tue, 8 Feb 2011 21:12:32 +0000 (13:12 -0800)]
This copy of our internal code does not handle seek-preview while paused well.

disabling that functionality.

Change-Id: Ie1d2bda6866e3754fb6237ab827c3c93a38104d8
related-to-bug: 3427268

13 years agoX86 target fixes
Kenny Root [Tue, 8 Feb 2011 19:13:19 +0000 (11:13 -0800)]
X86 target fixes

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

13 years agoam ca3e96f4: Fixed Issue 3423072: Imported 1080x720 video clips present distorted...
Danny Fernandes [Mon, 7 Feb 2011 21:49:18 +0000 (13:49 -0800)]
am ca3e96f4: Fixed Issue 3423072: Imported 1080x720 video clips present distorted view in preview

* commit 'ca3e96f4583eb7f1f20213bf3322e4dcb2691ecc':
  Fixed Issue 3423072: Imported 1080x720 video clips present distorted view in preview

13 years agoam 19ffad8d: Merge "Fixed 3419090 Throwing exception for unsupported video codec...
Danny Fernandes [Mon, 7 Feb 2011 21:45:53 +0000 (13:45 -0800)]
am 19ffad8d: Merge "Fixed 3419090 Throwing exception for unsupported video codec profiles and level" into honeycomb

* commit '19ffad8d71c30741abe8a644cd55574434332d56':
  Fixed 3419090 Throwing exception for unsupported video codec profiles and level

13 years agoam ca87261a: Fixed 3423072 Imported 1080x720 video clips present distorted view
Danny Fernandes [Mon, 7 Feb 2011 21:42:33 +0000 (13:42 -0800)]
am ca87261a: Fixed 3423072 Imported 1080x720 video clips present distorted view

* commit 'ca87261a03e1683dfd9b6e93a187c70a52eeead4':
  Fixed 3423072 Imported 1080x720 video clips present distorted view

13 years agoam 1da97b07: Merge "Modification for using Software decoder for thumbnail generation...
Dheeraj Sharma [Mon, 7 Feb 2011 21:41:53 +0000 (13:41 -0800)]
am 1da97b07: Merge "Modification for using Software decoder for thumbnail generation" into honeycomb

* commit '1da97b07e2e0832a1914bf25efc2d77f86b339db':
  Modification for using Software decoder for thumbnail generation

13 years agoam b7070855: Fix for 3409334 Movie Studio "Force Close" after importing a 3gp video
Santosh Madhava [Mon, 7 Feb 2011 19:41:31 +0000 (11:41 -0800)]
am b7070855: Fix for 3409334 Movie Studio "Force Close" after importing a 3gp video

* commit 'b70708552e0d20b007b815c60968e6e2f5d21ce5':
  Fix for 3409334 Movie Studio "Force Close" after importing a 3gp video

13 years agoam bcd9628e: Fix for issue 3422485: Kenburn not showing continuous progress bar
Danny Fernandes [Mon, 7 Feb 2011 19:38:54 +0000 (11:38 -0800)]
am bcd9628e: Fix for issue 3422485: Kenburn not showing continuous progress bar

* commit 'bcd9628e69003e8d38d80addef0fa47222c14101':
  Fix for issue 3422485: Kenburn not showing continuous progress bar