1. c6091dd Initial CL for the timed text support: by Gloria Wang · 13 years ago
  2. 87312e9 If the media extractor specifies an invalid thumbnail time, default to the first frame. by Andreas Huber · 13 years ago
  3. 14a80af Merge "Support passing headers to MediaMetadataRetriever's setDataSource API" by Andreas Huber · 13 years ago
  4. 5b7ced6 Support passing headers to MediaMetadataRetriever's setDataSource API by Andreas Huber · 13 years ago
  5. 9f2cde3 Scale the thumbnail if display dimension is different from the actual buffer size by James Dong · 13 years ago
  6. c4c38fc Added more metadata published by the MediaMetaDataRetriever by Andreas Huber · 13 years ago
  7. 5f63069 Bug 3447027 Limit previews for DRM video by Glenn Kasten · 13 years ago
  8. 11eab05 Publish MediaMetadataRetriever.java as public API by James Dong · 14 years ago
  9. ee35aff Add support for the "compilation" tag in mp3, mp4 and ogg, and also add by Marco Nelissen · 14 years ago
  10. c0dbe3a Colorconverter may not support some src/dst bitmap configurations. by Andreas Huber · 14 years ago
  11. 6e77de7 Remove captureFrame from MediaMetadataRetriever.java class by James Dong · 14 years ago
  12. b1d49de Fix thumbnail extraction for extractors that don't have a preference. by Andreas Huber · 14 years ago
  13. faf09ba Prepare for publishing MediaMetadataRetriever as public API by James Dong · 14 years ago
  14. 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
  15. 53ebc72 Support extracting thumbnail from rotated video tracks by James Dong · 14 years ago
  16. 5a40e39 For thumbnail extraction make sure we instantiate a decoder that allows access to the framebuffer. Implement the samsung workaround to support this by reconfiguring the decoder. by Andreas Huber · 14 years ago
  17. 1e19416 On this particular device the hardware video decoder spits out buffers that don't actually contain our video data, so we cannot use them to restore the video frame after suspend/resume. by Andreas Huber · 14 years ago
  18. 072f524 Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 14 years ago
  19. 1919e5a Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize. by Andreas Huber · 14 years ago
  20. e3452d3 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 14 years ago
  21. edbb4d8 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 · 14 years ago
  22. fb1eb6f 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 · 14 years ago
  23. c5d5ee3 Add support for "album artist" tag. by Marco Nelissen · 14 years ago
  24. 655306f Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 14 years ago
  25. 52733b8 The qcom OMX video decoders do not allocate output buffer memory at the time OMX_AllocateBuffer is called, wait until we received the first FILL_BUFFER_DONE notification until we rely on the buffer data ptr. by Andreas Huber · 15 years ago
  26. c2c9dd3 Support for 'iTunes-style' metadata in .mp4 and .3gp files. by Andreas Huber · 15 years ago
  27. 0ffc90f Squashed commit of the following: by Andreas Huber · 15 years ago
  28. 1cb02bf Support for determining the mime type of media via metadata extraction. by Andreas Huber · 15 years ago
  29. 3a3656c More metadata support. by Andreas Huber · 15 years ago
  30. aee3c63 Squashed commit of the following: by Andreas Huber · 15 years ago
  31. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago[Renamed (98%) from media/libmediaplayerservice/StagefrightMetadataRetriever.cpp]
  32. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  33. 9a12baf New API to instantiate a MediaExtractor given a URI and optional MIME type. by Andreas Huber · 15 years ago
  34. ad28543 Make stagefright a little less verbose. Fix heap corruption for real. by Andreas Huber · 15 years ago
  35. e13526a Prefer software decoders over hardware for thumbnail extraction. by Andreas Huber · 15 years ago
  36. e981c33 Extract video thumbnails from the largest sync sample among the first 20. by Andreas Huber · 15 years ago
  37. f68c168 Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in the metadata retriever. by Andreas Huber · 15 years ago
  38. cfd5557 OMXCodec now notifies the reader of changes in the output format by returning a special result/error code. by Andreas Huber · 15 years ago
  39. 53a76bd Split the ColorConverter off SoftwareRenderer, metadata support in stagefright. by Andreas Huber · 15 years ago