1. b486b52 Remove system library classes from DataSourceBase by Dongwon Kang · 7 years ago
  2. 2a243f0 Remove RefBase from plugin-side DataSource by Marco Nelissen · 7 years ago[Renamed (77%) from media/libmediaextractor/DataSource.cpp]
  3. 5146742 Remove IDataSource dependency from DataSource. by Dongwon Kang · 7 years ago
  4. d91dc5a Remove libmedia and libstagefright dependency from extractors by Dongwon Kang · 8 years ago
  5. 04ce1be Clean move of files to keep the git history by Dongwon Kang · 8 years ago[Renamed from media/libstagefright/DataSource.cpp]
  6. 6076128 Move UXX_AT families to libstagefright_foundation by Dongwon Kang · 8 years ago
  7. b51ca28 stagefright: add HEIF support by Chong Zhang · 8 years ago
  8. d49dbd6 Allow MediaExtractor to create FileSource by Andy Hung · 9 years ago
  9. ed1abbf Merge "Fix static analyzer warnings" am: 9064b2d12a am: 9924503dfe am: 41194d937c by Caroline Tice · 8 years ago
  10. 65c954e Fix static analyzer warnings by Caroline Tice · 8 years ago
  11. ac6b30a Remove unused includes by Marco Nelissen · 8 years ago
  12. 92d57f9 Move 'sniff' functionality from DataSource to MediaExtractor by Marco Nelissen · 8 years ago
  13. 29b7dcf Removing widevine classic by Jeff Tinker · 9 years ago
  14. 3001a8a Don't sniff or create WVM in extractor process by Marco Nelissen · 9 years ago
  15. 316c3d9 NuCachedSource2: fix possible erroneous early free by Wonsik Kim · 10 years ago
  16. da7e453 stagefright: add a 2kb cache for CallbackDataSource. by Chris Watkins · 10 years ago
  17. 99f3160 Unhide the android.media.[Media]DataSource interface. by Chris Watkins · 10 years ago
  18. faf4efc Replace MidiFile player with a Midi extractor by Marco Nelissen · 10 years ago
  19. 360d6d0 GenericSource: support disconnect before NuCachedSource2 is created by Robert Shih · 11 years ago
  20. 217bde8 fix crash when makeHTTPConnection fails with null pointer by Chong Zhang · 11 years ago
  21. d354d8d move cache prefill to GenericSource's message handler by Chong Zhang · 11 years ago
  22. 7b3cd1f make NuPlayer's http connection mechanism behave by Chong Zhang · 11 years ago
  23. 3de157d some fixes for crash when extractor creation fails by Chong Zhang · 11 years ago
  24. 4bbfff2 Support "data:" URIs again in mediaplayer... by Andreas Huber · 11 years ago
  25. 81e6844 Remove no longer needed http proxy handling code, it's obsolete now by Andreas Huber · 11 years ago
  26. 1b86fe0 FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to media code by Andreas Huber · 11 years ago
  27. 377fce6 Only initialize sniffers once, don't hold mutex while sniffing by Marco Nelissen · 11 years ago
  28. ec77122 Add support for common encryption by Marco Nelissen · 12 years ago
  29. ab89ac2 Remove FragmentedMP4Extractor by Marco Nelissen · 12 years ago
  30. 05f625c Add support for fragmented mp4 to MPEG4Extractor by Marco Nelissen · 12 years ago
  31. 5699712 Fragmented mp4 extractor by Marco Nelissen · 13 years ago
  32. bea455c libstagefright: dynamically load libstagefright_chromium_http by Colin Cross · 13 years ago
  33. e517709 Remove/Disable the AVI extractor. by Andreas Huber · 13 years ago
  34. 1608735 Support widevine:// URLs in NuMediaExtractor / java MediaExtractor. by Andreas Huber · 13 years ago
  35. 918c765 Change NuMediaExtractor's API to support different kinds of data sources. by Andreas Huber · 13 years ago
  36. 9d2f386 Separate sniffing from session initialization by James Dong · 13 years ago
  37. 2a3d6e1 am 3f6a7d1e: am d70c64db: Revert the following patches because they may lead to power regression because SHA/MD5 module is stuck 1. Revert "Fix drm flag setting missed in false drm recognition fix." This reverts commit 9f704f6c46a171357e49c411c83458b9d4565f3b. by James Dong · 13 years ago
  38. 785ee06 Revert the following patches because they may lead to power regression because SHA/MD5 module is stuck by James Dong · 13 years ago
  39. 901e78d am a5038d16: am a693a4b5: Merge "Fix ANRs due to Widevine DRM plugin sniff taking too long." into ics-mr1 by Jeff Tinker · 13 years ago
  40. 894f3ca Merge "Fix ANRs due to Widevine DRM plugin sniff taking too long." into ics-mr1 by Jeff Tinker · 13 years ago
  41. 8e49b60 Fix ANRs due to Widevine DRM plugin sniff taking too long. by Jeff Tinker · 13 years ago
  42. f7b5cdd DO NOT MERGE: Remove the AVI extractor. by Andreas Huber · 13 years ago
  43. 6c83e3b Allow data uris to be data sources by Narayan Kamath · 13 years ago
  44. 2944eca Support for an MPEG2 Program Stream extractor. by Andreas Huber · 14 years ago
  45. f8374de Support for divx files, i.e. mpeg 4 video + mpeg audio layer III in .avi files by Andreas Huber · 14 years ago
  46. 6511c97 Stagefright DataSources now expose the underlying content mime type. by Andreas Huber · 14 years ago
  47. 1156dc9 An HTTP datasource for stagefright using the chromium code. by Andreas Huber · 14 years ago
  48. 8cb0c41 Experimental support for https transfers in stagefright. by Andreas Huber · 14 years ago
  49. 50c44c7 Add AAC extractor by Gloria Wang · 14 years ago
  50. 856990b Bug 1804058 FLAC extractor by Glenn Kasten · 14 years ago
  51. c7fc37a 64-bit file size/offset support for media framework by James Dong · 14 years ago
  52. a890829 - register DRM sniffer only when drmserver is up by Gloria Wang · 15 years ago
  53. deeb961 A temporary fix for "Waiting for service drm.drmManager". by Gloria Wang · 15 years ago
  54. a9741a9 resolved conflicts for merge of 9084631d to gingerbread-plus-aosp by Gloria Wang · 15 years ago
  55. dcd25ef DRM framework support: by Gloria Wang · 15 years ago
  56. 5a1c352 Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. by Andreas Huber · 15 years ago
  57. 79f77ef Restore feature parity with the old HTTPDataSource as far as support for extra headers (cookies?) and socket-timeout are concerned. by Andreas Huber · 15 years ago
  58. 0a5baa9 Switch stagefright's approach to prefetching to the new model. The java MediaPlayer is now notified about rebuffering start/end via info messages. by Andreas Huber · 15 years ago
  59. cda17c6 Initial checkin of mpeg2 transport stream parser for stagefright. by Andreas Huber · 15 years ago
  60. 093437c Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 15 years ago
  61. ee7ff20 A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 15 years ago
  62. 3cf4e43 Support for Ogg Vorbis decoding in stagefright. by Andreas Huber · 15 years ago
  63. d8c7685 Increase the size of the pages used in CachingDataSource (total amount of memory used remains the same) to compensate for reduced locality of audio/video data requests. Also fixes a mistaken trailing "\r\n" in the range header and better error handling on http connection. by Andreas Huber · 15 years ago
  64. e94bd14 HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership. by Andreas Huber · 15 years ago
  65. 79b19b3 Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity. by Andreas Huber · 15 years ago
  66. 5561ccf Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 15 years ago
  67. fc9ba09 Squashed commit of the following: by Andreas Huber · 15 years ago
  68. 0dba737 Adds a WAVExtractor for 16-bit signed PCM audio wave files. by Andreas Huber · 16 years ago
  69. 34769bc New API to instantiate a MediaExtractor given a URI and optional MIME type. by Andreas Huber · 16 years ago
  70. 66326a5 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 16 years ago
  71. f75978f Added a .amr file extractor (for AMR-NB and AMR-WB content). by Andreas Huber · 16 years ago
  72. 693d271 Squashed commit of the following: by Andreas Huber · 16 years ago
  73. 20111aa Squashed commit of the following: by Andreas Huber · 16 years ago