1. 600acf1 fix for issue 4142219 by Hong Teng · 13 years ago
  2. 5a4ab16 Merge "MediaPlayer: add ANativeWindow (dis)connect calls" by Jamie Gennis · 13 years ago
  3. 211f5af Merge "Add option to query hardware decoders only" by Jean-Michel Trivi · 13 years ago
  4. 56a37b0 Add option to query hardware decoders only by Jean-Michel Trivi · 13 years ago
  5. c85ca5d MediaPlayer: add ANativeWindow (dis)connect calls by Jamie Gennis · 13 years ago
  6. ad07457 Merge "Support profile and level query for SW video decoders" by James Dong · 13 years ago
  7. c311933 Remove legacy http support from stagefright, chromium is the new hotness. by Andreas Huber · 13 years ago
  8. 67d464f Enable signalling of a stream discontinuity involving a format-change by Andreas Huber · 13 years ago
  9. dcf8934 Make MetadataBufferType.h C-friendly by James Dong · 13 years ago
  10. 9b40a61 Merge "Do not wait for unlaunched threads in stop()" by James Dong · 13 years ago
  11. 0e27fce Do not wait for unlaunched threads in stop() by James Dong · 13 years ago
  12. fbb170c Support profile and level query for SW video decoders by James Dong · 13 years ago
  13. 8d19d3a Release camera if CameraSource::start() has not been called by James Dong · 13 years ago
  14. 5cc0526 Moved and renamed effect API header files by Eric Laurent · 13 years ago
  15. 2da9eb7 Merge "- Retrieve is_drm in MediaMetadataRetriever. - Add one more column in MediaStore to indicate whether a media file is drm-protected. - Remove old DRM code from Ringtone - Use the new DRM code in RingtoneManager" by Gloria Wang · 13 years ago
  16. 82428a8 - Retrieve is_drm in MediaMetadataRetriever. by Gloria Wang · 13 years ago
  17. dfba177 Merge "Charge network traffic to the uid of the process using the MediaPlayer." by Andreas Huber · 13 years ago
  18. 5725d40 Merge "Add extended metadata buffer support by defining different types of metadata buffers" by James Dong · 13 years ago
  19. 603d739 Charge network traffic to the uid of the process using the MediaPlayer. by Andreas Huber · 13 years ago
  20. 42fb5d6 Support a "secure input buffer" mode for use by Widevine DRM in OMXCodec. by Andreas Huber · 13 years ago
  21. cd8cd35 Add extended metadata buffer support by defining different types of metadata buffers by James Dong · 13 years ago
  22. 068dbbf Support for writing output data to a provided callback function instead of a file by Andreas Huber · 13 years ago
  23. e366f52 Multiple changes to ACodec/codec tools: by Andreas Huber · 13 years ago
  24. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  25. d35df44 Integrating TI OMAP4 Video Decoder by Anu Sundararajan · 13 years ago
  26. 1e1b13e - Public part of the Metadata API. by Gloria Wang · 13 years ago
  27. eaa5d8f Timed text display format support: by Gloria Wang · 13 years ago
  28. 922261d Merge "audio: update for audio/audio_policy header names/locations" by Dima Zavin · 13 years ago
  29. 290029d audio: update for audio/audio_policy header names/locations by Dima Zavin · 13 years ago
  30. 4108b1ed Add B frame support for MPEG4Writer by James Dong · 13 years ago
  31. fddf5d9 Make dumpsys(media.player) more useful by having AwesomePlayer populate it. by Andreas Huber · 13 years ago
  32. 38c0712 Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.h by James Dong · 13 years ago
  33. 4432870 Do not call getEstimatedBandwidth if the streaming is not HTTP-based by James Dong · 13 years ago
  34. e46a86f Revert "Use AudioTrack::event_type not int in callback" by Glenn Kasten · 13 years ago
  35. 2225e4b Use AudioTrack::event_type not int in callback by Glenn Kasten · 13 years ago
  36. d0bbdb0 Merge "Use channel mask instead of channel count for track creation" by Jean-Michel Trivi · 13 years ago
  37. 5439223 Use channel mask instead of channel count for track creation by Jean-Michel Trivi · 13 years ago
  38. a9d0feb Send estimated bandwidth value as informational event when cache fetcher pauses by James Dong · 13 years ago
  39. 8f18cf5 Removed interface to load audio effects libraries by Eric Laurent · 13 years ago
  40. 0fb66c2 New effect library API by Eric Laurent · 13 years ago
  41. 73a4b2b Merge "Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams." by Andreas Huber · 13 years ago
  42. 13bc8cd For out of band timed text support (timed text in a separate file). by Gloria Wang · 13 years ago
  43. eb2f9c1 Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams. by Andreas Huber · 13 years ago
  44. f84e4a6 Revert "Add const to the finders method in MetaData.cpp" by James Dong · 13 years ago
  45. 0f32fb3 Make track informational event optional, depending on system property by James Dong · 13 years ago
  46. 13a3316 Support platform and camera dependent recording start time offset by James Dong · 13 years ago
  47. bfb6791 Merge "Add support for platform-specific recording start time offset" by James Dong · 13 years ago
  48. 987ab48 Support for storing geo information in the recorded mp4/3gpp file. by James Dong · 13 years ago
  49. 7d33460 Merge "Add one more DRM error code. For bug 4422428." by Gloria Wang · 13 years ago
  50. eea8c02 Add one more DRM error code. For bug 4422428. by Gloria Wang · 13 years ago
  51. 34bb419 update for new audio.h header location by Dima Zavin · 13 years ago
  52. 4b3913a Squashed commit of the following: by Andreas Huber · 13 years ago
  53. a403a93 Add support for platform-specific recording start time offset by James Dong · 13 years ago
  54. 3aea037 Add send session recording summary report to application by James Dong · 13 years ago
  55. 78fed171 Add const to the finders method in MetaData.cpp by James Dong · 13 years ago
  56. ed74230 Add end of recording summary track info by James Dong · 13 years ago
  57. 7a6cea4 Refactor MPEG4Writer::writeTrackHeader() method by James Dong · 13 years ago
  58. f84bfab Initial check-in for AACWriter by James Dong · 13 years ago
  59. 4f55af7 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 · 13 years ago
  60. c6091dd Initial CL for the timed text support: by Gloria Wang · 13 years ago
  61. b2a153a frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 13 years ago
  62. efc69d7 Merge "Add setParameter/getParameter to MediaPlayer API. for bug 1982947" by Gloria Wang · 13 years ago
  63. f16e1ab Add DRM errors in the DRM frameworks to MediaErrors also. For bug 4350156. by Gloria Wang · 13 years ago
  64. d01ec6e Add setParameter/getParameter to MediaPlayer API. for bug 1982947 by Gloria Wang · 13 years ago
  65. 058520e Merge changes I22d9e018,Ib0701fcc,Ibc637918,I9eb7e002,I4adcec73 by Dima Zavin · 13 years ago
  66. 24fc2fb audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 13 years ago
  67. c7d1d62 am d84df054: am 96974931: am 83ddcdf7: Add heartbeat error codes into MediaErrors.h by Gloria Wang · 13 years ago
  68. 4dc22e7 libmedia: move AudioParameter out of AudioSystem by Dima Zavin · 13 years ago
  69. 83ddcdf Add heartbeat error codes into MediaErrors.h by Gloria Wang · 13 years ago
  70. 997354e MediaScanner: reimplement the ".nomedia" feature for hiding files from the media provider by Mike Lockwood · 13 years ago
  71. 162ee49 - Add another parameter in notify() to be able to send timed text sample by Gloria Wang · 13 years ago
  72. 85b65f2 Merge "Miscellaneous code cleanup in audio framework" by Glenn Kasten · 13 years ago
  73. ed0079d Miscellaneous code cleanup in audio framework by Glenn Kasten · 13 years ago
  74. fb96b5e Remove unused references to ISurface by Mathias Agopian · 13 years ago
  75. cabb7da Support for divx files, i.e. mpeg 4 video + mpeg audio layer III in .avi files by Andreas Huber · 13 years ago
  76. a2e57ca Stagefright DataSources now expose the underlying content mime type. by Andreas Huber · 13 years ago
  77. 40c3641 frameworks/base: some camera-interface cleanup by Iliyan Malchev · 13 years ago
  78. 4dc482d Delay signaling the end of audio playback until all frames have actually played. by Andreas Huber · 13 years ago
  79. 5b7ced6 Support passing headers to MediaMetadataRetriever's setDataSource API by Andreas Huber · 13 years ago
  80. 7fc8b4f Better organize media recorder error and information event and types by James Dong · 13 years ago
  81. be3c82f am 782ffe91: am 9c0c5b56: am 2f1f2248: Fix missing AOSP copyright headers for a bunch of media framework files by James Dong · 14 years ago
  82. 2f1f224 Fix missing AOSP copyright headers for a bunch of media framework files by James Dong · 14 years ago
  83. ed73246 Add memory leak tracking/debugging code to drm server by James Dong · 14 years ago
  84. 6dd429e am 055066e1: am 92f2f3ff: Merge "Bug 3012968 DRM output control" into honeycomb-mr1 by Glenn Kasten · 14 years ago
  85. b8763f6 Bug 3012968 DRM output control by Glenn Kasten · 14 years ago
  86. ae77527 Fix for bug 3477330 by Gloria Wang · 14 years ago
  87. 18632db am 2dc78477: am cc34967f: Merge "Fix issue 3439872: video chat and bluetooth SCO" into honeycomb-mr1 by Eric Laurent · 14 years ago
  88. 421ddc0 Fix issue 3439872: video chat and bluetooth SCO by Eric Laurent · 14 years ago
  89. c4c38fc Added more metadata published by the MediaMetaDataRetriever by Andreas Huber · 14 years ago
  90. 396f6de 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 · 14 years ago
  91. 9b3f152 - To track the usage of all audio output devices by Gloria Wang · 14 years ago
  92. 669ad13 Allow optional specification of a PTS timestamp when signalling a discontinuity. by Andreas Huber · 14 years ago
  93. 797e4f1 Get rid of redundant media profiles by James Dong · 14 years ago
  94. e6befb8 Add an OMX IL API for querying buffer usage flags. by Jamie Gennis · 14 years ago
  95. cc562a3 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 14 years ago
  96. 87e639b Merge "- Add method in MediaPlayerService to collect and pull codec usage (duration) for the battery app - Collect MediaPlayer decoding usage data" by Gloria Wang · 14 years ago
  97. d211f41 - Add method in MediaPlayerService to collect and pull by Gloria Wang · 14 years ago
  98. 8c7c6dc Support more MPEG4-LATM audio functionality. by Andreas Huber · 14 years ago
  99. cbeebb1 A/V synchronization at the beginning of a recording session by James Dong · 14 years ago
  100. d33a4cc Decouple AudioRecord read and audio encoding by James Dong · 14 years ago