- 013b5a6 Use AudioTrack::event_type not int in callback by Glenn Kasten · 15 years ago
- 8a72c54 Merge "Use channel mask instead of channel count for track creation" by Jean-Michel Trivi · 15 years ago
- 0d255b2 Use channel mask instead of channel count for track creation by Jean-Michel Trivi · 15 years ago
- 5b1b8a9 Send estimated bandwidth value as informational event when cache fetcher pauses by James Dong · 15 years ago
- 65580f9 Removed interface to load audio effects libraries by Eric Laurent · 15 years ago
- e1315cf New effect library API by Eric Laurent · 15 years ago
- 8d91237 Merge "Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams." by Andreas Huber · 15 years ago
- 965d08b For out of band timed text support (timed text in a separate file). by Gloria Wang · 15 years ago
- 386d609 Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams. by Andreas Huber · 15 years ago
- 0b3c6b1 Merge "Add auto-white balance locking to the Camera API." by Eino-Ville Talvala · 15 years ago
- 2cf9c50 Revert "Add const to the finders method in MetaData.cpp" by James Dong · 15 years ago
- 07ec019 Make track informational event optional, depending on system property by James Dong · 15 years ago
- fd99e1d Add auto-white balance locking to the Camera API. by Eino-Ville Talvala · 15 years ago
- 86b7f47 Support platform and camera dependent recording start time offset by James Dong · 15 years ago
- 9b1e4f1 Merge "Add support for platform-specific recording start time offset" by James Dong · 15 years ago
- 07b1bb5 Support for storing geo information in the recorded mp4/3gpp file. by James Dong · 15 years ago
- 6b25afc Merge "Add one more DRM error code. For bug 4422428." by Gloria Wang · 15 years ago
- 5c26937 Add one more DRM error code. For bug 4422428. by Gloria Wang · 15 years ago
- 6476024 update for new audio.h header location by Dima Zavin · 15 years ago
- bbba88c Squashed commit of the following: by Andreas Huber · 15 years ago
- 0f05629 Add support for platform-specific recording start time offset by James Dong · 15 years ago
- 70ccfd4 Add send session recording summary report to application by James Dong · 15 years ago
- 4650ff0 Add const to the finders method in MetaData.cpp by James Dong · 15 years ago
- 43ec1df Add end of recording summary track info by James Dong · 15 years ago
- b21c564 Refactor MPEG4Writer::writeTrackHeader() method by James Dong · 15 years ago
- 760943b Initial check-in for AACWriter by James Dong · 15 years ago
- 89dc0df Merge "Initial CL for the timed text support: - Add support for MP4 timed text - Add API for app to turn on/off a text track - Add timed text metadata(language) in the MediaMetadataRetriever" by Gloria Wang · 15 years ago
- 7a1e3e8 Initial CL for the timed text support: by Gloria Wang · 15 years ago
- 8ce2364 frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 15 years ago
- 8951a97 frameworks/base: switch CameraService to a HAL module by Iliyan Malchev · 15 years ago
- 9e62652 frameworks/base: include system/core header camera.h in Camera.h by Iliyan Malchev · 15 years ago
- 10d2270 Merge "Add an auto-exposure lock feature to the Camera API." by Eino-Ville Talvala · 15 years ago
- e064285 Merge "remove last traces of copybit" by Mathias Agopian · 15 years ago
- 68178d6 remove last traces of copybit by Mathias Agopian · 15 years ago
- 95fbf2c Add an auto-exposure lock feature to the Camera API. by Eino-Ville Talvala · 15 years ago
- d2b0088 Merge "Add setParameter/getParameter to MediaPlayer API. for bug 1982947" by Gloria Wang · 15 years ago
- 7340743 Add DRM errors in the DRM frameworks to MediaErrors also. For bug 4350156. by Gloria Wang · 15 years ago
- 4f9e47f Add setParameter/getParameter to MediaPlayer API. for bug 1982947 by Gloria Wang · 15 years ago
- d0675ed get rid of dependency on copybit HAL module by Mathias Agopian · 15 years ago
- 5d44785 Merge changes I22d9e018,Ib0701fcc,Ibc637918,I9eb7e002,I4adcec73 by Dima Zavin · 15 years ago
- fce7a47 audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 15 years ago
- 6a62b87 am d84df054: am 96974931: am 83ddcdf7: Add heartbeat error codes into MediaErrors.h by Gloria Wang · 15 years ago
- db5cb14 libmedia: move AudioParameter out of AudioSystem by Dima Zavin · 15 years ago
- 84f64d2 Add heartbeat error codes into MediaErrors.h by Gloria Wang · 15 years ago
- b5fe7f5 Merge "MediaScanner: reimplement the ".nomedia" feature for hiding files from the media provider" by Mike Lockwood · 15 years ago
- 44ada65 Clarify the meaning of weight in the focus and metering area HAL. by Eino-Ville Talvala · 15 years ago
- c5182e3 MediaScanner: reimplement the ".nomedia" feature for hiding files from the media provider by Mike Lockwood · 15 years ago
- e2e3f47 Merge "- Add another parameter in notify() to be able to send timed text sample through listener during video playback. - Add OnTimedTextListener in the MediaPlayer For feature request 800939." by Gloria Wang · 15 years ago
- b483c47 - Add another parameter in notify() to be able to send timed text sample by Gloria Wang · 15 years ago
- 38ecadb Add camera metering area API. by Wu-cheng Li · 15 years ago
- a1c3d37 Add camera focus area API. by Wu-cheng Li · 15 years ago
- c30268b Merge "Miscellaneous code cleanup in audio framework" by Glenn Kasten · 15 years ago
- 46bc5b8 Merge "Remove unused references to ISurface" by Mathias Agopian · 15 years ago
- 4bcae82 Miscellaneous code cleanup in audio framework by Glenn Kasten · 15 years ago
- 38ccae2 New fix for issue 4111672: control block flags by Eric Laurent · 15 years ago
- abf471f Remove unused references to ISurface by Mathias Agopian · 15 years ago
- f8374de Support for divx files, i.e. mpeg 4 video + mpeg audio layer III in .avi files by Andreas Huber · 15 years ago
- 6511c97 Stagefright DataSources now expose the underlying content mime type. by Andreas Huber · 15 years ago
- 108dddf frameworks/base: some camera-interface cleanup by Iliyan Malchev · 15 years ago
- 277360f am ed7b688c: am aac43ea1: am b8b85ea2: Merge "Fix for bug 4126624. Change the mDrmManagerClientImpl to sp to avoid double delete the pointer." into honeycomb-mr1 by Gloria Wang · 15 years ago
- 25cd578 Fix for bug 4126624. by Gloria Wang · 15 years ago
- 84b343f Delay signaling the end of audio playback until all frames have actually played. by Andreas Huber · 15 years ago
- 0b500c2 am fc4c13be: am 01240177: am 3cc797b9: Merge "Add one more field in DecryptHandle to support bug 4126624" into honeycomb-mr1 by Gloria Wang · 15 years ago
- 6b2a35b Add one more field in DecryptHandle to support bug 4126624 by Gloria Wang · 15 years ago
- 4dabc20 do not merge: Cherry pick change I6529695c from master to partially fix bug 4126624. by Gloria Wang · 15 years ago
- 1da9aa6 Fix for 4084554. by Gloria Wang · 15 years ago
- af8791e Support passing headers to MediaMetadataRetriever's setDataSource API by Andreas Huber · 15 years ago
- 39068e0 DO NOT MERGE Send WebView the current transform and whether we're drawing a layer. by Romain Guy · 15 years ago
- bc07bcc Better organize media recorder error and information event and types by James Dong · 15 years ago
- 79cbc13 Fix for bug 4126103. by Gloria Wang · 15 years ago
- c901f74 am 782ffe91: am 9c0c5b56: am 2f1f2248: Fix missing AOSP copyright headers for a bunch of media framework files by James Dong · 15 years ago
- 0ab985c Send WebView the current transform and whether we're drawing a layer. by Romain Guy · 15 years ago
- 27c1744 Fix missing AOSP copyright headers for a bunch of media framework files by James Dong · 15 years ago
- 8635b7b Add memory leak tracking/debugging code to drm server by James Dong · 15 years ago
- 1b99cc9 am 67718e07: am 132bb659: Merge "For issue 4082089 Add more info and error events into the DRM framework" into honeycomb-mr1 by Gloria Wang · 15 years ago
- 505bd99 For issue 4082089 Add more info and error events into the DRM framework by Gloria Wang · 15 years ago
- 1825ce2 resolved conflicts for merge of c761a80d to master by Gloria Wang · 15 years ago
- 0e0a5f9 - Some change on the DrmManager in order to support feature request 4082089. by Gloria Wang · 15 years ago
- 884d064 am 055066e1: am 92f2f3ff: Merge "Bug 3012968 DRM output control" into honeycomb-mr1 by Glenn Kasten · 15 years ago
- 2eb6295 Bug 3012968 DRM output control by Glenn Kasten · 15 years ago
- b5ce361 Fix for bug 3477330 by Gloria Wang · 15 years ago
- 2aac40f am 2dc78477: am cc34967f: Merge "Fix issue 3439872: video chat and bluetooth SCO" into honeycomb-mr1 by Eric Laurent · 15 years ago
- 1703cdf Fix issue 3439872: video chat and bluetooth SCO by Eric Laurent · 15 years ago
- 2256d51 Added more metadata published by the MediaMetaDataRetriever by Andreas Huber · 15 years ago
- 4f46fed Merge "- To track the usage of all audio output devices - To track the currently used audio device - The devices are separated as speaker and other audio devices - Provide the collected data to battery application through pullBatteryData()" by Gloria Wang · 15 years ago
- 9ee159b - To track the usage of all audio output devices by Gloria Wang · 15 years ago
- 32f3cef Allow optional specification of a PTS timestamp when signalling a discontinuity. by Andreas Huber · 15 years ago
- 5f5354e Merge "Add support for up to 32 buffers per Surface" by Mathias Agopian · 15 years ago
- 2a7e0a1 Get rid of redundant media profiles by James Dong · 15 years ago
- 196855e Add support for up to 32 buffers per Surface by Mathias Agopian · 15 years ago
- e2ce645 Add an OMX IL API for querying buffer usage flags. by Jamie Gennis · 15 years ago
- 72feaa5 Merge "Bug 3438258 Add SurfaceTexture as MediaPlayer sink" by Glenn Kasten · 15 years ago
- 6f7a293 Merge "Add YV12 preview format to camera parameter constants." by Wu-cheng Li · 15 years ago
- d42c6e8 Add YV12 preview format to camera parameter constants. by Wu-cheng Li · 15 years ago
- 1173118 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 15 years ago
- f7f3e82 Merge "Application-managed callback buffer support for raw image" by James Dong · 15 years ago
- 51b9a8b Merge "- Add method in MediaPlayerService to collect and pull codec usage (duration) for the battery app - Collect MediaPlayer decoding usage data" by Gloria Wang · 15 years ago
- 7cf180c - Add method in MediaPlayerService to collect and pull by Gloria Wang · 15 years ago
- e468ac5 Application-managed callback buffer support for raw image by James Dong · 15 years ago
- 55e2619 Support more MPEG4-LATM audio functionality. by Andreas Huber · 15 years ago