1. 3e408f3 Support AMR, G.711 and vorbis audio in ACodec and friends. by Andreas Huber · 13 years ago
  2. d359b57 Merge "Properly connect to surface flinger in our shell tools" by Andreas Huber · 13 years ago
  3. a175453 Add an option to dump the raw stream to a file in the stagefright cmdline tool. by Andreas Huber · 13 years ago
  4. c5a9766 Properly connect to surface flinger in our shell tools by Andreas Huber · 13 years ago
  5. fc301b0 Require INTERNET permission for network-based content. Bug #1870981 by Dave Burke · 13 years ago
  6. ced159b When encountering a discontinuity, flush(clear) all content enqueued up to that 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. 43e8a83 Add support for some custom YUV420 color formats to recordvideo utility by James Dong · 13 years ago
  12. 272aaa3 Merge "SF transactions are now O(1) wrt IPC instead of O(N)." by Mathias Agopian · 13 years ago
  13. 439863f SF transactions are now O(1) wrt IPC instead of O(N). by Mathias Agopian · 13 years ago
  14. eb91630 Support for "streaming" non-transport streams by first converting them to ts packets. by Andreas Huber · 13 years ago
  15. d11eccf Merge "Multiple changes to ACodec/codec tools:" by Andreas Huber · 13 years ago
  16. e366f52 Multiple changes to ACodec/codec tools: by Andreas Huber · 13 years ago
  17. 8413251 New option in the stagefright commandline tool. by Andreas Huber · 13 years ago
  18. 65f993e Reconstruct sync frame indication for content served by the MPEG2TSExtractor by Andreas Huber · 13 years ago
  19. 78b9c38 Add an option to force to use HW codec in stagefright cmd tool by James Dong · 13 years ago
  20. e8b26dc Extract embedded cover art (aka poster frame) in mp4 files by James Dong · 13 years ago
  21. 34bb419 update for new audio.h header location by Dima Zavin · 13 years ago
  22. 24fc2fb audio/media: convert to using the audio HAL and new audio defs by Dima Zavin · 13 years ago
  23. 9638e5c Get rid of the "pid" parameter from createSurface by Mathias Agopian · 13 years ago
  24. 162ee49 - Add another parameter in notify() to be able to send timed text sample by Gloria Wang · 13 years ago
  25. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 13 years ago
  26. 199d1c1 Fix missing AOSP copyright headers for more files by James Dong · 13 years ago
  27. 190c03c Add the option '-S' to use surface allocated buffers in the stagefright cmdline tool. by Andreas Huber · 13 years ago
  28. 5ea1372 Ignore format change message in sf2 instead of asserting by Andreas Huber · 13 years ago
  29. 11eab05 Publish MediaMetadataRetriever.java as public API by James Dong · 14 years ago
  30. 54e6649 Squashed commit of the following: by Andreas Huber · 14 years ago
  31. a158746 Initial support for a true streaming player for mpeg2 transport streams. by Andreas Huber · 14 years ago
  32. ae9d507 API Support for both synchronous and queued commands, optionally associated metadata. by Andreas Huber · 14 years ago
  33. b559084 Squashed commit of the following: by Andreas Huber · 14 years ago
  34. faf09ba Prepare for publishing MediaMetadataRetriever as public API by James Dong · 14 years ago
  35. 52b52cd Support streaming data across binder boundaries. by Andreas Huber · 14 years ago
  36. 1bb0ffd Squashed commit of the following: by Andreas Huber · 14 years ago
  37. 482a1b1 Display AVC video sample profile and level for "stagefright" util by James Dong · 14 years ago
  38. 75611c8 Switch to use kKeyFrameRate for recordvideo utility by James Dong · 14 years ago
  39. 93e496f Added a commandline option "-x" to the stagefright commandline tool. by Andreas Huber · 14 years ago
  40. ac2a880 Remove one more opencore include path by Jean-Baptiste Queru · 14 years ago
  41. 5582cc3 Merge fb474872 from gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  42. a4f391c Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
  43. 1064979 Add two more options to "recordvideo" utility by James Dong · 14 years ago
  44. b574245 Add a video record utility by James Dong · 14 years ago
  45. c751ecc Squashed commit of the following: by Andreas Huber · 14 years ago
  46. 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
  47. b518527 Proper sync-frame detection for sources that don't already provide it. by Andreas Huber · 14 years ago
  48. 2749c17 Allow record to set input color format as a command line option by James Dong · 14 years ago
  49. 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
  50. d31c89f Add some encoding parameters for the "record" utility by James Dong · 14 years ago
  51. 4e4173b Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 14 years ago
  52. 5850a48 Add a seek test to the stagefright commandline tool. by Andreas Huber · 14 years ago
  53. 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  54. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  55. 14e5758 Make sure sine: is supported again in stagefright commandline tool. by Andreas Huber · 14 years ago
  56. c066884 Simplify the code in the stagefright commandline utility. by Andreas Huber · 14 years ago
  57. 4979601 Make the -o option actually terminate. by Andreas Huber · 14 years ago
  58. c6a1632 am 3c16154a: am 2723e092: Merge "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." into froyo by Andreas Huber · 14 years ago
  59. 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
  60. d760afc am 30e9c2d4: am db281311: Merge "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"." in by Andreas Huber · 14 years ago
  61. 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
  62. 71c27d9 Various fixes to enable recording on passion and nexus1. by Andreas Huber · 14 years ago
  63. 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
  64. 1a189a8 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 14 years ago
  65. d73a81c Properly use a long long literal to avoid under/overflow during fps computation. by Andreas Huber · 14 years ago
  66. 1af34be HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool. by Andreas Huber · 14 years ago
  67. edfeb1a Extend stagefright tool to extract either album art or video frame. by Andreas Huber · 14 years ago
  68. 6696110 Tag stagefright development tools as "debug-only". by Andreas Huber · 14 years ago
  69. 6c9bf1c Better diagnostics for the stagefright tool and codec performance. by Andreas Huber · 14 years ago
  70. e4cfcb8 When the extractor is not able to be created successfully, don't crash by James Dong · 14 years ago
  71. 07bf09d Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 14 years ago
  72. e42fdb5 Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs. by Andreas Huber · 15 years ago
  73. 5038c78 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 15 years ago
  74. 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
  75. f0d0424 Don't count empty buffers when computing the frame rate. by Andreas Huber · 15 years ago
  76. 91eb035 Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCodec>, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway. by Andreas Huber · 15 years ago
  77. 8768f2c A small sample tool to encode pcm audio data to amr, decode it again and play it. Some changes to OMXCodec to properly configure the AMR decoder(s). by Andreas Huber · 15 years ago
  78. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  79. d71ab51 Merge change I3e1bdd38 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  80. 6f6bf3d Support raw audio sources in stagefright commandline tool. by Andreas Huber · 15 years ago
  81. 3e1bdd3 Transcode files again. by Andreas Huber · 15 years ago
  82. b482ce8 Revive support for video encoding in OMXCodec. by Andreas Huber · 15 years ago
  83. 57515f3 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 15 years ago
  84. bfea1e1 resolved conflicts for merge of f585be7f to eclair-mr2 by Andreas Huber · 15 years ago
  85. 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
  86. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  87. 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
  88. fa8de75 Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  89. 1a77b68e Another stagefright test-case and ignore end-of-stream notifications while we're flushing. by Andreas Huber · 15 years ago
  90. 9f9afef Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 15 years ago
  91. 2aa39c4 Only build the "full" stagefright (including MediaExtractors and MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true). by Andreas Huber · 15 years ago
  92. 6026a51 Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  93. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  94. ee606e6 Support encoding amr-wb content in stagefright. by Andreas Huber · 15 years ago
  95. 54ee784 Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app. by Andreas Huber · 15 years ago
  96. 4c48342 Setting the component role appears to be mandatory now for all mime types. by Andreas Huber · 15 years ago
  97. da050cf2 Some work to make audio encoding work. by Andreas Huber · 15 years ago
  98. e915a85 More assert => CHECK by Andreas Huber · 15 years ago
  99. a84b0e0 Fixing the build. by Andreas Huber · 15 years ago
  100. 329577a Squashed commit of the following: by Andreas Huber · 15 years ago