1. f933441 Initial support for a true streaming player for mpeg2 transport streams. by Andreas Huber · 14 years ago
  2. 14acc73 API Support for both synchronous and queued commands, optionally associated metadata. by Andreas Huber · 14 years ago
  3. a44153c Squashed commit of the following: by Andreas Huber · 14 years ago
  4. 16afe2f Prepare for publishing MediaMetadataRetriever as public API by James Dong · 14 years ago
  5. e2b1028 Support streaming data across binder boundaries. by Andreas Huber · 14 years ago
  6. f5ab57c Squashed commit of the following: by Andreas Huber · 14 years ago
  7. 8a674dc Display AVC video sample profile and level for "stagefright" util by James Dong · 14 years ago
  8. 225f4d2 Switch to use kKeyFrameRate for recordvideo utility by James Dong · 14 years ago
  9. fed975b Added a commandline option "-x" to the stagefright commandline tool. by Andreas Huber · 14 years ago
  10. 1691a76 Remove one more opencore include path by Jean-Baptiste Queru · 14 years ago
  11. 8ac0cb9 Merge fb474872 from gingerbread-plus-aosp by Jean-Baptiste Queru · 14 years ago
  12. 56cfa23 Include the framework copy of the OpenMAX headers instead of referencing external/opencore. by Andreas Huber · 14 years ago
  13. c97a132 Add two more options to "recordvideo" utility by James Dong · 14 years ago
  14. c69c13e Add a video record utility by James Dong · 14 years ago
  15. 0da4dab Squashed commit of the following: by Andreas Huber · 14 years ago
  16. 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
  17. bbc3831 Proper sync-frame detection for sources that don't already provide it. by Andreas Huber · 14 years ago
  18. a733679 Allow record to set input color format as a command line option by James Dong · 14 years ago
  19. 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
  20. f74c8f9 Add some encoding parameters for the "record" utility by James Dong · 14 years ago
  21. 348a8ea Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 14 years ago
  22. 66d6f1f Add a seek test to the stagefright commandline tool. by Andreas Huber · 14 years ago
  23. 19c9a1e Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  24. 608d77b Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  25. 8a08d9d Make sure sine: is supported again in stagefright commandline tool. by Andreas Huber · 14 years ago
  26. 1c70247 Simplify the code in the stagefright commandline utility. by Andreas Huber · 14 years ago
  27. 64105f9 Make the -o option actually terminate. by Andreas Huber · 14 years ago
  28. cf14f10 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
  29. 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
  30. 07dd5a5 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
  31. 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
  32. 03b268e Various fixes to enable recording on passion and nexus1. by Andreas Huber · 14 years ago
  33. 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
  34. 08a88e1 QueryCodecs now returns the names of the software codecs (non-OpenMax) as well. by Andreas Huber · 14 years ago
  35. d2858f0 Properly use a long long literal to avoid under/overflow during fps computation. by Andreas Huber · 14 years ago
  36. 5284bc4 HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool. by Andreas Huber · 14 years ago
  37. 1b950bc Extend stagefright tool to extract either album art or video frame. by Andreas Huber · 15 years ago
  38. 5a48695 Tag stagefright development tools as "debug-only". by Andreas Huber · 15 years ago
  39. 36e3ee0 Better diagnostics for the stagefright tool and codec performance. by Andreas Huber · 15 years ago
  40. b93ad64 When the extractor is not able to be created successfully, don't crash by James Dong · 15 years ago
  41. e7c9cb4 Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 15 years ago
  42. 5c1e358 Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs. by Andreas Huber · 15 years ago
  43. a17e2b9 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 15 years ago
  44. 134ee6a Squashed commit of the following: by Andreas Huber · 15 years ago
  45. ab0f94d Don't count empty buffers when computing the frame rate. by Andreas Huber · 15 years ago
  46. bf697e3 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
  47. c297fcc 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
  48. bfa6b2d Squashed commit of the following: by Andreas Huber · 15 years ago
  49. 7323249 Merge change I3e1bdd38 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  50. 125ef26 Support raw audio sources in stagefright commandline tool. by Andreas Huber · 15 years ago
  51. f808c4c Transcode files again. by Andreas Huber · 15 years ago
  52. 888f72a Revive support for video encoding in OMXCodec. by Andreas Huber · 15 years ago
  53. 66326a5 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 15 years ago
  54. b90ca5b resolved conflicts for merge of f585be7f to eclair-mr2 by Andreas Huber · 15 years ago
  55. 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
  56. 318ad9c Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  57. 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
  58. 48c948b Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  59. 5228dd1 Another stagefright test-case and ignore end-of-stream notifications while we're flushing. by Andreas Huber · 15 years ago
  60. 1b84df1 Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 15 years ago
  61. 8f0e4aa 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
  62. 777893a Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  63. 18291bc Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  64. 456db75 Support encoding amr-wb content in stagefright. by Andreas Huber · 15 years ago
  65. e07db23 Add another testcase for moto to reproduce bug #2099685 to the stagefright commandline app. by Andreas Huber · 15 years ago
  66. 7a6b9e2 Setting the component role appears to be mandatory now for all mime types. by Andreas Huber · 15 years ago
  67. e5adbee Some work to make audio encoding work. by Andreas Huber · 15 years ago
  68. 6d43768 More assert => CHECK by Andreas Huber · 15 years ago
  69. a8a371c Fixing the build. by Andreas Huber · 15 years ago
  70. e0f0b08 Squashed commit of the following: by Andreas Huber · 15 years ago
  71. 80011fe Extend stagefright commandline up to enable vendor to reproduce specific bugs filed. by Andreas Huber · 15 years ago
  72. 38b610f Added a commandline option to "stagefright" that limits decoding to a maximum number of frames per iteration. by Andreas Huber · 15 years ago
  73. 2ea76ea Enable specification of http:// urls in stagefright commandline tool. by Andreas Huber · 15 years ago
  74. 7530e9c Dynamically allocate a pair of MemoryHeaps according buffer count/sizes required by the OMX component, respect JPEG compressed size. by Andreas Huber · 15 years ago
  75. 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
  76. 2d7d46f Refactored "stagefright" commandline app, split off JPEGSource. by Andreas Huber · 15 years ago
  77. 693d271 Squashed commit of the following: by Andreas Huber · 15 years ago
  78. 47f59cf Build the stagefright library by default. by Andreas Huber · 15 years ago
  79. bf37f33 Recording/Export to .mp4/h.263 somewhat works on TI hardware. by Andreas Huber · 15 years ago
  80. 0024245 Squashed commit of the following: by Andreas Huber · 15 years ago
  81. 20111aa Squashed commit of the following: by Andreas Huber · 15 years ago