1. 8335f1c fix libgui header location by Mathias Agopian · 13 years ago
  2. a6be6dc NuPlayer is now taking on the task of streaming over RTSP. by Andreas Huber · 13 years ago
  3. bc55495 Support for an MPEG2 Program Stream extractor. by Andreas Huber · 13 years ago
  4. d359b57 Merge "Properly connect to surface flinger in our shell tools" by Andreas Huber · 13 years ago
  5. a175453 Add an option to dump the raw stream to a file in the stagefright cmdline tool. by Andreas Huber · 13 years ago
  6. c5a9766 Properly connect to surface flinger in our shell tools by Andreas Huber · 13 years ago
  7. a05f099 QueryCodecs() signature change by Jean-Michel Trivi · 13 years ago
  8. 211f5af Merge "Add option to query hardware decoders only" by Jean-Michel Trivi · 13 years ago
  9. 56a37b0 Add option to query hardware decoders only by Jean-Michel Trivi · 13 years ago
  10. 8d3073c Include all supported mime types when querying decoder profile/level support. by Andreas Huber · 13 years ago
  11. 439863f SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 13 years ago
  12. 8413251 New option in the stagefright commandline tool. by Andreas Huber · 13 years ago
  13. 65f993e Reconstruct sync frame indication for content served by the MPEG2TSExtractor by Andreas Huber · 13 years ago
  14. 78b9c38 Add an option to force to use HW codec in stagefright cmd tool by James Dong · 13 years ago
  15. e8b26dc Extract embedded cover art (aka poster frame) in mp4 files by James Dong · 13 years ago
  16. 190c03c Add the option '-S' to use surface allocated buffers in the stagefright cmdline tool. by Andreas Huber · 14 years ago
  17. 11eab05 Publish MediaMetadataRetriever.java as public API by James Dong · 14 years ago
  18. b559084 Squashed commit of the following: by Andreas Huber · 14 years ago
  19. faf09ba Prepare for publishing MediaMetadataRetriever as public API by James Dong · 14 years ago
  20. 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
  21. 482a1b1 Display AVC video sample profile and level for "stagefright" util by James Dong · 14 years ago
  22. 93e496f Added a commandline option "-x" to the stagefright commandline tool. by Andreas Huber · 14 years ago
  23. c751ecc Squashed commit of the following: by Andreas Huber · 14 years ago
  24. 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
  25. b518527 Proper sync-frame detection for sources that don't already provide it. by Andreas Huber · 14 years ago
  26. 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
  27. 4e4173b Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 14 years ago
  28. 5850a48 Add a seek test to the stagefright commandline tool. by Andreas Huber · 14 years ago
  29. 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  30. 14e5758 Make sure sine: is supported again in stagefright commandline tool. by Andreas Huber · 14 years ago
  31. c066884 Simplify the code in the stagefright commandline utility. by Andreas Huber · 14 years ago
  32. 4979601 Make the -o option actually terminate. by Andreas Huber · 14 years ago
  33. 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
  34. 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
  35. 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
  36. 1a189a8 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 14 years ago
  37. d73a81c Properly use a long long literal to avoid under/overflow during fps computation. by Andreas Huber · 15 years ago
  38. 1af34be HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool. by Andreas Huber · 15 years ago
  39. edfeb1a Extend stagefright tool to extract either album art or video frame. by Andreas Huber · 15 years ago
  40. 6c9bf1c Better diagnostics for the stagefright tool and codec performance. by Andreas Huber · 15 years ago
  41. e4cfcb8 When the extractor is not able to be created successfully, don't crash by James Dong · 15 years ago
  42. e42fdb5 Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs. by Andreas Huber · 15 years ago
  43. 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
  44. f0d0424 Don't count empty buffers when computing the frame rate. by Andreas Huber · 15 years ago
  45. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  46. 6f6bf3d Support raw audio sources in stagefright commandline tool. by Andreas Huber · 15 years ago
  47. bfea1e1 resolved conflicts for merge of f585be7f to eclair-mr2 by Andreas Huber · 15 years ago
  48. 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
  49. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  50. 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
  51. fa8de75 Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  52. 1a77b68e Another stagefright test-case and ignore end-of-stream notifications while we're flushing. by Andreas Huber · 15 years ago
  53. 6026a51 Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  54. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  55. 54ee784 Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app. by Andreas Huber · 15 years ago
  56. a84b0e0 Fixing the build. by Andreas Huber · 15 years ago
  57. 329577a Squashed commit of the following: by Andreas Huber · 15 years ago
  58. 0fb6477 Extend stagefright commandline up to enable vendor to reproduce specific bugs filed. by Andreas Huber · 15 years ago
  59. 557c6ce Added a commandline option to "stagefright" that limits decoding to a maximum number of frames per iteration. by Andreas Huber · 15 years ago
  60. 96774d9 Enable specification of http:// urls in stagefright commandline tool. by Andreas Huber · 15 years ago
  61. 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
  62. 09daada Refactored "stagefright" commandline app, split off JPEGSource. by Andreas Huber · 15 years ago
  63. be06d26 Squashed commit of the following: by Andreas Huber · 15 years ago
  64. 8a43277 Squashed commit of the following: by Andreas Huber · 15 years ago
  65. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago