summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeFilesLines
* Fix build.Dianne Hackborn2009-08-241-1/+1
| | | | Change-Id: I7a21bc2151fb2a9a1135f676b563f40609bc997b
* I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-244-11/+19
| | | | Change-Id: I2205eebae419eaf4a0992c9f5b7cd807eb843fe1
* am 8c937a17: Merge change 22379 into donutYu Shan Emily Lau2009-08-241-0/+7
|\ | | | | | | | | | | | | Merge commit '8c937a17667704ee9ba60663f4c4b76f3c3a0f78' into eclair * commit '8c937a17667704ee9ba60663f4c4b76f3c3a0f78': modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java
| * modified: ↵Yu Shan Emily Lau2009-08-211-0/+7
| | | | | | | | | | | | | | | | MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java Fixed the passing incorrect media names and add the localH263AMRprepareAsync test. modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java
| * DO NOT MERGE: cherry-pick: libdrm1: Use libcrypto instead of libaes.Chia-chi Yeh2009-08-114-25/+23
| | | | | | | | | | | | | | It seems that libdrm1 was the only user of libaes. Now libaes is no longer required and removing it saves 36 kilobytes. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Dynamically allocate a pair of MemoryHeaps according buffer count/sizes ↵Andreas Huber2009-08-201-10/+29
| | | | | | | | required by the OMX component, respect JPEG compressed size.
* | Fix AudioService on HFP power off due to new Bluetooth API.Nick Pelly2009-08-191-14/+19
| | | | | | | | | | HEADSET_STATE_CHANGED_ACTION contains a null BluetoothDevice when the HFP disconnects.
* | Better (proper) parsing of the AVCDecoderConfigurationRecord, respect ↵Andreas Huber2009-08-191-20/+97
| | | | | | | | hardware decoder profile/level limits.
* | The PV AVC software decoder expects each fragment of a NAL unit to be handed ↵Andreas Huber2009-08-193-99/+133
| | | | | | | | to the decoder unframed.
* | Fix missing -lpthread in linux-sim build.Feng Qian2009-08-181-1/+5
| | | | | | | | It mimics the behavior in libstagefraight/Android.mk
* | Bluetooth: API change.Nick Pelly2009-08-181-28/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split BluetoothDevice into BluetoothDevice and BluetoothAdapter. BluetoothAdapter: Represents the local BT adapter. Operations on the local adapter (start a scan, etc). BluetoothDevice: Represents a remote BT device. Operations on remote devices (pair, connect, etc). IBluetoothDevice.aidl -> Bluetooth.aidl BluetoothDeviceService.java -> BluetoothDeviceService.java TODO: Javadoc
* | Support for marshalling pointers / intptr_t in Parcel.Andreas Huber2009-08-171-54/+44
| | | | | | | | Some refactoring to eliminate code duplication in Parcel implementation.
* | Squashed commit of the following:Andreas Huber2009-08-1716-153/+2350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 5bb012f0065f7ffaaeb4f569d71f0e3a8d6b19c3 Author: Andreas Huber <andih@google.com> Date: Fri Aug 14 10:40:08 2009 -0700 An attempt at fixing export using the qcom encoders. More quirks. commit 0690e76bfa48118a68287ccf1bbfa82febaa620c Author: Andreas Huber <andih@google.com> Date: Fri Aug 14 09:08:28 2009 -0700 Callbacks are now dispatched from a separate thread in OMX. commit c6571a039526df29b6343f9a1971dbc019088c61 Author: Andreas Huber <andih@google.com> Date: Thu Aug 13 15:42:25 2009 -0700 Massive API changes throughout stagefright, smart pointers everywhere. commit 900612af6a0555664d9ba195112cd859491265f4 Author: Andreas Huber <andih@google.com> Date: Thu Aug 13 13:33:12 2009 -0700 OMXCodecs now properly shutdown. commit 96732f05e1b0603dcd1b11f16a23512592eeb4f5 Author: Andreas Huber <andih@google.com> Date: Thu Aug 13 12:04:04 2009 -0700 More work on JPEG decoding using the hardware OMX component. commit 63839a073ac393e3a130434ba467969053b694ad Author: Andreas Huber <andih@google.com> Date: Wed Aug 12 13:13:31 2009 -0700 An attempt to drive the JPEG decoder OMX node. commit 3ac2fe5ab2926eda81b2123610b2434c645294ff Author: Andreas Huber <andih@google.com> Date: Tue Aug 11 16:38:21 2009 -0700 Renamed StateMachine to OMXCodec and put it in its proper place. commit 247da75a96bf8881956413023dd49a84d5b4f5b2 Author: Andreas Huber <andih@google.com> Date: Tue Aug 11 16:06:19 2009 -0700 Statemachine is now a full-fledged MediaSource. commit 045244f6771fa0b9b329495c953afda900a84b71 Author: Andreas Huber <andih@google.com> Date: Fri Aug 7 09:16:54 2009 -0700 Properly setup the input format when exporting to AMR audio. commit 271b984cb32c5cd9e46e3f90ae121f334e4b8da9 Author: Andreas Huber <andih@google.com> Date: Thu Aug 6 09:59:38 2009 -0700 Added some code to test audio encoding to the OMX harness. commit 79af4748e4af33bd66d3fbac606e332a69741cf4 Author: Andreas Huber <andih@google.com> Date: Wed Aug 5 14:36:22 2009 -0700 Merge the old OMXDecoder and the new, shiny, StateMachine code. commit 91cf5dd77a8762bc10a0b2ffce35e3bbeb262231 Author: Andreas Huber <andih@google.com> Date: Tue Aug 4 17:41:43 2009 -0700 A new harness to test OMX node compliance (and quirks).
* | Fix 1860351: Put datetime in jpeg exif to datetaken field.Chih-Chung Chang2009-08-172-1/+31
| |
* | DO NOT MERGE, ALready merged to master.Sahil Sachdeva2009-08-144-31/+38
| | | | | | | | 1440173 [NJ-1331] MetaData utility parse the wrong m4a meta data. Changes to Java, application side.
* | Change the number of volume steps from 6 to 7 per Verizon RequirementsJared Suttles2009-08-132-15/+23
| | | | | | | | | | Submitted on behalf of Helen Tran <Helen.Tran@motorola.com> Signed-off-by: Jared Suttles <jared.suttles@motorola.com>
* | libdrm: "==" should be an assignment.Mike Lockwood2009-08-121-1/+1
| | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | am cb2b2378: Merge change 20729 into donutWu-cheng Li2009-08-111-1/+4
|\ \ | |/ | | | | | | | | | | Merge commit 'cb2b2378c735e687c15e2af7f908c68ffae5fe90' * commit 'cb2b2378c735e687c15e2af7f908c68ffae5fe90': Fix the bug that EXIF attributes are always cached.
| * Fix the bug that EXIF attributes are always cached.Wu-cheng Li2009-08-111-1/+4
| | | | | | | | b2039501
* | Fix issue 2045983 ToneGenerator: fix void statement.Eric Laurent2009-08-111-1/+1
| | | | | | | | | | There is a void statement at line 917 of ToneGenerator.cpp: mState == TONE_IDLE; This problem is harmless as in current code this execution path is never taken; it can only happen if a "new" operator fails in prepareWave() which is a case we usually consider as unlikely in android audio framework.
* | Expose a variation of the createRenderer API that works on a plain Surface.Andreas Huber2009-08-102-9/+28
| |
* | Deprecate/remove now unused socketpair ipc communication in favour of ↵Andreas Huber2009-08-105-397/+15
| | | | | | | | exclusive binder use.
* | Merge change 20422Android (Google) Code Review2009-08-074-74/+33
|\ \ | | | | | | | | | | | | * changes: Build the stagefright library by default.
| * | Build the stagefright library by default.Andreas Huber2009-08-074-74/+33
| | |
* | | AudioService now differentiates BT headsets and car kits.Eric Laurent2009-08-071-14/+49
|/ / | | | | | | | | The BT headset detection now makes the difference between car kits and headsets, which can be used by audio policy manager. The headset connection is also detected earlier, that is when the headset is connected and not when the SCO socket is connected as it was the case before. This allows the audio policy manager to suspend A2DP output while ringing if a SCO headset is connected.
* | Merge change 9674Android (Google) Code Review2009-08-071-4/+4
|\ \ | | | | | | | | | | | | * changes: Fix problem in AudioTrack with 8 bit PCM and direct output.
| * | Fix problem in AudioTrack with 8 bit PCM and direct output.Eric Laurent2009-08-041-4/+4
| | | | | | | | | | | | Do not perform 8 to 16 bit conversion in AudioTrack write() and processAudioBuffer() if direct output flag is set.
* | | Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not ↵Eric Laurent2009-08-074-150/+106
| | | | | | | | | | | | | | | | | | | | | use pointers as handles to inputs and outputs. Use integers instead of void* as input/output handles at IAudioFlinger and IAudioPolicyService interfaces. AudioFlinger maintains an always increasing count of opened inputs or outputs as unique ID.
* | | am 3397f169: Capture the start and end memory usage in the output file. Move ↵Yu Shan Emily Lau2009-08-061-8/+31
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | the start memory catpure after 10 loops. Merge commit '3397f16949d2e86442c32f3b82d5ee3ace99ba82' * commit '3397f16949d2e86442c32f3b82d5ee3ace99ba82': Capture the start and end memory usage in the output file. Move the start memory catpure after 10 loops.
| * | Capture the start and end memory usage in the output file. Move the start ↵Yu Shan Emily Lau2009-08-061-8/+31
| | | | | | | | | | | | memory catpure after 10 loops.
* | | The mp3 decoder now correctly uses microseconds to measure time. One less quirk.Andreas Huber2009-08-061-3/+0
| | |
* | | libdrm1: Use libcrypto instead of libaes.Chia-chi Yeh2009-08-054-25/+23
| | | | | | | | | | | | | | | It seems that libdrm1 was the only user of libaes. Now libaes is no longer required and removing it saves 36 kilobytes.
* | | am bd014e07: Remove the memory capture in the first run and make it the same ↵Yu Shan Emily Lau2009-08-051-7/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | as the cupcake test case. Merge commit 'bd014e07e2e95d4ac706c6863e2587bd96daa51e' * commit 'bd014e07e2e95d4ac706c6863e2587bd96daa51e': Remove the memory capture in the first run and make it the same as the cupcake test case.
| * | Remove the memory capture in the first run and make it the same as the ↵Yu Shan Emily Lau2009-08-051-7/+0
| | | | | | | | | | | | cupcake test case.
* | | Recording/Export to .mp4/h.263 somewhat works on TI hardware.Andreas Huber2009-08-052-171/+118
| |/ |/|
* | Merge change 9517Android (Google) Code Review2009-08-031-2/+0
|\ \ | | | | | | | | | | | | * changes: We don't need libopencore_author and libcutils in libmedia_jni
| * | We don't need libopencore_author and libcutils in libmedia_jniMarco Nelissen2009-08-031-2/+0
| | |
* | | am 5fd26775: Merge change 9390 into donutAndroid (Google) Code Review2009-08-031-0/+20
|\ \ \ | |/ / |/| / | |/ | | | | | | Merge commit '5fd26775bdd14b15058521c82e34b562e0c1e327' * commit '5fd26775bdd14b15058521c82e34b562e0c1e327': Name unknown albums after the folder they're in, similar to how songs
| * Name unknown albums after the folder they're in, similar to how songsMarco Nelissen2009-07-311-0/+20
| | | | | | | | | | with no title metadata are named after the file. Only files that are in the root of the card will still belong to the "Unknown Album"
* | Untangle MediaPlayer, MediaRecorder, MediaScanner and MediaMetadataRetriever JNIMarco Nelissen2009-08-0310-135/+167
| | | | | | | | | | code, so that creating one of those doesn't initialize all the others. Shaves a hundred milliseconds or so off music app startup time.
* | The IOMX interface now instantiates IOMXRenderers to hide the details of ↵Andreas Huber2009-07-3112-127/+239
| | | | | | | | hardware accelerated blitting.
* | am 17c195c8: Merge change 9340 into donutAndroid (Google) Code Review2009-07-312-11/+9
|\ \ | |/ | | | | | | | | | | Merge commit '17c195c8da3470b2e69880e206342f0c2d85f938' * commit '17c195c8da3470b2e69880e206342f0c2d85f938': Fix issue 2025872: Deadlock in SoundPool.stop
| * Merge change 9340 into donutAndroid (Google) Code Review2009-07-312-11/+9
| |\ | | | | | | | | | | | | * changes: Fix issue 2025872: Deadlock in SoundPool.stop
| | * Fix issue 2025872: Deadlock in SoundPool.stopEric Laurent2009-07-312-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were 2 problems in SoundPool: 1 If not using the shared memory buffer mode, there was a problem when a sound channel was stolen. The new channel could sometimes not be added to the restart list if the AudioTrack callback thread was stopped before the underrun callback was called. The SoundChannel::play() method is modified so that SoundPool::done() is called immediately after stopping the channel. There is a possibility that done() is called a second time by the callback; in this case it will be added 2 times to the restart list but the second start request will be ignored as the first one will have reset the next chennel ID when processed. 2 There was a deadlock on SoundPool::mLock if SoundPool::stop() was called while a channel restart was pending: SoundPool::stop() lock mLock -> SoundChannel::stop() -> SoundPool::done() -> SoundPool::addToRestartList() -> try to lock mLock == deadlock A second mutex mRestartLock is added to protect the restart list mRestart. mLock is still used to protect mChannels list but mRestart is now used to protect access to mRestart by restart thread and client thread.
* | | am dccfaefd: Merge change 9285 into donutAndroid (Google) Code Review2009-07-311-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'dccfaefd681a3895f6d4f9eedd106be817e1555d' * commit 'dccfaefd681a3895f6d4f9eedd106be817e1555d': Clear singleton reference during JetPlayer.release()
| * | Clear singleton reference during JetPlayer.release()Phil Dubach2009-07-301-0/+1
| |/ | | | | | | | | | | | | | | Only one JetPlayer instance is supported at a time. A singleton reference is created and returned in JetPlayer.getInstance(). When calling release() on the instance, the corresponding native player is finalized. Therefore, release() must also clear the singleton reference, so that any subsequent call to getInstance() re-initializes the native player.
* | Remove hardcoded maximum frame rate limit from the frameworkJames Dong2009-07-301-1/+1
| | | | | | | | bug 1993400
* | Fix issue 2019031: Volume changes have no effect.Eric Laurent2009-07-293-18/+117
| | | | | | | | | | Send initStreamVolume() for each stream when media server restarts. Also added restoring of phone state, device connection state and forced device for communications.
* | Merge change 8878Android (Google) Code Review2009-07-281-18/+4
|\ \ | | | | | | | | | | | | * changes: Support for selection of silent ringtone from the ringtone picker. This doesn't actually enable that, but adds the necessary code to make it work when enabled, and cleans up some ringtone related code.
| * | Support for selection of silent ringtone from the ringtone picker.Marco Nelissen2009-07-281-18/+4
| | | | | | | | | | | | This doesn't actually enable that, but adds the necessary code to make it work when enabled, and cleans up some ringtone related code.