1. 5f63069 Bug 3447027 Limit previews for DRM video by Glenn Kasten · 13 years ago
  2. 11eab05 Publish MediaMetadataRetriever.java as public API by James Dong · 14 years ago
  3. ee35aff Add support for the "compilation" tag in mp3, mp4 and ogg, and also add by Marco Nelissen · 14 years ago
  4. c0dbe3a Colorconverter may not support some src/dst bitmap configurations. by Andreas Huber · 14 years ago
  5. 6e77de7 Remove captureFrame from MediaMetadataRetriever.java class by James Dong · 14 years ago
  6. b1d49de Fix thumbnail extraction for extractors that don't have a preference. by Andreas Huber · 14 years ago
  7. faf09ba Prepare for publishing MediaMetadataRetriever as public API by James Dong · 14 years ago
  8. 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
  9. 53ebc72 Support extracting thumbnail from rotated video tracks by James Dong · 14 years ago
  10. 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
  11. 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
  12. 072f524 Support for media extraction from .mkv/.mka Matroska files in stagefright. by Andreas Huber · 14 years ago
  13. 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
  14. e3452d3 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 14 years ago
  15. 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
  16. 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
  17. c5d5ee3 Add support for "album artist" tag. by Marco Nelissen · 14 years ago
  18. 655306f Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 14 years ago
  19. 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
  20. c2c9dd3 Support for 'iTunes-style' metadata in .mp4 and .3gp files. by Andreas Huber · 15 years ago
  21. 0ffc90f Squashed commit of the following: by Andreas Huber · 15 years ago
  22. 1cb02bf Support for determining the mime type of media via metadata extraction. by Andreas Huber · 15 years ago
  23. 3a3656c More metadata support. by Andreas Huber · 15 years ago
  24. aee3c63 Squashed commit of the following: by Andreas Huber · 15 years ago
  25. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago[Renamed (98%) from media/libmediaplayerservice/StagefrightMetadataRetriever.cpp]
  26. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  27. 9a12baf New API to instantiate a MediaExtractor given a URI and optional MIME type. by Andreas Huber · 15 years ago
  28. ad28543 Make stagefright a little less verbose. Fix heap corruption for real. by Andreas Huber · 15 years ago
  29. e13526a Prefer software decoders over hardware for thumbnail extraction. by Andreas Huber · 15 years ago
  30. e981c33 Extract video thumbnails from the largest sync sample among the first 20. by Andreas Huber · 15 years ago
  31. f68c168 Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in the metadata retriever. by Andreas Huber · 15 years ago
  32. 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
  33. 53a76bd Split the ColorConverter off SoftwareRenderer, metadata support in stagefright. by Andreas Huber · 15 years ago