1. 919511a Merge "Always consider playlists corresponding to different bandwidths different." by Andreas Huber · 13 years ago
  2. e16b295 Merge "Fix seek behaviour at startup and teardown of media session that hasn't been started" by Andreas Huber · 13 years ago
  3. 3bfa72b Merge "MTP: Use a single packet for the data phase" by Mike Lockwood · 13 years ago
  4. 484e320 Audio preprocessing wrapper for webrtc. by Eric Laurent · 13 years ago
  5. de6d73a MTP: Use a single packet for the data phase by Mike Lockwood · 13 years ago
  6. 86806f7 Always consider playlists corresponding to different bandwidths different. by Andreas Huber · 13 years ago
  7. bd8fbfa Fix seek behaviour at startup and teardown of media session that hasn't been started by Andreas Huber · 13 years ago
  8. e3065f2 Merge "Fix for issue 5007510 AssertionFailed for MediaPropertiesTest#testPropertiesH263QCIF" by Rajneesh Chowdury · 13 years ago
  9. aea7d6c Fix for issue 5007510 AssertionFailed for MediaPropertiesTest#testPropertiesH263QCIF by Rajneesh Chowdury · 13 years ago
  10. e1ea88c Merge "Use unsigned char to store table of contents retrieved from XING header. Our compiler treats char default to unsigned (trygon-eng on master branch). If I force "signed char" for the table of contents array, some MediaFramework tests for VBR mp3 would fail." by Gloria Wang · 13 years ago
  11. 698a5e0 Merge "Refetch playlists according to the HLS specs, varying delay if playlists unchanged" by Andreas Huber · 13 years ago
  12. c2e5ca3 Use unsigned char to store table of contents retrieved from XING header. by Gloria Wang · 13 years ago
  13. cc0b9f1 Refetch playlists according to the HLS specs, varying delay if playlists unchanged by Andreas Huber · 13 years ago
  14. 2aa6c4b Merge "Bug 5031179 possible fix for assert in join" by Glenn Kasten · 13 years ago
  15. 92e1314 MediaScanner: Add virtual NO_MEDIA column to fix support for .nomedia files by Mike Lockwood · 13 years ago
  16. 8a65e1f Merge "Revert "Add some logging to track down where ANR happens during MediaPlayer._release()."" by James Dong · 13 years ago
  17. 2c17f05 Revert "Add some logging to track down where ANR happens during MediaPlayer._release()." by James Dong · 13 years ago
  18. 2c751a8 Bug 5031179 possible fix for assert in join by Glenn Kasten · 13 years ago
  19. c1df573 Merge "If audio startup fails while executing MediaPlayer::start() do NOT post an error" by Andreas Huber · 13 years ago
  20. 232d5f2 If audio startup fails while executing MediaPlayer::start() do NOT post an error by Andreas Huber · 13 years ago
  21. d1435e9 Merge "Minor documentation updates for the AudioTrack class." by Narayan Kamath · 13 years ago
  22. 88bde0c Minor documentation updates for the AudioTrack class. by Narayan Kamath · 13 years ago
  23. ad07457 Merge "Support profile and level query for SW video decoders" by James Dong · 13 years ago
  24. 1a54107 Merge "Remove legacy http support from stagefright, chromium is the new hotness." by Andreas Huber · 13 years ago
  25. d86934a Merge "OMX CallbackDispatcher uses C++ Thread not pthread" by Glenn Kasten · 13 years ago
  26. c1b9bbb Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build by Mike Lockwood · 13 years ago
  27. c311933 Remove legacy http support from stagefright, chromium is the new hotness. by Andreas Huber · 13 years ago
  28. 2d912dd Merge "Remove old-style software decoders." by Andreas Huber · 13 years ago
  29. a8ccc50 Remove old-style software decoders. by Andreas Huber · 13 years ago
  30. 45aaa2a MediaScanner: fix breakage in updates by Mike Lockwood · 13 years ago
  31. 67d464f Enable signalling of a stream discontinuity involving a format-change by Andreas Huber · 13 years ago
  32. 9cba686 Merge "MTP: Clean up MtpServer initialization and threading:" by Mike Lockwood · 13 years ago
  33. dcc3194 MTP: Clean up MtpServer initialization and threading: by Mike Lockwood · 13 years ago
  34. d420b18 Merge "Add support for TI H264 encoder" by Iliyan Malchev · 13 years ago
  35. e641dc5 Add support for TI H264 encoder by Dandawate Saket · 13 years ago
  36. 8c55a9a Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 13 years ago
  37. d28848b OMX CallbackDispatcher uses C++ Thread not pthread by Glenn Kasten · 13 years ago
  38. bd882b1 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  39. c478f13 Merge "Audio Effect API: process reverse stream function" by Eric Laurent · 13 years ago
  40. 501c467 Merge "Eliminate single-process mode. Bug: 5010576" by Jeff Brown · 13 years ago
  41. 9b40a61 Merge "Do not wait for unlaunched threads in stop()" by James Dong · 13 years ago
  42. 0e27fce Do not wait for unlaunched threads in stop() by James Dong · 13 years ago
  43. 6e65a4a Merge "Release camera if CameraSource::start() has not been called" by James Dong · 13 years ago
  44. fbb170c Support profile and level query for SW video decoders by James Dong · 13 years ago
  45. a59a1ba Merge "Remove unnecessary locking from MediaScanner JNI code" by Mike Lockwood · 13 years ago
  46. af16d0b3 Remove unnecessary locking from MediaScanner JNI code by Mike Lockwood · 13 years ago
  47. 325b8e8 Audio Effect API: process reverse stream function by Eric Laurent · 13 years ago
  48. e6d24ab Merge "MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file system" by Mike Lockwood · 13 years ago
  49. 7a59dd2 MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file system by Mike Lockwood · 13 years ago
  50. bd682b0 MediaScanner: Use bulk inserts when in batch mode by Mike Lockwood · 13 years ago
  51. 8d19d3a Release camera if CameraSource::start() has not been called by James Dong · 13 years ago
  52. 10e8971 Eliminate single-process mode. Bug: 5010576 by Jeff Brown · 13 years ago
  53. bc2861f Merge "Fix for issue 5007228 IllegalArgumentException when testing VideoEditorAPITest#testEffectKenBurn" by Rajneesh Chowdury · 13 years ago
  54. 559bb79 Fix for issue 5007228 IllegalArgumentException when testing VideoEditorAPITest#testEffectKenBurn by Rajneesh Chowdury · 13 years ago
  55. be65087 Use advertised h264 encoding parameters by default if the profile is not baseline by James Dong · 13 years ago
  56. 5cc0526 Moved and renamed effect API header files by Eric Laurent · 13 years ago
  57. 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
  58. 7f61f59 Associate WebP Mime-Type with FILE_TYPE_WEBP. by Vikas Arora · 13 years ago
  59. 82428a8 - Retrieve is_drm in MediaMetadataRetriever. by Gloria Wang · 13 years ago
  60. 03f9435 Merge "Bug 4571308 Provide correct video frame timestamps" by Glenn Kasten · 13 years ago
  61. dfba177 Merge "Charge network traffic to the uid of the process using the MediaPlayer." by Andreas Huber · 13 years ago
  62. e02dd02 Merge "Ignore all flush-complete notifications with port == OMX_ALL" by Andreas Huber · 13 years ago
  63. 603d739 Charge network traffic to the uid of the process using the MediaPlayer. by Andreas Huber · 13 years ago
  64. 919a7ae Ignore all flush-complete notifications with port == OMX_ALL by Andreas Huber · 13 years ago
  65. 091b248 Merge "Support a "secure input buffer" mode for use by Widevine DRM in OMXCodec." by Andreas Huber · 13 years ago
  66. 42fb5d6 Support a "secure input buffer" mode for use by Widevine DRM in OMXCodec. by Andreas Huber · 13 years ago
  67. 27ac0ac Merge "Revert "Fix for b/4165024: Serious Memory leak when playing a WV protected streaming video."" by Edwin Wong · 13 years ago
  68. 5367190 Merge "Return ERROR_END_OF_STREAM when the input source reaches eos" by James Dong · 13 years ago
  69. 5faaadf Merge changes I7e8401a4,I412ddf36 by Kristian Monsen · 13 years ago
  70. 7310411 Revert "Fix for b/4165024: Serious Memory leak when playing a WV protected streaming video." by Jeff Tinker · 13 years ago
  71. e9a4188 Seeking/duration in HLS content is based on the individual segments' duration by Andreas Huber · 13 years ago
  72. 04deb7b Merge "Revert "Parse RTP-Info even for live streams."" by Andreas Huber · 13 years ago
  73. d4a6cac Revert "Parse RTP-Info even for live streams." by Andreas Huber · 13 years ago
  74. 4f0205f Some (most) OMX decoders do not send a OMX_CmdComplete/Flush OMX_ALL notification by Andreas Huber · 13 years ago
  75. ff90212 Remove curtain effect (it's unused). by Chih-Chung Chang · 13 years ago
  76. d39e8f4 Return ERROR_END_OF_STREAM when the input source reaches eos by James Dong · 13 years ago
  77. 2d70094 Merge "Fix a format string that triggered a compile-time warning in OMXCodec.cpp" by Andreas Huber · 13 years ago
  78. 9fb64a2 Fix a format string that triggered a compile-time warning in OMXCodec.cpp by Andreas Huber · 13 years ago
  79. 2bcc183 Instantiate a NetworkChangeNotifier to have chromium transparently handle interface by Andreas Huber · 13 years ago
  80. d2a1ebc Merge Chromium at r11.0.696.0: Using setter instead of direct variable access by Kristian Monsen · 13 years ago
  81. 528b084 Unlock the camera if media recorder fails to start recording. by Wu-cheng Li · 13 years ago
  82. 068dbbf Support for writing output data to a provided callback function instead of a file by Andreas Huber · 13 years ago
  83. d11eccf Merge "Multiple changes to ACodec/codec tools:" by Andreas Huber · 13 years ago
  84. e366f52 Multiple changes to ACodec/codec tools: by Andreas Huber · 13 years ago
  85. f65d59b Merge "Fix for b/4165024: Serious Memory leak when playing a WV protected streaming video." by Jeff Tinker · 13 years ago
  86. 88f7194 Add a testcase to test PNG files support for KenBurn effect. by James Dong · 13 years ago
  87. d63d947 Fix for b/4165024: Serious Memory leak when playing a WV protected streaming video. by Jeff Tinker · 13 years ago
  88. b5cc1f1 Merge "Fix the new color converter to respect the destination crop rect." by Andreas Huber · 13 years ago
  89. e67e99a Merge "Log video dimensions and crop rectangle." by Andreas Huber · 13 years ago
  90. f7ee669 Merge "Update paths to test content used to run the omx_tests." by Andreas Huber · 13 years ago
  91. 5c2faf3 Bug 4571308 Provide correct video frame timestamps by Glenn Kasten · 13 years ago
  92. 654af6c Merge "Reduce the number of output buffers and force output buffers in display order for SoftAVC decoder" by James Dong · 13 years ago
  93. cdfa614 Fix the new color converter to respect the destination crop rect. by Andreas Huber · 13 years ago
  94. f167f50 Log video dimensions and crop rectangle. by Andreas Huber · 13 years ago
  95. 1ef4c19 Update paths to test content used to run the omx_tests. by Andreas Huber · 13 years ago
  96. 42419ce Add framework support for camcorder zoom. by Wu-cheng Li · 13 years ago
  97. 2db9a95 Reduce the number of output buffers and force output buffers in display order for SoftAVC decoder by James Dong · 13 years ago
  98. 3db9f38 Stagefright: add support for gralloc OMX_UseBuffer. by Anu Sundararajan · 13 years ago
  99. d35df44 Integrating TI OMAP4 Video Decoder by Anu Sundararajan · 13 years ago
  100. 1e1b13e - Public part of the Metadata API. by Gloria Wang · 13 years ago