1. 3ced044 Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java) by Rajneesh Chowdury · 13 years ago
  2. d84fd79 Error handling in ACodec and Nuplayer. by Andreas Huber · 13 years ago
  3. 6752ec8 Audio effects: track CPU and memory use separately by Eric Laurent · 13 years ago
  4. 422e3f7 Revert "Notify the OMX component that it's going to be used in "secure" mode." by Andreas Huber · 13 years ago
  5. f6d08b9 Merge changes Ie06e73e5,I7ac6b5b0 by Mathias Agopian · 13 years ago
  6. c74b93f Keep effects sessions active when the caller dies. by Marco Nelissen · 13 years ago
  7. 053b02d return correct value from query after connecting a surface by Mathias Agopian · 13 years ago
  8. 7616178 Notify the OMX component that it's going to be used in "secure" mode. by Andreas Huber · 13 years ago
  9. e38a2cb Eliminate superfluous memcpys by wrapping an ABuffer in a MediaBuffer by Andreas Huber · 13 years ago
  10. 6ff9b81 Bug 4599730 Get audio channel count on MediaPlayer by Glenn Kasten · 13 years ago
  11. 19f773b Merge "Adding Metadata mode to SurfaceMediaSource" by Pannag Sanketi · 13 years ago
  12. 234cef8 Merge "Added APIs for audio preprocessing" by Eric Laurent · 13 years ago
  13. 0f7f4ec Added APIs for audio preprocessing by Eric Laurent · 13 years ago
  14. fb52651 Merge "Do not support still image capture mode for timelapse video recording" by James Dong · 13 years ago
  15. e432a00 Merge "Do not wait forever for output buffers in OMXCodec.cpp and error out in case time out happens" by James Dong · 13 years ago
  16. d40e2c6 Merge "QueryCodecs() signature change" by Jean-Michel Trivi · 13 years ago
  17. 83dd43f Do not support still image capture mode for timelapse video recording by James Dong · 13 years ago
  18. b1f8c26 Adding Metadata mode to SurfaceMediaSource by Pannag Sanketi · 13 years ago
  19. 65cdc2b Merge "Connect MediaRecorder Native to SurfaceMediaSource" by Pannag Sanketi · 13 years ago
  20. a05f099 QueryCodecs() signature change by Jean-Michel Trivi · 13 years ago
  21. 5ef59bc SurfaceTexture: add the abandon method. by Jamie Gennis · 13 years ago
  22. 897e27b Connect MediaRecorder Native to SurfaceMediaSource by Pannag Sanketi · 13 years ago
  23. e333d3c SurfaceMediaSource: remove getAllocator method by Jamie Gennis · 13 years ago
  24. 38eea1b Merge "Renaming SurfaceEncoder to SurfaceMediaSource" by Pannag Sanketi · 13 years ago
  25. 67d7704 Merge "Adding SurfaceEncoder for encoding FilterFrames" by Pannag Sanketi · 13 years ago
  26. 178e8eb Retry datasource fetches a few times before giving up (NuCachedSource2). by Andreas Huber · 13 years ago
  27. f48987d Renaming SurfaceEncoder to SurfaceMediaSource by Pannag Sanketi · 13 years ago
  28. 26a1971 Adding SurfaceEncoder for encoding FilterFrames by Pannag Sanketi · 13 years ago
  29. 348c45b Adding AndoirdOpaque Colorformat to OMX by Pannag Sanketi · 13 years ago
  30. 432fb8e Merge "fix for issue 4142219 Don't hard code platform-specific limitations-jni/java part" by Hong Teng · 13 years ago
  31. 5da67f4 Merge "Untangle MediaScanner error handling. Bug: 5056917" by Jeff Brown · 13 years ago
  32. ae7c092 Merge "Audio framework: support for audio pre processing" by Eric Laurent · 13 years ago
  33. 2c70d4a Untangle MediaScanner error handling. Bug: 5056917 by Jeff Brown · 13 years ago
  34. 600acf1 fix for issue 4142219 by Hong Teng · 13 years ago
  35. 5a4ab16 Merge "MediaPlayer: add ANativeWindow (dis)connect calls" by Jamie Gennis · 13 years ago
  36. 211f5af Merge "Add option to query hardware decoders only" by Jean-Michel Trivi · 13 years ago
  37. 56a37b0 Add option to query hardware decoders only by Jean-Michel Trivi · 13 years ago
  38. 464d5b3 Audio framework: support for audio pre processing by Eric Laurent · 13 years ago
  39. d9ac621 Do not wait forever for output buffers in OMXCodec.cpp and error out in case time out happens by James Dong · 13 years ago
  40. c85ca5d MediaPlayer: add ANativeWindow (dis)connect calls by Jamie Gennis · 13 years ago
  41. ad07457 Merge "Support profile and level query for SW video decoders" by James Dong · 13 years ago
  42. c311933 Remove legacy http support from stagefright, chromium is the new hotness. by Andreas Huber · 13 years ago
  43. 67d464f Enable signalling of a stream discontinuity involving a format-change by Andreas Huber · 13 years ago
  44. dcf8934 Make MetadataBufferType.h C-friendly by James Dong · 13 years ago
  45. 9b40a61 Merge "Do not wait for unlaunched threads in stop()" by James Dong · 13 years ago
  46. 0e27fce Do not wait for unlaunched threads in stop() by James Dong · 13 years ago
  47. fbb170c Support profile and level query for SW video decoders by James Dong · 13 years ago
  48. 8d19d3a Release camera if CameraSource::start() has not been called by James Dong · 13 years ago
  49. 5cc0526 Moved and renamed effect API header files by Eric Laurent · 13 years ago
  50. 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
  51. 82428a8 - Retrieve is_drm in MediaMetadataRetriever. by Gloria Wang · 13 years ago
  52. dfba177 Merge "Charge network traffic to the uid of the process using the MediaPlayer." by Andreas Huber · 13 years ago
  53. 5725d40 Merge "Add extended metadata buffer support by defining different types of metadata buffers" by James Dong · 13 years ago
  54. 603d739 Charge network traffic to the uid of the process using the MediaPlayer. by Andreas Huber · 13 years ago
  55. 42fb5d6 Support a "secure input buffer" mode for use by Widevine DRM in OMXCodec. by Andreas Huber · 13 years ago
  56. cd8cd35 Add extended metadata buffer support by defining different types of metadata buffers by James Dong · 13 years ago
  57. 068dbbf Support for writing output data to a provided callback function instead of a file by Andreas Huber · 13 years ago
  58. e366f52 Multiple changes to ACodec/codec tools: by Andreas Huber · 13 years ago
  59. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  60. d35df44 Integrating TI OMAP4 Video Decoder by Anu Sundararajan · 13 years ago
  61. 1e1b13e - Public part of the Metadata API. by Gloria Wang · 13 years ago
  62. eaa5d8f Timed text display format support: by Gloria Wang · 13 years ago
  63. 922261d Merge "audio: update for audio/audio_policy header names/locations" by Dima Zavin · 13 years ago
  64. 290029d audio: update for audio/audio_policy header names/locations by Dima Zavin · 13 years ago
  65. 4108b1ed Add B frame support for MPEG4Writer by James Dong · 13 years ago
  66. fddf5d9 Make dumpsys(media.player) more useful by having AwesomePlayer populate it. by Andreas Huber · 13 years ago
  67. 38c0712 Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.h by James Dong · 13 years ago
  68. 4432870 Do not call getEstimatedBandwidth if the streaming is not HTTP-based by James Dong · 13 years ago
  69. e46a86f Revert "Use AudioTrack::event_type not int in callback" by Glenn Kasten · 13 years ago
  70. 2225e4b Use AudioTrack::event_type not int in callback by Glenn Kasten · 13 years ago
  71. d0bbdb0 Merge "Use channel mask instead of channel count for track creation" by Jean-Michel Trivi · 13 years ago
  72. 5439223 Use channel mask instead of channel count for track creation by Jean-Michel Trivi · 13 years ago
  73. a9d0feb Send estimated bandwidth value as informational event when cache fetcher pauses by James Dong · 13 years ago
  74. 8f18cf5 Removed interface to load audio effects libraries by Eric Laurent · 13 years ago
  75. 0fb66c2 New effect library API by Eric Laurent · 13 years ago
  76. 73a4b2b Merge "Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams." by Andreas Huber · 13 years ago
  77. 13bc8cd For out of band timed text support (timed text in a separate file). by Gloria Wang · 13 years ago
  78. eb2f9c1 Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams. by Andreas Huber · 13 years ago
  79. f84e4a6 Revert "Add const to the finders method in MetaData.cpp" by James Dong · 13 years ago
  80. 0f32fb3 Make track informational event optional, depending on system property by James Dong · 13 years ago
  81. 13a3316 Support platform and camera dependent recording start time offset by James Dong · 13 years ago
  82. bfb6791 Merge "Add support for platform-specific recording start time offset" by James Dong · 13 years ago
  83. 987ab48 Support for storing geo information in the recorded mp4/3gpp file. by James Dong · 13 years ago
  84. 7d33460 Merge "Add one more DRM error code. For bug 4422428." by Gloria Wang · 13 years ago
  85. eea8c02 Add one more DRM error code. For bug 4422428. by Gloria Wang · 13 years ago
  86. 34bb419 update for new audio.h header location by Dima Zavin · 13 years ago
  87. 4b3913a Squashed commit of the following: by Andreas Huber · 13 years ago
  88. a403a93 Add support for platform-specific recording start time offset by James Dong · 13 years ago
  89. 3aea037 Add send session recording summary report to application by James Dong · 13 years ago
  90. 78fed171 Add const to the finders method in MetaData.cpp by James Dong · 13 years ago
  91. ed74230 Add end of recording summary track info by James Dong · 13 years ago
  92. 7a6cea4 Refactor MPEG4Writer::writeTrackHeader() method by James Dong · 13 years ago
  93. f84bfab Initial check-in for AACWriter by James Dong · 13 years ago
  94. 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
  95. c6091dd Initial CL for the timed text support: by Gloria Wang · 13 years ago
  96. b2a153a frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 13 years ago
  97. efc69d7 Merge "Add setParameter/getParameter to MediaPlayer API. for bug 1982947" by Gloria Wang · 13 years ago
  98. f16e1ab Add DRM errors in the DRM frameworks to MediaErrors also. For bug 4350156. by Gloria Wang · 13 years ago
  99. d01ec6e Add setParameter/getParameter to MediaPlayer API. for bug 1982947 by Gloria Wang · 13 years ago
  100. 058520e Merge changes I22d9e018,Ib0701fcc,Ibc637918,I9eb7e002,I4adcec73 by Dima Zavin · 13 years ago