1. 7069bdf Fix seek in response to OnPrepared() for HLS content by Andreas Huber · 11 years ago
  2. 0c3f0fa HLS now properly publishes its "seekable" flags after connection by Andreas Huber · 11 years ago
  3. a4c5bc0 Add support for HLS playlists of type 'event'. by Andreas Huber · 12 years ago
  4. 53ae164 Don't log streaming url. by James Dong · 12 years ago
  5. 3d51d5c Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/ by James Dong · 12 years ago
  6. 559bf28 AV Android make files changes by James Dong · 12 years ago
  7. 3ee2694 Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files. by James Dong · 12 years ago
  8. 6c6b4d0 Switched to use the header files in /frameworks/native by James Dong · 12 years ago
  9. 29357bc Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  10. df64d15 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  11. 2aa4cc0 Support new HLS byte-range extensions by Andreas Huber · 13 years ago
  12. 3856b09 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  13. 6801b4d Restart HLS streaming from the bottom of the playlist if we miss the boat on the by Andreas Huber · 13 years ago
  14. 20f725e Start playing live streaming HLS content from the first segment. by Andreas Huber · 13 years ago
  15. d6a46a6 More HLS fixes by Andreas Huber · 13 years ago
  16. 8dae4ca Always consider playlists corresponding to different bandwidths different. by Andreas Huber · 13 years ago
  17. 7e43a5a Refetch playlists according to the HLS specs, varying delay if playlists unchanged by Andreas Huber · 13 years ago
  18. 9b80c2b Charge network traffic to the uid of the process using the MediaPlayer. by Andreas Huber · 13 years ago
  19. 0f30bd9 Seeking/duration in HLS content is based on the individual segments' duration by Andreas Huber · 13 years ago
  20. 9067e30 Parse the individual segment's duration as a floating point number which is now by Andreas Huber · 13 years ago
  21. ad0d9c9 Add extra headers specified in the media player's setDataSource call by Andreas Huber · 13 years ago
  22. 0a73d81 Enable http-live support for https:// urls, fix a parsing issue. by Andreas Huber · 13 years ago
  23. 1156dc9 An HTTP datasource for stagefright using the chromium code. by Andreas Huber · 13 years ago
  24. 7314fa1 Suppress the logging of URLs when in incognito mode. by Andreas Huber · 13 years ago
  25. 8cb0c41 Experimental support for https transfers in stagefright. by Andreas Huber · 13 years ago
  26. ed8d14f Remove legacy, AwesomePlayer-based http live implementation. by Andreas Huber · 13 years ago
  27. ab8a0ba Disconnect HTTP live sessions as soon as the request comes in. by Andreas Huber · 13 years ago
  28. bc7f5b2 Some tweaks to HTTP live / nuplayer behaviour by Andreas Huber · 14 years ago
  29. 88b7ad4 Always revert to the previous bandwidth if the required sequence number cannot be found by Andreas Huber · 14 years ago
  30. 88b3489 Return a runtime error if decryption fails instead of asserting. by Andreas Huber · 14 years ago
  31. 20ad3a3 Fix typo. by Andreas Huber · 14 years ago
  32. aea5aff If the stream for the new bandwidth doesn't have the segment we're looking for... by Andreas Huber · 14 years ago
  33. 4b197e1 Use NuPlayer for HTTP live streaming playback by default. by Andreas Huber · 14 years ago
  34. 22fc52f Some more fixes regarding HTTP live in NuPlayer. by Andreas Huber · 14 years ago
  35. 43c3e6c Seek/Duration support for completed http live streams in NuPlayer. by Andreas Huber · 14 years ago
  36. 5bc087c Squashed commit of the following: by Andreas Huber · 14 years ago
  37. df42f94 Better handling of forming absolute https URLs, runtime error on https:// access. by Andreas Huber · 14 years ago
  38. 3831a06 Squashed commit of the following: by Andreas Huber · 14 years ago
  39. 6e6b1ca Instead of asserting, gracefully abort and signal and error. by Andreas Huber · 14 years ago
  40. ac13b81 The HTTP/1.1 Host request header must include port if it's not the default (80). by Andreas Huber · 14 years ago
  41. a44153c Squashed commit of the following: by Andreas Huber · 14 years ago
  42. decd969 Squashed commit of the following: by Andreas Huber · 14 years ago
  43. c7fc37a 64-bit file size/offset support for media framework by James Dong · 14 years ago
  44. 7d23aa2 Support for "chunked" HTTP transfer encoding. by Andreas Huber · 14 years ago
  45. 6f9f029 Make sure live streamed http live content does not start playing from the very beginning. by Andreas Huber · 14 years ago
  46. e332a91 More HTTP live support, AES encryption etc. by Andreas Huber · 14 years ago
  47. 8ac0cb9 Merge fb474872 from gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  48. 56cfa23 Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
  49. d611935 am 28b93967: am 165c6579: Merge "HTTP Live content that are tagged as complete are now seekable." into gingerbread by Andreas Huber · 14 years ago
  50. bff07d0 HTTP Live content that are tagged as complete are now seekable. by Andreas Huber · 14 years ago
  51. 0e4d896 am bb708373: am 949f7d90: Merge "Work to support switching transport streams mid-stream and signalling discontinuities to the decoder." into gingerbread by Andreas Huber · 14 years ago
  52. 2a4d22d Work to support switching transport streams mid-stream and signalling discontinuities to the decoder. by Andreas Huber · 14 years ago
  53. 01c048a am 57853559: am e619a9da: Merge "Start playing live streams from the start, no the middle..." into gingerbread by Andreas Huber · 14 years ago
  54. 6466853 Start playing live streams from the start, no the middle... by Andreas Huber · 14 years ago
  55. 4e2ffa4 Fixes for simulator build on lucid by Mike Lockwood · 14 years ago
  56. 1370cbe Switch LiveSource to use the new http data source instead of the old one. by Andreas Huber · 14 years ago
  57. e71d10e Initial checkin of preliminary support for "http live" streaming in stagefright. by Andreas Huber · 14 years ago