1. 3db9f38 Stagefright: add support for gralloc OMX_UseBuffer. by Anu Sundararajan · 13 years ago
  2. d35df44 Integrating TI OMAP4 Video Decoder by Anu Sundararajan · 13 years ago
  3. 1e1b13e - Public part of the Metadata API. by Gloria Wang · 13 years ago
  4. 5ecc460 Merge "Parse RTP-Info even for live streams." by Andreas Huber · 13 years ago
  5. db262e6 Merge "Fix warnings for uninitialized local variables" by Glenn Kasten · 13 years ago
  6. e2ac799 Merge "Added audio_bytes_per_sample() helper function" by Eric Laurent · 13 years ago
  7. 028ab99 Fix warnings for uninitialized local variables by Glenn Kasten · 13 years ago
  8. 31f8b62 Merge "Fix for kenBurn Effect for PNG image is crashing (4861071 )" by Shailendra · 13 years ago
  9. 019caf4 Merge "Timed text display format support: 1. Extract 3GPP global format descriptions 2. Extract 3GPP local format descriptions 3. Define data structure (TimedText) for applications to retrieve the format metadata" by Gloria Wang · 13 years ago
  10. d7ed599 Fix for kenBurn Effect for PNG image is crashing (4861071 ) by Shailendra · 13 years ago
  11. eaa5d8f Timed text display format support: by Gloria Wang · 13 years ago
  12. 0328974 Merge "Add some error log messages to indicate the failure of a recording session" by James Dong · 13 years ago
  13. 0f5d844 Merge "Switch to use MediaMetadataRetriever to generate the project thumbnail when the first media item is a MediaVideoItem" by James Dong · 13 years ago
  14. 839ba2c Add some error log messages to indicate the failure of a recording session by James Dong · 13 years ago
  15. e413899 Merge "Timestamp adjustment will not work well if we ask video encoder to produce B frames" by James Dong · 13 years ago
  16. e67bb48 Timestamp adjustment will not work well if we ask video encoder to produce B frames by James Dong · 13 years ago
  17. 2746264 Log an error instead of asserting if the OMX plugin reports an error. by Andreas Huber · 13 years ago
  18. 24a38f1 Switch to use MediaMetadataRetriever to generate the project thumbnail when the first media item is a MediaVideoItem by James Dong · 13 years ago
  19. 157c74e Merge "Don't assert on malformed .mp4 content that contains fewer samples than" by Andreas Huber · 13 years ago
  20. bbf7c449 Merge "Boost software vp8 decoder performance using multi-threaded decoding if possible" by James Dong · 13 years ago
  21. 467bc25 Parse the individual segment's duration as a floating point number which is now by Andreas Huber · 13 years ago
  22. 727863d2 Don't assert on malformed .mp4 content that contains fewer samples than by Andreas Huber · 13 years ago
  23. e2b801e5 Merge "Restore legacy soft-aac decoder behaviour. Substitute silence on decode error." by Andreas Huber · 13 years ago
  24. 7d40d42 MTP: Add support for PTP variant of GetDeviceInfo result. by Mike Lockwood · 13 years ago
  25. dabf221 Restore legacy soft-aac decoder behaviour. Substitute silence on decode error. by Andreas Huber · 13 years ago
  26. 02392b4 Merge "OGG: To prevent mediaserver from crash by SIGFPE (divide by zero) and more guarding in getMetaData()." by Andreas Huber · 13 years ago
  27. b2af97e Merge "When a recording session is stopped, no outstanding input video frames exist for the output buffers returned from OMX component to SF." by James Dong · 13 years ago
  28. 32bb368a5 When a recording session is stopped, no outstanding input video frames exist for the output buffers returned from OMX component to SF. by James Dong · 13 years ago
  29. c03f08e Boost software vp8 decoder performance using multi-threaded decoding if possible by James Dong · 13 years ago
  30. d873413 Parse RTP-Info even for live streams. by Andreas Huber · 13 years ago
  31. df02afe Merge "Remove unneeded #include <sys/resource.h>" by Glenn Kasten · 13 years ago
  32. 48810fd OGG: To prevent mediaserver from crash by SIGFPE (divide by zero) and more guarding in getMetaData(). by Dongwon Kang · 13 years ago
  33. f4c043c Merge "MTP: Fix some problems with GetObjectHandles and GetNumObjects commands" by Mike Lockwood · 13 years ago
  34. 6acc90f MTP: Fix some problems with GetObjectHandles and GetNumObjects commands by Mike Lockwood · 13 years ago
  35. d11f591 Merge "Use system property to control whether we will enable B frame support in MPEG4Writer" by James Dong · 13 years ago
  36. bf8116f Use system property to control whether we will enable B frame support in MPEG4Writer by James Dong · 13 years ago
  37. c310dcb Added audio_bytes_per_sample() helper function by Eric Laurent · 13 years ago
  38. 759c5b3 Fix regression in audio effect factory by Eric Laurent · 13 years ago
  39. 0a4d51d Merge "Add new open source test contents. Removed old test files. Updated the tests with new test contents." by Yu Shan Emily Lau · 13 years ago
  40. c4fe54a Add new open source test contents. by Yu Shan Emily Lau · 13 years ago
  41. 79cd8ba Remove unneeded #include <sys/resource.h> by Glenn Kasten · 13 years ago
  42. 30d71a0 Merge "Merge chromium to r11.0.672.0: Compile fix" by Kristian Monsen · 13 years ago
  43. 05be953 Second attempt to fix the broken build by James Dong · 13 years ago
  44. d52ad9c Fix broken build by James Dong · 13 years ago
  45. 370a71b Merge "Bug 4608375" by Glenn Kasten · 13 years ago
  46. 113543c Merge "Enforce the rule that the timestamp from timelapse video source monotically increases" by James Dong · 13 years ago
  47. 9ddb788 Update MediaPlayer and MediaRecorder javadoc by James Dong · 13 years ago
  48. 114420f Merge "Support for setting a ParcelSurfaceTexture as the MediaPlayer sink." by tedbo · 13 years ago
  49. 1d24aaa Bug 4608375 by Glenn Kasten · 13 years ago
  50. 922261d Merge "audio: update for audio/audio_policy header names/locations" by Dima Zavin · 13 years ago
  51. 21663e5 Enforce the rule that the timestamp from timelapse video source monotically increases by James Dong · 13 years ago
  52. 290029d audio: update for audio/audio_policy header names/locations by Dima Zavin · 13 years ago
  53. 4108b1ed Add B frame support for MPEG4Writer by James Dong · 13 years ago
  54. cc5278a Support for setting a ParcelSurfaceTexture as the MediaPlayer sink. by tedbo · 13 years ago
  55. 8aec83e Merge "Avoid duplicated code calculating the stts sample duration" by James Dong · 13 years ago
  56. 4bb506a am 15e9d474: am 88748e6d: am d86302df: Quiet the log. by Dianne Hackborn · 13 years ago
  57. a7ea9f9 Avoid duplicated code calculating the stts sample duration by James Dong · 13 years ago
  58. be674b1 Merge "Call storeMetaDataInVideoBuffers() before get/setParameters() on index OMX_IndexParamPortDefinition" by James Dong · 13 years ago
  59. d24f949 Merge "Correctly handle crop rect event in SoftAVC.cpp" by James Dong · 13 years ago
  60. c8841e2 Merge "Make dumpsys(media.player) more useful by having AwesomePlayer populate it." by Andreas Huber · 13 years ago
  61. 15e9d47 am 88748e6d: am d86302df: Quiet the log. by Dianne Hackborn · 13 years ago
  62. 6b6091a am 6a91953c: am 90dc22fa: am a02d9bf9: Make sure we don\'t read from invalid fds by Marco Nelissen · 13 years ago
  63. 88748e6 am d86302df: Quiet the log. by Dianne Hackborn · 13 years ago
  64. d86302d Quiet the log. by Dianne Hackborn · 13 years ago
  65. a81fcad Fix an issue in MPEG4Writer where the write of outstanding chunks in the last batch was missing by James Dong · 13 years ago
  66. a65610a Merge "Add timestamp and data pointer checks in CameraSource" by James Dong · 13 years ago
  67. dc03da0 am 2488a943: am e3b80c83: Merge "Revert "Add avg bandwidth estimate every 2 seconds - do not merge."" into honeycomb-mr2 by James Dong · 13 years ago
  68. e668c0b am 644f36ea: am d8b027b1: Merge "stagefright aacenc/amrwbenc: Convert line breaks to Unix style" by Conley Owens · 13 years ago
  69. 644f36e am d8b027b1: Merge "stagefright aacenc/amrwbenc: Convert line breaks to Unix style" by Conley Owens · 13 years ago
  70. 2488a94 am e3b80c83: Merge "Revert "Add avg bandwidth estimate every 2 seconds - do not merge."" into honeycomb-mr2 by James Dong · 13 years ago
  71. e3b80c8 Merge "Revert "Add avg bandwidth estimate every 2 seconds - do not merge."" into honeycomb-mr2 by James Dong · 13 years ago
  72. 6a91953 am 90dc22fa: am a02d9bf9: Make sure we don\'t read from invalid fds by Marco Nelissen · 13 years ago
  73. 3731e1b Correctly handle crop rect event in SoftAVC.cpp by James Dong · 13 years ago
  74. d8b027b Merge "stagefright aacenc/amrwbenc: Convert line breaks to Unix style" by Conley Owens · 13 years ago
  75. 90dc22f am a02d9bf9: Make sure we don\'t read from invalid fds by Marco Nelissen · 13 years ago
  76. a02d9bf Make sure we don't read from invalid fds by Marco Nelissen · 13 years ago
  77. fddf5d9 Make dumpsys(media.player) more useful by having AwesomePlayer populate it. by Andreas Huber · 13 years ago
  78. 762b6d0 This device-specific workaround is no longer necessary. by Andreas Huber · 13 years ago
  79. 7d6143a Call storeMetaDataInVideoBuffers() before get/setParameters() on index OMX_IndexParamPortDefinition by James Dong · 13 years ago
  80. aa48835 MTP: Remove obsolete setPtpMode support by Mike Lockwood · 13 years ago
  81. d1d17b1 Cleaned up the old test cases and test media files. by Yu Shan Emily Lau · 13 years ago
  82. 7c37c1c Merge chromium to r11.0.672.0: Compile fix by Kristian Monsen · 13 years ago
  83. 6564c3c Merge "Fix the comment for the location box @xyz" by James Dong · 13 years ago
  84. a093ca9 Merge "Remove dead code related to gettid" by Glenn Kasten · 13 years ago
  85. 5ca271e Merge "Add WebP Mime-Type support in Android Media File" by Marco Nelissen · 13 years ago
  86. d4c6a5b Merge "Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.h" by James Dong · 13 years ago
  87. b571a7a Merge "Initial-checkin for ON2 Software AVC/H264 decoder" by James Dong · 13 years ago
  88. 86f8b98 Add timestamp and data pointer checks in CameraSource by James Dong · 13 years ago
  89. 0741f00 Fix the comment for the location box @xyz by James Dong · 13 years ago
  90. 6af763b Remove dead code related to gettid by Glenn Kasten · 13 years ago
  91. 38c0712 Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.h by James Dong · 13 years ago
  92. bd24eb5 Merge "Don't advertise the (old-style) software decoders unless they're actually present." by Andreas Huber · 13 years ago
  93. 2541c5a Don't advertise the (old-style) software decoders unless they're actually present. by Andreas Huber · 13 years ago
  94. bebc99d Initial-checkin for ON2 Software AVC/H264 decoder by James Dong · 13 years ago
  95. d0881d9 Add WebP Mime-Type support in Android Media File by Vikas Arora · 13 years ago
  96. 6c2cb30 Merge "Do not call getEstimatedBandwidth if the streaming is not HTTP-based" by James Dong · 13 years ago
  97. 4432870 Do not call getEstimatedBandwidth if the streaming is not HTTP-based by James Dong · 13 years ago
  98. 8e97372 am 8050a02b: DO NOT MERGE: Linux sockets are odd, closing a socket descriptor does not abort pending recv/send calls. by Andreas Huber · 13 years ago
  99. d3092e3 Merge "Remove unnecessary level of priority indirection" by Glenn Kasten · 13 years ago
  100. 993fcce Remove unnecessary level of priority indirection by Glenn Kasten · 13 years ago