1. 190c03c Add the option '-S' to use surface allocated buffers in the stagefright cmdline tool. by Andreas Huber · 13 years ago
  2. 11eab05 Publish MediaMetadataRetriever.java as public API by James Dong · 14 years ago
  3. b559084 Squashed commit of the following: by Andreas Huber · 14 years ago
  4. faf09ba Prepare for publishing MediaMetadataRetriever as public API by James Dong · 14 years ago
  5. 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
  6. 482a1b1 Display AVC video sample profile and level for "stagefright" util by James Dong · 14 years ago
  7. 93e496f Added a commandline option "-x" to the stagefright commandline tool. by Andreas Huber · 14 years ago
  8. c751ecc Squashed commit of the following: by Andreas Huber · 14 years ago
  9. 3ac0119 Instead of just writing one track to the .mp4 file, write all of them (at most 1 video and 1 audio track). Also support httplive URIs in the stagefright commandline tool. by Andreas Huber · 14 years ago
  10. b518527 Proper sync-frame detection for sources that don't already provide it. by Andreas Huber · 14 years ago
  11. 6bfb397 Make sure stagefright -o terminates even if we're using a raw audio source (such as .wav pcm) by Andreas Huber · 14 years ago
  12. 4e4173b Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 14 years ago
  13. 5850a48 Add a seek test to the stagefright commandline tool. by Andreas Huber · 14 years ago
  14. 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  15. 14e5758 Make sure sine: is supported again in stagefright commandline tool. by Andreas Huber · 14 years ago
  16. c066884 Simplify the code in the stagefright commandline utility. by Andreas Huber · 14 years ago
  17. 4979601 Make the -o option actually terminate. by Andreas Huber · 14 years ago
  18. 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
  19. 662292a Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a". by Andreas Huber · 14 years ago
  20. a4357ad Coalesce multiple encoded AAC frames into a single input buffer on this particular OMX codec to increase throughput significantly. by Andreas Huber · 14 years ago
  21. 1a189a8 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 14 years ago
  22. d73a81c Properly use a long long literal to avoid under/overflow during fps computation. by Andreas Huber · 14 years ago
  23. 1af34be HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool. by Andreas Huber · 14 years ago
  24. edfeb1a Extend stagefright tool to extract either album art or video frame. by Andreas Huber · 14 years ago
  25. 6c9bf1c Better diagnostics for the stagefright tool and codec performance. by Andreas Huber · 15 years ago
  26. e4cfcb8 When the extractor is not able to be created successfully, don't crash by James Dong · 15 years ago
  27. e42fdb5 Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs. by Andreas Huber · 15 years ago
  28. 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
  29. f0d0424 Don't count empty buffers when computing the frame rate. by Andreas Huber · 15 years ago
  30. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  31. 6f6bf3d Support raw audio sources in stagefright commandline tool. by Andreas Huber · 15 years ago
  32. bfea1e1 resolved conflicts for merge of f585be7f to eclair-mr2 by Andreas Huber · 15 years ago
  33. 11ebbfd A few more testcases for the vendor to reproduce issues with their decoder. Not part of the shipping image. by Andreas Huber · 15 years ago
  34. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  35. 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
  36. fa8de75 Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  37. 1a77b68e Another stagefright test-case and ignore end-of-stream notifications while we're flushing. by Andreas Huber · 15 years ago
  38. 6026a51 Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  39. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  40. 54ee784 Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app. by Andreas Huber · 15 years ago
  41. a84b0e0 Fixing the build. by Andreas Huber · 15 years ago
  42. 329577a Squashed commit of the following: by Andreas Huber · 15 years ago
  43. 0fb6477 Extend stagefright commandline up to enable vendor to reproduce specific bugs filed. by Andreas Huber · 15 years ago
  44. 557c6ce Added a commandline option to "stagefright" that limits decoding to a maximum number of frames per iteration. by Andreas Huber · 15 years ago
  45. 96774d9 Enable specification of http:// urls in stagefright commandline tool. by Andreas Huber · 15 years ago
  46. 4f5e602 The PV AVC software decoder expects each fragment of a NAL unit to be handed to the decoder unframed. by Andreas Huber · 15 years ago
  47. 09daada Refactored "stagefright" commandline app, split off JPEGSource. by Andreas Huber · 15 years ago
  48. be06d26 Squashed commit of the following: by Andreas Huber · 15 years ago
  49. 8a43277 Squashed commit of the following: by Andreas Huber · 15 years ago
  50. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago