1. 1a2952a Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  2. 0df36ec HLS now properly publishes its "seekable" flags after connection by Andreas Huber · 12 years ago
  3. 49d24d3 Merge "Remove unnecessary parameter" by Glenn Kasten · 12 years ago
  4. 8d6cc84 Remove unnecessary parameter by Glenn Kasten · 13 years ago
  5. 8ba0102 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  6. 84b6440 stop using a deprecated SurfaceTextureClient ctor" by Jamie Gennis · 12 years ago
  7. af0351f Revert "stop using a deprecated SurfaceTextureClient ctor" by Jamie Gennis · 12 years ago
  8. aef79b0 stop using a deprecated SurfaceTextureClient ctor by Jamie Gennis · 12 years ago
  9. 71bd6f8 Stagefright command line tool: input file name last by Jean-Michel Trivi · 12 years ago
  10. a6195de Use new surface flinger API. by Jeff Brown · 12 years ago
  11. 209ec37 Fixed incorrect codec type in the output for profiles/levels in cmd stagefright by James Dong · 12 years ago
  12. c434ac8 Add option to stagefright for writing decoded PCM by Marco Nelissen · 12 years ago
  13. 1ab1251 Add profile/level dump for encoders in cmd stagefright by James Dong · 12 years ago
  14. f4b7d94 Better error logging during meta data retrieval. Fixed the stagefright by Andreas Huber · 12 years ago
  15. 26a417f stagefright: remove dependency on skia by Colin Cross · 12 years ago
  16. df712ea fix libgui header location by Mathias Agopian · 13 years ago
  17. 2bfdd42 NuPlayer is now taking on the task of streaming over RTSP. by Andreas Huber · 13 years ago
  18. 2944eca Support for an MPEG2 Program Stream extractor. by Andreas Huber · 13 years ago
  19. 070b91e Merge "Properly connect to surface flinger in our shell tools" by Andreas Huber · 13 years ago
  20. d10c076 Add an option to dump the raw stream to a file in the stagefright cmdline tool. by Andreas Huber · 13 years ago
  21. 93d5ab6 Properly connect to surface flinger in our shell tools by Andreas Huber · 13 years ago
  22. d35924d QueryCodecs() signature change by Jean-Michel Trivi · 13 years ago
  23. db4d371 Merge "Add option to query hardware decoders only" by Jean-Michel Trivi · 13 years ago
  24. df57a0d Add option to query hardware decoders only by Jean-Michel Trivi · 13 years ago
  25. a4b77bc Include all supported mime types when querying decoder profile/level support. by Andreas Huber · 13 years ago
  26. 2df788f SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 13 years ago
  27. 16f7863 New option in the stagefright commandline tool. by Andreas Huber · 13 years ago
  28. fed0458 Reconstruct sync frame indication for content served by the MPEG2TSExtractor by Andreas Huber · 13 years ago
  29. cfc7a7f Add an option to force to use HW codec in stagefright cmd tool by James Dong · 13 years ago
  30. 515e855 Extract embedded cover art (aka poster frame) in mp4 files by James Dong · 13 years ago
  31. c83d4f5 Add the option '-S' to use surface allocated buffers in the stagefright cmdline tool. by Andreas Huber · 14 years ago
  32. 7f7d52a Publish MediaMetadataRetriever.java as public API by James Dong · 14 years ago
  33. a44153c Squashed commit of the following: by Andreas Huber · 14 years ago
  34. 16afe2f Prepare for publishing MediaMetadataRetriever as public API by James Dong · 14 years ago
  35. f5ab57c Squashed commit of the following: by Andreas Huber · 14 years ago
  36. 8a674dc Display AVC video sample profile and level for "stagefright" util by James Dong · 14 years ago
  37. fed975b Added a commandline option "-x" to the stagefright commandline tool. by Andreas Huber · 14 years ago
  38. 0da4dab Squashed commit of the following: by Andreas Huber · 14 years ago
  39. ea314ac 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
  40. bbc3831 Proper sync-frame detection for sources that don't already provide it. by Andreas Huber · 14 years ago
  41. c225da9 Make sure stagefright -o terminates even if we're using a raw audio source (such as .wav pcm) by Andreas Huber · 14 years ago
  42. 348a8ea Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 14 years ago
  43. 66d6f1f Add a seek test to the stagefright commandline tool. by Andreas Huber · 14 years ago
  44. 19c9a1e Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  45. 8a08d9d Make sure sine: is supported again in stagefright commandline tool. by Andreas Huber · 14 years ago
  46. 1c70247 Simplify the code in the stagefright commandline utility. by Andreas Huber · 14 years ago
  47. 64105f9 Make the -o option actually terminate. by Andreas Huber · 14 years ago
  48. 139a5d5 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
  49. a98420e 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
  50. 7f498b9 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
  51. 08a88e1 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 14 years ago
  52. d2858f0 Properly use a long long literal to avoid under/overflow during fps computation. by Andreas Huber · 15 years ago
  53. 5284bc4 HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool. by Andreas Huber · 15 years ago
  54. 1b950bc Extend stagefright tool to extract either album art or video frame. by Andreas Huber · 15 years ago
  55. 36e3ee0 Better diagnostics for the stagefright tool and codec performance. by Andreas Huber · 15 years ago
  56. b93ad64 When the extractor is not able to be created successfully, don't crash by James Dong · 15 years ago
  57. 5c1e358 Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs. by Andreas Huber · 15 years ago
  58. 134ee6a Squashed commit of the following: by Andreas Huber · 15 years ago
  59. ab0f94d Don't count empty buffers when computing the frame rate. by Andreas Huber · 15 years ago
  60. bfa6b2d Squashed commit of the following: by Andreas Huber · 15 years ago
  61. 125ef26 Support raw audio sources in stagefright commandline tool. by Andreas Huber · 15 years ago
  62. b90ca5b resolved conflicts for merge of f585be7f to eclair-mr2 by Andreas Huber · 15 years ago
  63. af6757c 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
  64. 318ad9c Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  65. 7f281f8 OMXCodec now notifies the reader of changes in the output format by returning a special result/error code. by Andreas Huber · 15 years ago
  66. 48c948b Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  67. 5228dd1 Another stagefright test-case and ignore end-of-stream notifications while we're flushing. by Andreas Huber · 15 years ago
  68. 777893a Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  69. 18291bc Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  70. e07db23 Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app. by Andreas Huber · 15 years ago
  71. a8a371c Fixing the build. by Andreas Huber · 15 years ago
  72. e0f0b08 Squashed commit of the following: by Andreas Huber · 15 years ago
  73. 80011fe Extend stagefright commandline up to enable vendor to reproduce specific bugs filed. by Andreas Huber · 15 years ago
  74. 38b610f Added a commandline option to "stagefright" that limits decoding to a maximum number of frames per iteration. by Andreas Huber · 15 years ago
  75. 2ea76ea Enable specification of http:// urls in stagefright commandline tool. by Andreas Huber · 15 years ago
  76. dbc0344 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
  77. 2d7d46f Refactored "stagefright" commandline app, split off JPEGSource. by Andreas Huber · 15 years ago
  78. 693d271 Squashed commit of the following: by Andreas Huber · 15 years ago
  79. 0024245 Squashed commit of the following: by Andreas Huber · 15 years ago
  80. 20111aa Squashed commit of the following: by Andreas Huber · 15 years ago