1. 09977ff Use String8/16 c_str [media] by Tomasz Wasilczyk · 2 years, 1 month ago
  2. 19b0be6 Remove DrmInitialization from IDataSource by Marco Nelissen · 6 years ago
  3. fa8be7d Split datasource out of libstagefright by Marco Nelissen · 6 years ago[Renamed (99%) from media/libstagefright/NuCachedSource2.cpp]
  4. 28e8a2d Merge "Fix cert-dcl16-c clang-tidy warnings in libstagefright." am: 55e72131c2 am: a1aed6c9f8 by Chih-hung Hsieh · 7 years ago
  5. 3794b24 Fix cert-dcl16-c clang-tidy warnings in libstagefright. by Chih-Hung Hsieh · 7 years ago
  6. 3f65764 Update DataSourceBase::getAvailableSize signature by Robert Shih · 7 years ago
  7. 0324403 Network DataSources: implement disconnect in close by Robert Shih · 7 years ago
  8. 92541a3 Remove unused code DataSource::getDrmInfo by Dongwon Kang · 8 years ago
  9. 47734c9 resolve merge conflicts of 98a9b2a to nyc-dev-plus-aosp by Chih-Hung Hsieh · 9 years ago
  10. 090ef60 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  11. 69d3d8a Expand mediaextractor dumpsys by Marco Nelissen · 10 years ago
  12. 316c3d9 NuCachedSource2: fix possible erroneous early free by Wonsik Kim · 10 years ago
  13. 2c878cf stagefright: don't use stale pointer after disconnecting NuCachedSource2 by Chong Zhang · 10 years ago
  14. ee4e1b1 stagefright: warnings be gone, some are now errors, use clang by Lajos Molnar · 10 years ago
  15. 1d15ab5 media: switch to new AMessage handling by Lajos Molnar · 11 years ago
  16. efbb619 NuPlayer: pause playback when buffering is low by Chong Zhang · 11 years ago
  17. 4f17dad NuCachedSource2: fix disconnect process by Robert Shih · 11 years ago
  18. 9f3d1cf NuCachedSource2: more fixes for source read hang by Chong Zhang · 11 years ago
  19. 48296b7 Disconnect HTTP-based data source upon reset by Chong Zhang · 11 years ago
  20. a5750e0 libstagefright: 64-bit compile warnings by Mark Salyzyn · 11 years ago
  21. 1b24cf3 am e80631aa: am 839d11d1: Merge changes I0a744dc7,Id993a70d by Mark Salyzyn · 11 years ago
  22. db43b34 media: 64 bit compile issues by Mark Salyzyn · 11 years ago
  23. d411b4c warnings be gone. by Andreas Huber · 11 years ago
  24. 84333e0 warnings be gone. by Andreas Huber · 12 years ago
  25. 1b86fe0 FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to media code by Andreas Huber · 12 years ago
  26. a7607a7 Fix retries when server doesn't support range requests. by Andreas Huber · 13 years ago
  27. a53d87c Add the ability to query the amount of cached data to NuMediaExtractor. by Andreas Huber · 13 years ago
  28. 40a4e14 Make sure seek triggers a reconnect if needed. by Bryan Mawhinney · 14 years ago
  29. 9d2f386 Separate sniffing from session initialization by James Dong · 14 years ago
  30. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  31. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 14 years ago
  32. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  33. 95c4d60 Don't hold onto the lock while reconnecting to the server by Andreas Huber · 14 years ago
  34. 49c5981 YouTube can now request custom cache/prefetch parameters and disconnect-at-highwater by Andreas Huber · 14 years ago
  35. 0b8cd8b Specifying -1 for both low and highwater marks would not actually do the right thing by Andreas Huber · 14 years ago
  36. a045cb0 Allow a system property "media.stagefright.cache-params" to override cache/prefetcher by Andreas Huber · 14 years ago
  37. 0683eba Retry datasource fetches a few times before giving up (NuCachedSource2). by Andreas Huber · 14 years ago
  38. b33d2ac Do not call getEstimatedBandwidth if the streaming is not HTTP-based by James Dong · 14 years ago
  39. 5b1b8a9 Send estimated bandwidth value as informational event when cache fetcher pauses by James Dong · 14 years ago
  40. 6780297 Fix potential memory corruption in NuCachedSource2. by Andreas Huber · 14 years ago
  41. 7bf8413 Make sure a read restarts the prefetcher if necessary. by Andreas Huber · 14 years ago
  42. 6511c97 Stagefright DataSources now expose the underlying content mime type. by Andreas Huber · 14 years ago
  43. 9d00f03 am 6834f061: am 970d7dd9: am e2c32e9f: If nothing is to be copied, return right away. by Andreas Huber · 14 years ago
  44. 3109629 If nothing is to be copied, return right away. by Andreas Huber · 14 years ago
  45. b5ce361 Fix for bug 3477330 by Gloria Wang · 15 years ago
  46. 889b340 - Do not use global DrmManagerClient by Gloria Wang · 15 years ago
  47. ac05c31 Prefill the cache before trying to instantiate the media extractor. by Andreas Huber · 15 years ago
  48. 1bd233c Don't report 100% buffered when the stream ends prematurely. by Bryan Mawhinney · 15 years ago
  49. 6ee9458 Fixed thrashing in the cached buffer during 720p YT video streaming by James Dong · 15 years ago
  50. 145e68f Increase cache size and low-watermark threshold, also by Andreas Huber · 15 years ago
  51. a44153c Squashed commit of the following: by Andreas Huber · 15 years ago
  52. 7fe4ed1 Fix an artifact of going from off_t to off64_t by Andreas Huber · 15 years ago
  53. c7fc37a 64-bit file size/offset support for media framework by James Dong · 15 years ago
  54. 771b85d Add getUri() for streaming by Gloria Wang · 15 years ago
  55. 34ef0f3 Make sure the prefetcher is actively fetching data if we pause playback due to cache underrun. by Andreas Huber · 15 years ago
  56. b371426 Add support for WV DRM by Gloria Wang · 15 years ago
  57. bff07d0 HTTP Live content that are tagged as complete are now seekable. by Andreas Huber · 15 years ago
  58. 6e4c5c4 Remove stagefright foundation's incompatible logging interface and update callsites. by Andreas Huber · 15 years ago
  59. a814c1f ALoopers can now be named (useful to distinguish threads). by Andreas Huber · 15 years ago
  60. a5273eb Make the prefetcher read packets from the network after a keep-alive timeout expires regardless of whether its currently actively fetching data or not. by Andreas Huber · 15 years ago
  61. d17875a Must hold lock here... by Andreas Huber · 15 years ago
  62. 6f5aae1 Fix a typo in NuCachedSource2 that would trigger an assert near the end of a stream. by Andreas Huber · 15 years ago
  63. 5994b47 Initial check-in of new caching/prefetching data source implementation. by Andreas Huber · 15 years ago