1. 3d51d5c Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/ by James Dong · 13 years ago
  2. c9d1696 For an RTSP live stream we won't map rtp time to normal play time, by Andreas Huber · 13 years ago
  3. bfd4d0d Buffer at least 2 secs worth of data at startup of after a seek before by Andreas Huber · 13 years ago
  4. 9806555 Respect channel mask in ACodec and NuPlayer. by Andreas Huber · 14 years ago
  5. 0c0abd4 Merge "Notify the client about an initial size of (0, 0) instead of (320, 240)." into jb-dev by Andreas Huber · 14 years ago
  6. 0b7c9a3 Notify the client about an initial size of (0, 0) instead of (320, 240). by Andreas Huber · 14 years ago
  7. 8b71241 Fix mono gapless playback for decoders that output stereo by Marco Nelissen · 14 years ago
  8. e370bb6 Bump up the max number of items in an AMessage, remove overly stringent by Andreas Huber · 14 years ago
  9. 1948eb3 Add support for deep audio buffers by Eric Laurent · 14 years ago
  10. 4110c10 Add gapless playback support for NuPlayer by Marco Nelissen · 14 years ago
  11. 559bf28 AV Android make files changes by James Dong · 14 years ago
  12. ed3e3e0 Provisional support for secure decryption of media streams. by Andreas Huber · 14 years ago
  13. afed0e1 Use NuPlayer for media playback everywhere by Andreas Huber · 14 years ago
  14. 6c6b4d0 Switched to use the header files in /frameworks/native by James Dong · 14 years ago
  15. 786618f Add channel mask in AudioSink by Jean-Michel Trivi · 14 years ago
  16. df712ea fix libgui header location by Mathias Agopian · 14 years ago
  17. 2d8bedd Add new APIs AMessage::(set|find)Buffer to make it safer to pass by Andreas Huber · 14 years ago
  18. 5778822 Implementation of a java media codec interface and associated tools. by Andreas Huber · 14 years ago
  19. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  20. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 14 years ago
  21. 2a8ce90 Merge "Fix build error when verbose logging is enabled" by Glenn Kasten · 14 years ago
  22. a9960bc Fix build error when verbose logging is enabled by Glenn Kasten · 14 years ago
  23. d2927a7 Fix the build. (Change LOGV to ALOGV) by Owen Lin · 14 years ago
  24. a3e52a8 am ebfce84f: am 68f592a8: Merge "Don\'t perform RTSP seeks right away but queue them for 200ms" into ics-mr1 by Andreas Huber · 14 years ago
  25. aa5ba9a am aa82c39b: am 0ba9380a: Merge "Fix Bitreader "putBits" implementation, make sure we emulate timestamps" into ics-mr1 by Andreas Huber · 14 years ago
  26. b7b9c7b Merge "Don't perform RTSP seeks right away but queue them for 200ms" into ics-mr1 by Andreas Huber · 14 years ago
  27. ee736e9 Don't perform RTSP seeks right away but queue them for 200ms by Andreas Huber · 14 years ago
  28. 1906e5c Fix Bitreader "putBits" implementation, make sure we emulate timestamps by Andreas Huber · 14 years ago
  29. ea9d51b resolved conflicts for merge of 3d630e86 to master by Andreas Huber · 14 years ago
  30. c089d02 am 074133b2: am 351143fb: Merge "Updated (internal) API for IStreamSource to signal discontinuities" into ics-mr1 by Andreas Huber · 14 years ago
  31. eca36b5 resolved conflicts for merge of 998a929a to master by Andreas Huber · 14 years ago
  32. 7609b23 Merge "Make sure we can properly shutdown even if" into ics-mr1 by Andreas Huber · 14 years ago
  33. 544ee28 Merge "Updated (internal) API for IStreamSource to signal discontinuities" into ics-mr1 by Andreas Huber · 14 years ago
  34. bfcc8d8 Updated (internal) API for IStreamSource to signal discontinuities by Andreas Huber · 14 years ago
  35. 6e3d311 Finer granularity discontinuity support. by Andreas Huber · 14 years ago
  36. b58ce9f Make sure we can properly shutdown even if by Andreas Huber · 14 years ago
  37. fa1e6f9 am bb1b7d5c: am 19998120: Merge "Bug 5478024 drop after decode if can\'t drop before" into ics-mr0 by Glenn Kasten · 14 years ago
  38. b5d3403 am 19998120: Merge "Bug 5478024 drop after decode if can\'t drop before" into ics-mr0 by Glenn Kasten · 14 years ago
  39. 32f0a8c am 19998120: Merge "Bug 5478024 drop after decode if can\'t drop before" into ics-mr0 by Glenn Kasten · 14 years ago
  40. 471af5a resolved conflicts for merge of 26f70db9 to master by Andreas Huber · 14 years ago
  41. 936a981 Merge "Remove surface legacy APIs and code." into ics-mr1 by Andreas Huber · 14 years ago
  42. 683525b Bug 5478024 drop after decode if can't drop before by Glenn Kasten · 14 years ago
  43. ee74c46 DO NOT MERGE Poll input data with a small timeout and don't consume a full core. by Andreas Huber · 14 years ago
  44. 0bdcaf9 am e395f645: Poll input data with a small timeout and don\'t consume a full core. by Andreas Huber · 14 years ago
  45. 1183a4a Poll input data with a small timeout and don't consume a full core. by Andreas Huber · 14 years ago
  46. 3901e5d Remove surface legacy APIs and code. by Andreas Huber · 14 years ago
  47. d7a07f2 am 27ed1249: Merge "Properly report that we\'re no longer playing after receiving event" into ics-mr1 by Andreas Huber · 14 years ago
  48. a4af214 Properly report that we're no longer playing after receiving event by Andreas Huber · 14 years ago
  49. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  50. 2bfdd42 NuPlayer is now taking on the task of streaming over RTSP. by Andreas Huber · 14 years ago
  51. eac68ba Signal an appropriate error even if there are no active streams yet. by Andreas Huber · 14 years ago
  52. dc9bacd Propagate error signalled by the source all the way to the output EOS notification. by Andreas Huber · 14 years ago
  53. dc7747d Bug 5234242 audio continues after discontinuity by Glenn Kasten · 14 years ago
  54. 3fe6215 In order to recover from video lagging behind audio, drop avc frames by Andreas Huber · 14 years ago
  55. 078cfcf Various improvements to nuplayer playback by Andreas Huber · 14 years ago
  56. 714aa7b Don't post position updates too frequently by Andreas Huber · 14 years ago
  57. 06528d7 I have one HLS stream that switches stream PIDs from one bandwidth to the next by Andreas Huber · 14 years ago
  58. 18ac540 Discontinuities are only signalled on streams that have been identified, i.e. by Andreas Huber · 14 years ago
  59. c4c17d4 ATSParser now supports a mode in which PTS is considered to be absolute time by Andreas Huber · 14 years ago
  60. cb67cd1 Signal errors to the client instead of asserting in ACodec. by Andreas Huber · 14 years ago
  61. c92fd24 Error handling in ACodec and Nuplayer. by Andreas Huber · 14 years ago
  62. 2048d0c Fix seek behaviour at startup and teardown of media session that hasn't been started by Andreas Huber · 14 years ago
  63. 42e549e Enable signalling of a stream discontinuity involving a format-change by Andreas Huber · 14 years ago
  64. 9b80c2b Charge network traffic to the uid of the process using the MediaPlayer. by Andreas Huber · 14 years ago
  65. 386d609 Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams. by Andreas Huber · 14 years ago
  66. 00f4951 The decoder wrapper is no longer needed. Also disable building old-style decoders. by Andreas Huber · 15 years ago
  67. 4f9e47f Add setParameter/getParameter to MediaPlayer API. for bug 1982947 by Gloria Wang · 15 years ago
  68. ad0d9c9 Add extra headers specified in the media player's setDataSource call by Andreas Huber · 15 years ago
  69. 9b7d950 Fix issue 3483718: audio streaming and A2DP. by Eric Laurent · 15 years ago
  70. 32f3cef Allow optional specification of a PTS timestamp when signalling a discontinuity. by Andreas Huber · 15 years ago
  71. 827b55c Merge "Suppress the logging of URLs when in incognito mode." by Andreas Huber · 15 years ago
  72. 7314fa1 Suppress the logging of URLs when in incognito mode. by Andreas Huber · 15 years ago
  73. 1173118 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 15 years ago
  74. bc7f5b2 Some tweaks to HTTP live / nuplayer behaviour by Andreas Huber · 15 years ago
  75. b408222 Implement missing pause/resume support for NuPlayer. by Andreas Huber · 15 years ago
  76. 31e2508 NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications. by Andreas Huber · 15 years ago
  77. 22fc52f Some more fixes regarding HTTP live in NuPlayer. by Andreas Huber · 15 years ago
  78. 43c3e6c Seek/Duration support for completed http live streams in NuPlayer. by Andreas Huber · 15 years ago
  79. 1aef211 Properly shutdown the decoders on a reset() in NuPlayer's implementation. by Andreas Huber · 15 years ago
  80. 5bc087c Squashed commit of the following: by Andreas Huber · 15 years ago
  81. 53df1a4 Distinguish discontinuities w/ a format change from those without. by Andreas Huber · 15 years ago
  82. 3831a06 Squashed commit of the following: by Andreas Huber · 15 years ago
  83. 2c2814b Properly announce decoder output format changes, make sure AMessage::dup does. by Andreas Huber · 15 years ago
  84. f933441 Initial support for a true streaming player for mpeg2 transport streams. by Andreas Huber · 15 years ago